@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.f{--y: calc(var(--len) - var(--nth));position:absolute;bottom:0;right:0;width:100%;transform:translate3d(0,calc(var(--y) * -40%),0) scale(calc(1 - .05 * var(--y)));transition:all .3s;min-height:80px}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url(../../icons/table/sort.svg);color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url(../../icons/table/sort_asc.svg)}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url(../../icons/table/sort_desc.svg)}a{text-decoration:none;color:#222}*{box-sizing:border-box}body{margin:0;font-family:Lato,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#636363;background:#fff;font-size:14px}.assigned-user-view-tab .no-assigned-user-wrapper{display:flex;justify-content:space-between}.assigned-user-view-tab .no-assigned-user-button{width:50%}.ellipses-text{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.redirect-new-link-wrapper{display:flex;align-items:center;justify-content:flex-end}.redirect-new-link-wrapper .redirect-link{font-size:14px;font-weight:700;padding-left:5px;text-decoration:underline;color:#568fff;cursor:pointer}.link-item{cursor:pointer;color:#222}.link-item:hover{text-decoration:underline}.bulk-upload-view-component .data-value{font-size:16px;max-width:180px!important;color:#202020;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis}.bulk-upload-view-component .view-details-header-wrapper{margin:0 20px!important}.bulk-upload-view-component .t-table-inside-details .t-table-container{height:calc(100vh - 300px)!important;position:relative}.bulk-upload-view-component .t-table-inside-details .t-table{height:calc(100vh - 300px)!important;min-height:300px;position:relative}.bulk-upload-view-component .t-table-inside-details .table-v2-wrapper:has(.MuiTablePagination-root) .t-table-container{height:calc(100vh - 352px)!important;min-height:300px;position:relative}.bulk-upload-view-component .t-table-inside-details .table-v2-wrapper:has(.MuiTablePagination-root) .t-table{height:calc(100vh - 352px)!important;min-height:300px}.bulk-upload-view-component .t-table-inside-details .table-v2-wrapper:has(.table-data-not-found-card) .t-table-container{height:calc(100vh - 300px)!important;min-height:300px;position:relative}.bulk-upload-view-component .t-table-inside-details .table-v2-wrapper:has(.table-data-not-found-card) .t-table{height:calc(100vh - 300px)!important;min-height:300px}.alphanumeric-filter-wrapper{display:flex;flex-wrap:wrap;gap:12px}.alphanumeric-filter-wrapper .alphanumeric-button{width:40px!important;min-width:40px!important;font-weight:700!important;border:1px solid #D2D2D2}.alphanumeric-filter-wrapper .alphanumeric-button.active{background:#e0e0e0!important}.medication-chip-wrapper{display:flex;gap:5px;flex-wrap:wrap}.display-cards-grid-view-wrapper{display:grid;gap:16px;row-gap:16px;justify-content:space-evenly;grid-template-columns:repeat(auto-fill,minmax(275px,1fr))}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.app-version{font-size:10px}.auth-layout{width:100vw;height:100vh;display:flex;padding:32px;gap:32px}.auth-layout .auth-brand-banner{display:none;flex-direction:column;justify-content:flex-start;padding:40px;background-color:#f8f9fc;background-image:url(/assets/auth-bg-OELaWsuM.webp);background-repeat:no-repeat;background-position:right bottom;background-size:100% auto;height:100%;width:50%;border-radius:20px;border:1px solid #D2D2D2;font-weight:400}.auth-layout .auth-brand-banner .brand-title{font-size:36px;font-weight:700;color:#6e43db}.auth-layout .auth-brand-banner .brand-subtitle{font-size:24px;color:#222;margin-bottom:5px}.auth-layout .auth-brand-banner .brand-description{font-size:16px;color:#606770}@media (min-width: 960px){.auth-layout .auth-brand-banner{display:flex}}.auth-layout .auth-wrapper{width:100%;height:100%;background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:10px;text-align:center;padding:40px}@media (min-width: 960px){.auth-layout .auth-wrapper{width:50%}}.auth-layout .auth-wrapper .auth-form{display:flex;align-items:center;justify-content:center;flex-direction:column;height:100%}.auth-layout .auth-wrapper .auth-form .auth-form-title{font-size:28px;font-weight:700;margin:0 0 25px;text-align:left!important}.auth-layout .auth-wrapper .auth-form .auth-form-description{font-size:16px;font-style:normal;font-weight:400;color:#202020;opacity:.5;margin-top:-15px;margin-bottom:25px;text-align:left!important}.auth-layout .auth-wrapper .auth-form .auth-form-sub-title{margin:30px 0;color:#222;opacity:.5}.auth-layout .copyright{position:absolute;bottom:0;color:#8b8e90;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.app-layout{display:flex}.app-layout .side-menu-compact{width:80px!important;min-width:80px!important}.app-layout .side-menu-compact .logo-container .logo,.app-layout .collapsed-side-menu{display:none!important}.app-layout .side-menu-container{width:220px;min-width:220px;height:100vh;background:#fff}.app-layout .header-and-page-container{width:100%;overflow:hidden}.app-layout .header-and-page-container .header-container{height:64px;width:calc(100% - 220px)}.app-layout .header-and-page-container .header-container-compact{width:calc(100% - 80px)!important}.app-layout .header-and-page-container .header-container-collapsed{width:100%!important}.app-layout .header-and-page-container .page-container{background:#fafafa;height:calc(100vh - 64px);overflow-x:hidden;overflow-y:auto}.screen .screen-content-wrapper{margin:30px;background-color:#fff;border:1px solid #D2D2D2}.screen .page-data-wrapper .page-options{display:flex;justify-content:space-between;align-items:flex-end;padding:20px;column-gap:30px;flex-wrap:wrap;row-gap:15px}.screen .page-data-wrapper .page-options .page-search{width:346px}.screen .page-data-wrapper .page-options .page-search .input-component-wrapper{margin-bottom:0!important}.screen .page-data-wrapper .page-options .page-extra-options{display:flex;column-gap:15px;flex-wrap:wrap;row-gap:15px}.screen .page-data-wrapper .table-list-container .t-table{min-height:300px;height:calc(100vh - 200px)}.screen .page-data-wrapper .table-list-container .ellipses-for-table-data{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.screen .page-data-wrapper .table-list-container .ellipses-for-table-data:hover{cursor:pointer}.screen .page-data-wrapper .table-list-container .ellipses-for-table-data-panels{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.screen .page-data-wrapper.page-data-wrapper-with-tabs .tab-group-component{margin-bottom:0}.screen .page-data-wrapper.page-data-wrapper-with-tabs .table-list-container .t-table{min-height:300px;height:calc(100vh - 303px)!important}.screen .page-data-wrapper.page-data-wrapper-with-tabs.table-type-expandable .table-list-container .t-table,.screen .page-data-wrapper.page-data-wrapper-with-tabs.table-type-expandable .table-v2-wrapper .t-table-container,.screen .page-data-wrapper.page-data-wrapper-with-tabs .inventory-sub-items-table .t-table{height:unset!important;min-height:auto}.screen .page-data-wrapper.page-data-wrapper-with-tabs .table-v2-wrapper:has(.MuiTablePagination-root) .t-table-container{height:calc(100vh - 301px)!important;min-height:200px;position:relative}.dialog-container .dialog-content-wrapper .barcode-reassign-wrapper .existed-barcode-wrapper{font-size:16px}.dialog-container .dialog-content-wrapper .barcode-reassign-wrapper .existed-barcode-wrapper .current-barcode-title{font-weight:700;margin:5px 0}.dialog-container .dialog-content-wrapper .barcode-reassign-wrapper .existed-barcode-wrapper .current-barcode-value{color:#202020;padding:10px 0 30px}.dialog-container .dialog-content-wrapper .barcode-reassign-wrapper .barcode-reassign-action-buttons{display:flex;justify-content:center;margin:20px 0 0}.attachments-dialog .dialog-content-wrapper{height:auto}.attachments-dialog .attachments-content-wrapper .attachments-wrapper .attachments-title{font-size:18px;font-weight:700;margin-bottom:5px}.attachments-dialog .attachments-content-wrapper .attachments-wrapper .patient-attachments-title{font-size:18px;font-weight:700;margin:40px 0 20px}.attachments-dialog .attachments-content-wrapper .attachments-wrapper .attachment-item-title-wrapper{background:#e5e5e5;border-radius:6px;padding:10px;align-items:center;overflow-x:hidden;display:flex;margin:15px 0}.attachments-dialog .attachments-content-wrapper .attachments-wrapper .attachment-item-title-wrapper .attachment-item-title{font-size:12px;font-weight:500;padding-left:10px;text-decoration:underline}.attachments-dialog .attachments-content-wrapper .attachments-wrapper .attachment-item-title-wrapper:hover{cursor:pointer}.attachments-dialog .attachments-content-wrapper .select-attachment-content{font-size:34px;opacity:.5;min-height:500px;max-height:100%;width:100%;display:flex;align-items:center;justify-content:center}.attachments-dialog .attachments-content-wrapper .attachments-component{border:1px solid black;padding:40px 20px 0;margin:0 50px 0 0}.add-layout-with-timeline{height:100%}.add-layout-with-timeline .add-form-timeline-wrapper{height:100%;margin:0}.add-layout-with-timeline .timeline-layout{padding:40px!important;height:100%}.add-layout-with-timeline .timeline-layout .add-layout-title{font-size:20px;font-weight:700;margin:10px}@media (min-width: 960px){.add-layout-with-timeline .timeline-layout .add-layout-title{font-size:20px}}.add-layout-with-timeline .timeline-layout .add-layout-timeline{margin:30px 10px}.add-layout-with-timeline .add-layout-form-content{flex:1 1;height:100%;padding:0}.add-form-content{height:100%;background:#fff;padding-left:0!important;padding-top:0!important;overflow-y:auto}.t-form-screen{height:100%;display:flex;flex-direction:column}.t-form-screen .drawer-sub-header{padding:12px 30px 0;margin-bottom:10px}.t-form-screen .drawer-sub-header .heading-title{font-size:24px!important}.t-form{flex:1 1 20px;position:relative}.t-form.t-form-back-navigation{max-height:calc(100% - 119px)!important}.t-form.t-form-drawer{max-height:100%!important;display:flex;flex-direction:column}.t-form .form-header{padding:0 30px}.t-form .no-form,.t-form form{min-height:100%;overflow:auto;display:flex;flex-direction:column}.t-form .t-form-controls-wrapper{flex:1 1 20px;padding:10px 46px 10px 30px;overflow:auto}.t-form .t-form-controls-wrapper .sub-header{font-weight:700;font-size:16px;color:#000;opacity:.5}.t-form .form-action-section{display:flex;column-gap:10px;justify-content:space-between;margin-top:20px;margin-bottom:30px;padding:0 46px 0 30px}.t-form-data-not-found-label{font-size:14px;color:#6e43db;opacity:.8}.t-form-data-not-found-label:hover{cursor:pointer}.file-preview-wrapper .file-preview-component{display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid black}.file-preview-wrapper .file-preview-component .attachment-wrapper{overflow:hidden}.file-preview-wrapper .file-preview-component .attachment-wrapper img{width:100%;margin-bottom:-5px}.file-preview-wrapper .attachment-preview-wrapper{display:flex;justify-content:center;margin-top:25px}.file-preview-wrapper .attachment-preview-wrapper .attachment-actions{display:flex;align-items:center;justify-content:center;background-color:#7f7f7f;width:30%;margin-bottom:10px;border-radius:5px}.file-preview-wrapper .attachment-preview-wrapper .attachment-actions .icon{margin:5px 8px;color:#fff}.file-preview-wrapper .attachment-preview-wrapper .attachment-actions .icon:hover{cursor:pointer}.h-v-center{display:flex;align-items:center;justify-content:center;height:calc(100% - 200px);min-height:300px}.clear-fix{clear:both}.horizontal-line{opacity:.1;border:1px solid #000000;margin:15px 0 30px}.vertical-line{border-left:1px solid rgba(0,0,0,.2);margin:15px 0 30px}.form-sub-title{font-weight:700;font-size:16px;color:#000;opacity:.5;margin-bottom:15px}.no-data-card-with-gif{background-color:#fff;display:flex;flex-direction:column;height:calc(100vh - 220px)}.add-button-with-text{font-weight:700;font-size:16px;margin-bottom:20px}.add-button-with-text:hover{cursor:pointer}.animated-gif-wrapper{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:600px}.animated-gif-wrapper img{width:300px;height:300px}.table-no-data-found{font-size:30px;color:#000;opacity:.5}.spinner-loading-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;height:500px}.t-drawer .MuiDrawer-paper{min-width:500px;max-width:510px!important;display:flex}.t-drawer .MuiDrawer-paper .drawer-header{margin-top:30px;padding:0 35px 0 30px;display:flex;align-items:center;justify-content:space-between}.t-drawer .MuiDrawer-paper .drawer-header .drawer-title{font-size:24px;font-weight:700}.t-drawer .MuiDrawer-paper .drawer-body{flex:1 1}.t-drawer.large-drawer-wrapper .MuiDrawer-paper{min-width:700px;max-width:750px!important}.t-drawer.extra-large-drawer-wrapper .MuiDrawer-paper{min-width:1300px;max-width:1350px!important}.font-weight-bold{font-weight:700}.otp-verification-form .otp-drawer-description{margin-bottom:30px;color:#7d7d7d;font-size:14px}.otp-verification-form .email-resend-link{font-size:15px;font-weight:700;text-decoration:underline;cursor:pointer}.otp-verification-form .email-resend-link .disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.drawer-wrapper .send-outs-drawer-container .send-outs-count{font-weight:700;font-size:16px;color:#000;opacity:.5;margin:0 0 10px}.drawer-wrapper .send-outs-drawer-container .drawer-body-wrapper{border:1px solid #D2D2D2}.drawer-wrapper .table-columns-drawer-container{height:100%;position:relative}.drawer-wrapper .table-columns-drawer-container .drawer-body-wrapper{overflow:auto;flex:1}.drawer-wrapper .otp-drawer-container{display:flex;flex-direction:column;height:100%}.drawer-wrapper .otp-drawer-container .drawer-body-wrapper{overflow:auto;flex:1}.drawer-wrapper .icd-codes-drawer{height:calc(100% - 50px)}.drawer-wrapper .icd-codes-drawer .icd-codes-drawer-container{display:flex;flex-direction:column;height:calc(100% - 20px)}.drawer-wrapper .icd-codes-drawer .icd-codes-drawer-container .icd-tabs-wrapper{height:calc(100% - 250px)}.drawer-wrapper .icd-codes-drawer .icd-codes-drawer-container .icd-tabs-wrapper .t-tabs-header{background:none}.drawer-wrapper .icd-codes-drawer .icd-codes-drawer-container .icd-tabs-wrapper .t-tab-panel{padding:0!important}.drawer-wrapper .icd-codes-drawer .icd-codes-drawer-container .icd-tabs-wrapper .drawer-body-wrapper{overflow:auto;flex:1}.drawer-wrapper .icd-codes-drawer .icd-codes-drawer-container .icd-tabs-wrapper .drawer-body-wrapper.t-table-container{height:calc(100vh - 350px);min-height:300px;position:relative}.drawer-wrapper .icd-codes-drawer .icd-codes-drawer-container .icd-tabs-wrapper .drawer-body-wrapper .table-component{width:100%;height:auto}.drawer-wrapper .icd-codes-drawer .icd-codes-drawer-container .icd-tabs-wrapper .drawer-body-wrapper .table-component .t-table{margin-top:10px;border:1px solid #D6D6D6}.drawer-wrapper .icd-codes-drawer .icd-codes-drawer-container .icd-tabs-wrapper .drawer-body-wrapper .table-component .t-table .table-data-not-found-card{min-height:280px!important}.drawer-wrapper .icd-codes-drawer .icd-codes-drawer-container .icd-tabs-wrapper .drawer-body-wrapper .table-component .t-table .t-table-body .t-table-cell .icd-code-description{display:inline-block;width:180px;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis}.bg-color-white{background-color:#fff}.view-screen{margin:25px 10px;height:calc(100% - 55px)}.view-screen .h-v-center{height:100%}.view-screen .view-details-wrapper .view-details-header-wrapper{margin:0 30px}.view-screen .view-details-wrapper .view-details-card-header-button-wrapper{display:flex;justify-content:space-between;align-items:baseline}.view-screen .view-details-wrapper .view-details-card-header-button-wrapper .view-details-card-title{font-weight:700;font-size:36px;display:flex;align-items:baseline}.view-screen .view-details-wrapper .view-details-card-header-button-wrapper .view-details-card-title .view-details-card-title-text{font-size:30px!important}.view-screen .view-details-wrapper .view-details-card-header-button-wrapper .view-details-options{display:flex;align-items:center;flex-wrap:wrap;column-gap:15px}.view-screen .view-details-wrapper .view-details-content{opacity:.5;padding-top:10px}.view-screen .view-details-wrapper .view-details-content .view-details-value{font-weight:700}.view-screen .view-details-wrapper .session-table{margin-top:20px}.t-tabs-wrapper{background-color:#fff;flex-direction:column;flex:1 1;height:100%}.t-tabs-wrapper .t-tabs-header{background:#f1f1f1}.view-and-edit-title{font-weight:700;font-size:16px;color:#202020}.view-edit-buttons-alignment{display:flex;align-items:center;gap:10px}.view-and-edit-sub-title{color:#383838;font-size:16px;font-weight:400;padding-bottom:20px}.test-or-panel-name{color:#383838;font-size:16px;font-weight:400;padding-bottom:16px}.horizontal-vertical-center-align{display:flex;justify-content:space-between;align-items:center}.attachments-with-title-wrapper .attachment-section-header{font-weight:700;font-size:16px;padding-bottom:20px}.attachments-with-title-wrapper .attachment-input-wrapper{display:flex;align-items:center;justify-content:space-between}.attachments-with-title-wrapper .attachment-input-wrapper .attachment-input-section{flex-grow:7}.attachments-with-title-wrapper .attachment-input-wrapper .attachment-input-section .input-component-wrapper{margin-bottom:0!important}.attachments-with-title-wrapper .attachment-input-wrapper .attachment-upload-button{flex-grow:1;margin-left:20px}.attachments-with-title-wrapper .attachment-list-section{margin:15px 0}.attachments-with-title-wrapper .attachment-list-section .attachment-list-wrapper{margin:10px 0;display:flex;flex-wrap:wrap;column-gap:20px}.attachments-with-title-wrapper .attachment-list-section .attachment-list-wrapper .attachment-list-item{margin-top:10px}.display-flex-with-column-gap{display:flex;flex-wrap:wrap;column-gap:20px}.form-action-section-edit{display:flex;justify-content:center;margin-top:20px;column-gap:16px}.filters-sub-header{font-weight:700;font-size:16px;color:#000;opacity:.5;margin-bottom:15px}.clear-all-filters{text-decoration:underline}.session-logs-text-wrapper{padding:10px;border:1px solid black;height:400px!important;overflow-y:auto!important}.session-logs-text-wrapper pre{white-space:pre-line}.radio-button-title{font-size:16px}.form-sub-title-wrapper{display:flex;align-items:center;justify-content:space-between}.MuiFormLabel-asterisk{color:#6e43db}.deselect-content{text-decoration:underline}.deselect-content:hover{cursor:pointer}.on-hover-pointer:hover{cursor:pointer!important}.system-lock-wrapper .MuiBackdrop-root{background-color:#0003!important;-webkit-backdrop-filter:blur(5px)!important;backdrop-filter:blur(5px)!important}.system-lock-wrapper .modal-content-wrapper{padding:30px;width:416px!important}.system-lock-wrapper .t-form{display:flex;align-items:center;justify-content:center;flex-direction:column}.system-lock-wrapper .t-form .system-lock-back-navigation{position:absolute;top:15px;left:15px;display:flex;align-items:center;text-transform:uppercase;cursor:pointer}.system-lock-wrapper .t-form .system-lock-back-navigation svg{height:16px;width:16px}.system-lock-wrapper .t-form .system-lock-icon{background:#f2f6f6;height:84px;width:84px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:15px;text-transform:uppercase}.system-lock-wrapper .t-form .system-lock-icon svg{width:32px;height:40px;color:#6e43db}.system-lock-wrapper .t-form .system-lock-title{font-weight:900;font-size:1.1429rem;line-height:22px;color:#212b36;margin:40px 0 10px;text-transform:uppercase}.system-lock-wrapper .t-form .system-lock-sub-title{font-weight:700;font-size:1rem;line-height:22px;color:#6d6d6d;margin-bottom:30px}.system-lock-wrapper .t-form .system-lock-password-field{height:95px;width:100%}.filters-clear-all-button{font-size:14px;text-decoration:underline;color:#222;font-weight:700}.filters-clear-all-button:hover{cursor:pointer}.select-component-no-margin .select-component-wrapper{margin-bottom:0!important}.analytics-details .analytics-details-header{display:flex;justify-content:space-between;padding:0 30px;margin-top:30px}.analytics-details .analytics-details-header .details-module-title{color:#000;font-feature-settings:"liga" off,"clig" off;font-size:24px;font-style:normal;font-weight:700;line-height:16px;letter-spacing:.5px}.analytics-filters-component{border-bottom:1px solid #D2D2D2;margin-left:-24px;margin-right:-24px;margin-bottom:24px;padding:0 24px 24px}.dashboard-analytics-filters{margin-top:20px;display:flex;gap:16px;flex-wrap:wrap}.dashboard-analytics-filters>:not(:last-child){flex:1 1 130px;max-width:220px}.dashboard-analytics-filters>:last-child{flex:0 1 71px;height:40px}.dashboard-analytics-filters>.date-range{flex:1 1 250px;max-width:250px}.dashboard-analytics-filters .select-component-wrapper{margin-bottom:0!important}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.not-found-screen{height:100vh;background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center}.not-found-screen .no-internet-icon-wrapper{margin-bottom:25px}.not-found-screen .no-internet-icon-wrapper img{height:350px;width:350px;-webkit-user-select:none;user-select:none}.not-found-screen .not-found-title{color:#636363;text-align:center;font-size:30px;line-height:36px;font-weight:400;margin-bottom:10px}.not-found-screen .not-found-description{color:#8b8e90;text-align:center;font-size:20px;line-height:24px;font-weight:400;margin-bottom:70px}.not-found-screen .not-found-page-action-wrapper{font-weight:700}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.header-wrapper{padding:0 30px;display:flex;align-items:center;justify-content:space-between;position:fixed;background-color:#fff;z-index:1;width:inherit;height:inherit;border-bottom:1px solid #D2D2D2}.header-wrapper .lab-selection-wrapper .select-component-wrapper{margin-bottom:0!important;width:250px}.header-wrapper .header-title-wrapper{display:flex;justify-content:space-between;align-items:center;column-gap:40px}.header-wrapper .header-title-wrapper .lab-name-with-header{display:flex;flex-direction:column;row-gap:2px}.header-wrapper .header-title-wrapper .lab-name-with-header .lab-name-title{color:#6e43db;font-feature-settings:"liga" off,"clig" off;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.header-wrapper .header-title-wrapper .nav-header-title-wrapper{overflow:hidden;display:flex;align-items:center;gap:8px}.header-wrapper .header-title-wrapper .nav-header-title-wrapper .header-title{font-weight:700;font-size:20px;color:#222}.header-wrapper .header-title-wrapper .nav-header-title-wrapper .nav-help-manuals{color:#2866b1;cursor:pointer;font-size:14px;font-style:normal;font-weight:700;line-height:normal;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;animation:slide-left 1.5s ease}.header-wrapper .header-title-wrapper .back-navigation-wrapper{display:flex;align-items:center;cursor:pointer;color:#636363;line-height:1.5}.header-wrapper .header-title-wrapper .back-navigation-wrapper .back-navigation-icon{margin-right:4px;display:flex;justify-content:center;align-items:center}.header-wrapper .header-title-wrapper .back-navigation-wrapper .back-navigation-icon svg{height:18px;width:18px}.header-wrapper .header-title-wrapper .back-navigation-wrapper .back-navigation-title{font-size:16px;font-weight:700}.header-wrapper .header-options{display:flex;align-items:center;height:100%}.header-wrapper .header-options .header-option{padding:0 10px;display:flex;align-items:center;justify-content:center;height:100%}.header-wrapper .header-options .header-option:not(:last-child){border-right:1px solid #D2D2D2}.header-wrapper .header-options .header-option:last-child{padding-right:0}.header-wrapper .header-options .header-option:hover{cursor:pointer}@keyframes slide-left{0%{opacity:0}to{opacity:1}}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.select-component-wrapper{margin-bottom:15px!important}.select-label-wrapper{display:flex}.select-label-wrapper .required-asterisk{margin-left:5px;color:#6e43db!important}.select-dropdown-no-data-message{padding:5px 10px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.notification-module-component{position:relative}.notification-modal-container{max-height:500px;width:500px;display:flex;flex-direction:column}.notification-modal-container .notification-header{padding:12px;position:sticky;top:0;border-bottom:1px solid #C9C6E1}.notification-modal-container .notification-header .notification-header-title{font-weight:700;font-size:18px}.notification-modal-container .notification-body{overflow:auto}.notification-modal-container .notification-body .notification-item{padding:12px;display:flex;gap:14px;transition:all .5s ease;margin-top:3px}.notification-modal-container .notification-body .notification-item:hover{background-color:#eee}.notification-modal-container .notification-body .notification-item .notification-avatar{background:#6e43db;color:#fff;display:flex;justify-content:center;align-items:center;border-radius:50%;height:40px;width:40px;font-weight:700;font-size:16px}.notification-modal-container .notification-body .notification-item .notification-content{flex:1;position:relative}.notification-modal-container .notification-body .notification-item .notification-content .notification-action{display:flex;align-items:center;gap:6px;position:absolute;right:0;top:0}.notification-modal-container .notification-body .notification-item .notification-content .notification-action .notification-checkmark{cursor:pointer;display:flex;justify-content:center;align-items:center;border-radius:50%;border:1px solid transparent}.notification-modal-container .notification-body .notification-item .notification-content .notification-action .notification-checkmark:hover{border-color:#6e43db}.notification-modal-container .notification-body .notification-item .notification-content .notification-title{margin-bottom:6px;font-weight:900}.notification-modal-container .notification-body .notification-item .notification-content .notification-message{margin-bottom:6px}.notification-modal-container .notification-body .notification-item .notification-content .notification-type{border:1px solid #222222;display:inline-block;padding:2px 3px;border-radius:5px}.notification-modal-container .notification-body .notification-item .notification-content .notification-time{margin-top:12px;text-align:right}.notification-modal-container .notification-body .notification-empty-state{font-size:16px;font-weight:900;text-align:center;padding:24px 12px;color:#496370}.notification-modal-container .notification-footer{position:sticky;bottom:0}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.link-component{font-weight:500;font-size:12px;line-height:16px;letter-spacing:.002em;color:#222;display:flex;align-items:center;text-decoration:underline}.link-component:not(.link-component:has(button)){color:#568fff!important}.link-component:hover{color:#568fff;cursor:pointer}.link-component.disabled{cursor:not-allowed;opacity:.5}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url(../../icons/table/sort.svg);color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url(../../icons/table/sort_asc.svg)}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url(../../icons/table/sort_desc.svg)}.profile-menu-component.profile{padding:5px 12px;border-radius:4px;display:flex;align-items:center}.profile-menu-component.profile .profile-dp-icon{display:flex;align-items:center;justify-content:center}.profile-menu-component.profile .profile-name{margin:0 5px;text-transform:capitalize}.profile-menu-component.profile .profile-dropdown-icon{position:relative;top:-2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.side-menu-bar{width:100%;height:100%;display:flex;flex-direction:column;font-size:16px;background-repeat:no-repeat;background-position:100% 100%;background-size:auto;border-right:1px solid #D2D2D2}.side-menu-bar .menu-wrapper{flex:1;padding:0;height:calc(100% - 212px)}.side-menu-bar .menu-wrapper ::-webkit-scrollbar{width:0px!important}.side-menu-bar .menu-toggle-wrapper{display:flex;justify-content:flex-end;position:relative;left:15px;bottom:20px}.side-menu-bar .menu-toggle-icon{background-color:#202020;color:#fff!important;border-radius:50%;display:flex;justify-content:center;align-items:center;width:30px;height:30px;cursor:pointer}.side-menu-bar .version-wrapper{flex:0;margin:10px 0;text-align:center}.side-menu-bar .side-menu-section-separator{height:1px;width:100%;background-color:#a4e6da;margin:20px 5px 10px}.side-menu-bar .copy-right-wrapper{flex:0;margin:10px 0}.side-menu-bar .privacy-policy-text{display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:400;text-decoration:underline;line-height:1rem;color:#000;text-align:center;margin-bottom:1rem;cursor:pointer}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.menu-list,.menu-list-popover{height:100%;overflow-y:auto;overflow-x:hidden}.menu-list .menu-item-wrapper,.menu-list-popover .menu-item-wrapper{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.8125rem;font-weight:400;width:100%}.menu-list .menu-title-with-icon,.menu-list-popover .menu-title-with-icon{display:flex;align-items:center;justify-content:space-between;width:100%}.menu-list .menu-icon-name-align,.menu-list-popover .menu-icon-name-align{display:flex;align-items:center;justify-content:flex-start}.menu-list.menu-list .sub-menu-item-wrapper,.menu-list-popover.menu-list .sub-menu-item-wrapper{padding:.6875rem 4rem;font-size:.8125rem;font-weight:400}.menu-list.menu-list-popover .sub-menu-item-wrapper,.menu-list-popover.menu-list-popover .sub-menu-item-wrapper{padding:10px;font-size:.8125rem}.menu-list .menu-icon,.menu-list-popover .menu-icon{padding-right:.5rem}.menu-list .menu-icon:hover,.menu-list-popover .menu-icon:hover{cursor:pointer}.menu-list .sub-menu-item.active,.menu-list-popover .sub-menu-item.active{color:#6e43db;font-weight:700;font-size:1rem}.menu-list .menu-item,.menu-list-popover .menu-item{flex:1;font-weight:400;display:flex;align-items:center;color:#202020;font-size:16px;border-left:6px solid transparent}.menu-list .menu-item .menu-item-lab-os-wrapper,.menu-list-popover .menu-item .menu-item-lab-os-wrapper{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.8125rem;font-weight:400}.menu-list .menu-item .menu-item-lab-os-wrapper.active,.menu-list-popover .menu-item .menu-item-lab-os-wrapper.active{font-size:1rem;font-weight:700;color:#6e43db}.menu-list .menu-item .menu-item-icon,.menu-list-popover .menu-item .menu-item-icon{color:#636363}.menu-list .menu-item .default-side-icon,.menu-list-popover .menu-item .default-side-icon{padding:8px 10px 8px 16px!important}.menu-list .menu-item .compact-side-icon,.menu-list-popover .menu-item .compact-side-icon{display:none}.menu-list .menu-item:hover,.menu-list-popover .menu-item:hover{background-color:#f3f2f8;color:#6e43db}.menu-list .menu-item:hover .menu-item-icon img,.menu-list .menu-item:hover .menu-item-icon svg,.menu-list-popover .menu-item:hover .menu-item-icon img,.menu-list-popover .menu-item:hover .menu-item-icon svg{color:#6e43db}.menu-list .menu-item.active,.menu-list-popover .menu-item.active{font-size:14px;border-left-color:#6e43db;background-color:#f3f2f8;color:#6e43db}.menu-list .menu-item.active .menu-item-icon img,.menu-list .menu-item.active .menu-item-icon svg,.menu-list-popover .menu-item.active .menu-item-icon img,.menu-list-popover .menu-item.active .menu-item-icon svg{color:#6e43db}.select-lab-dialog-action-wrapper{display:flex;justify-content:center;align-items:center;column-gap:20px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.logo-container{height:auto;margin:auto}.logo-container .logo{width:auto;height:56px;padding:4px 0}.logo-container .logo-small{width:40px;padding:13px 0}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.box{width:600px;position:relative;height:calc(100vh - 200px)}.box .content{overflow:auto!important;width:100%;height:100%;overflow:-moz-scrollbars-vertical}.box .content::-webkit-scrollbar{width:5px}.box .content{overflow-y:auto;scrollbar-color:#6E43DB #f8d5dc;scroll-behavior:smooth;border-radius:20px}.box .content::-webkit-scrollbar-track{background:#f8d5dc;border-radius:20px}.box .content::-webkit-scrollbar:vertical{width:6px}.box .content::-webkit-scrollbar-thumb:hover{background:#555}.box .content::-webkit-scrollbar-thumb{background:#6e43db;border-radius:20px}.box p{padding:20px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.dialog-container .dialog-title{font-weight:700}.dialog-container .dialog-title .dialog-title-wrapper{font-weight:700;width:430px;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis}.dialog-container .dialog-description{font-weight:700;font-size:12px;color:#8b8e90;margin:0 25px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.design-system-screen{padding:10px;margin:10px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.login-screen{display:flex;flex-direction:column}.login-screen .logo-wrapper{display:flex;flex:1 1;flex-direction:column;align-items:center;height:auto;width:100%;position:absolute;top:30px;left:50%;transform:translate(-50%)}.login-screen .logo-wrapper img{width:auto;height:65px;object-fit:cover}.login-screen .login-welcome-text{font-size:20px;font-weight:400;opacity:.5;text-align:start!important;margin-bottom:10px}.login-screen .forgot-password{text-decoration:underline;font-size:12px;color:#222;font-weight:400;text-align:end;margin-top:-5px;margin-bottom:70px}.login-screen .forgot-password:hover{cursor:pointer}.login-screen .branding-wrapper{display:flex;justify-content:center;align-items:center;margin-top:32px;column-gap:6px}.login-screen .branding-wrapper .branding-prefix{color:#8b8e90;font-size:14px;font-weight:400}.login-screen .branding-wrapper .branding-logo{height:25px;display:flex;align-items:center;justify-content:center}.login-screen .branding-wrapper .branding-logo img{height:25px;width:auto;object-fit:cover}.login-screen .logo-wrapper-skeleton{margin:auto}.login-screen .forgot-password-skeleton{margin-left:auto}.login-screen .branding-wrapper-skeleton{margin:32px auto auto}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.input-component-wrapper{margin-bottom:15px!important;position:relative}.input-component-wrapper .input-suffix-password-toggle{display:flex}.input-component-wrapper .input-suffix-password-toggle:hover{cursor:pointer}.MuiOutlinedInput .input:-webkit-autofill{-webkit-box-shadow:0 0 0 100px #000 inset;-webkit-text-fill-color:#dc1111!important}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.coming-soon-screen .coming-soon-title{font-size:30px;color:#000;opacity:.5;margin:15px 0}.coming-soon-screen .coming-soon-description{font-size:20px;color:#000;opacity:.5}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.samples-list-screen .track-column-alignment{display:flex;align-items:center;justify-content:center}.samples-list-screen .track-column-alignment .hyper-link-text{text-decoration-line:underline;cursor:pointer}.samples-list-screen .track-column-alignment .hyper-link-text .edit-icon{margin-left:.25rem;width:1rem!important;height:1rem!important;cursor:pointer}.samples-list-screen .page-data-wrapper .t-table-wrapper .t-table-container .t-col-select .MuiCheckbox-root{padding:0 9px!important}.samples-list-screen .page-data-wrapper .t-table-wrapper .t-table-container .t-col-barcode{min-width:180px;max-width:200px;position:sticky}.samples-list-screen .page-data-wrapper .t-table-wrapper .t-table-container .t-col-status{text-align:center}.samples-list-screen .page-data-wrapper .t-table-wrapper .t-table-container .t-col-collectionDateAndTime{min-width:180px;max-width:200px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.chip{font-weight:700}.chip:not(:last-child){margin-right:8px}.chip.attachment-chip-item{max-width:200px}.chip.active{background:#e4f6ea;color:#00534f;border:1px solid #00534F}.chip.inactive{background:#f4f4f8;color:#787879;border:1px solid #787879}.chip.ordered,.chip.sendOut{background:#e8eef0;color:#636363;border:1px solid #636363}.chip.completed{background:#e9fcf6;color:#3ebb5a;border:1px solid #3EBB5A}.chip.completed .MuiChip-icon{color:#3ebb5a}.chip.Available{background:#e9fcf6;color:#3ebb5a;border:1px solid #3EBB5A}.chip.Available .MuiChip-icon{color:#3ebb5a}.chip.cancelled,.chip.Removed{background:#fce8ed;color:#de1c4e;border:1px solid #DE1C4E}.chip.accessioned{background:#edf4ff;color:#577bd4;border:1px solid #577BD4}.chip.draft{background:#fff0dd;color:#f19316;border:1px solid #F19316}.chip.reportAvailable,.chip.add{background:#e9fcf6;color:#3ebb5a;border:1px solid #3EBB5A}.chip.pending,.chip.edit{background:#fff0dd;color:#f19316;border:1px solid #F19316}.chip.rejected{background:#fce8ed;color:#de1c4e;border:1px solid #DE1C4E}.chip.rejected .MuiChip-icon{color:#de1c4e}.chip.Failed{background:#fce8ed;color:#de1c4e;border:1px solid #DE1C4E}.chip.Success{background:#e9fcf6;color:#3ebb5a;border:1px solid #3EBB5A}.chip.PartiallyResulted{background:#ddfbff;color:#006caf;border:1px solid #006CAF}.chip.ReadyForCollection{background:#d4ecfb;color:#1ba7e4;border:1px solid #1BA7E4}.chip.ReportExcluded{background:#ddfbff;color:#006caf;border:1px solid #006CAF}.chip.Collected{background:#fdf0dd;color:#f1931a;border:1px solid #F1931A}.chip.orderCancelled{background:#f8d7da;color:#8b0000;border:1px solid #8B0000}.chip.inTransit{background:#fff5d1;color:#a66f00;border:1px solid #A66F00}.chip.received{background:#d8ecf8;color:#1d5f8a;border:1px solid #1D5F8A}.chip.labProcessing{background:#e8edf0;color:#636463;border:1px solid #636463}.chip.partiallyResulted{background:#f3e8fc;color:#9b51e0;border:1px solid #9B51E0}.chip.inProcess{background:#eef4ff;color:#587cd4;border:1px solid #587CD4}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container{height:calc(100vh - 200px);min-height:200px;position:relative}.table-v2-wrapper:has(.MuiTablePagination-root) .t-table-container{height:calc(100vh - 260px)!important;min-height:200px;position:relative}.table-v2-wrapper:has(.MuiTablePagination-root) .t-table{height:calc(100vh - 260px)!important;min-height:200px}.column-preferences-component .deselect-content:hover{cursor:pointer}.column-preferences-component .t-form{max-height:calc(100% - 30px)!important}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.pagination-horizontal-line{opacity:.1;border:1px solid #000000}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.heading-wrapper .back-navigation-wrapper{display:flex;font-size:16px}.heading-wrapper .back-navigation-wrapper .navigate-back-text{font-weight:700;color:#2866b1}.heading-wrapper .back-navigation-wrapper:hover{cursor:pointer}.heading-wrapper .heading-title-with-navigation{display:flex;align-items:center;margin-right:10px}.heading-wrapper .heading-title{font-size:30px;font-weight:700;text-align:center}.heading-wrapper .heading-status{margin:10px 0 0 20px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.table-component{width:100%;height:100%;background-color:#fff}.table-component .status-card-wrapper .status-card-title{color:#8b8e90;font-size:20px}.table-component .table .MuiChip-root{max-width:125px!important}.table-component .table .t-tr :last-child .td{border-bottom:0}.table-component .table .t-tr.row-rejected,.table-component .table .t-tr.row-rejected .t-td,.table-component .table .t-tr.row-rejected .td{background-color:#ffeaea!important;color:#b71c1c!important}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.status-card-wrapper{min-height:300px;max-height:100%;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.status-card-wrapper .status-card-title{color:#8b8e90;font-size:30px}.status-card-wrapper .status-card-description{color:#8b8e90;font-size:20px;margin:10px}.status-card-wrapper .status-card-body{margin:10px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.tracking-popup-component{padding:2.63rem 1.88rem;border-radius:.63rem;width:32rem;min-height:28.375rem;flex-shrink:0;display:flex;align-items:center;flex-direction:column;justify-content:space-between}.tracking-popup-component .tracking-popup-header-text{color:#636363;text-align:center;font-size:1.25rem;font-style:normal;font-weight:700;line-height:normal}.tracking-popup-component .tracking-popup-helper-text{color:#8b8e90;text-align:center;font-size:1rem;font-style:normal;font-weight:400;line-height:135%;margin-bottom:1.5rem;margin-top:.31rem}.tracking-popup-component .tracking-popup-selected-text{color:#8b8e90;font-size:1rem;font-style:normal;font-weight:700;line-height:135%}.tracking-popup-component .tracking-popup-component-btn-alignment{width:100%;display:flex;align-items:center;justify-content:center;gap:.625rem}.tracking-popup-component .tracking-popup-component-btn-alignment .tracking-popup-component-btn{width:49%}.tracking-popup-component .chip-component{margin:.5rem 0}.tracking-popup-component .chip-component .chip-component-alignment{display:inline-flex;padding:.4375rem .75rem;justify-content:center;align-items:center;gap:.625rem;background-color:#d2d2d2;border-radius:1.5625rem;margin:.2rem}.tracking-popup-component .chip-component .chip-component-alignment .chip-cancel-button{cursor:pointer}.tracking-iframe-component{padding:2.63rem 1.88rem;border-radius:.63rem;min-width:32rem;min-height:28.375rem}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.received-details-popup-component{padding:2.63rem 1.88rem;border-radius:.63rem;width:32rem;min-height:28.375rem;flex-shrink:0;display:flex;align-items:center;flex-direction:column;justify-content:space-between}.received-details-popup-component .received-details-popup-header-text{color:#636363;text-align:center;font-size:1.25rem;font-style:normal;font-weight:700;line-height:normal}.received-details-popup-component .received-details-popup-helper-text{color:#8b8e90;text-align:center;font-size:1rem;font-style:normal;font-weight:400;line-height:135%;margin-bottom:1.5rem;margin-top:.31rem}.received-details-popup-component .received-details-popup-selected-text{color:#8b8e90;font-size:1rem;font-style:normal;font-weight:700;line-height:135%}.received-details-popup-component .received-details-popup-component-btn-alignment{width:100%;display:flex;align-items:center;justify-content:center;gap:.625rem}.received-details-popup-component .received-details-popup-component-btn-alignment .received-details-popup-component-btn{width:49%}.received-details-popup-component .receive-details-chip-component{margin:.5rem 0 2.5rem}.received-details-popup-component .receive-details-chip-component .receive-details-chip-component-alignment{display:inline-flex;padding:.4375rem .75rem;justify-content:center;align-items:center;gap:.625rem;background-color:#d2d2d2;border-radius:1.5625rem;margin:.2rem}.received-details-popup-component .receive-details-chip-component .receive-details-chip-component-alignment .receive-details-chip-cancel-button{cursor:pointer}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.error-text{color:#d10000;font-weight:400;font-size:.75rem;line-height:1.66;text-align:left;margin:3px 14px 0 0}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.thumb-nail-wrapper .thumb-nail-item-close{position:relative;top:15px;left:115px;z-index:1;cursor:pointer}.thumb-nail-wrapper .thumb-nail-item{display:flex;justify-content:center;border:1px solid #C7CFD2;border-radius:5px;height:100px;width:130px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.upload-file-popup-component{padding:2.63rem 1.88rem;border-radius:.63rem;width:35rem;min-height:28.375rem;flex-shrink:0;display:flex;align-items:center;flex-direction:column;justify-content:space-between}.upload-file-popup-component .upload-file-header-text{text-align:left;font-size:1rem;font-weight:600;margin:.5rem 0}.upload-file-popup-component .upload-file-popup-header-text{color:#636363;text-align:center;font-size:1.25rem;font-style:normal;font-weight:700;line-height:normal}.upload-file-popup-component .upload-file-popup-helper-text{color:#8b8e90;text-align:center;font-size:1rem;font-style:normal;font-weight:400;line-height:135%;margin-bottom:1.5rem;margin-top:.31rem}.upload-file-popup-component .radio-label-alignment{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.upload-file-popup-component .file-wrapper{padding:.5rem;display:flex;justify-content:space-between;align-items:center;border:1px solid #DFCCF5;background:#fcfafe;border-radius:.25rem}.upload-file-popup-component .feedback-background{background-color:#ffe1e7;color:#c00000;margin:1rem 0}.upload-file-popup-component .upload-file-popup-component-btn-alignment{width:100%;display:flex;align-items:center;justify-content:center;gap:.625rem}.upload-file-popup-component .upload-file-popup-component-btn-alignment .upload-file-popup-component-btn{width:49%}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.feedback-component-wrapper .MuiPaper-root{background-color:#eef4ff}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.radio-button-group .MuiFormControl-root{width:100%}.radio-button-group .MuiRadioGroup-root{gap:8px}.radio-button-group .MuiFormControlLabel-root{margin-right:16px;margin-bottom:0}.radio-button-group .MuiFormControlLabel-root .MuiFormControlLabel-label{font-size:14px;color:#333}.radio-button-group .MuiRadio-root{color:#666}.radio-button-group .MuiRadio-root.Mui-checked{color:#6e43db}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.table-container{position:relative;min-height:300px;height:100%;width:100%}.table-container .table-loader-container{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.drawer-body .send-outs-drawer-container .t-form .no-form .t-form-controls-wrapper{height:100%}.drawer-body .send-outs-drawer-container .t-form .no-form .t-form-controls-wrapper .drawer-body-wrapper{display:flex;flex-direction:column;height:calc(100% - 105px);overflow:auto}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.autoComplete-component-wrapper{margin-bottom:15px!important}.autoComplete-component-wrapper .MuiAutocomplete-tag{background-color:#c9c6e1!important}.autoComplete-component-wrapper .MuiAutocomplete-tag .MuiChip-deleteIcon{color:#6e43db}.MuiAutocomplete-popupIndicator .MuiSvgIcon-root{width:0px!important}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url(../../icons/table/sort.svg);color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url(../../icons/table/sort_asc.svg)}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url(../../icons/table/sort_desc.svg)}.action-button-component{border:1px solid rgba(173,153,153,.5);cursor:pointer}.action-button-component.disabled{cursor:not-allowed;opacity:.5}.action-button-component.profile{padding:5px 12px;border-radius:4px;display:flex;align-items:center}.action-button-component.profile .profile-dp-icon{display:flex;align-items:center;justify-content:center}.action-button-component.profile .profile-name{margin:0 5px;text-transform:capitalize}.action-button-component.profile .profile-dropdown-icon{position:relative;top:-2px}.action-button-component .action-name{color:#000;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.tracking-popup-error-component{padding:2.63rem 1.88rem;border-radius:.63rem;width:32rem;min-height:18.375rem;flex-shrink:0;display:flex;align-items:center;flex-direction:column;justify-content:space-between}.tracking-popup-error-component .tracking-popup-error-header-text{color:#636363;text-align:center;font-size:1.25rem;font-style:normal;font-weight:700;line-height:normal}.tracking-popup-error-component .tracking-popup-error-helper-text{color:#8b8e90;text-align:center;font-size:1rem;font-style:normal;font-weight:400;line-height:135%;margin-bottom:1.5rem;margin-top:.31rem}.tracking-popup-error-component .tracking-popup-component-list{color:#8b8e90;font-size:1rem;font-style:normal;font-weight:400;line-height:135%}.tracking-popup-error-component .tracking-popup-error-component-btn-alignment{width:100%;display:flex;align-items:center;justify-content:center;gap:.625rem}.tracking-popup-error-component .tracking-popup-error-component-btn-alignment .tracking-popup-error-component-btn{width:45%;align-self:center;font-weight:700}.bulk-accessioning-component .display-cards-grid-view-wrapper{display:grid;row-gap:16px;column-gap:8px;justify-content:space-evenly;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.accordion-wrapper .MuiAccordionDetails-root{border-right:1px solid #D2D2D2;border-left:1px solid #D2D2D2}.accordion-wrapper .MuiAccordion-root .MuiAccordionSummary-expandIconWrapper{margin-right:10px!important}.accordion-wrapper .MuiAccordion-root .MuiAccordionSummary-root{border:1px solid #D2D2D2;border-radius:5px;height:48px;padding:0!important}.accordion-wrapper .MuiAccordion-root .MuiAccordionSummary-root.Mui-expanded{min-height:48px!important;max-height:48px!important}.accordion-wrapper .MuiAccordion-root .accordion-summary{background:#eef4ff;border:.5px solid #B4B4B4}.accordion-wrapper .MuiAccordion-root .accordion-summary .accordion-header{padding:0 20px;display:flex;flex:1 1;justify-content:space-between}.accordion-wrapper .MuiAccordion-root .accordion-summary .accordion-header .accordian-title-status-wrapper{display:flex;align-items:center}.accordion-wrapper .MuiAccordion-root .accordion-summary .accordion-header .accordian-title-status-wrapper .accordian-tile{font-weight:700;font-size:16px;color:#636363}.accordion-wrapper .MuiAccordion-root .accordion-summary .accordion-header .accordian-title-status-wrapper .accordian-sub-tile{font-weight:400;font-size:16px;margin-left:15px}.accordion-wrapper .MuiAccordion-root .accordion-summary .accordion-header .accordian-title-status-wrapper .accordian-user-name{margin-left:20px;font-weight:700;font-size:16px;color:#636363}.accordion-wrapper .MuiAccordion-root .accordion-summary .accordion-header .accordian-title-status-wrapper .accordian-status{margin-left:20px}.accordion-wrapper .MuiAccordion-root .accordion-summary .accordion-header .accordian-actions{display:flex;align-items:center;justify-content:flex-end;column-gap:20px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.data-title-value-wrapper{padding:8px 0}.data-title-value-wrapper .data-title{font-size:14px;color:#8b8e90;font-weight:400;padding:5px 0}.data-title-value-wrapper .data-value{font-size:16px;max-width:400px;color:#202020;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis}.data-title-value-wrapper .data-value.full-width{max-width:100%}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.accessioning-list-screen{margin:30px}.accessioning-list-screen .scan-enter-input-wrapper{width:50%;align-items:center;display:flex;justify-content:space-between}.accessioning-list-screen .scan-enter-input-wrapper .input-component-wrapper{margin-bottom:0!important}.accessioning-list-screen .sample-list-title{padding:0 0 15px;font-weight:700;font-size:16px;letter-spacing:.5px;color:#000}.accessioning-list-screen .sample-list-wrapper{padding-top:10px}.accessioning-list-screen .review-sample-form .review-form .attachment-upload-wrapper .attachment-upload-list{display:flex}.accessioning-list-screen .review-sample-form .review-form .attachment-upload-wrapper .attachment-upload-list .rejected-image-thumbnails{display:flex;flex-wrap:wrap}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.accessioning-sample-card .barcode-section{font-weight:700}.accessioning-sample-card .order-details-body{padding-top:20px}.accessioning-sample-card .order-details-body .order-details-header-wrapper{display:flex}.accessioning-sample-card .order-details-body .order-details-header-wrapper .order-details-title{font-weight:700;font-size:16px}.accessioning-sample-card .order-details-body .order-details-header-wrapper .view-attachments{font-weight:700;font-size:12px;text-decoration-line:underline;color:#568fff;margin:3px 0 0 20px}.accessioning-sample-card .order-details-body .order-details-header-wrapper .view-attachments:hover{cursor:pointer}.accessioning-sample-card .order-details-body .insurance-wrapper .accordion-wrapper .MuiAccordion-root .accordion-summary .accordion-header .accordian-title-status-wrapper .accordian-sub-tile{color:#c00000}.accessioning-sample-card .card-actions{margin:10px 0 20px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.card-component{box-shadow:none!important;border-radius:8px!important;border:1px solid #D2D2D2!important}.card-component .card-content{margin:20px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.insurance-card-image-title{font-weight:700;font-size:16px;opacity:.5}.insurance-form-screen .t-form{max-height:calc(100% - 30px)!important}.insurance-form-screen .t-form .verify-insurance-wrapper{display:flex;justify-content:flex-end}.insurance-form-screen .t-form .enbot-unavailable-message{display:flex;justify-content:space-between}.insurance-form-screen .t-form .enbot-unavailable-message .enbot-unavailable-message-text{margin-top:10px;margin-bottom:20px;font-weight:700;font-size:14px;max-width:60%}.insurance-form-screen .insurance-form-header{margin:0 30px 20px;display:flex;justify-content:space-between}.insurance-form-screen .insurance-form-header .deselect-content{text-decoration:underline;padding-top:20px!important}.insurance-form-screen .insurance-form-header .deselect-content:hover{cursor:pointer}.insurance-form-screen .insurance-form-holder .insurance-attachment-upload-wrapper .insurance-attachment-upload-item .insurance-card-image-title-wrapper{display:flex;margin-top:20px}.insurance-form-screen .insurance-form-holder .insurance-attachment-upload-wrapper .insurance-attachment-upload-item .insurance-card-image-title-wrapper .insurance-card-image-title{margin-bottom:20px}.insurance-form-screen .required-asterisk{display:inline-block;margin-left:5px;color:#c00000!important}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.formik-radio-button-group-component{width:100%}.formik-radio-button-group-component .error-message{color:#d32f2f;font-size:.75rem;margin-top:3px;margin-left:14px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.patient-edit-confirmation-component .disclaimer-text{background-color:#c9c6e1;font-size:16px;border-radius:4px;margin-bottom:12px;padding:12px 20px;line-height:1.4}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.insurance-list-display{padding-bottom:20px}.insurance-list-display .insurance-attachments .insurance-attachments-header{font-weight:700;font-size:14px;line-height:16px;color:#000;opacity:.5;margin-top:15px}.insurance-list-display .insurance-attachments .insurance-attachments-front-image,.insurance-list-display .insurance-attachments .insurance-attachments-back-image{margin-top:15px}.insurance-list-display .enb-auth-required{font-weight:700}.insurance-list-display .enb-auth-required.yes{color:red}.insurance-list-display .enb-auth-required.no{color:green}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.patient-list-screen .t-table-wrapper .t-table-container .t-col-firstName{min-width:150px;max-width:180px;position:sticky}.patient-list-screen .t-table-wrapper .t-table-container .t-col-actions{min-width:50px;max-width:60px;position:sticky}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.labRoleSelection-component .dialog-close-button{margin-left:auto}.labRoleSelection-component .lab-confirmation-dialog-container .lab-confirmation-dialog-title{font-family:Lato;font-size:20px;font-weight:700;line-height:24px;text-align:center;text-underline-position:from-font;text-decoration-skip-ink:none}.labRoleSelection-component .lab-confirmation-dialog-container .lab-confirmation-dialog-title-and-description .lab-confirmation-dialog-sub-description{color:#8b8e90;font-family:Lato;font-size:16px;font-weight:400;line-height:21.6px;text-align:center;text-underline-position:from-font;text-decoration-skip-ink:none}.labRoleSelection-component .lab-confirmation-dialog-container .lab-confirmation-dialog-sub-actions{margin-top:24px;display:flex;flex-direction:column;gap:15px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.test-order-status-confirmation-dialog-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.test-order-status-confirmation-dialog-container .test-order-status-confirmation-dialog-image img{width:250px;height:250px}.test-order-status-confirmation-dialog-container .test-order-status-confirmation-dialog-title{font-size:18px}.test-order-status-confirmation-dialog-container .test-order-status-confirmation-dialog-sub-text{display:flex;font-size:14px;color:#000;opacity:.3;margin:5px 0}.test-order-status-confirmation-dialog-container .test-order-status-confirmation-dialog-sub-description{color:#00000080;font-size:18px;margin:15px 0}.test-order-status-confirmation-dialog-container .test-order-status-confirmation-dialog-sub-body .panels-container{display:flex;justify-content:flex-end;align-items:center;margin:15px 0}.test-order-status-confirmation-dialog-container .test-order-status-confirmation-dialog-sub-body .panels-container .panel-name{font-weight:700;font-size:16px;letter-spacing:.5px;color:#202020;opacity:.5;width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.test-order-status-confirmation-dialog-container .test-order-status-confirmation-dialog-sub-body .panels-container .barcode{font-weight:700;font-size:16px;color:#000;margin:0 30px 0 10px;display:inline-block;width:120px;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis}.test-order-status-confirmation-dialog-container .test-order-status-confirmation-dialog-sub-actions{margin-top:10%;width:50%}.test-order-complete-dialog .MuiDialog-paper{max-width:640px!important}@media print{body *{visibility:hidden}#print-section,#print-section *{visibility:visible}#print-section{position:absolute;left:15px;top:0}@page{margin:0}}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.select-patient-screen .select_patient_wrapper{display:flex;padding:10px 0 20px;justify-content:flex-end}.select-patient-screen .select_patient_wrapper .create-patient-link{font-size:14px;font-weight:700;padding-left:5px;text-decoration:underline;color:#568fff;cursor:pointer}.select-patient-screen .patient-already-exists{display:flex}.select-patient-screen .patient-list-table-wrapper{height:calc(100% - 225px)}.select-patient-screen .patient-list-table-wrapper .table-v2-wrapper{height:100%}.select-patient-screen .patient-list-table-wrapper .table-v2-wrapper .t-table-container{height:100%!important;border:1px solid #D6D6D6;min-height:0px!important;overflow-y:auto!important}.select-patient-screen .patient-list-table-wrapper .table-v2-wrapper .t-table-container .t-col-check{min-width:100px;max-width:120px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.form-title-navigate-back-component-wrapper{margin:30px 30px 0}.form-title-navigate-back-component-wrapper .back-navigation-wrapper{display:flex;align-items:center;font-size:12px;font-weight:700}.form-title-navigate-back-component-wrapper .back-navigation-wrapper .navigate-back-icon{height:20px;width:20px;color:#2866b1}.form-title-navigate-back-component-wrapper .back-navigation-wrapper .form-back-navigation-title{color:#2866b1;margin-left:10px;font-weight:700;font-size:16px}.form-title-navigate-back-component-wrapper .back-navigation-wrapper:hover{cursor:pointer}.form-title-navigate-back-component-wrapper .form-title-with-navigation{display:flex;align-items:center}.form-title-navigate-back-component-wrapper .form-title-with-navigation .form-title{font-size:24px;font-weight:700;text-align:center;margin:20px 0}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.attachment-view-download-wrapper{margin:15px 0}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.order-details-add-screen .horizontal-line{margin-bottom:10px!important}.order-details-add-screen .accordion-wrapper{margin:10px 0}.order-details-add-screen .accordion-wrapper .medication-list-wrapper .medication-list{margin-bottom:5px}.order-details-add-screen .intake-form-details{margin-bottom:30px}.order-details-add-screen .order-details-section .details-title{font-weight:700;font-size:16px;opacity:.5;margin:20px 0}.order-details-add-screen .form-actions{float:right}.order-details-add-screen .icd-codes-details .icd-codes-details-wrapper{display:flex;justify-content:space-between;align-items:center}.order-details-add-screen .icd-codes-details .icd-codes-details-wrapper .select-icd-codes-underlined-button{text-decoration:underline;cursor:pointer}.order-details-add-screen .icd-codes-details .select-icd-codes-button-icd-codes-wrapper{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.order-details-add-screen .test-order-details-add-radio-buttons-wrapper{display:flex;align-items:center;margin-bottom:20px}.order-details-add-screen .test-order-details-add-radio-buttons-wrapper .radio-button-title{color:#202020;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.order-details-add-screen .sample-name{color:#202020;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:16px}.order-details-add-screen .sample-test-name{color:#000;margin-bottom:16px;opacity:.5;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.test-order-icd-code-drawer .table-v2-wrapper:has(.MuiTablePagination-root) .t-table-container{height:calc(100vh - 320px)!important;min-height:160px}.test-order-icd-code-drawer .t-table-container{height:calc(100vh - 270px)}.test-order-icd-code-drawer .t-tabs-wrapper .t-tab-panel{padding:10px 0!important}.test-order-medication-drawer .table-v2-wrapper:has(.MuiTablePagination-root) .t-table-container{height:calc(100vh - 420px)!important;min-height:200px;position:relative}.test-order-medication-drawer .table-v2-wrapper:has(.MuiTablePagination-root) .t-table{height:calc(100vh - 420px)!important;min-height:200px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-tabs-wrapper .t-tabs{border-bottom:1px solid #dfdfdf}.t-tabs-wrapper .t-tabs .t-tab{border-left:1px solid #B3C5C4}.t-tabs-wrapper .t-tabs .t-tab:first-child{border-left:none}.t-tabs-wrapper .t-tabs-header .MuiTabs-scrollableX .t-tab{padding:0 30px!important}.t-tabs-wrapper .t-tab-panel{padding:10px 20px!important;height:calc(100% - 45px);overflow:auto}.form-debugger{position:fixed;top:10vh;left:0;width:400px;border:2px dashed #777777;box-sizing:content-box;z-index:9999;background:#fff}.form-debugger .accordion-wrapper{margin:0!important}.form-debugger .MuiAccordionDetails-root{max-height:calc(100vh - 200px);overflow:auto}.form-debugger .draggable-class{cursor:move}.form-debugger .form-debugger-section .form-debugger-section-title{font-size:15px;font-weight:700}.json-viewer{font-family:monospace;font-size:14px;line-height:1.5;padding:5px;background-color:#1e1e1e;color:#d4d4d4;border-radius:4px;width:fit-content;overflow:auto}.json-object,.json-array{margin-left:15px;border-left:1px dashed #555;padding-left:10px}.json-object-item,.json-array-item{margin-bottom:2px}.json-key{color:#9cdb7c;margin-right:5px}.json-string{color:#ce9178}.json-number{color:#b5cea8}.json-boolean,.json-null{color:#569cd6}.json-toggle{cursor:pointer;margin-right:5px;-webkit-user-select:none;user-select:none;color:gray}.json-toggle:hover{color:#ccc}.json-object-content,.json-array-content{margin-top:2px}.json-object-item:hover,.json-array-item:hover{background-color:#2a2a2a}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.test-order-billing-details-screen .t-form .t-form-controls-wrapper .test-order-select-insurance{margin-top:20px;display:flex;justify-content:space-between;column-gap:30px}.test-order-billing-details-screen .t-form .t-form-controls-wrapper .test-order-select-insurance .test-order-select-insurance-input{width:100%}.test-order-billing-details-screen .t-form .t-form-controls-wrapper .test-order-select-insurance .test-order-select-insurance-view-button{margin-top:10px}.test-order-billing-details-screen .t-form .t-form-controls-wrapper .billing-details-body .billing-details-title{font-weight:700;font-size:16px;letter-spacing:.5px}.test-order-billing-details-screen .t-form .t-form-controls-wrapper .billing-details-body .card-content{margin-top:15px;padding:20px!important;border:1px solid #d2d2d2;border-radius:5px}.test-order-billing-details-screen .t-form .t-form-controls-wrapper .billing-details-body .card-content .insurance-panel-header{display:flex;justify-content:space-between}.test-order-billing-details-screen .t-form .t-form-controls-wrapper .billing-details-body .card-content .insurance-panel-header .panel-name-wrapper{display:flex}.test-order-billing-details-screen .t-form .t-form-controls-wrapper .billing-details-body .card-content .insurance-panel-header .panel-name-wrapper .insurance-panel-name{font-weight:700;font-size:16px}.test-order-billing-details-screen .t-form .t-form-controls-wrapper .billing-details-body .card-content .insurance-panel-header .add-insurance-button{color:#222;text-decoration:underline;cursor:pointer}.test-order-billing-details-screen .t-form .t-form-controls-wrapper .billing-details-body .card-content .panel-name-title{font-weight:400;font-size:16px;margin-bottom:10px}.test-order-billing-details-screen .t-form .t-form-controls-wrapper .billing-details-body .card-content .samples-list-wrapper{font-weight:400;font-size:16px}.test-order-billing-details-screen .t-form .t-form-controls-wrapper .billing-details-body .card-content .samples-list-wrapper .billing-sample-name{font-weight:700;font-size:16px}.view-insurance-details-wrapper{padding:30px!important}.view-insurance-details-wrapper .view-insurance-details-title-action-wrapper{display:flex;justify-content:space-between;margin-bottom:20px}.view-insurance-details-wrapper .view-insurance-details-title-action-wrapper .view-insurance-details-title{font-weight:700;font-size:30px;letter-spacing:.5px}.consent-form-wrapper .consent-form-title{font-weight:700;font-size:16px;margin-bottom:15px}.consent-form-wrapper .consent-form-buttons-wrapper{display:flex;flex-wrap:wrap;column-gap:20px;row-gap:20px;align-items:center}.consent-form-wrapper .consent-form-buttons-wrapper .consent-form-or-text{font-weight:700;font-size:16px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.time-line-component .MuiStep-root:hover{cursor:pointer}.time-line-component .MuiStepLabel-label{font-size:16px;font-weight:400;color:#8b8e90}.time-line-component .MuiStepLabel-label.Mui-active{color:#6e43db;font-weight:700;font-size:18px!important}.time-line-component .MuiStepLabel-label.Mui-completed{font-size:16px;font-weight:700;color:#202020}.time-line-component .MuiStepLabel-label.Mui-completed:hover{cursor:pointer}.time-line-component .Mui-completed svg:hover{cursor:pointer}.time-line-component .Mui-active svg{border:1px solid #6E43DB;border-radius:100%}.time-line-component .Mui-active svg circle{fill:#c9c6e1}.time-line-component .Mui-active svg text{fill:#6e43db}.poc-test-result-component .poc-test-result-popup-header{text-align:center;max-width:376px;margin:auto}.poc-test-result-component .poc-test-result-popup-header .poc-popup-header-title{color:var(--GK-Primary-Eerie-Black, #202020);font-size:20px;font-style:normal;font-weight:500;line-height:normal}.poc-test-result-component .poc-test-result-popup-header .poc-popup-header-description{color:var(--GK-Primary-Spanish-Gray, #8B8E90);font-size:16px;font-style:normal;font-weight:400;line-height:135%}.poc-test-result-component .poc-test-dialog-body .poc-fields-wrapper{max-height:230px;overflow:auto}.poc-test-result-component .poc-test-dialog-footer{display:flex;justify-content:center;align-items:center}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.patient-confirmation-test{color:#666;font-weight:700;font-size:14px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.formik-phone-number-component .phone-input-flag-prefix-wrapper{display:flex;align-items:center;column-gap:15px;margin-right:5px}.formik-phone-number-component .phone-input-flag-prefix-wrapper .phone-input-flag-wrapper{padding-top:5px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.patient-insurance-screen .t-form .patient-insurance-isAvailable-wrapper .patient-insurance-isAvailable-header{padding:10px 0 0 30px}.patient-insurance-screen .t-form .insurance-list-container .patient-insurance-card-component{margin-top:20px}.patient-insurance-screen .t-form .insurance-list-container .patient-insurance-card-component .insurance-card-header-wrapper{display:flex;justify-content:space-between}.patient-insurance-screen .t-form .insurance-list-container .patient-insurance-card-component .insurance-edit{font-weight:500;font-size:16px;line-height:19px}.patient-insurance-screen .t-form .insurance-list-container .add-insurance-button{font-weight:700;font-size:14px;line-height:19px;margin-top:10px}.patient-insurance-screen .t-form .insurance-list-container .add-insurance-button:hover{cursor:pointer}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.file-dnd-wrapper{padding:20px 50px;display:flex;align-items:center;flex-direction:column;text-align:center;border:1px solid #ddd;border-radius:10px;margin:10px 0;width:100%}.file-dnd-wrapper .file-dnd-title{font-weight:400;font-size:20px;line-height:30px}.file-dnd-wrapper .file-dnd-icon-sub-title .file-dnd-icon{font-size:40px}.file-dnd-wrapper .file-dnd-icon-sub-title .file-dnd-sub-title{font-size:10px}.file-dnd-wrapper .file-dnd-dnd-title{margin:10px 0}.file-dnd-wrapper .file-dnd-choose-file-button{margin:5px 0}.file-dnd-wrapper .file-dnd-selected-files-details{margin:10px 0}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.dashboard-screen{margin:24px 30px;height:calc(100% - 70px)}.dashboard-screen .dashboard-user-name-wrapper{font-weight:700;font-size:24px;margin-bottom:24px}.dashboard-screen .dashboard-body-wrapper{margin-top:30px}.dashboard-screen .dashboard-body-wrapper .dashBoard-modules-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(267px,1fr));column-gap:25px;row-gap:20px;justify-content:center;align-items:center}.dashboard-screen .dashboard-body-wrapper .dashBoard-modules-wrapper .dashboard-module-card-component{padding:20px}.dashboard-screen .dashboard-body-wrapper .dashBoard-modules-wrapper .dashboard-module-card-component .dashboard-module-title{display:flex;justify-content:center;text-align:center;font-weight:400;font-size:20px}.dashboard-screen .dashboard-body-wrapper .dashBoard-modules-wrapper .dashboard-module-card-component .dashboard-module-count{display:flex;justify-content:center;font-weight:700;font-size:30px;color:#818181;padding:6px 0 16px}.dashboard-screen .dashboard-body-wrapper .dashBoard-modules-wrapper .dashboard-module-card-component .dashboard-module-view-button{display:flex;justify-content:center}.dashboard-screen .dashboard-body-wrapper .dashBoard-modules-wrapper .dashboard-module-card-component .dashboard-module-view-button .dashboard-module-view-button-component{border-radius:30px;width:110px;height:32px}.dashboard-screen .dashboard-body-wrapper .dashBoard-samples-wrapper{margin-top:30px;display:grid;grid-template-columns:repeat(auto-fit,minmax(267px,1fr));column-gap:25px;row-gap:20px;justify-content:center;align-items:center}.dashboard-screen .dashboard-body-wrapper .dashBoard-samples-wrapper .dashboard-sample-card-component{padding:20px}.dashboard-screen .dashboard-body-wrapper .dashBoard-samples-wrapper .dashboard-sample-card-component .dashboard-sample-title{display:flex;justify-content:center;text-align:center;font-weight:400;font-size:20px}.dashboard-screen .dashboard-body-wrapper .dashBoard-samples-wrapper .dashboard-sample-card-component .dashboard-sample-count{display:flex;justify-content:center;font-weight:700;font-size:30px;color:#818181;padding:15px 0 40px}.dashboard-screen .dashboard-body-wrapper .dashBoard-samples-wrapper .dashboard-sample-card-component .dashboard-sample-view-button{display:flex;justify-content:center}.dashboard-screen .dashboard-body-wrapper .dashBoard-samples-wrapper .dashboard-sample-card-component .dashboard-sample-view-button .dashboard-sample-view-button-component{border-radius:30px;width:110px;height:32px}.tab-group-component{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #DFDFDF;width:100%;margin-bottom:16px}.tab-group-component .tab-group-container{display:inline-flex;justify-content:flex-start;align-items:center}.tab-group-component .tab-group-container .tab-wrapper{height:36px;position:relative;padding:20px;flex-direction:row;justify-content:center;align-items:center;cursor:pointer;display:flex;border-bottom:2px solid transparent}.tab-group-component .tab-group-container .tab-wrapper .tab-text{font-weight:400;font-size:14px;line-height:22px;color:#828f9a}.tab-group-component .tab-group-container .tab-wrapper.active{border-bottom-color:#6e43db}.tab-group-component .tab-group-container .tab-wrapper.active .tab-text{color:#6e43db;font-weight:500}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.analytics-tab-component .pie-card-wrapper{border:1px solid #D2D2D2;border-radius:6px;padding:24px;background:#fff}.analytics-tab-component .pie-card-wrapper .pie-card-header{display:flex;justify-content:space-between;align-items:center}.analytics-tab-component .pie-card-wrapper .pie-card-header .pie-header-title{color:#000;font-size:20px;font-style:normal;font-weight:400;line-height:normal}.analytics-tab-component .pie-card-wrapper .pie-card-header .pie-header-actions{display:flex;align-items:center;gap:15px}.analytics-tab-component .pie-card-wrapper .pie-stat-card-title{color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:normal;text-align:center}.analytics-tab-component .pie-card-wrapper .pie-stat-card-value{color:#000;text-align:center;font-size:18px;font-style:normal;font-weight:700;line-height:normal}.analytics-tab-component .pie-card-wrapper .pie-card-body{margin-top:32px;display:flex;gap:24px}.analytics-tab-component .pie-card-wrapper .pie-card-body .pie-chart-component{flex:1}.analytics-tab-component .pie-card-wrapper .pie-card-body .pie-stats{flex:0 1 424px;display:flex;align-items:center;justify-content:center;gap:24px;flex-direction:column}.analytics-tab-component .pie-card-wrapper .pie-card-body .pie-stats .pie-stat-card{width:100%;border:1px solid #D2D2D2;border-radius:12px;display:flex;flex-direction:column;align-items:center;gap:4px;padding:24px}.analytics-tab-component .capa-analytics{display:flex;flex-wrap:wrap;margin-top:24px;gap:24px}.analytics-tab-component .capa-analytics .pie-card-wrapper{flex:1 0 500px}.analytics-tab-component .capa-analytics .pie-card-wrapper .pie-stats{flex:1}.analytics-tab-component .capa-analytics .pie-card-wrapper-empty{flex:1 0 500px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.date-range-picker-component{position:relative}.date-range-picker-component .MuiOutlinedInput-root{border-radius:4px;background-color:#fff!important}.date-range-picker-component .MuiOutlinedInput-root:has(.MuiIconButton-root){padding-right:0!important}.date-range-picker-component .text-field-wrapper.selected .MuiOutlinedInput-root{color:#0009!important;border:thin solid #c7c1c1;background-color:#fff}.date-range-picker-component .text-field-wrapper .MuiOutlinedInput-input{padding:9px 4px 8px 14px!important;font-size:14px}.date-range-picker-component .date-range-calender{position:absolute;z-index:1000}.date-range-picker-component .rdrCalendarWrapper{border:1px solid #d2d2d2;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.date-range-picker-component .rdrMonthName{text-align:center!important}.date-range-picker-component .rdrDay{color:#262626!important}.date-range-picker-component .rdrInRange,.date-range-picker-component .rdrStartEdge,.date-range-picker-component .rdrEndEdge{background-color:#6e43db}.date-range-picker-component .rdrDateDisplay{color:#6e43db!important}.date-range-picker-component .rdrDayDisabled{color:#f7f5f7!important}.date-range-picker-component .rdrDayPassive{color:#d2d2d2!important}.date-range-picker-component .rdrDayNumber{font-weight:400}.rdrMonthAndYearPickers select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;padding:10px 30px 10px 10px;border-radius:4px;outline:0;cursor:pointer;position:relative}.rdrMonthAndYearPickers select option{padding:10px;font-size:16px}.rdrMonthAndYearPickers select option:checked{font-weight:700;position:relative}.rdrCalendarWrapper{box-sizing:border-box;background:#fff;display:inline-flex;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rdrDateDisplay{display:flex;justify-content:space-between}.rdrDateDisplayItem{flex:1 1;width:0;text-align:center;color:inherit}.rdrDateDisplayItem+.rdrDateDisplayItem{margin-left:.833em}.rdrDateDisplayItem input{text-align:inherit}.rdrDateDisplayItem input:disabled{cursor:default}.rdrMonthAndYearWrapper{box-sizing:inherit;display:flex;justify-content:space-between}.rdrMonthAndYearPickers{flex:1 1 auto;display:flex;justify-content:center;align-items:center}.rdrNextPrevButton{box-sizing:inherit;cursor:pointer;outline:none}.rdrMonths{display:flex}.rdrMonthsVertical{flex-direction:column}.rdrMonthsHorizontal>div>div>div{display:flex;flex-direction:row}.rdrMonth{width:27.667em}.rdrWeekDays{display:flex}.rdrWeekDay{flex-basis:calc(100% / 7);box-sizing:inherit;text-align:center}.rdrDays{display:flex;flex-wrap:wrap}.rdrInfiniteMonths{overflow:auto}.rdrDateRangeWrapper{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rdrDateInput{position:relative}.rdrDateInput input{outline:none}.rdrDateInput .rdrWarning{position:absolute;font-size:1.6em;line-height:1.6em;top:0;right:.25em;color:red}.rdrDay{box-sizing:inherit;width:calc(100% / 7);position:relative;font:inherit;cursor:pointer}.rdrDayNumber{display:block;position:relative}.rdrDayNumber span{color:#1d2429}.rdrDayDisabled{cursor:not-allowed}@supports (-ms-ime-align: auto){.rdrDay{flex-basis:14.285%!important}}.rdrSelected,.rdrInRange,.rdrStartEdge,.rdrEndEdge,.rdrDayStartPreview,.rdrDayInPreview,.rdrDayEndPreview{pointer-events:none}.rdrDateRangePickerWrapper{display:inline-flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rdrStaticRanges{display:flex;flex-direction:column}.rdrStaticRange{font-size:inherit}.rdrInputRange{display:flex}.rdrCalendarWrapper{color:#000;font-size:12px}.rdrDateDisplayWrapper{background-color:#eff2f7}.rdrDateDisplay{margin:.833em}.rdrDateDisplayItem{border-radius:4px;background-color:#fff;box-shadow:0 1px 2px #23394236;border:1px solid transparent}.rdrDateDisplayItem input{cursor:pointer;height:2.5em;line-height:2.5em;border:0px;background:transparent;width:100%;color:#849095}.rdrDateDisplayItemActive{border-color:currentColor}.rdrDateDisplayItemActive input{color:#7d888d}.rdrMonthAndYearWrapper{align-items:center;height:60px;padding-top:10px}.rdrMonthAndYearPickers{font-weight:600}.rdrMonthAndYearPickers select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:0;background:transparent;padding:10px 30px 10px 10px;border-radius:4px;outline:0;color:#3e484f;background:url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;background-position:right 8px center;cursor:pointer;text-align:center}.rdrMonthAndYearPickers select:hover{background-color:#00000012}.rdrMonthPicker,.rdrYearPicker{margin:0 5px}.rdrNextPrevButton{display:block;width:24px;height:24px;margin:0 .833em;padding:0;border:0;border-radius:5px;background:#eff2f7}.rdrNextPrevButton:hover{background:#e1e7f0}.rdrNextPrevButton i{display:block;width:0;height:0;padding:0;text-align:center;border-style:solid;margin:auto;transform:translate(-3px)}.rdrPprevButton i{border-width:4px 6px 4px 4px;border-color:transparent rgb(52,73,94) transparent transparent;transform:translate(-3px)}.rdrNextButton i{margin:0 0 0 7px;border-width:4px 4px 4px 6px;border-color:transparent transparent transparent rgb(52,73,94);transform:translate(3px)}.rdrWeekDays{padding:0 .833em}.rdrMonth{padding:0 .833em 1.666em}.rdrMonth .rdrWeekDays{padding:0}.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{display:none}.rdrWeekDay{font-weight:400;line-height:2.667em;color:#849095}.rdrDay{background:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:0;padding:0;line-height:3em;height:3em;text-align:center;color:#1d2429}.rdrDay:focus{outline:0}.rdrDayNumber{outline:0;font-weight:300;position:absolute;left:0;right:0;top:5px;bottom:5px;display:flex;align-items:center;justify-content:center}.rdrDayToday .rdrDayNumber span{font-weight:500}.rdrDayToday .rdrDayNumber span:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:18px;height:2px;border-radius:2px;background:#3d91ff}.rdrDayToday:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span:after{background:#fff}.rdrDay:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span{color:#ffffffd9}.rdrSelected,.rdrInRange,.rdrStartEdge,.rdrEndEdge{background:currentColor;position:absolute;top:5px;left:0;right:0;bottom:5px}.rdrSelected{left:2px;right:2px}.rdrStartEdge{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrEndEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrSelected{border-radius:1.042em}.rdrDayStartOfMonth .rdrInRange,.rdrDayStartOfMonth .rdrEndEdge,.rdrDayStartOfWeek .rdrInRange,.rdrDayStartOfWeek .rdrEndEdge{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrDayEndOfMonth .rdrInRange,.rdrDayEndOfMonth .rdrStartEdge,.rdrDayEndOfWeek .rdrInRange,.rdrDayEndOfWeek .rdrStartEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrDayStartOfMonth .rdrDayInPreview,.rdrDayStartOfMonth .rdrDayEndPreview,.rdrDayStartOfWeek .rdrDayInPreview,.rdrDayStartOfWeek .rdrDayEndPreview{border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;border-left-width:1px;left:0}.rdrDayEndOfMonth .rdrDayInPreview,.rdrDayEndOfMonth .rdrDayStartPreview,.rdrDayEndOfWeek .rdrDayInPreview,.rdrDayEndOfWeek .rdrDayStartPreview{border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;border-right-width:1px;right:0}.rdrDayStartPreview,.rdrDayInPreview,.rdrDayEndPreview{background:#ffffff17;position:absolute;top:3px;left:0;right:0;bottom:3px;pointer-events:none;border:0px solid currentColor;z-index:1}.rdrDayStartPreview{border-top-width:1px;border-left-width:1px;border-bottom-width:1px;border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;left:0}.rdrDayInPreview{border-top-width:1px;border-bottom-width:1px}.rdrDayEndPreview{border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;right:0}.rdrDefinedRangesWrapper{font-size:12px;width:226px;border-right:solid 1px #eff2f7;background:#fff}.rdrDefinedRangesWrapper .rdrStaticRangeSelected{color:currentColor;font-weight:600}.rdrStaticRange{border:0;cursor:pointer;display:block;outline:0;border-bottom:1px solid #eff2f7;padding:0;background:#fff}.rdrStaticRange:hover .rdrStaticRangeLabel,.rdrStaticRange:focus .rdrStaticRangeLabel{background:#eff2f7}.rdrStaticRangeLabel{display:block;outline:0;line-height:18px;padding:10px 20px;text-align:left}.rdrInputRanges{padding:10px 0}.rdrInputRange{align-items:center;padding:5px 20px}.rdrInputRangeInput{width:30px;height:30px;line-height:30px;border-radius:4px;text-align:center;border:solid 1px rgb(222,231,235);margin-right:10px;color:#6c767a}.rdrInputRangeInput:focus,.rdrInputRangeInput:hover{border-color:#b4bfc4;outline:0;color:#333}.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{content:"";border:1px solid currentColor;border-radius:1.333em;position:absolute;top:-2px;bottom:-2px;left:0;right:0;background:transparent}.rdrDayPassive{pointer-events:none}.rdrDayPassive .rdrDayNumber span{color:#d5dce0}.rdrDayPassive .rdrInRange,.rdrDayPassive .rdrStartEdge,.rdrDayPassive .rdrEndEdge,.rdrDayPassive .rdrSelected,.rdrDayPassive .rdrDayStartPreview,.rdrDayPassive .rdrDayInPreview,.rdrDayPassive .rdrDayEndPreview{display:none}.rdrDayDisabled{background-color:#f8f8f8}.rdrDayDisabled .rdrDayNumber span{color:#aeb9bf}.rdrDayDisabled .rdrInRange,.rdrDayDisabled .rdrStartEdge,.rdrDayDisabled .rdrEndEdge,.rdrDayDisabled .rdrSelected,.rdrDayDisabled .rdrDayStartPreview,.rdrDayDisabled .rdrDayInPreview,.rdrDayDisabled .rdrDayEndPreview{filter:grayscale(100%) opacity(60%)}.rdrMonthName{text-align:left;font-weight:600;color:#849095;padding:.833em}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.stat-anamoly-component{border-radius:.625rem;padding:1.3rem;justify-content:center}.stat-anamoly-component .stat-anamoly-component-header{color:#636363;text-align:center;font-size:1.25rem;font-style:normal;font-weight:700;line-height:normal}.stat-anamoly-component .stat-anamoly-component-helper-text{color:#8b8e90;text-align:center;font-size:1rem;font-style:normal;font-weight:400;line-height:135%}.stat-anamoly-component .stat-anamoly-component-btn-alignment{display:flex;align-items:center;justify-content:center;gap:.625rem}.stat-anamoly-component .stat-anamoly-component-btn-alignment .stat-anamoly-component-btn{width:49%}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}:root{--color-text-title: #343A40;--color-text-label: #6C757D;--color-text-value: #212529;--color-text-change-positive: #198754;--icon-bg-facilities: #FFF3E0;--icon-fg-facilities: #FFA726;--icon-bg-locations: #E8F0FE;--icon-fg-locations: #4285F4;--icon-bg-test-orders: #FCE4EC;--icon-fg-test-orders: #E91E63;--icon-bg-patients: #F3E5F5;--icon-fg-patients: #9C27B0;--color-card-background: #FFFFFF;--color-page-background: #F4F6F8;--padding-card: 24px;--gap-title-to-stats: 24px;--gap-stats-row: 20px;--gap-stats-column: 20px;--padding-icon-wrapper-internal: 10px;--gap-icon-to-text: 16px;--margin-label-bottom: 4px;--margin-value-bottom: 6px;--border-radius-card: 10px;--border-radius-icon-wrapper: 8px;--font-family-sans-serif: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-size-title: 1.125rem;--font-weight-title: 600;--font-size-stat-label: .8125rem;--font-weight-stat-label: 500;--font-size-stat-value: 2rem;--font-weight-stat-value: 700;--font-size-stat-change: .75rem;--font-weight-stat-change: 500;--icon-size: 20px;--icon-wrapper-size: 44px}.MuiGrid-item .stats-card{height:100%}.stats-card{background-color:var(--color-card-background);border-radius:var(--border-radius-card);padding:var(--padding-card);width:100%;box-shadow:0 4px 12px #0000000d;box-sizing:border-box}.stats-card .stats-card-header{display:flex;align-items:center;margin-bottom:var(--gap-title-to-stats)}.stats-card .stats-card-header .card-title{font-size:var(--font-size-title);font-weight:var(--font-weight-title);color:var(--color-text-title);margin-right:auto}.stats-card .stats-card-header .stat-card-actions{margin-left:auto}.stats-card .stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--gap-stats-row) var(--gap-stats-column)}.stats-card .data-title-value-wrapper{display:flex;padding:0;justify-content:space-between}.stats-card .data-title-value-wrapper .data-title{font-size:13px;font-weight:400}.stats-card .data-title-value-wrapper .data-value{font-size:13px;font-weight:700}.stat-item{min-height:110.19px;border:1px solid #E9E9E9;background-color:var(--color-card-background);padding:16px;border-radius:6px;display:flex;align-items:center}.stat-item .stat-icon-wrapper{width:var(--icon-wrapper-size);height:var(--icon-wrapper-size);border-radius:var(--border-radius-icon-wrapper);display:flex;justify-content:center;align-items:center;margin-right:var(--gap-icon-to-text);flex-shrink:0}.stat-item .stat-icon-wrapper svg{font-size:var(--icon-size);display:block}.stat-item .stat-content{flex:1;display:flex;flex-direction:column;justify-content:center;min-width:0}.stat-item .stat-content .stat-label-wrapper{display:flex;justify-content:space-between}.stat-item .stat-content .stat-label-wrapper .stat-label{font-size:var(--font-size-stat-label);font-weight:var(--font-weight-stat-label);color:var(--color-text-label);margin-bottom:var(--margin-label-bottom);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stat-item .stat-content .stat-value{font-size:var(--font-size-stat-value);font-weight:var(--font-weight-stat-value);color:var(--color-text-value);margin-bottom:var(--margin-value-bottom);line-height:1.1}.stat-item .stat-content .stat-change{font-size:var(--font-size-stat-change);font-weight:var(--font-weight-stat-change);color:var(--color-text-change-positive)}.bar-chart-wrapper{border-radius:6px;background:var(--Apex-White-100, #FFF);padding:24px 24px 0;box-shadow:0 3px 8px #2222223d}.bar-chart-container .bar-title{color:#000;font-size:14px;font-style:normal;font-weight:700;line-height:normal}.status-card{padding:16px;border-radius:12px!important;display:flex;flex-direction:column;gap:16px;min-width:200px;position:relative}.status-card .status-card-badge{position:absolute;top:-10px;right:10px;width:28px;height:28px;font-size:.9rem;font-weight:700;box-shadow:0 2px 5px #0003}.status-card .status-card-header{display:flex;justify-content:space-between;align-items:center}.status-card .status-card-header .status-card-title{font-weight:600;font-size:16px}.status-card .status-card-header .status-card-main-count{font-size:13px;padding:4px;height:auto!important;border-radius:40px!important}.status-card .status-card-header .status-card-main-count .MuiChip-label{padding-left:4px;padding-right:4px}.status-card .status-card-sub-statuses{display:flex;flex-direction:column;gap:12px}.status-card .status-card-sub-statuses .sub-status-item{display:flex;flex-direction:column;gap:6px}.status-card .status-card-sub-statuses .sub-status-item .sub-status-info{display:flex;justify-content:space-between;align-items:center}.status-card .status-card-sub-statuses .sub-status-item .sub-status-info .sub-status-label,.status-card .status-card-sub-statuses .sub-status-item .sub-status-info .sub-status-count{font-size:13px;font-weight:600}.circular-progress{display:flex;flex-direction:column;align-items:center}.circular-progress__svg-container{position:relative}.circular-progress__svg{transform:rotate(-90deg);display:block}.circular-progress__bg-circle{opacity:.2}.circular-progress__progress-circle{transition:stroke-dashoffset 1s ease-out;filter:drop-shadow(0 0 6px rgba(59,130,246,.3))}.circular-progress__percentage-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.circular-progress__percentage-text{font-size:2rem;font-weight:700;color:#1f2937}.circular-progress__label{margin-top:.75rem;font-size:.875rem;font-weight:500;color:#4b5563;text-align:center}.dashboard-filters-component{border-bottom:none;margin-bottom:0}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.patient-order-history-list-component .screen-content-wrapper{margin:0!important}.patient-order-history-list-component .patient-page-search{width:50%;padding:20px 20px 0}.t-tabs-wrapper:has(.patient-order-history-list-component) .t-tab-panel{padding:0!important}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.test-order-list-screen .t-table-wrapper .t-table-container .t-col-panels .avatar-group-component{justify-content:flex-start}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.patient-insurance-component .patient-insurance-card-component .insurance-card-header-wrapper{display:flex;justify-content:space-between;font-weight:700;font-size:16px;line-height:19px;margin-top:10px}.patient-insurance-component .add-insurance-button{font-weight:700;font-size:16px;line-height:19px;margin-top:10px}.patient-insurance-component .add-insurance-button:hover{cursor:pointer}.activity-logs-timeline-component .accordian-actions{margin-right:0!important}.activity-logs-timeline-component .MuiTimelineConnector-root{background-color:#f6b7c5}.activity-logs-timeline-component .MuiTimelineDot-root{margin-top:0!important;margin-bottom:0!important}.activity-logs-timeline-component .initial-timeline-connector{max-height:23px}.activity-logs-timeline-component .log-item{display:flex;justify-content:space-between;column-gap:30px}.activity-logs-timeline-component .log-item .log-item-body{flex:1}.activity-logs-timeline-component .log-item .log-item-body .un-order-activity-list{padding-left:24px}.activity-logs-timeline-component .log-item .reason-for-edit{overflow-wrap:anywhere}.activity-logs-timeline-component .log-item .log-item-header{margin-top:15px;font-weight:700}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.restricted-route-component{height:100vh;background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center}.restricted-route-component .no-internet-icon-wrapper{margin-bottom:25px}.restricted-route-component .no-internet-icon-wrapper img{height:350px;width:350px;-webkit-user-select:none;user-select:none}.restricted-route-component .restricted-route-title{color:#636363;text-align:center;font-size:30px;line-height:36px;font-weight:400;margin-bottom:10px}.restricted-route-component .restricted-route-description{color:#8b8e90;text-align:center;font-size:20px;line-height:24px;font-weight:400;margin-bottom:70px}.restricted-route-component .restricted-page-action-wrapper{font-weight:700}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.icd-codes-title-wrapper{font-size:12px;color:#8b8e90;font-weight:400}.icd-code-title-display{display:flex;padding:5px 0}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-tabs-wrapper:has(.testOrder-order-history-list-component) .t-tab-panel{padding:0!important}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.test-order-result-table .MuiDialog-paper{max-width:900px!important}.result-log-dialog-wrapper .result-log-dialog-header{font-size:16px;font-weight:700;margin-bottom:30px}.result-log-dialog-wrapper .h-v-center{height:calc(100% - 1800px)!important;min-height:300px!important}.result-log-dialog-wrapper .result-log-dialog-body .result-log-item{display:flex;justify-content:space-between;align-items:center;column-gap:25px;background-color:#fafafa;padding:20px 15px;margin-bottom:25px}.result-log-dialog-wrapper .result-log-dialog-body .result-log-item .data-title{padding:0!important}.result-log-dialog-wrapper .result-log-dialog-body .result-log-item .data-value{font-size:14px!important}.result-log-dialog-wrapper .result-log-dialog-body .result-log-item .result-log-item-header{flex:1 1}.result-log-dialog-wrapper .result-log-dialog-body .result-log-item .result-log-item-header .result-log-item-header-title{font-weight:700;font-size:16px}.result-log-dialog-wrapper .result-log-dialog-body .result-log-item .result-log-item-header .result-log-item-header-details{display:flex;column-gap:40px}.result-log-dialog-wrapper .result-log-dialog-close-button{display:flex;justify-content:center}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.test-order-samples-component .t-form-controls-wrapper .accordion-layout{margin-bottom:25px}.test-order-samples-component .t-form-controls-wrapper .activity-log-button-wrapper{display:flex;justify-content:flex-end}.test-order-samples-component .icd-code-wrapper{border:1px solid rgba(128,128,128,.2);border-bottom:0}.test-order-samples-component .icd-code-wrapper .table-container{min-height:unset}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.qrCode-view-screen .t-form{max-height:100%!important}.qrCode-view-screen .qrCode-image-wrapper{display:flex;justify-content:center}.qrCode-view-screen .qrCode-image-wrapper .qrCode-image{border:1px solid #D2D2D2;margin-top:20px}.qrCode-view-screen .download-qrcode-button{display:flex;justify-content:center;margin-top:25px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.test-panel-details-add-holder .attachments-title{font-weight:700;font-size:16px;padding:5px 0 20px;opacity:.5}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.radio-button-title{font-weight:400;font-size:18px;margin-right:30px}.form-sub-title-with-tooltip-component .form-sub-title-with-tooltio{display:flex}.lab-list-item{display:flex;align-items:center;padding:0 35px 0 27px!important;border-bottom:1px solid #D6D6D6}.lab-list-item .lab-list-item-name-and-selection{display:flex;align-items:center;flex:1}.lab-list-item .lab-list-item-name-and-selection .lab-list-item-name{color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin-left:-10px}.underline-button{color:#568fff;font-size:16px;font-style:normal;font-weight:700;line-height:normal;text-decoration-line:underline}.underline-button:hover{cursor:pointer}.view-details-drawer{margin:30px;border-radius:5px;border:1px solid #BD9FEC;background:#fcfafe;padding:10px 20px}.view-details-drawer .data-title-value-wrapper{padding:3px 0!important;display:flex;justify-content:flex-start;align-items:flex-start!important}.view-details-drawer .data-title-value-wrapper .data-value{overflow:auto!important;white-space:normal!important}.assign-lab-to-test-component .t-tabs-wrapper{border:1px solid #D6D6D6}.assign-lab-to-test-component .t-tabs-wrapper .t-tab-panel{padding:0!important;height:calc(100vh - 400px)}.drawer-key-value{display:flex;margin-bottom:10px;column-gap:8px;justify-content:flex-start;align-items:flex-start}.drawer-key-value .drawer-key{color:#202020;font-size:16px;font-style:normal;font-weight:400;opacity:.5}.drawer-key-value .drawer-value{color:#202020;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.drawer-key-value .drawer-value-chips{display:flex;flex-wrap:wrap;column-gap:8px;margin-top:-5px}.test-report-add-screen .select-component-wrapper,.test-report-add-screen .input-component-wrapper{margin-bottom:0!important}.test-report-add-screen .attachments-with-title-wrapper .attachment-input-wrapper{align-items:flex-start}.rich-text-editor-component{border:1px solid #d2d2d2;border-radius:8px}.rich-text-editor-component.has-error{border:1px solid #c00000}.rich-text-editor-component.has-error .toolbar-action{border-bottom:1px solid #c00000}.rich-text-editor-component .rich-text-editor-box{padding-left:12px;padding-right:12px;max-height:250px;overflow:auto;outline:none}.rich-text-editor-component .toolbar-action{display:flex;align-items:center;gap:12px;padding:12px;border-bottom:1px solid #d2d2d2}.rich-text-editor-component .rich-text-error{color:#c00000}.rich-text-editor-component .rich-text-helper{font-size:.75rem;line-height:1.66;text-align:left;padding:0 12px}.rich-text-editor-component .required-asterisk{margin-left:-7px!important;color:#c00000!important}.test-icd-code-drawer .drawer-body{padding:24px}.test-icd-code-drawer .drawer-body .table-v2-wrapper:has(.MuiTablePagination-root) .t-table-container{height:calc(100vh - 290px)!important}.test-icd-code-drawer .drawer-body .drawer-sub-header{margin-bottom:24px}.test-icd-code-step .t-table-container{height:100%}.test-cpt-codes-component .t-table-container{height:auto}.test-cpt-codes-component .t-table-container .t-table-wrapper .t-table{height:calc(100vh - 430px)}.test-cpt-codes-component .t-table-container .t-table-wrapper .t-table .t-tr:not(:last-child){border-bottom:1px solid rgb(235,235,235)}.test-cpt-codes-component .t-table-container .t-table-wrapper .t-table .t-body .t-td{height:unset;border-bottom:unset}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.assign-lab-to-test-edit-component .search-component{width:50%;min-width:538px}.assign-lab-to-test-edit-component .assign-lab-to-test-tab .t-tabs-wrapper{border:1px solid #D6D6D6}.assign-lab-to-test-edit-component .assign-lab-to-test-tab .t-tabs-wrapper .t-tab-panel{padding:0!important;height:calc(100vh - 550px)}.test-report-type-edit-component .attachments-with-title-wrapper .attachment-input-wrapper{align-items:flex-start}.test-icd-codes-view-edit-component .t-table-container,.test-cpt-codes-view-edit-component .t-table-container{height:calc(100% - 500px)!important}.test-cpt-codes-edit-component .t-table-container .input-component-wrapper{margin-bottom:0!important}.test-cpt-codes-edit-component .t-table-container .t-table-wrapper .t-table .t-tr:not(:last-child){border-bottom:1px solid rgb(235,235,235)}.test-cpt-codes-edit-component .t-table-container .t-table-wrapper .t-table .t-body .t-td{height:unset;border-bottom:unset}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.invalid-name-text{color:#c00000;margin-top:-10px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.color-picker-component .swatch{background:#fff;display:inline-block;border:1px solid #999;border-radius:3px;cursor:pointer;box-shadow:0 0 0 1px #0000001a;padding:4px}.color-picker-component .swatch .color{width:75px;height:30px;border-radius:1px}.color-picker-component .popover{position:absolute;z-index:2}.color-picker-component .popover .cover{position:fixed;top:0;right:0;bottom:0;left:0}.lab-external-flow-component .progress-stepper{max-height:400px;overflow-y:auto}.lab-external-flow-component .progress-stepper .progress-stepper-item{display:flex;align-items:center;column-gap:10px;margin-bottom:10px}.lab-external-flow-component .progress-stepper .progress-stepper-item .progress-stepper-progress{display:flex;justify-content:center;align-items:center}.lab-external-flow-component .progress-stepper .progress-stepper-item .progress-stepper-progress .step-circle{border-radius:50%;width:24px;height:24px;border:1px solid black;display:flex;justify-content:center;align-items:center}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.add-physician-component .t-form .add-physician-form-holder .physicians-form-controls-wrapper{max-height:75vh}.lab-test-and-panel-tabs-wrapper .t-tabs-wrapper{border:1px solid #D6D6D6}.lab-test-and-panel-tabs-wrapper .t-tabs-wrapper .t-tab-panel{padding:0!important;height:calc(100vh - 340px)}.drawer-view-details-card{margin:20px 30px;padding:20px;border-radius:5px;border:1px solid #C7CFD2}.drawer-view-details-card .horizontal-line{margin-bottom:25px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.lab-test-and-panel-view-component .details-tab-data-body{margin-top:26px}.lab-test-and-panel-view-component .t-table-container{height:100%!important;margin-bottom:20px}.assign-lab-to-test-tab .t-tabs-wrapper{border:1px solid #D6D6D6}.assign-lab-to-test-tab .t-tabs-wrapper .t-tab-panel{padding:0!important;height:calc(100vh - 500px)}.lab-user-view-component .t-table-container{height:calc(100vh - 460px)}.lab-user-view-component .t-table-container .styled-table{height:100%}.lab-user-edit-component .t-table-container{height:calc(100vh - 600px)}.lab-user-edit-component .t-table-container .styled-table{height:100%}.physician-details-view-component .physician-details-no-physician-wrapper{display:flex;justify-content:space-between}.physician-details-view-component .physician-details-no-physician-button{width:50%}.facility-user-view-component .t-table-container{height:calc(100vh - 460px)}.facility-user-view-component .t-table-container .styled-table{height:100%}.facility-user-edit-component .t-table-container{height:calc(100vh - 600px)}.facility-user-edit-component .t-table-container .styled-table{height:100%}.physician-details-component .t-form .no-form .t-form-controls-wrapper .physician-list-wrapper{display:flex;flex-direction:column;height:calc(100% - 185px);overflow:auto}.payor-mix-body .payormix-wrapper{display:flex;align-items:baseline;column-gap:5px}.location-blood-draw-information-add-component .t-form .add-physician-form-holder .physician-address-same-as-facility-header{font-size:16px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-inside-details .t-table-container{height:calc(100vh - 400px)!important;position:relative}.t-table-inside-details .t-table{height:calc(100vh - 400px)!important;min-height:255px!important;position:relative}.t-table-inside-details .table-v2-wrapper:has(.MuiTablePagination-root) .t-table-container{height:calc(100vh - 452px)!important;min-height:100px;position:relative}.t-table-inside-details .table-v2-wrapper:has(.MuiTablePagination-root) .t-table{height:calc(100vh - 452px)!important;min-height:255px!important}.assign-lab-to-test-location-tab .t-tabs-wrapper{border:1px solid #D6D6D6}.assign-lab-to-test-location-tab .t-tabs-wrapper .t-tab-panel{padding:0!important;height:calc(100vh - 500px)}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.import-bulk-test-order-component .t-form .t-form-controls-wrapper .MuiPaper-root{background-color:#eef4ff}.import-bulk-test-order-component .t-form .t-form-controls-wrapper .attachment-upload-wrapper .attachment-upload-list .attachment-upload-item{display:block;margin-top:0!important}.import-bulk-test-order-component .t-form .t-form-controls-wrapper .attachment-upload-wrapper .attachment-upload-list .attachment-upload-item .attachment-upload-item-title{margin-bottom:20px}.import-bulk-test-order-component .t-form .t-form-controls-wrapper .attachment-upload-wrapper .attachment-upload-list .attachment-upload-item .bulk-test-order-file{max-width:150px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.state-reporting-attachment-url{font-weight:700;font-size:16px;color:#000;margin:0 30px 0 0;display:inline-block;width:350px;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis}.state-reporting-details-component .MuiDialogTitle-root{display:flex;flex-direction:column;overflow:hidden}.state-reporting-details-component .MuiDialogTitle-root .session-logs-text-wrapper{height:500px;overflow-y:auto}.barcodes-download-dialog-wrapper{padding:20px 50px}.barcodes-download-dialog-wrapper .download-dialog-title{font-weight:700;font-size:24px;text-align:center;margin-bottom:30px}.barcodes-download-dialog-wrapper .dialog-action-section{display:flex;justify-content:space-between;column-gap:20px;margin-top:100px}.barcodes-list-screen .screen-content-wrapper .t-tabs-wrapper .t-tab-panel{padding:0!important}.barcodes-list-screen .screen-content-wrapper .t-tabs-wrapper .t-tab-panel .input-component-wrapper{margin-bottom:0!important}.barcodes-list-screen .screen-content-wrapper .t-tabs-wrapper .t-tab-panel .t-table-container{height:calc(100vh - 260px)!important;position:relative}.barcodes-list-screen .screen-content-wrapper .t-tabs-wrapper .t-tab-panel .t-table{height:calc(100vh - 260px)!important;min-height:300px;position:relative}.barcodes-list-screen .screen-content-wrapper .t-tabs-wrapper .t-tab-panel .table-v2-wrapper:has(.MuiTablePagination-root) .t-table-container{height:calc(100vh - 310px)!important;min-height:300px;position:relative}.barcodes-list-screen .screen-content-wrapper .t-tabs-wrapper .t-tab-panel .table-v2-wrapper:has(.MuiTablePagination-root) .t-table{height:calc(100vh - 310px)!important;min-height:300px}.dropdowns-component{margin:20px 10px}.system-settings-table-wrapper-component .table-wrapper .table-header .feature-data-table-header:has(.page-search){display:flex;justify-content:space-between!important;align-items:center;margin-bottom:10px!important;margin-top:0!important}.system-settings-table-wrapper-component .table-wrapper .table-header .feature-data-table-header:has(.page-search) .page-search{width:50%;padding-top:16px;min-width:300px;align-items:center}.system-settings-table-wrapper-component .table-wrapper .table-header .feature-data-table-header:has(.page-search) .feature-action-buttons-wrapper{display:flex;justify-content:space-between;column-gap:20px;flex-wrap:wrap}.system-settings-table-wrapper-component .table-wrapper .table-header .feature-data-table-header{display:flex;justify-content:flex-end;align-items:center;margin-bottom:30px;margin-top:15px}.system-settings-table-wrapper-component .table-wrapper .table-header .feature-data-table-header .feature-action-buttons-wrapper{display:flex;justify-content:space-between;column-gap:20px;flex-wrap:wrap}.system-settings-table-wrapper-component .table-wrapper .t-table-container{height:calc(100vh - 400px)!important;position:relative}.system-settings-table-wrapper-component .table-wrapper .t-table{height:calc(100vh - 400px)!important;min-height:220px;position:relative}.system-settings-table-wrapper-component .table-wrapper .table-v2-wrapper:has(.MuiTablePagination-root) .t-table-container{height:calc(100vh - 440px)!important;min-height:300px;position:relative}.system-settings-table-wrapper-component .table-wrapper .table-v2-wrapper:has(.MuiTablePagination-root) .t-table{height:calc(100vh - 440px)!important;min-height:300px}.system-settings-table-wrapper-component .table-wrapper .table-v2-wrapper:has(.table-data-not-found-card) .t-table-container{height:calc(100vh - 400px)!important;min-height:300px;position:relative}.system-settings-table-wrapper-component .table-wrapper .table-v2-wrapper:has(.table-data-not-found-card) .t-table{height:calc(100vh - 400px)!important;min-height:300px}.type-field-with-delete-icon-wrapper{display:flex;align-items:center;justify-content:space-between;column-gap:20px}.type-field-with-delete-icon-wrapper .delete-type-field{padding-bottom:20px}.insurance-configuration-screen-component .clearing-house-list-container .t-table-container .t-table-wrapper .t-table{min-height:300px;height:calc(100vh - 200px)}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.clearing-house-insurance-preview-component .clearing-house-list-container .t-table-container .t-table-wrapper .t-table{min-height:300px;height:calc(100vh - 200px)}.clearing-house-insurance-preview-component .clearing-house-action-modal{display:flex;column-gap:12px;justify-content:flex-end}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.general-config-component{padding:30px}.general-config-component .section .section-header{margin-bottom:20px;max-width:600px}.general-config-component .section .section-header .section-title{color:var(--GK-Primary-Eerie-Black, #202020);font-feature-settings:"liga" off,"clig" off;font-size:16px;font-style:normal;font-weight:700;line-height:16px;margin-bottom:12px}.general-config-component .section .section-header .section-description{color:var(--GK-Primary-Eerie-Black, #202020);font-feature-settings:"liga" off,"clig" off;font-size:16px;font-style:normal;font-weight:400;line-height:16px}.general-config-component .section .form-fields .form-field{display:flex;justify-content:space-between;column-gap:24px;margin-bottom:20px}.general-config-component .section .form-fields .form-field .form-field-content{color:var(--GK-Primary-Eerie-Black, #202020);font-feature-settings:"liga" off,"clig" off;font-size:16px;font-style:normal;font-weight:400;line-height:20px}.general-config-component .section .form-fields .form-field .field-select{flex:0 0 320px}.access-level-list-component .t-table-container{height:calc(100vh - 210px)!important;position:relative}.access-level-list-component .t-table{height:calc(100vh - 210px)!important;min-height:300px;position:relative}.access-modules-tooltip{max-width:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.access-level-details-component .horizontal-line{margin-bottom:25px!important;margin-top:25px!important}.access-level-details-component .access-level-header-wrapper{margin-bottom:25px}.access-level-details-component .access-level-header-wrapper .access-level-role-name{font-weight:700;font-size:30px}.access-level-details-body-wrapper{padding:30px;background-color:#fff}.access-level-details-body-wrapper .access-level-details-body-title{font-weight:700;font-size:20px;margin-bottom:10px;display:flex;justify-content:space-between}.access-level-details-body-wrapper .access-level-details-body-description{font-weight:400;font-size:16px;color:#8b8e90}.access-level-details-body-wrapper .access-level-details-body-module-and-feature-wrapper{display:flex;column-gap:15%}.access-level-details-body-wrapper .access-level-details-body-module-and-feature-wrapper .access-level-details-body-module-wrapper{display:flex;width:30%;justify-content:space-between}.access-level-details-body-wrapper .access-level-details-body-module-and-feature-wrapper .access-level-details-body-module-wrapper .access-level-details-body-module-title-description-wrapper{width:70%}.access-level-details-body-wrapper .access-level-details-body-module-and-feature-wrapper .access-level-details-body-module-wrapper .access-level-details-body-module-title-description-wrapper .access-level-details-body-module-title{font-weight:700;font-size:16px;margin-bottom:9px}.access-level-details-body-wrapper .access-level-details-body-module-and-feature-wrapper .access-level-details-body-module-wrapper .access-level-details-body-module-title-description-wrapper .access-level-details-body-module-description{font-weight:400;font-size:14px;color:#8b8e90}.access-level-details-body-wrapper .access-level-details-body-module-and-feature-wrapper .access-level-details-body-feature-wrapper{flex:1 1}.access-level-details-body-wrapper .access-level-details-body-module-and-feature-wrapper .access-level-details-body-feature-wrapper .access-level-details-feature-wrapper{display:flex;justify-content:space-between;margin-bottom:25px}.access-level-details-body-wrapper .access-level-details-body-module-and-feature-wrapper .access-level-details-body-feature-wrapper .access-level-details-feature-wrapper .access-level-details-body-feature-title-description-wrapper{width:70%}.access-level-details-body-wrapper .access-level-details-body-module-and-feature-wrapper .access-level-details-body-feature-wrapper .access-level-details-feature-wrapper .access-level-details-body-feature-title-description-wrapper .access-level-details-body-feature-title{font-weight:400;font-size:14px;margin-bottom:5px}.access-level-details-body-wrapper .access-level-details-body-module-and-feature-wrapper .access-level-details-body-feature-wrapper .access-level-details-feature-wrapper .access-level-details-body-feature-title-description-wrapper .access-level-details-body-feature-description{font-weight:400;font-size:14px;color:#8b8e90}.access-level-details-body-wrapper .access-level-details-actions-wrapper{display:flex;justify-content:center;margin-bottom:30px;margin-top:70px}.ocr-screen-component{display:flex;margin:30px}.ocr-screen-component .h-v-center{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:220px;right:0;bottom:0}.ocr-screen-component .ocr-iframe{flex:1 1;height:calc(100vh - 120px);border:none}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.inventory-screen .inventory-header{padding:16px 0}.inventory-screen .inventory-header .inventory-title{display:flex;align-items:center;gap:8px}.inventory-screen .inventory-header .inventory-title h2{margin:0;font-size:24px;font-weight:600;color:#333}.inventory-screen .inventory-header .inventory-title .view-manual-link{color:#6e43db;text-decoration:underline;cursor:pointer;font-size:14px}.inventory-screen .inventory-header .inventory-title .view-manual-link:hover{opacity:.8}.inventory-screen .inventory-content{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.quantity-level.low-stock-level{color:#dc2626;font-weight:600}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.expandable-wrapper-v2{width:100%;height:100%;display:flex;flex-direction:column}.expandable-wrapper-v2 .expandable-table-container{height:calc(100vh - 200px);min-height:200px;position:relative;overflow:auto;flex:1}.expandable-wrapper-v2:has(.MuiTablePagination-root) .expandable-table-container{height:calc(100vh - 260px)!important;min-height:200px;position:relative}.expandable-wrapper-v2 .expanded-row-content{padding:24px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;margin:12px 0;box-shadow:0 2px 8px #0000001a}.expandable-wrapper-v2 .expanded-row-content h4{margin:0 0 20px;color:#495057;font-size:18px;font-weight:600;border-bottom:2px solid #007bff;padding-bottom:8px;display:inline-block}.expandable-wrapper-v2 .expanded-row-content .sub-details{display:grid;grid-template-columns:1fr 2fr;gap:24px;margin-top:16px}@media (max-width: 768px){.expandable-wrapper-v2 .expanded-row-content .sub-details{grid-template-columns:1fr;gap:16px}}.expandable-wrapper-v2 .expanded-row-content .sub-details .detail-section h5{margin:0 0 12px;color:#6c757d;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.expandable-wrapper-v2 .expanded-row-content .sub-details .detail-section p{margin:8px 0;color:#495057;line-height:1.5}.expandable-wrapper-v2 .expanded-row-content .sub-details .detail-section p strong{color:#212529;font-weight:600}.expandable-wrapper-v2 .expanded-row-content .sub-details .sub-items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px}.expandable-wrapper-v2 .expanded-row-content .sub-details .sub-items-grid .sub-item-card{background-color:#fff;border-radius:8px;padding:16px;border:1px solid #dee2e6;box-shadow:0 2px 4px #0000000d;transition:all .2s ease}.expandable-wrapper-v2 .expanded-row-content .sub-details .sub-items-grid .sub-item-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.expandable-wrapper-v2 .expanded-row-content .sub-details .sub-items-grid .sub-item-card .sub-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.expandable-wrapper-v2 .expanded-row-content .sub-details .sub-items-grid .sub-item-card .sub-item-header strong{color:#495057;font-size:14px;font-weight:600}.expandable-wrapper-v2 .expanded-row-content .sub-details .sub-items-grid .sub-item-card .sub-item-header .sub-item-type{background-color:#007bff;color:#fff;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:500}.expandable-wrapper-v2 .expanded-row-content .sub-details .sub-items-grid .sub-item-card .sub-item-description{color:#6c757d;font-size:13px;margin-bottom:8px;line-height:1.4}.expandable-wrapper-v2 .expanded-row-content .sub-details .sub-items-grid .sub-item-card .sub-item-value{color:#28a745;font-weight:600;font-size:14px}@media (max-width: 1024px){.expandable-wrapper-v2 .expandable-table-container{height:calc(100vh - 180px)}.expandable-wrapper-v2:has(.MuiTablePagination-root) .expandable-table-container{height:calc(100vh - 240px)!important}}@media (max-width: 768px){.expandable-wrapper-v2 .expandable-table-container{height:calc(100vh - 160px)}.expandable-wrapper-v2:has(.MuiTablePagination-root) .expandable-table-container{height:calc(100vh - 220px)!important}.expandable-wrapper-v2 .expanded-row-content{padding:16px;margin:8px 0}.expandable-wrapper-v2 .expanded-row-content h4{font-size:16px}}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.expandable-table-v2{width:100%;height:100%;background-color:#fff}.expandable-table-v2.small .expandable-table{font-size:12px}.expandable-table-v2.small .expandable-table th,.expandable-table-v2.small .expandable-table td{padding:6px 8px}.expandable-table-v2.medium .expandable-table{font-size:14px}.expandable-table-v2.medium .expandable-table th,.expandable-table-v2.medium .expandable-table td{padding:12px 16px}.expandable-table-v2.large .expandable-table{font-size:16px}.expandable-table-v2.large .expandable-table th,.expandable-table-v2.large .expandable-table td{padding:16px 20px}.expandable-table-v2 .expandable-table{width:100%;border-collapse:collapse;border-spacing:0}.expandable-table-v2 .expandable-table thead{background-color:#f8f9fa;position:sticky;top:0;z-index:10}.expandable-table-v2 .expandable-table thead th{font-weight:600;text-align:left;border-bottom:2px solid #dee2e6;background-color:#f8f9fa;color:#495057;white-space:nowrap}.expandable-table-v2 .expandable-table thead th:first-child{border-left:none}.expandable-table-v2 .expandable-table thead th:last-child{border-right:none}.expandable-table-v2 .expandable-table tbody tr{transition:background-color .2s ease;border-bottom:1px solid #dee2e6}.expandable-table-v2 .expandable-table tbody tr:hover{background-color:#f8f9fa}.expandable-table-v2 .expandable-table tbody tr:last-child{border-bottom:none}.expandable-table-v2 .expandable-table tbody tr td{border-bottom:1px solid #dee2e6;vertical-align:middle}.expandable-table-v2 .expandable-table tbody tr td:first-child{border-left:none}.expandable-table-v2 .expandable-table tbody tr td:last-child{border-right:none}.expandable-table-v2 .expandable-table tbody tr td span{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s ease}.expandable-table-v2 .expandable-table tbody tr td span:hover{background-color:#e9ecef}.expandable-table-v2 .default-sub-row{padding:20px;background-color:#f8f9fa;border-radius:8px;margin:8px 0}.expandable-table-v2 .default-sub-row h4{margin:0 0 16px;color:#495057;font-size:16px;font-weight:600}.expandable-table-v2 .default-sub-row .sub-items{display:flex;flex-direction:column;gap:12px}.expandable-table-v2 .default-sub-row .sub-items .sub-item{padding:12px;background-color:#fff;border-radius:6px;border:1px solid #dee2e6}.expandable-table-v2 .default-sub-row .sub-items .sub-item strong{color:#495057}.expandable-table-v2 .expandable-table-loading,.expandable-table-v2 .expandable-table-no-data{display:flex;justify-content:center;align-items:center;min-height:200px;background-color:#fff}.inventory-sub-items-table{width:100%;margin:0;padding:0;background:transparent}.inventory-sub-items-table .sub-items-table{width:100%;height:auto;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff}.inventory-sub-items-table .sub-items-table .table-container{width:100%;margin:0;padding:0;height:auto;min-height:auto;max-height:none;overflow:visible;display:block}.inventory-sub-items-table .sub-items-table .table-container .t-table{width:100%;height:auto!important;margin:0;table-layout:fixed;border-collapse:collapse;display:table}.inventory-sub-items-table .sub-items-table .table-container .t-table .t-table-head{background-color:#f9fafb;height:auto;display:table-header-group}.inventory-sub-items-table .sub-items-table .table-container .t-table .t-table-head .t-table-row{background-color:#f9fafb;height:auto;display:table-row}.inventory-sub-items-table .sub-items-table .table-container .t-table .t-table-head .t-table-row .t-table-cell{font-weight:600;font-size:.875rem;color:#374151;border-bottom:1px solid #e5e7eb;padding:12px 16px;height:auto;min-height:auto;border-right:none;display:table-cell;vertical-align:middle}.inventory-sub-items-table .sub-items-table .table-container .t-table .t-table-head .t-table-row .t-table-cell:first-child{width:120px}.inventory-sub-items-table .sub-items-table .table-container .t-table .t-table-head .t-table-row .t-table-cell:nth-child(2){width:200px}.inventory-sub-items-table .sub-items-table .table-container .t-table .t-table-head .t-table-row .t-table-cell:nth-child(3){width:300px}.inventory-sub-items-table .sub-items-table .table-container .t-table .t-table-head .t-table-row .t-table-cell:last-child{width:100px;text-align:right}.inventory-sub-items-table .sub-items-table .table-container .t-table .t-table-body{height:auto;min-height:auto;max-height:none;display:table-row-group}.inventory-sub-items-table .sub-items-table .table-container .t-table .t-table-body .t-table-row{height:auto;min-height:auto;background-color:#fff;display:table-row}.inventory-sub-items-table .sub-items-table .table-container .t-table .t-table-body .t-table-row:hover{background-color:#f9fafb}.inventory-sub-items-table .sub-items-table .table-container .t-table .t-table-body .t-table-row .t-table-cell{font-size:.875rem;color:#374151;border-bottom:1px solid #f3f4f6;padding:12px 16px;height:auto;min-height:auto;vertical-align:middle;border-right:none;display:table-cell}.inventory-sub-items-table .sub-items-table .table-container .t-table .t-table-body .t-table-row .t-table-cell:first-child{width:120px}.inventory-sub-items-table .sub-items-table .table-container .t-table .t-table-body .t-table-row .t-table-cell:nth-child(2){width:200px}.inventory-sub-items-table .sub-items-table .table-container .t-table .t-table-body .t-table-row .t-table-cell:nth-child(3){width:300px}.inventory-sub-items-table .sub-items-table .table-container .t-table .t-table-body .t-table-row .t-table-cell:last-child{width:100px;text-align:right}.inventory-sub-items-table .sub-items-table .table-container .t-table .t-table-body .t-table-row:last-child .t-table-cell{border-bottom:none}.inventory-sub-items-table .sub-item-id,.inventory-sub-items-table .sub-item-name{font-weight:500;color:#374151}.inventory-sub-items-table .sub-item-description{color:#6b7280;line-height:1.4}.inventory-sub-items-table .quantity-value{font-weight:500;color:#374151}.inventory-sub-items-table .quantity-value.low-stock{color:#dc2626;font-weight:600}.inventory-sub-items-table .animated-gif-wrapper{padding:20px;text-align:center;min-height:auto}.inventory-sub-items-table .animated-gif-wrapper img{max-width:100px;margin-bottom:8px}.inventory-sub-items-table .animated-gif-wrapper .table-no-data-found{font-size:.875rem;color:#6b7280;margin:0;padding:8px 0}.sub-items-table-height{height:auto;min-height:auto!important}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.inventory-filters-component .drawer-sub-header{border-bottom:1px solid #e0e0e0;margin-bottom:16px;display:flex;justify-content:space-between;align-items:center}.inventory-filters-component .drawer-sub-header .filters-clear-all-button{color:#6e43db;cursor:pointer;font-size:14px;font-weight:500;text-decoration:underline}.inventory-filters-component .drawer-sub-header .filters-clear-all-button:hover{opacity:.8}.inventory-filters-component .t-form{padding:0}.inventory-filters-component .t-form .t-form-controls-wrapper{display:flex;flex-direction:column;margin-bottom:24px}.inventory-filters-component .t-form .t-form-controls-wrapper .form-group{width:100%}.inventory-filters-component .t-form .form-action-section{display:flex;flex-direction:column;gap:12px;padding:16px 0;border-top:1px solid #e0e0e0;margin-top:24px}.inventory-filters-component .inventory-filters-holder .t-form-controls-wrapper .MuiFormControl-root{margin-bottom:0}.inventory-filters-component .inventory-filters-holder .t-form-controls-wrapper .MuiOutlinedInput-root{background-color:#fafafa;border-radius:4px}.inventory-filters-component .inventory-filters-holder .t-form-controls-wrapper .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline,.inventory-filters-component .inventory-filters-holder .t-form-controls-wrapper .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#6e43db}.inventory-filters-component .inventory-filters-holder .t-form-controls-wrapper .MuiInputLabel-root{color:#666;font-weight:500}.inventory-filters-component .inventory-filters-holder .t-form-controls-wrapper .MuiInputLabel-root.Mui-focused{color:#6e43db}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.update-quantity-drawer .t-drawer .MuiDrawer-paper{overflow:hidden!important}.update-quantity-drawer .drawer-body{margin-top:1rem;padding:0}.update-quantity-container .update-quantity-tabs{padding:0;background-color:#fff}.update-quantity-form .update-form-section{display:flex;align-items:center;gap:10px;margin-bottom:14px}.update-quantity-form .update-form-section .form-section-title{font-size:14px;font-weight:500;margin-bottom:12px;color:#333}.update-quantity-form .update-form-actions{margin-top:32px;padding-top:24px}.selected-file-info{margin-top:12px;padding:12px 16px;background:#fcfafe;border-radius:8px;border:1px solid #DFCCF5}.selected-file-info .file-info-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.selected-file-info .file-info-header .file-name{flex:1;font-weight:500}.selected-file-info .file-info-header .remove-file-btn{min-width:auto;padding:4px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.textarea-component{position:relative;margin:0 0 20px}.textarea-component.fullWidth .textarea-field{width:100%}.textarea-component .textarea-field{background:#fff;color:#636363;border-radius:8px;outline:none;padding:10px;border:1px solid #D0D5DD;font-size:14px;font-family:Lato}.textarea-component .textarea-field::placeholder{color:#667085}.textarea-component .textarea-field.has-error{border-color:#c00000}.textarea-component .textarea_error{color:#d10000;font-weight:400;font-size:.75rem;line-height:1.66;text-align:left;margin-top:3px;margin-right:14px;margin-bottom:0}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.basic-details-add-component .image-upload-section{margin:20px 0}.basic-details-add-component .image-upload-section .image-upload-label{font-size:14px;font-weight:500;margin-bottom:10px;color:#222}.basic-details-add-component .selected-file-info{margin-top:12px;padding:12px 16px;background:#fcfafe;border-radius:8px;border:1px solid #DFCCF5}.basic-details-add-component .selected-file-info .file-info-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.basic-details-add-component .selected-file-info .file-info-header .file-name{flex:1;font-weight:500}.basic-details-add-component .selected-file-info .file-info-header .remove-file-btn{min-width:auto;padding:4px}.sub-item-details-add-component .question-section{margin-bottom:30px}.sub-item-details-add-component .question-section .question-text{font-size:16px;font-weight:500;margin-bottom:15px;color:#222}.sub-item-details-add-component .sub-items-section{margin-top:30px}.sub-item-details-add-component .sub-items-section .sub-items-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.sub-item-details-add-component .sub-items-section .sub-items-header .sub-items-title{font-size:16px;font-weight:500;color:#222}.sub-item-details-add-component .sub-items-section .no-sub-items-message{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:40px;text-align:center;color:#6c757d;font-size:14px;margin-bottom:20px}.sub-item-details-add-component .sub-items-section .sub-items-table-wrapper{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:20px}.sub-item-details-add-component .sub-items-section .sub-items-table-wrapper .sub-item-actions{display:flex;gap:8px;justify-content:center;align-items:center}.sub-item-details-add-component .sub-items-section .sub-items-table-wrapper .sub-item-name{font-weight:500;color:#333}.sub-item-details-add-component .sub-items-section .sub-items-table-wrapper .sub-item-unit{color:#666}.sub-item-details-add-component .sub-items-section .sub-items-table-wrapper .sub-item-quantity{font-weight:600;color:#333}.sub-item-details-add-component .sub-items-section .sub-items-table-wrapper .sub-item-description{color:#666;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sub-item-details-add-component .sub-items-section .sub-items-table-wrapper .sub-item-image{display:flex;justify-content:center;align-items:center}.sub-item-modal-form{padding:20px}.sub-item-modal-form .image-upload-section{margin:20px 0}.sub-item-modal-form .image-upload-section .image-upload-label{font-size:14px;font-weight:500;margin-bottom:10px;color:#222}.sub-item-modal-form .modal-actions{display:flex;gap:12px;margin-top:24px}.inventory-view-component .inventory-view-component-details-module-title{font-size:12px;font-weight:600;color:#919191}.inventory-view-component .details-module-sub-title{font-size:18px;font-weight:600;color:#222;margin-top:8px}.inventory-view-component .details-module-icon{width:76px;height:48px;margin-right:8px;display:inline-block;vertical-align:middle}.inventory-view-component .basic-details-wrapper{background:#fff;border-radius:8px;padding:20px;margin-bottom:20px;box-shadow:0 2px 4px #0000001a}.inventory-view-component .basic-details-wrapper .details-screen-header-status-section .details-screen-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.inventory-view-component .basic-details-wrapper .details-screen-header-status-section .details-screen-header .inventory-view-component-item-status{display:flex;align-items:center;gap:12px}.inventory-view-component .basic-details-wrapper .details-screen-sub-header{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px}.inventory-view-component .basic-details-wrapper .details-screen-sub-header-more-details{display:flex;justify-content:flex-end;align-items:center;font-size:14px;color:#e86b3c;font-weight:600}.inventory-view-component .details-screen-body{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.inventory-view-component .details-screen-body .t-tabs-wrapper .t-tabs-header{background:#f5f5f5;border-bottom:1px solid #e0e0e0}.inventory-view-component .details-screen-body .t-tabs-wrapper .t-tab-panel{padding:20px}.inventory-view-component .clear-fix{clear:both}.inventory-view-component .h-v-center{display:flex;align-items:center;justify-content:center;min-height:400px}.inventory-item-basic-details-view-edit-component .details-tab-data-wrapper,.inventory-sub-items-details-edit-component .details-tab-data-content{padding:0}.inventory-sub-items-details-edit-component .details-tab-data-content .details-tab-data-header .view-and-edit-title{font-size:18px;font-weight:600;color:#222}.inventory-sub-items-details-edit-component .details-tab-data-content .form-controls-wrapper .question-section{display:flex;align-items:center;gap:1px}.inventory-sub-items-details-edit-component .details-tab-data-content .form-controls-wrapper .question-section .question-text{font-size:16px;font-weight:500;color:#222}.inventory-sub-items-details-edit-component .details-tab-data-content .form-controls-wrapper .sub-items-section .sub-items-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.inventory-sub-items-details-edit-component .details-tab-data-content .form-controls-wrapper .sub-items-section .sub-items-header .sub-items-title{font-size:16px;font-weight:500;color:#222}.inventory-sub-items-details-edit-component .details-tab-data-content .form-controls-wrapper .sub-items-section .sub-items-table-wrapper .sub-items-table{border-radius:8px;box-shadow:0 2px 4px #0000001a}.inventory-sub-items-details-edit-component .details-tab-data-content .form-controls-wrapper .sub-items-section .sub-items-table-wrapper .sub-items-table .table-header-cell{background-color:#f8f9fa;font-weight:600;font-size:14px;color:#333;padding:16px;border-bottom:2px solid #e9ecef}.inventory-sub-items-details-edit-component .details-tab-data-content .form-controls-wrapper .sub-items-section .sub-items-table-wrapper .sub-items-table .table-row:hover{background-color:#f8f9fa}.inventory-sub-items-details-edit-component .details-tab-data-content .form-controls-wrapper .sub-items-section .sub-items-table-wrapper .sub-items-table .table-row .table-cell{padding:16px;font-size:14px;color:#555;border-bottom:1px solid #e9ecef;vertical-align:middle}.inventory-sub-items-details-edit-component .details-tab-data-content .form-controls-wrapper .sub-items-section .sub-items-table-wrapper .sub-items-table .table-row .table-cell .image-cell{display:flex;align-items:center;justify-content:center}.inventory-sub-items-details-edit-component .details-tab-data-content .form-controls-wrapper .sub-items-section .sub-items-table-wrapper .sub-items-table .table-row .table-cell .image-cell .sub-item-image{width:40px;height:40px;border-radius:4px;object-fit:cover}.inventory-sub-items-details-edit-component .details-tab-data-content .form-controls-wrapper .sub-items-section .sub-items-table-wrapper .sub-items-table .table-row .table-cell .image-cell .image-placeholder{width:40px;height:40px;border:2px dashed #dee2e6;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#adb5bd}.inventory-sub-items-details-edit-component .details-tab-data-content .form-controls-wrapper .sub-items-section .sub-items-table-wrapper .sub-items-table .table-row .table-cell .actions-cell{display:flex;gap:8px;align-items:center}.inventory-sub-items-details-edit-component .details-tab-data-content .form-controls-wrapper .sub-items-section .sub-items-table-wrapper .sub-items-table .table-row .table-cell .actions-cell .MuiButton-root{min-width:auto;padding:4px 8px;font-size:12px;text-transform:capitalize}.inventory-sub-items-details-edit-component .details-tab-data-content .form-action-section{display:flex;gap:12px;margin-top:30px;padding-top:20px;border-top:1px solid #e9ecef}.inventory-sub-items-details-edit-component .details-tab-data-content .form-action-section>*{flex:1}.inventory-sub-items-details-edit-component .t-form-controls-wrapper{padding:0}.inventory-sub-items-details-edit-component .t-form-controls-wrapper .question-section{display:flex;align-items:center;gap:8px}.inventory-sub-items-details-edit-component .t-form-controls-wrapper .question-section .question-text{font-size:16px;font-weight:500;color:#222}.inventory-sub-items-details-edit-component .t-form-controls-wrapper .sub-items-section .sub-items-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.inventory-sub-items-details-edit-component .t-form-controls-wrapper .sub-items-section .sub-items-header .sub-items-title{font-size:16px;font-weight:500;color:#222}.inventory-sub-items-details-edit-component .t-form-controls-wrapper .sub-items-section .sub-items-table-wrapper{margin-bottom:20px}.inventory-sub-items-details-edit-component .t-form-controls-wrapper .sub-items-section .sub-items-table-wrapper .sub-items-table{border-radius:8px;box-shadow:0 2px 4px #0000001a}.inventory-sub-items-details-edit-component .t-form-controls-wrapper .sub-items-section .sub-items-table-wrapper .sub-items-table .table-header-cell{background-color:#f8f9fa;font-weight:600;font-size:14px;color:#333;border-bottom:2px solid #e9ecef}.inventory-sub-items-details-edit-component .t-form-controls-wrapper .sub-items-section .sub-items-table-wrapper .sub-items-table .table-row:hover{background-color:#f8f9fa}.inventory-sub-items-details-edit-component .t-form-controls-wrapper .sub-items-section .sub-items-table-wrapper .sub-items-table .table-row .table-cell{font-size:14px;color:#555;border-bottom:1px solid #e9ecef;vertical-align:middle}.inventory-sub-items-details-edit-component .t-form-controls-wrapper .sub-items-section .sub-items-table-wrapper .sub-items-table .table-row .table-cell .image-cell{display:flex;align-items:center;justify-content:center}.inventory-sub-items-details-edit-component .t-form-controls-wrapper .sub-items-section .sub-items-table-wrapper .sub-items-table .table-row .table-cell .image-cell .sub-item-image{width:40px;height:40px;border-radius:4px;object-fit:cover}.inventory-sub-items-details-edit-component .t-form-controls-wrapper .sub-items-section .sub-items-table-wrapper .sub-items-table .table-row .table-cell .image-cell .image-placeholder{width:40px;height:40px;border:2px dashed #dee2e6;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#adb5bd}.inventory-sub-items-details-edit-component .t-form-controls-wrapper .sub-items-section .sub-items-table-wrapper .sub-items-table .table-row .table-cell .actions-cell{display:flex;gap:8px;align-items:center}.inventory-sub-items-details-edit-component .t-form-controls-wrapper .sub-items-section .sub-items-table-wrapper .sub-items-table .table-row .table-cell .actions-cell .MuiButton-root{min-width:auto;padding:4px 8px;font-size:12px;text-transform:capitalize}.inventory-sub-items-details-edit-component .t-form-controls-wrapper .form-action-section{display:flex;gap:12px;margin-top:30px;padding-top:20px;border-top:1px solid #e9ecef}.inventory-sub-items-details-edit-component .t-form-controls-wrapper .form-action-section>*{flex:1}.inventory-sub-items-details-edit-component .sub-item-modal-form .image-upload-section{margin-bottom:16px}.inventory-sub-items-details-edit-component .sub-item-modal-form .image-upload-section .image-upload-label{font-size:14px;font-weight:500;margin-bottom:8px;color:#222}.inventory-sub-items-details-edit-component .sub-item-modal-form .modal-actions{margin-top:20px;padding-top:20px;border-top:1px solid #e9ecef}.sub-item-edit-card .file-dnd-wrapper{padding:12px 16px;margin:0}.sub-item-edit-card .file-dnd-wrapper .file-dnd-icon-sub-title .file-dnd-icon{font-size:20px}.sub-item-edit-card .file-dnd-wrapper .file-dnd-icon-sub-title .file-dnd-sub-title{font-size:9px}.sub-item-edit-card .file-dnd-wrapper .file-dnd-dnd-title{font-size:8px;margin:5px 0}.sub-item-edit-card .file-dnd-wrapper .file-dnd-choose-file-button{margin:3px 0}.sub-item-edit-card .file-dnd-wrapper .file-dnd-choose-file-button button{font-size:10px;padding:4px 8px}.inventory-sub-items-details-view-component .details-tab-data-content .details-tab-data-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.inventory-sub-items-details-view-component .details-tab-data-content .details-tab-data-header .view-and-edit-title{font-size:18px;font-weight:600;color:#222}.inventory-sub-items-details-view-component .details-tab-data-content .details-tab-data-header .edit-action-button .white-space-nowrap{white-space:nowrap}.inventory-sub-items-details-view-component .details-tab-data-content .sub-items-availability-section{margin-bottom:1rem}.inventory-sub-items-details-view-component .details-tab-data-content .sub-items-availability-section .availability-label{font-size:14px;font-weight:500;color:#666;margin-bottom:8px}.inventory-sub-items-details-view-component .details-tab-data-content .sub-items-availability-section .availability-value{font-size:16px;font-weight:600;color:#333}.inventory-sub-items-details-view-component .details-tab-data-content .sub-items-grid-container .sub-item-card{border:1px solid #e9ecef;border-radius:8px;height:100%;overflow:hidden;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.inventory-sub-items-details-view-component .details-tab-data-content .sub-items-grid-container .sub-item-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.inventory-sub-items-details-view-component .details-tab-data-content .sub-items-grid-container .sub-item-card .card-content{height:100%;display:flex;flex-direction:column}.inventory-sub-items-details-view-component .details-tab-data-content .sub-items-grid-container .sub-item-card .card-content .sub-item-image-container{width:100%;height:120px;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;margin-bottom:16px;border-bottom:1px solid #e9ecef}.inventory-sub-items-details-view-component .details-tab-data-content .sub-items-grid-container .sub-item-card .card-content .sub-item-image-container .sub-item-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:4px}.inventory-sub-items-details-view-component .details-tab-data-content .sub-items-grid-container .sub-item-card .card-content .sub-item-image-container .default-image-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#fff;border:2px dashed #dee2e6;border-radius:8px}.inventory-sub-items-details-view-component .details-tab-data-content .sub-items-grid-container .sub-item-card .card-content .sub-item-image-container .default-image-placeholder .placeholder-icon{font-size:24px;color:#adb5bd}.inventory-sub-items-details-view-component .details-tab-data-content .sub-items-grid-container .sub-item-card .card-content .sub-item-info{flex:1;padding:0 16px}.inventory-sub-items-details-view-component .details-tab-data-content .sub-items-grid-container .sub-item-card .card-content .sub-item-info .sub-item-name{font-size:16px;font-weight:600;color:#333;margin:0 0 12px;text-align:start}.inventory-sub-items-details-view-component .details-tab-data-content .sub-items-grid-container .sub-item-card .card-content .sub-item-info .sub-item-details .detail-row{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-bottom:8px;padding:4px 0}.inventory-sub-items-details-view-component .details-tab-data-content .sub-items-grid-container .sub-item-card .card-content .sub-item-info .sub-item-details .detail-row:last-child{margin-bottom:0}.inventory-sub-items-details-view-component .details-tab-data-content .sub-items-grid-container .sub-item-card .card-content .sub-item-info .sub-item-details .detail-row .detail-label{font-size:12px;font-weight:500;color:#666}.inventory-sub-items-details-view-component .details-tab-data-content .sub-items-grid-container .sub-item-card .card-content .sub-item-info .sub-item-details .detail-row .detail-value{font-size:12px;font-weight:600;color:#333}.inventory-sub-items-details-view-component .details-tab-data-content .no-sub-items-message{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:40px;text-align:center;color:#6c757d;font-size:14px;margin-top:20px}.quantity-details-tab-data-content .quantity-details-tab-data-header{display:flex;justify-content:space-between;align-items:flex-end;padding:1.25rem}.quantity-details-tab-data-content .quantity-view-and-edit-title{font-weight:600;font-size:1rem;color:#202020}.quantity-details-tab-data-content .view-details-attachment-chip-list{display:flex!important;flex-wrap:wrap!important;column-gap:20px!important}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.inventory-add-quantity-form{padding:0 20px 20px}.inventory-add-quantity-form .update-form-section{display:flex;align-items:center;gap:10px;margin-bottom:14px}.inventory-add-quantity-form .update-form-section .form-section-title{font-size:14px;font-weight:500;margin-bottom:5px;color:#333}.update-quantity-form .form-section .form-section-title{font-size:14px;font-weight:500;margin-bottom:12px;color:#333}.inventory-view-quantity-component{display:flex;flex-direction:column;gap:24px;padding:2rem;min-width:500px;align-items:center;justify-content:center;border-radius:.75rem}.inventory-view-quantity-component .inventory-view-quantity-component-title{color:#222;text-align:center;font-size:1.4375rem;font-style:normal;font-weight:600;line-height:normal}.inventory-view-quantity-component .inventory-view-quantity-component-card{display:flex;padding:1.25rem;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch;border-radius:.25rem;border:1px solid #BD9FEC;background:#fcfafe}.inventory-view-quantity-component .button-alignment{width:50%}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.inventory-remove-quantity-form{padding:0 20px 20px}.inventory-remove-quantity-form .update-form-section{display:flex;align-items:center;gap:10px;margin-bottom:14px}.inventory-remove-quantity-form .update-form-section .form-section-title{font-size:14px;font-weight:500;margin-bottom:5px;color:#333}.update-quantity-container{display:flex;flex-direction:column;height:100%}.update-quantity-container .update-quantity-tabs{border-bottom:1px solid #e0e0e0;padding:0 24px;background-color:#fff}.update-quantity-container .update-quantity-content{flex:1;padding:24px;overflow-y:auto}.update-quantity-form .form-section{margin-bottom:24px}.update-quantity-form .form-section .update-form-section-title{font-size:14px;font-weight:500;color:#333}.update-quantity-form .purchase-order-section{margin:20px 0}.update-quantity-form .purchase-order-section .purchase-order-label{font-size:14px;font-weight:500;margin-bottom:12px;color:#333}.update-quantity-form .form-actions{margin-top:32px;padding-top:24px;border-top:1px solid #e0e0e0}@media (max-width: 768px){.update-quantity-container .update-quantity-tabs{padding:0 16px}.update-quantity-container .update-quantity-content{padding:16px}}.sub-item-availability-drawer .t-drawer .drawer-body{padding:0}.sub-item-availability-drawer .sub-item-availability-drawer-content{padding:20px}.sub-item-availability-drawer .sub-item-availability-drawer-content .sub-item-card{background:#fcfafe;border:1px solid #BD9FEC;border-radius:8px;padding:16px;margin-bottom:16px}.sub-item-availability-drawer .sub-item-availability-drawer-content .sub-item-card:last-child{margin-bottom:0}.sub-item-availability-drawer .sub-item-availability-drawer-content .sub-item-card .drawer-key-value{margin-bottom:8px}.sub-item-availability-drawer .sub-item-availability-drawer-content .sub-item-card .drawer-key-value:last-child{margin-bottom:0}.price-details-drawer .t-drawer .drawer-body{padding:0}.price-details-drawer .price-details-drawer-content{padding:20px}.price-details-drawer .price-details-drawer-content .price-entry-card{background:#fcfafe;border:1px solid #BD9FEC;border-radius:8px;padding:16px;margin-bottom:16px}.price-details-drawer .price-details-drawer-content .price-entry-card:last-child{margin-bottom:0}.price-details-drawer .price-details-drawer-content .price-entry-card .price-entry-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:8px}.price-details-drawer .price-details-drawer-content .price-entry-card .price-entry-row:last-child{margin-bottom:0}@media (max-width: 768px){.price-details-drawer .price-details-drawer-content .price-entry-card .price-entry-row{grid-template-columns:1fr;gap:8px}}.price-details-drawer .price-details-drawer-content .price-entry-card .drawer-key-value{margin-bottom:8px}.price-details-drawer .price-details-drawer-content .price-entry-card .drawer-key-value:last-child{margin-bottom:0}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.inventory-update-usage-drawer .drawer-body{margin-top:1rem;padding:0}.inventory-update-usage-form{padding:0 20px 20px}.inventory-update-usage-form .form-section{display:flex;align-items:center;gap:10px;margin-bottom:14px}.inventory-update-usage-form .form-section .form-section-title{font-size:14px;font-weight:500;margin-bottom:12px;color:#333}.inventory-update-usage-form .form-actions{margin-top:32px;padding-top:24px;border-top:1px solid #e0e0e0}@media (max-width: 768px){.inventory-update-usage-form{padding:0 16px 16px}}.access-role-add-body-title{font-size:24px;font-style:normal;font-weight:700;color:#202020;margin-bottom:10px}.access-role-add-sub-title{font-size:16px;font-weight:700;margin-top:20px;margin-bottom:25px;color:#202020}.forgot-password-component{display:flex;flex-direction:column}.forgot-password-component .forgot-password-form-controls{margin-bottom:78px}.password-validator-component{display:flex;justify-content:flex-start;align-items:center;column-gap:8px;margin-bottom:24px;flex-wrap:wrap;row-gap:8px}.password-validator-component .chip{font-weight:400;font-size:12px!important}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.check-email-component{display:flex;flex-direction:column}.check-email-component .check-email-mail-image-wrapper img{width:264px;height:264px}.check-email-component .check-email-mail-image-wrapper .check-email-resend-link-wrapper{margin-top:10px;font-size:14px;font-weight:400;color:#636363;display:flex;justify-content:center;column-gap:5px}.check-email-component .check-email-mail-image-wrapper .check-email-resend-link-wrapper .check-email-resend-link{color:#222;text-decoration:underline;font-weight:700}.check-email-component .check-email-mail-image-wrapper .check-email-resend-link-wrapper .check-email-resend-link:hover{cursor:pointer}.successfull-reset-password-component{display:flex;flex-direction:column;height:100%}.successfull-reset-password-component .successful-reset-gif-and-actions-wrapper{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.successfull-reset-password-component .successful-reset-gif-and-actions-wrapper img{width:247px;height:247px}.assign-lab-to-biomarker-component .lab-list-item{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #E4E7EC}.qualitative-accounts-action{display:flex;justify-content:flex-end;margin-top:20px}.selected-report-format{color:#000;font-size:16px;font-weight:400;margin-bottom:28px}.selected-report-format .selected-report-title{color:#000;font-size:16px;font-weight:700}.is-biomarker-note-available-switch-wrapper{display:flex;column-gap:20px;margin-top:10px}.is-biomarker-note-available-switch-wrapper .is-biomarker-note-available-switch-label{color:#000;font-size:16px;font-style:normal;font-weight:400}.rule-details-wrapper{display:flex;align-items:center;justify-content:center;column-gap:10px}.expression-select-dropdown .select-component-wrapper{min-width:230px!important;max-width:230px}.formik-color-picker-component .swatch{height:54px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:44px;border:1px solid #B4B4B4;background-color:#fafafa;border-radius:4px}.formik-color-picker-component .swatch .color{width:20px;height:20px;border-radius:50%;border:.5px solid #000}.biomarker-report-configuration-view-component .biomarker-report-configuration-view-title-and-action-wrapper{display:flex;justify-content:space-between;align-items:center}.biomarker-report-type-component .attachments-with-title-wrapper .attachment-input-wrapper{align-items:flex-start}.biomarker-report-configuration-edit-component{padding:20px}.biomarker-report-configuration-edit-component .header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.biomarker-report-configuration-edit-component .header h2{margin:0}.biomarker-report-configuration-edit-component .header .action-buttons{display:flex;gap:12px}.biomarker-report-configuration-edit-component .content{max-width:800px}.add_role_wrapper{display:flex;justify-content:flex-end}.create-role-link{font-size:14px;font-weight:700;padding-left:5px;text-decoration:underline;color:#568fff;cursor:pointer}.user-permissions-component .access-level-details-body-wrapper{padding:30px 0!important}.user-credentials-tab-component .password-validator-component{margin-top:10px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.password-validator-component{margin-top:8px}.password-validator-component .validator-rule-list .validator-rule-item{display:flex;align-items:center}.password-validator-component .validator-rule-list .validator-rule-item.invalid .validator-rule-icon{color:#fa6187}.password-validator-component .validator-rule-list .validator-rule-item.valid .validator-rule-icon{color:#59f666}.password-validator-component .validator-rule-list .validator-rule-item .validator-rule-icon{position:relative;top:2px}.password-validator-component .validator-rule-list .validator-rule-item .validator-rule-icon svg{height:16px;width:16px}.password-validator-component .validator-rule-list .validator-rule-item .validator-rule-text{margin-left:18px;font-size:12px}.lab-os-component{display:flex;margin:30px}.lab-os-component .labOs-iframe{flex:1 1;height:calc(100vh - 120px);border:none}.no-internet-component{height:100vh;background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center}.no-internet-component .no-internet-icon-wrapper{margin-bottom:25px}.no-internet-component .no-internet-icon-wrapper img{height:350px;width:350px;-webkit-user-select:none;user-select:none}.no-internet-component .no-internet-title{color:#636363;text-align:center;font-size:30px;line-height:36px;font-weight:400;margin-bottom:10px}.no-internet-component .no-internet-description{color:#8b8e90;text-align:center;font-size:20px;line-height:24px;font-weight:400;margin-bottom:70px}.no-internet-component .refresh-page-action-wrapper{font-weight:700}.help-screen-component .tab-content-wrapper{height:calc(100vh - 140px)}.help-screen-component .tab-content-wrapper .MuiTypography-root{height:100%}.help-screen-component .manual-tab-wrapper{height:100%;display:flex;gap:24px}.help-screen-component .manual-tab-wrapper .help-section-navigation{display:flex;flex-direction:column;margin-top:-10px;margin-bottom:-7px;border-right:1px solid #D2D2D2;flex:0 1 200px}.help-screen-component .manual-tab-wrapper .help-section-navigation .help-section-title{margin-top:24px;color:#202020;font-feature-settings:"liga" off,"clig" off;font-size:18px;font-style:normal;font-weight:700;line-height:normal}.help-screen-component .manual-tab-wrapper .help-section-navigation .help-section-list-wrapper{overflow:auto;padding:0;list-style-type:none;counter-reset:list-counter}.help-screen-component .manual-tab-wrapper .help-section-navigation .help-section-list-wrapper .help-section-list-item{counter-increment:list-counter;color:#202020;font-feature-settings:"liga" off,"clig" off;font-size:16px;font-style:normal;font-weight:400;line-height:normal;padding:8px;cursor:pointer}.help-screen-component .manual-tab-wrapper .help-section-navigation .help-section-list-wrapper .help-section-list-item.active{font-weight:700;color:#6e43db}.help-screen-component .manual-tab-wrapper .help-section-navigation .help-section-list-wrapper .help-section-list-item:hover{color:#6e43db}.help-screen-component .manual-tab-wrapper .help-section-article-dashboard{flex:1;overflow:auto}.help-screen-component .manual-tab-wrapper .help-section-article-dashboard .section-details{margin-top:24px}.help-screen-component .manual-tab-wrapper .help-section-article-dashboard .section-details .article-info{background-color:#f2f2f2;border-radius:10px;padding:24px}.help-screen-component .manual-tab-wrapper .help-section-article-dashboard .section-details .article-info .MuiAlert-message{padding:0}.help-screen-component .manual-tab-wrapper .help-section-article-dashboard .section-details .article-header{color:#202020;font-feature-settings:"liga" off,"clig" off;font-size:24px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:8px}.help-screen-component .manual-tab-wrapper .help-section-article-dashboard .section-details .article-description{color:#202020;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.help-screen-component .manual-tab-wrapper .help-section-article-dashboard .help-article-card{border:1px solid #D2D2D2;border-radius:10px;overflow:hidden;cursor:pointer}.help-screen-component .manual-tab-wrapper .help-section-article-dashboard .help-article-card .article-card-thumbnail{border-bottom:1px solid #D2D2D2}.help-screen-component .manual-tab-wrapper .help-section-article-dashboard .help-article-card .article-card-thumbnail img{margin:auto;display:block;object-fit:cover;padding:12px 0}.help-screen-component .manual-tab-wrapper .help-section-article-dashboard .help-article-card .article-card-content{padding:16px 24px 24px}.help-screen-component .manual-tab-wrapper .help-section-article-dashboard .help-article-card .article-card-content .article-card-title{color:#202020;font-feature-settings:"liga" off,"clig" off;font-size:20px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:11px}.help-screen-component .manual-tab-wrapper .help-section-article-dashboard .help-article-card .article-card-content .article-card-description{color:#202020;font-size:16px;font-style:normal;font-weight:400;line-height:normal;transition:all .3s ease;word-wrap:break-word}.help-screen-component .manual-tab-wrapper .help-section-article-dashboard .help-article-card:hover{box-shadow:#63636333 0 2px 8px;scale:1.02;transition:all .3s ease}.signature-screen-component .signature-header{border-bottom:1px solid #e0e0e0;position:sticky;top:0;z-index:100;background-color:#fff}.signature-screen-component .signature-card{height:500px;display:flex;flex-direction:column;padding:40px;background-color:#faf7ff;border:1px solid #D2D2D2;border-radius:30px;margin:75px 120px;box-shadow:0 4px 4px #00000026}.signature-screen-component .signature-card .signature-card-header .signature-card-header-title{margin-bottom:16px;color:#222;font-feature-settings:"liga" off,"clig" off;font-size:28px;font-style:normal;font-weight:700;line-height:normal}.signature-screen-component .signature-card .signature-card-header .signature-card-header-title .text-primary{color:#6e43db}.signature-screen-component .signature-card .signature-card-header .signature-card-header-description{margin-bottom:42px;color:#222;font-feature-settings:"liga" off,"clig" off;font-size:18px;font-style:normal;font-weight:400;line-height:normal}.signature-screen-component .signature-card .signature-card-body .signature-card-body-header{margin-bottom:20px;color:#222;font-feature-settings:"liga" off,"clig" off;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.signature-screen-component .signature-card .signature-card-body .signature-box-container{display:flex;flex-direction:column;max-width:369.6px;width:100%}.signature-screen-component .signature-card .signature-card-body .signature-box-container .signature-box{height:120px;border-radius:16px;border:1px dashed #222222;background:#fff no-repeat center;background-size:contain}.signature-screen-component .signature-card .signature-card-body .signature-box-container .clear-signature{margin-left:auto;text-decoration:underline}.signature-screen-component .signature-card .signature-card-footer{margin-top:auto;justify-content:center;display:flex}.signature-container{width:100%;overflow:hidden}.signature-container .tab-canvas-wrapper{border:2px solid #DADADA;border-radius:8px;padding:20px}.signature-container .sign-color-wrapper{min-height:250px}.signature-tabs{display:flex;justify-content:center;margin-bottom:20px}.sigCanvas{border:1px dotted #1D1C1D;border-radius:8px;margin-top:10px;width:100%}.tab-button{padding:10px 20px;border:none;background-color:#f0f0f0;cursor:pointer}.tab-button.active{background-color:#fff;border-bottom:2px solid #6E43DB}.font-color-selection{display:grid;grid-template-columns:60% 40%;align-items:center;margin-bottom:10px}.font-select{width:200px;padding:5px;margin-left:20px}.color-options{display:flex;justify-content:flex-end;gap:10px}.color-options .color-circle-wrapper{margin-bottom:10px;margin-left:10px;margin-top:8px}.color-circle{width:20px;height:20px;border-radius:50%;cursor:pointer;margin-bottom:10px}.signature-preview{font-size:48px;padding:10px;border:1px solid #ccc;width:100%;min-height:81px;margin-top:10px;border-radius:8px;word-break:break-all}.signature-buttons{display:flex;justify-content:center;gap:10px;margin-top:20px}.cancel-button,.save-button{padding:10px 20px;cursor:pointer}.confirmation-status-card-wrapper{width:100%;background:#fff9d6;border-radius:8px;border:1px solid #FCE31E;box-shadow:0 4px 8px #d1d1d1;display:flex;justify-content:space-between;align-items:center;padding:16px}.confirmation-status-card-wrapper .confirmation-status-message-button{color:#275778;text-decoration:underline;font-weight:700;cursor:pointer}.rejected-sample-audit-log .table-v2-wrapper:has(.MuiTablePagination-root) .t-table-container{height:calc(100vh - 400px)!important;min-height:200px;position:relative}.rejected-sample-audit-log .table-v2-wrapper:has(.MuiTablePagination-root) .t-table{height:calc(100vh - 400px)!important;min-height:200px}.capa-analytics-component .capa-bar-chart-list{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));justify-content:center}.privacy-policy-screen-component .privacy-policy-header{border-bottom:1px solid #e0e0e0;position:sticky;top:0;z-index:100;background-color:#fff}.privacy-policy-screen-component .privacy-policy-card{display:flex;flex-direction:column;padding:0 1.5rem 1.5em;background-color:#fff;border:1px solid #D2D2D2;margin:2.1rem 8.75rem;box-shadow:0 4px 4px #00000026}.privacy-policy-screen-component .privacy-policy-card .text-primary{color:#6e43db}.privacy-policy-screen-component .privacy-policy-card .privacy-policy-card-header .privacy-policy-card-header-title{color:#000;font-size:1.25rem;font-style:normal;font-weight:600;line-height:normal;margin-bottom:.75rem;margin-top:2rem}.privacy-policy-screen-component .privacy-policy-card .privacy-policy-card-header .privacy-policy-card-header-description{color:#000;font-size:1rem;font-style:normal;font-weight:400;line-height:normal}.privacy-policy-screen-component .privacy-policy-card .privacy-policy-card-header .privacy-policy-mini-header{color:#000;font-size:1rem;font-style:normal;font-weight:700;line-height:normal}.privacy-policy-screen-component .privacy-policy-card .margin-spacing{margin-top:.75rem}.privacy-policy-screen-component .privacy-policy-card .privacy-policy-card-body .privacy-policy-card-body-header{margin-bottom:20px;color:#222;font-feature-settings:"liga" off,"clig" off;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.privacy-policy-screen-component .privacy-policy-card .privacy-policy-card-body .privacy-policy-box-container{display:flex;flex-direction:column;max-width:369.6px;width:100%}.privacy-policy-screen-component .privacy-policy-card .privacy-policy-card-body .privacy-policy-box-container .privacy-policy-box{height:120px;border-radius:16px;border:1px dashed #222222;background:#fff no-repeat center;background-size:contain}.privacy-policy-screen-component .privacy-policy-card .privacy-policy-card-body .privacy-policy-box-container .clear-privacy-policy{margin-left:auto;text-decoration:underline}.privacy-policy-screen-component .privacy-policy-card .privacy-policy-card-footer{margin-top:auto;justify-content:center;display:flex}.enb-view-details-screen .enb-title{font-size:24px;font-weight:600;color:#333;padding:16px 0 0 30px}.enb-view-details-screen .enb-details-screen-body .active-coverage-title{font-size:16px;font-weight:600;margin-bottom:12px;color:#333}.enb-view-details-screen .enb-details-screen-body .form-sub-title{font-size:16px;font-weight:600;margin-bottom:16px;color:#555}.enb-view-details-screen .enb-details-screen-body .horizontal-line{border-bottom:1px solid #e0e0e0;margin:20px 0}.enb-view-details-screen .enb-details-screen-body .offered-services-section .offered-services-title{font-size:16px;font-weight:600;margin-bottom:16px;color:#333}.enb-view-details-screen .enb-details-screen-body .offered-services-section .service-type-selector{display:flex;align-items:center;gap:12px;margin-bottom:20px}.enb-view-details-screen .enb-details-screen-body .accordion-layout .MuiAccordion-root{box-shadow:0 2px 4px #0000001a}.enb-view-details-screen .enb-details-screen-body .accordion-layout .MuiAccordion-root.Mui-expanded{margin:16px 0}.enb-view-details-screen .enb-details-screen-body .accordion-layout .MuiAccordionSummary-root{background-color:#f5f6ff}.enb-view-details-screen .enb-details-screen-body .accordion-layout .MuiAccordionSummary-root .MuiAccordionSummary-content .MuiTypography-root{font-weight:600}.enb-view-details-screen .enb-details-screen-body .accordion-layout .MuiAccordionDetails-root{padding:20px}.enb-view-details-screen .enb-details-screen-body .drawer-body-wrapper{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:16px;margin-bottom:20px}@media (max-width: 768px){.enb-view-details-screen .enb-details-screen-body .MuiGrid-item.MuiGrid-xs4{flex-basis:100%;max-width:100%}}.details-screen.enb-screen{width:100%}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url(../../icons/table/sort.svg);color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url(../../icons/table/sort_asc.svg)}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url(../../icons/table/sort_desc.svg)}.test-panel-details-component .drawer-sub-header{color:#000;font-feature-settings:"clig" off,"liga" off;font-size:24px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.5px;padding:0!important;margin-bottom:30px!important}.test-panel-details-component .drawer-sub-header .edit-button{color:#568fff;font-size:14px;font-style:normal;font-weight:400;line-height:normal;text-decoration-line:underline}.test-panel-details-component .drawer-sub-header .edit-button:hover{cursor:pointer}.sop-view-component .details-screen-title .details-screen-main-title{font-size:24px;font-weight:700;color:#202020;margin-bottom:5px}.sop-view-component .details-screen-title .details-screen-sub-title{font-size:14px;color:#8b8e90}.sop-view-component .details-screen-meta{font-size:14px;color:#636363}.validation-view-component .details-screen-title .details-screen-main-title{font-size:24px;font-weight:700;color:#202020;margin-bottom:5px}.validation-view-component .details-screen-title .details-screen-sub-title{font-size:14px;color:#8b8e90}.validation-view-component .details-screen-meta{font-size:14px;color:#636363}.validation-biomarker-cutoff-view-component .biomarker-cutoff-content{flex:1}.validation-biomarker-cutoff-view-component .edit-action-section{margin-left:16px}.validation-biomarker-cutoff-view-component .no-biomarker-cutoff-wrapper{padding:32px;text-align:center}.validation-biomarker-cutoff-view-component .no-biomarker-cutoff-wrapper .no-biomarker-cutoff-header{font-size:16px;color:#636363;margin-bottom:16px}.validation-biomarker-cutoff-edit-component .biomarker-cutoff-edit-wrapper .form-section-header{font-size:18px;font-weight:600;margin-bottom:16px;color:#202020}.validation-biomarker-cutoff-edit-component .biomarker-cutoff-edit-wrapper .horizontal-line{border-bottom:1px solid #e0e0e0;margin:20px 0}.result-list-component .tab-group-component{margin-bottom:0}.result-list-component .table-v2-wrapper:has(.MuiTablePagination-root) .t-table-container{height:calc(100vh - 320px)!important;min-height:200px;position:relative}.result-list-component .page-data-wrapper.page-data-wrapper-with-tabs .table-list-container .t-table{min-height:300px;height:calc(100vh - 320px)!important}.upload-result-component{height:100%;display:flex;flex-direction:column}.upload-result-component .upload-result-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e0e0e0}.upload-result-component .upload-result-header .search-section{flex:1;max-width:400px}.upload-result-component .upload-result-header .action-buttons{display:flex;gap:12px;align-items:center}.upload-result-component .upload-result-table-container{flex:1;overflow:hidden}.upload-result-table{height:100%}.upload-result-table .selected-panels-cell{display:flex;align-items:center;gap:4px}.upload-result-table .selected-panels-cell .panel-count{color:#666;font-size:12px}.upload-result-table .reports-generated{font-weight:500}.upload-result-table .chip.under-review{background:#e3f2fd;color:#1976d2;border:1px solid #1976d2}.upload-result-table .chip.discarded{background:#f5f5f5;color:#757575;border:1px solid #757575}.upload-result-modal .modal-content-wrapper .modal-body{padding:0}.upload-result-modal .upload-result-form .upload-status-section{margin-bottom:16px}.upload-result-modal .upload-result-form .upload-status-section .upload-status-alert{margin-bottom:12px}.upload-result-modal .upload-result-form .upload-status-section .upload-progress-bar{height:6px;border-radius:3px;background-color:#f5f5f5}.upload-result-modal .upload-result-form .upload-status-section .upload-progress-bar .MuiLinearProgress-bar{border-radius:3px}.upload-result-modal .upload-result-form .form-section{display:flex;flex-direction:column}.upload-result-modal .upload-result-form .form-section .form-field{width:100%}.upload-result-modal .upload-result-form .upload-section .upload-section-title{font-weight:600;margin-bottom:16px;color:#333}.upload-result-modal .upload-result-form .upload-section .file-upload-wrapper .file-validation-errors{display:flex;flex-wrap:wrap;gap:8px}.upload-result-modal .upload-result-form .upload-section .file-upload-wrapper .file-validation-errors .error-chip{font-size:12px}.upload-result-modal .upload-result-form .upload-section .file-upload-wrapper .selected-file-info{margin-top:12px;padding:12px 16px;background:#fcfafe;border-radius:8px;border:1px solid #DFCCF5}.upload-result-modal .upload-result-form .upload-section .file-upload-wrapper .selected-file-info .file-info-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.upload-result-modal .upload-result-form .upload-section .file-upload-wrapper .selected-file-info .file-info-header .file-name{flex:1;font-weight:500}.upload-result-modal .upload-result-form .upload-section .file-upload-wrapper .selected-file-info .file-info-header .remove-file-btn{min-width:auto;padding:4px}.upload-result-modal .upload-result-form .upload-section .file-upload-wrapper .error-text{margin-top:8px;font-size:12px}.upload-result-modal .upload-result-form .modal-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:16px}.upload-result-modal .upload-result-form .modal-actions .cancel-btn,.upload-result-modal .upload-result-form .modal-actions .upload-btn{min-width:120px}.upload-result-modal .upload-result-form:has(.form-field [disabled]) .file-upload-wrapper{opacity:.6;pointer-events:none}.upload-result-modal.uploading .file-dnd-wrapper{opacity:.5;pointer-events:none}.upload-result-modal.success .upload-status-alert{animation:successPulse 2s ease-in-out}.upload-result-modal.error .upload-status-alert{animation:errorShake .5s ease-in-out}@keyframes successPulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes errorShake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@media (max-width: 768px){.upload-result-modal .upload-result-modal-content .upload-result-form{padding:16px;gap:20px}.upload-result-modal .upload-result-modal-content .upload-result-form .modal-actions{flex-direction:column}.upload-result-modal .upload-result-modal-content .upload-result-form .modal-actions .cancel-btn,.upload-result-modal .upload-result-modal-content .upload-result-form .modal-actions .upload-btn{width:100%}}.processing-modal .dialog-content-wrapper{padding:32px 24px;text-align:center}.processing-modal .dialog-content-wrapper .processing-modal-content{display:flex;flex-direction:column;align-items:center;gap:24px}.processing-modal .dialog-content-wrapper .processing-modal-content .processing-animation{display:flex;justify-content:center;align-items:center;margin-bottom:8px}.processing-modal .dialog-content-wrapper .processing-modal-content .processing-text-content{display:flex;flex-direction:column;gap:16px;max-width:400px}.processing-modal .dialog-content-wrapper .processing-modal-content .processing-text-content .processing-title{font-weight:600;color:#333;margin-bottom:8px}.processing-modal .dialog-content-wrapper .processing-modal-content .processing-text-content .processing-message{color:#666;line-height:1.5;margin-bottom:4px}.processing-modal .dialog-content-wrapper .processing-modal-content .processing-text-content .processing-sub-message{color:#888;font-style:italic;line-height:1.4}@media (max-width: 768px){.processing-modal .dialog-content-wrapper{padding:24px 16px}.processing-modal .dialog-content-wrapper .processing-modal-content{gap:20px}.processing-modal .dialog-content-wrapper .processing-modal-content .processing-text-content .processing-title{font-size:1.3rem}.processing-modal .dialog-content-wrapper .processing-modal-content .processing-text-content .processing-message{font-size:.9rem}.processing-modal .dialog-content-wrapper .processing-modal-content .processing-text-content .processing-sub-message{font-size:.8rem}}.manual-entry-drawer .drawer-body{padding:0}.manual-entry-drawer .drawer-body .manual-entry-content{height:100%;display:flex;flex-direction:column;padding:20px}.manual-entry-drawer .drawer-body .manual-entry-content .search-section .search-component{margin-bottom:0}.manual-entry-drawer.t-drawer .MuiDrawer-paper{width:500px;max-width:90vw}.worklist-popup-component{padding:2.63rem 1.88rem;border-radius:.63rem;width:32rem;min-height:18.375rem;flex-shrink:0;display:flex;flex-direction:column;justify-content:space-between}.worklist-popup-component .worklist-label{font-size:1rem;font-weight:500;margin-bottom:1rem}.worklist-popup-component .worklist-popup-component-btn-alignment{width:100%;display:flex;align-items:center;justify-content:center;gap:.625rem}.worklist-popup-component .worklist-popup-component-btn-alignment .worklist-popup-component-btn{width:49%}.result-review-component{height:100%;display:flex;flex-direction:column}.result-review-component .result-review-header{display:flex;justify-content:flex-start;align-items:center;padding:20px;border-bottom:1px solid #e0e0e0}.result-review-component .result-review-header .search-section{flex:1;max-width:400px}.result-review-component .result-review-table-container{flex:1;overflow:hidden}.result-review-table{height:100%}.result-review-table .selected-tests-cell,.result-review-table .selected-panels-cell{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.result-review-table .selected-tests-cell span,.result-review-table .selected-panels-cell span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.result-review-table .sample-count{font-weight:500;color:#333}.result-review-table .t-table .t-tr:hover{background-color:#f8f9fa}.manual-result-screen-component .t-tabs-wrapper .t-tab-panel{padding:0!important}.manual-result-screen-component.has-feedback-text .manual .t-table-container,.manual-result-screen-component.has-feedback-text .manual .t-table-container .t-table-wrapper .t-table{height:calc(100vh - 540px)}.manual-result-screen-component .manual .t-table-container,.manual-result-screen-component .manual .t-table-container .t-table-wrapper .t-table{height:calc(100vh - 450px)}.work-list-view-details-component{padding:20px 24px;height:100%}.work-list-view-details-component .t-tabs-wrapper .t-tab-panel{padding:20px 0!important}.work-list-view-details-component .work-list-view-details-card{display:flex;flex-direction:column;padding:12px 16px;background:#fcfafe;border-radius:8px;border:1px solid #DFCCF5;height:100%}.work-list-view-details-component .work-list-title-value-alignment{display:flex;justify-content:flex-start;align-items:center;margin:1rem;gap:8px}.work-list-view-details-component .work-list-title-value-alignment .work-list-view-details-card-title-text{color:#919191;font-size:13px;font-weight:400}.work-list-view-details-component .work-list-title-value-alignment .work-list-view-details-card-value-text{color:#222;font-size:14px;font-weight:400}.sample-controls-table-wrapper-component .t-table-container,.sample-controls-table-wrapper-component .t-table-container .t-table-wrapper .t-table{height:364px}.sample-controls-table-wrapper-component .t-table-container .t-table-wrapper .t-table .t-body .t-td:has(.bg-light-error){background:#ffe1e7}.sample-controls-table-wrapper-component .review-table-header{margin:16px 20px}.sample-controls-table-wrapper-component .review-table-header .MuiFormControl-root{margin-bottom:0!important;min-width:220px}.sample-controls-table-wrapper-component .review-table-header .MuiFormControl-root .MuiFormHelperText-root{display:none!important}.result-upload-confirmation-modal .input-text-action-box{display:flex;flex-direction:column}.result-upload-confirmation-modal .input-text-action-box .textarea-component{margin-bottom:0}.result-upload-confirmation-modal .input-text-action-box .clear-text{width:fit-content;margin-left:auto}.manual-entry-table-wrapper-component .t-table-container{height:calc(100vh - 240px)}.manual-entry-table-wrapper-component .t-table-container .t-table{height:calc(100vh - 240px)!important;min-height:300px;position:relative}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.calculation-wait-popup-component{padding:2.63rem 1.88rem;border-radius:.63rem;width:32rem;min-height:25.375rem;flex-shrink:0;display:flex;align-items:center;flex-direction:column;justify-content:space-between}.calculation-wait-popup-component .calculation-wait-popup-header-text{color:#636363;text-align:center;font-size:1.25rem;font-style:normal;font-weight:700;line-height:normal}.calculation-wait-popup-component .calculation-wait-popup-helper-text{color:#8b8e90;text-align:center;font-size:1rem;font-style:normal;font-weight:400;line-height:135%;margin-bottom:1.5rem;margin-top:.31rem}.review-notes-view-details-component{padding:20px 24px;height:100%}.review-notes-view-details-component .t-tabs-wrapper .t-tab-panel{padding:20px 0!important}.review-notes-view-details-component .review-notes-view-details-card{flex-direction:column;padding:12px 16px;background:#fcfafe;border-radius:8px;border:1px solid #DFCCF5}.review-notes-view-details-component .review-notes-title-value-alignment{display:flex;justify-content:flex-start;align-items:center;margin:1rem;gap:8px}.review-notes-view-details-component .review-notes-title-value-alignment .review-notes-view-details-card-title-text{color:#919191;font-size:13px;font-weight:400}.review-notes-view-details-component .review-notes-title-value-alignment .review-notes-view-details-card-value-text{color:#222;font-size:14px;font-weight:400}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.sample-processing-screen .drawer-wrapper.add-session-drawer .t-drawer{min-width:400px;max-width:500px}@media (max-width: 768px){.sample-processing-screen .drawer-wrapper.add-session-drawer .t-drawer{min-width:100vw;max-width:100vw}}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.sample-processing-filters-component .filters-clear-all-button{cursor:pointer;color:#6e43db;font-weight:500}.sample-processing-filters-component .filters-clear-all-button:hover{text-decoration:underline}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.add-session-drawer-component .view-worklist-details{display:flex;justify-content:flex-end}.sample-processing-details-screen .screen-content-wrapper{padding:24px}.plate-mapper-component{display:flex;flex-direction:column;height:100%;max-height:calc(100vh - 80px)}.plate-mapper-component:focus{outline:none}.plate-mapper-component .plate-mapper-content{flex:1;display:flex;gap:24px}.plate-mapper-component .plate-mapper-content .grid-container{flex:1 1 100px;width:0}.plate-mapper-component .plate-mapper-content .samples-container{flex:0 0 256px;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-start}.plate-mapper-component .plate-mapper-content .no-config-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 32px;text-align:center}.plate-configuration-modal .t-table-container{height:332px!important}.plate-configuration-modal .t-table-container .styled-table{height:100%}.plate-configuration-modal .dialog-content-wrapper{padding:24px}.plate-configuration-modal .plate-configuration-content .warning-message{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;padding:12px 16px;margin-bottom:24px;color:#856404;font-size:14px}.plate-configuration-modal .plate-configuration-content .warning-message strong{font-weight:600}.plate-configuration-modal .status-card-wrapper{border:1px solid #D2D2D2}.plate-configuration-modal .form-action-section{justify-content:center;margin-bottom:0}.plate-table-wrapper .t-table-container{height:calc(100vh - 406px);min-height:200px;position:relative}.plate-table-wrapper .t-table-container .styled-table{height:100%}.plate-table-wrapper .table-component .styled-table .t-table .header.t-thead .t-tr .t-th{border-right:1px solid #d0d0d0;font-weight:600;font-size:14px;color:#333;height:30px;padding:0}.plate-table-wrapper .table-component .styled-table .t-table .header.t-thead .t-tr .t-th:last-child{border-right:none}.plate-table-wrapper .table-component .styled-table .t-table .header.t-thead .t-tr .t-th.plate-row-header{width:40px;border-right:1px solid #333}.plate-table-wrapper .table-component .styled-table .t-table .header.t-thead .t-tr .t-th.plate-data-cell{width:60px}.plate-table-wrapper .table-component .styled-table .t-table .body.t-body .t-tr:last-child{border-bottom:none}.plate-table-wrapper .table-component .styled-table .t-table .body.t-body .t-tr .t-td{padding:0;border-right:1px solid #d0d0d0}.plate-table-wrapper .table-component .styled-table .t-table .body.t-body .t-tr .t-td:last-child{border-right:none}.plate-table-wrapper .table-component .styled-table .t-table .body.t-body .t-tr .t-td.plate-row-header{background-color:#f5f5f5;width:40px}.plate-table-wrapper .table-component .styled-table .t-table .body.t-body .t-tr .t-td.plate-row-header .row-header-cell{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;color:#333}.plate-table-wrapper .table-component .styled-table .t-table .body.t-body .t-tr .t-td.plate-data-cell{width:60px;padding:0}.plate-table-wrapper .table-component .styled-table .t-table .body.t-body .t-tr .t-td.plate-data-cell .plate-cell{border:none;width:100%;height:100%}.plate-cell{width:100%;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#fff;font-size:12px;font-weight:500;transition:all .2s ease;position:relative}.plate-cell:hover{border-color:#b0b0b0;background-color:#f9f9f9}.plate-cell.selected{background-color:#e3f2fd;border-color:#6e43db;box-shadow:inset 0 0 0 1px #6e43db}.plate-cell.editing{background-color:#fff;border-color:#6e43db;box-shadow:0 0 0 2px #2196f333}.plate-cell.has-value{background-color:#fff;color:#6e43db;font-weight:600}.plate-cell.empty{color:#999}.plate-cell .plate-cell-content{width:100%;padding:4px;text-align:center;word-break:break-word;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.plate-cell .plate-cell-input{width:100%;height:100%;border:none;outline:none;background:transparent;text-align:center;font-size:12px;font-weight:500;color:#1976d2;padding:4px}.plate-cell .plate-cell-input::selection{background-color:#2196f34d}.plate-cell.control-cell{background-color:#fff3e0;border-color:#ff9800}.plate-cell.control-cell.has-value{background-color:#fff3e0;color:#f57c00}.plate-cell.blank-cell{background-color:#f3e5f5;border-color:#9c27b0}.plate-cell.blank-cell.has-value{background-color:#f3e5f5;color:#7b1fa2}.plate-cell.dragging{pointer-events:none}.available-samples-panel{background-color:#fff;border:1px solid #e0e0e0;display:flex;flex-direction:column;flex:1;width:100%}.available-samples-panel .selection-info{padding:12px 20px;background-color:#e3f2fd;border-bottom:1px solid #e0e0e0}.available-samples-panel .selection-info .selection-text{font-size:14px;font-weight:600;color:#1976d2;margin-bottom:4px}.available-samples-panel .selection-info .instruction-text{font-size:12px;color:#666}.available-samples-panel .search-component .input-component-wrapper{margin-bottom:0!important}.available-samples-panel .samples-list{flex:1 0 100px;display:flex;flex-wrap:wrap;gap:5px;padding:8px 0;align-content:flex-start;justify-content:center;overflow-y:auto}.available-samples-panel .samples-list .no-samples{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.available-samples-panel .samples-list .no-samples .no-samples-icon{font-size:48px;margin-bottom:16px;opacity:.5}.available-samples-panel .samples-list .no-samples .no-samples-text{font-size:14px;color:#999;font-weight:500}.available-samples-panel .samples-list::-webkit-scrollbar{width:6px}.available-samples-panel .samples-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.available-samples-panel .samples-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.available-samples-panel .samples-list::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.filter-container{display:flex;justify-content:flex-end}.mrg-top-1{margin-top:1rem}.available-samples-filter-modal .form-action-section{display:flex;justify-content:space-between;gap:10px}.controls-panel-component{display:flex;flex-direction:column;gap:16px;padding:16px;flex:1;width:100%;border:1px solid #e0e0e0}.controls-panel-component .selection-info{background:#f5f5f5;padding:12px;border-radius:6px;border-left:4px solid #1976d2}.controls-panel-component .selection-info .selection-text{font-weight:600;color:#1976d2;margin-bottom:4px}.controls-panel-component .selection-info .instruction-text{font-size:14px;color:#666}.controls-panel-component .controls-form,.controls-panel-component .controls-form .form-fields{display:flex;flex-direction:column;gap:16px}.controls-panel-component .controls-form .form-actions{margin-top:8px}.view-selected-ids-modal-component .t-table-container{height:332px!important}.view-selected-ids-modal-component .t-table-container .styled-table{height:100%}.view-selected-ids-modal-component .status-card-wrapper{border:1px solid #D2D2D2}.download-plate-map-modal-component .form-sub-title{margin-bottom:1rem}.download-plate-map-modal-component .MuiFormControl-root{width:100%}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.recycle-bin-screen .page-header{font-size:1.1875rem;font-weight:600;color:#222;margin:20px 24px}.recycle-bin-screen .recycle-bin-notice{padding:16px;background-color:#ffeaea;border:1px solid #ffcdd2;border-radius:16px;margin:0 24px}.recycle-bin-screen .recycle-bin-notice .notice-text{color:#d32f2f;font-size:14px;line-height:1.5;margin:0}.recycle-bin-screen .recycle-bin-notice .notice-text strong{font-weight:700}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.table-list-container .table-actions-group{display:flex;gap:8px;align-items:center;justify-content:center}.table-list-container .table-actions-group .MuiButton-root{min-width:auto;padding:4px 8px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.worklist-list-screen .page-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:10px}.worklist-list-screen .page-options .page-search{flex:1;min-width:300px;max-width:400px}.worklist-list-screen .page-options .page-extra-options{display:flex;gap:10px;flex-wrap:wrap}.worklist-list-screen .table-list-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.worklist-filters-component .filters-clear-all-button:hover{cursor:pointer}.worklist-filters-component .t-form{max-height:calc(100% - 30px)!important}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.worklist-details-add-component .assign-samples-section{margin-top:20px}.worklist-details-add-component .assign-samples-section .assign-samples-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.worklist-details-add-component .assign-samples-section .assign-samples-header .form-sub-title{font-size:16px;font-weight:600;color:#222}.worklist-details-add-component .assign-samples-section .samples-placeholder .no-samples-message{color:#666;font-style:italic;text-align:center;padding:40px 0}.worklist-details-add-component .assign-samples-section .samples-placeholder .assigned-samples-list .sample-item{display:flex;justify-content:space-between;align-items:center;padding:12px;border:1px solid #e0e0e0;border-radius:4px;margin-bottom:8px;background-color:#fff}.worklist-details-add-component .assign-samples-section .samples-placeholder .assigned-samples-list .sample-item .sample-info{display:flex;flex-direction:column;gap:4px}.worklist-details-add-component .assign-samples-section .samples-placeholder .assigned-samples-list .sample-item .sample-info .sample-barcode{font-weight:600;color:#222}.worklist-details-add-component .assign-samples-section .samples-placeholder .assigned-samples-list .sample-item .sample-info .sample-patient{font-size:12px;color:#666}.worklist-details-add-component .assign-samples-section .samples-placeholder .assigned-samples-list .sample-item:hover{background-color:#f9f9f9}.worklist-details-add-component .horizontal-line{margin:20px 0;border-top:1px solid #e0e0e0}@media (max-width: 768px){.worklist-details-add-component .assign-samples-section .assign-samples-header{flex-direction:column;align-items:flex-start;gap:12px}.worklist-details-add-component .assign-samples-section .samples-placeholder .assigned-samples-list .sample-item{flex-direction:column;align-items:flex-start;gap:8px}}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.assign-samples-drawer{padding:20px}.assign-samples-drawer .css-uckjdc-MuiTypography-root{height:100%!important}.assign-samples-drawer .drawer-body{padding:20px;overflow:hidden}.assign-samples-drawer .drawer-body .assign-samples-drawer-content{display:flex;flex-direction:column;height:100%}.assign-samples-drawer .drawer-body .assign-samples-drawer-content .drawer-search-filters{display:flex;gap:12px}.assign-samples-drawer .drawer-body .assign-samples-drawer-content .drawer-search-filters .search-component{flex:1;margin-bottom:0}.assign-samples-drawer .drawer-body .assign-samples-drawer-content .drawer-search-filters .search-component .input-component-wrapper{margin-bottom:0}.assign-samples-drawer .drawer-body .assign-samples-drawer-content .drawer-search-filters .filter-button{width:20%}.assign-samples-drawer .drawer-body .assign-samples-drawer-content .samples-selection-info{font-size:14px;color:#222;margin-bottom:1rem}.assign-samples-drawer .drawer-body .assign-samples-drawer-content .samples-list-container{flex:1;overflow-y:auto}.assign-samples-drawer .drawer-body .assign-samples-drawer-content .samples-list-container .loading-container{display:flex;justify-content:center;align-items:center;height:200px;color:#666}.assign-samples-drawer .drawer-body .assign-samples-drawer-content .samples-list-container .select-all-container{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e0e0e0}.assign-samples-drawer .drawer-body .assign-samples-drawer-content .samples-list-container .select-all-container .check-box-component-with-formik-wrapper{margin-bottom:0}.assign-samples-drawer .drawer-body .assign-samples-drawer-content .samples-list-container .samples-list{overflow-y:auto}.assign-samples-drawer .drawer-body .assign-samples-drawer-content .samples-list-container .samples-list .sample-item{margin-bottom:12px}.assign-samples-drawer .drawer-body .assign-samples-drawer-content .samples-list-container .samples-list .sample-item .check-box-component-with-formik-wrapper{margin-bottom:0}.assign-samples-drawer .drawer-body .assign-samples-drawer-content .samples-list-container .no-samples-message{text-align:center;color:#666;font-style:italic;padding:40px 20px}.assign-samples-drawer .drawer-body .assign-samples-drawer-content .drawer-actions{padding:20px;border-top:1px solid #e0e0e0;background-color:#fff}.assign-samples-drawer .drawer-body .assign-samples-drawer-content .drawer-actions .action-buttons{display:flex;gap:12px}.assign-samples-drawer .drawer-body .assign-samples-drawer-content .drawer-actions .action-buttons>*{flex:1}@media (max-width: 768px){.assign-samples-drawer .drawer-body .assign-samples-drawer-content .drawer-search-filters,.assign-samples-drawer .drawer-body .assign-samples-drawer-content .drawer-actions .action-buttons{flex-direction:column;gap:8px}}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.assign-samples-filters-popover .MuiPopover-paper{min-width:300px;max-width:400px;max-height:80vh}.assign-samples-filters-popover .MuiPopover-paper .filters-popover-content{padding:0}.assign-samples-filters-popover .MuiPopover-paper .filters-popover-content .filters-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e0e0e0}.assign-samples-filters-popover .MuiPopover-paper .filters-popover-content .filters-header h3{margin:0;font-size:16px;font-weight:600;color:#222}.assign-samples-filters-popover .MuiPopover-paper .filters-popover-content .filters-header .clear-all-button{color:#c00000;cursor:pointer;font-size:14px;text-decoration:underline}.assign-samples-filters-popover .MuiPopover-paper .filters-popover-content .filters-header .clear-all-button:hover{color:#8d0000}.assign-samples-filters-popover .MuiPopover-paper .filters-popover-content .filters-form{padding:20px}.assign-samples-filters-popover .MuiPopover-paper .filters-popover-content .filters-form .filters-form-controls{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.assign-samples-filters-popover .MuiPopover-paper .filters-popover-content .filters-form .filters-form-controls .select-component-wrapper{margin-bottom:0}.assign-samples-filters-popover .MuiPopover-paper .filters-popover-content .filters-form .filters-actions{display:flex;gap:12px}.assign-samples-filters-popover .MuiPopover-paper .filters-popover-content .filters-form .filters-actions>*{flex:1}@media (max-width: 768px){.assign-samples-filters-popover .MuiPopover-paper{min-width:280px;max-width:90vw}.assign-samples-filters-popover .MuiPopover-paper .filters-popover-content .filters-form .filters-actions{flex-direction:column;gap:8px}}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.worklist-details-view-screen .worklist-details-header{display:flex;justify-content:space-between;align-items:center;margin:20px 0}.worklist-details-view-screen .worklist-details-header .worklist-id-section .worklist-id{font-size:32px;font-weight:700;color:#000;margin:0}.worklist-details-view-screen .worklist-details-header .worklist-actions{display:flex;gap:12px;align-items:center}.worklist-details-view-screen .worklist-details-header .worklist-actions .MuiButton-root{text-transform:none;font-weight:500;padding:8px 16px;border-radius:6px}.worklist-details-view-screen .worklist-details-header .worklist-actions .MuiButton-root.MuiButton-outlined{border-color:#6e43db;color:#6e43db}.worklist-details-view-screen .worklist-details-header .worklist-actions .MuiButton-root.MuiButton-outlined:hover{background-color:#6e43db0a}.worklist-details-view-screen .worklist-details-header .worklist-actions .MuiButton-root.MuiButton-contained{background-color:#6e43db}.worklist-details-view-screen .worklist-details-header .worklist-actions .MuiButton-root.MuiButton-contained:hover{background-color:#5326c5}.worklist-details-view-screen .worklist-details-info{padding:20px;background:#fff;border-radius:8px;border:1px solid #D2D2D2}.worklist-details-view-screen .worklist-content-body{display:flex;flex-direction:column;gap:20px}.worklist-details-view-screen .worklist-details-screen-body{padding:20px;border:1px solid #D2D2D2;background-color:#fff;border-radius:8px}.worklist-details-view-screen .available-samples-section .available-samples-header{margin-bottom:20px}.worklist-details-view-screen .available-samples-section .available-samples-header .available-samples-title{font-size:18px;font-weight:700;color:#222;margin:0}.worklist-details-view-screen .available-samples-section .available-samples-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.worklist-details-view-screen .available-samples-section .available-samples-chips .sample-chip{background-color:#dfccf5;color:#222}.worklist-details-view-screen .available-samples-section .view-all-samples-wrapper{margin-bottom:30px;align-items:flex-end}.worklist-details-view-screen .available-samples-section .view-all-samples-wrapper .view-all-samples-btn{color:#f19316;text-transform:none;font-weight:500;padding:4px 8px;align-self:flex-end}.worklist-details-view-screen .available-samples-section .view-all-samples-wrapper .view-all-samples-btn:hover{background-color:#f193160a}.worklist-details-view-screen .available-samples-section .view-all-samples-wrapper .view-all-samples-btn .MuiButton-endIcon{margin-left:4px}.worklist-details-view-screen .batch-details-section .batch-accordion-wrapper{margin-bottom:20px}.worklist-details-view-screen .batch-details-section .batch-accordion-wrapper .accordion-wrapper .MuiAccordion-root{border-radius:8px}.worklist-details-view-screen .batch-details-section .batch-accordion-wrapper .accordion-wrapper .MuiAccordion-root .accordion-summary{padding:0}.worklist-details-view-screen .batch-details-section .batch-accordion-wrapper .accordion-wrapper .MuiAccordion-root .accordion-summary .accordion-header{width:100%}.worklist-details-view-screen .batch-details-section .batch-accordion-wrapper .accordion-wrapper .MuiAccordion-root .accordion-summary .accordion-header .accordian-title-status-wrapper .accordian-tile{font-size:16px;font-weight:600;color:#636363}.worklist-details-view-screen .batch-details-section .batch-accordion-wrapper .accordion-wrapper .MuiAccordion-root .accordion-summary .accordion-header .accordian-title-status-wrapper .accordian-sub-tile{font-size:14px;color:#8b8e90;margin-left:10px}.worklist-details-view-screen .batch-details-section .batch-accordion-wrapper .batch-accordion-content{padding:20px 0}.worklist-details-view-screen .batch-details-section .batch-accordion-wrapper .batch-accordion-content .sub-list-details-section{margin-bottom:30px}.worklist-details-view-screen .batch-details-section .batch-accordion-wrapper .batch-accordion-content .sub-list-details-section .sub-list-details-title{font-size:16px;font-weight:600;color:#919191}.worklist-details-view-screen .batch-details-section .batch-accordion-wrapper .batch-accordion-content .sub-list-details-section .sub-list-details-grid .analyzer-chip,.worklist-details-view-screen .batch-details-section .batch-accordion-wrapper .batch-accordion-content .sub-list-details-section .sub-list-details-grid .reagents-chip,.worklist-details-view-screen .batch-details-section .batch-accordion-wrapper .batch-accordion-content .sub-list-details-section .sub-list-details-grid .processing-tech-chip{background-color:#dfccf5;color:#222}.worklist-details-view-screen .batch-details-section .batch-accordion-wrapper .batch-accordion-content .batch-samples-section .batch-samples-title{font-size:16px;font-weight:600;color:#919191;margin-bottom:16px}.worklist-details-view-screen .batch-details-section .batch-accordion-wrapper .batch-accordion-content .batch-samples-section .batch-samples-chips{display:flex;flex-wrap:wrap;gap:8px}.worklist-details-view-screen .batch-details-section .batch-accordion-wrapper .batch-accordion-content .batch-samples-section .batch-samples-chips .batch-sample-chip{background-color:#dfccf5;color:#222;font-size:12px}.worklist-details-view-screen .batch-details-section .no-batches-message{text-align:center;color:#8b8e90;padding:40px 20px;background:#f9f9f9;border-radius:8px;border:1px solid #E0E0E0}.worklist-details-view-screen .sub-list-section{display:flex;justify-content:center;align-items:center;min-height:200px}.worklist-details-view-screen .sub-list-section .no-sub-list-message{font-size:16px;color:#8b8e90;font-style:italic}@media (max-width: 768px){.worklist-details-view-screen .worklist-details-header{flex-direction:column;gap:16px;align-items:flex-start}.worklist-details-view-screen .worklist-details-header .worklist-actions{width:100%;flex-wrap:wrap}.worklist-details-view-screen .worklist-details-header .worklist-actions .MuiButton-root{flex:1;min-width:120px}.worklist-details-view-screen .available-samples-chips .sample-chip{font-size:12px}.worklist-details-view-screen .batch-details-section .batch-accordion-wrapper .batch-accordion-content .sub-list-details-grid .MuiGrid-item{padding:8px}.worklist-details-view-screen .batch-details-section .batch-accordion-wrapper .batch-accordion-content .batch-samples-chips{gap:6px}.worklist-details-view-screen .batch-details-section .batch-accordion-wrapper .batch-accordion-content .batch-samples-chips .batch-sample-chip{font-size:10px}.worklist-details-view-screen .batch-accordion-actions{flex-direction:column;gap:8px;padding:4px 0}}.available-samples-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.available-samples-chips .sample-chip{background-color:#dfccf5;color:#222}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.modify-samples-drawer{overflow:hidden}.modify-samples-drawer .drawer-search-filters{display:flex;gap:12px;margin-bottom:20px}.modify-samples-drawer .drawer-search-filters .search-component{flex:1;margin-bottom:0}.modify-samples-drawer .drawer-search-filters .search-component .input-component-wrapper{margin-bottom:0}.modify-samples-drawer .drawer-search-filters .filter-button{width:20%}.modify-tab-content-wrapper{height:100%;overflow:hidden!important}.modify-tab-content-wrapper .modify-samples-list-wrapper{height:calc(100% - 40px);overflow:hidden}.action-buttons{display:flex;gap:12px}.action-buttons>*{flex:1}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.add-sublist-drawer .drawer-body{padding:0;overflow:hidden}.add-sublist-drawer .drawer-body .add-sublist-drawer-content{display:flex;flex-direction:column;height:100%;padding:20px}.add-sublist-drawer .drawer-body .add-sublist-drawer-content .sublist-form{display:flex;flex-direction:column;height:100%}.add-sublist-drawer .drawer-body .add-sublist-drawer-content .sublist-form .form-fields{flex:1;overflow-y:auto;padding-right:10px;margin-bottom:20px}.add-sublist-drawer .drawer-body .add-sublist-drawer-content .sublist-form .form-fields .input-component-wrapper,.add-sublist-drawer .drawer-body .add-sublist-drawer-content .sublist-form .form-fields .select-component-wrapper{margin-bottom:20px}.add-sublist-drawer .drawer-body .add-sublist-drawer-content .sublist-form .drawer-actions{display:flex;gap:12px;padding:20px 0 0;border-top:1px solid #e0e0e0;background-color:#fff}.add-sublist-drawer .drawer-body .add-sublist-drawer-content .sublist-form .drawer-actions>*{flex:1}@media (max-width: 768px){.add-sublist-drawer .drawer-body .add-sublist-drawer-content .sublist-form .drawer-actions{flex-direction:column;gap:8px}}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.sublist-sample-selection-drawer .drawer-body{padding:0;overflow:hidden}.sublist-sample-selection-drawer .drawer-body .sublist-sample-selection-drawer-content{display:flex;flex-direction:column;height:100%}.sublist-sample-selection-drawer .drawer-body .sublist-sample-selection-drawer-content .drawer-custom-header{padding:0 20px;background-color:#fff}.sublist-sample-selection-drawer .drawer-body .sublist-sample-selection-drawer-content .drawer-custom-header .back-button-section .back-button{color:#6e43db;text-transform:none;font-weight:500;padding:8px 0;justify-content:flex-start}.sublist-sample-selection-drawer .drawer-body .sublist-sample-selection-drawer-content .drawer-custom-header .back-button-section .back-button .MuiButton-startIcon{margin-right:4px}.sublist-sample-selection-drawer .drawer-body .sublist-sample-selection-drawer-content .drawer-custom-header .back-button-section .back-button:hover{background-color:#6e43db0a}.sublist-sample-selection-drawer .drawer-body .sublist-sample-selection-drawer-content .drawer-search-section{padding:0 20px}.sublist-sample-selection-drawer .drawer-body .sublist-sample-selection-drawer-content .drawer-search-section .search-component,.sublist-sample-selection-drawer .drawer-body .sublist-sample-selection-drawer-content .drawer-search-section .search-component .input-component-wrapper{margin-bottom:0}.sublist-sample-selection-drawer .drawer-body .sublist-sample-selection-drawer-content .samples-selection-info{font-size:14px;color:#222;padding:0 20px}.sublist-sample-selection-drawer .drawer-body .sublist-sample-selection-drawer-content .samples-list-container{flex:1;overflow-y:auto;padding:20px}.sublist-sample-selection-drawer .drawer-body .sublist-sample-selection-drawer-content .samples-list-container .samples-list .sample-item{margin-bottom:16px}.sublist-sample-selection-drawer .drawer-body .sublist-sample-selection-drawer-content .samples-list-container .samples-list .sample-item .check-box-component-with-formik-wrapper{margin-bottom:0}.sublist-sample-selection-drawer .drawer-body .sublist-sample-selection-drawer-content .samples-list-container .samples-list .sample-item .check-box-component-with-formik-wrapper .MuiFormControlLabel-root .MuiCheckbox-root,.sublist-sample-selection-drawer .drawer-body .sublist-sample-selection-drawer-content .samples-list-container .samples-list .sample-item .check-box-component-with-formik-wrapper .MuiFormControlLabel-root .MuiCheckbox-root.Mui-checked{color:#ff6b35}.sublist-sample-selection-drawer .drawer-body .sublist-sample-selection-drawer-content .samples-list-container .samples-list .sample-item .check-box-component-with-formik-wrapper .MuiFormControlLabel-root .MuiFormControlLabel-label{font-size:14px;color:#333}.sublist-sample-selection-drawer .drawer-body .sublist-sample-selection-drawer-content .samples-list-container .no-samples-message{text-align:center;color:#666;font-style:italic;padding:40px 20px}.sublist-sample-selection-drawer .drawer-body .sublist-sample-selection-drawer-content .drawer-actions{padding:20px;border-top:1px solid #e0e0e0;background-color:#fff}.sublist-sample-selection-drawer .drawer-body .sublist-sample-selection-drawer-content .drawer-actions .action-buttons{display:flex;gap:12px}.sublist-sample-selection-drawer .drawer-body .sublist-sample-selection-drawer-content .drawer-actions .action-buttons>*{flex:1}@media (max-width: 768px){.sublist-sample-selection-drawer .drawer-body .sublist-sample-selection-drawer-content .drawer-actions .action-buttons{flex-direction:column;gap:8px}}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.page-loading{height:100vh;width:100vw;overflow:hidden;position:absolute;top:0;left:0;background:#ffffff80;z-index:99999999;display:flex;align-items:center;justify-content:center;flex-direction:column}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.confirmation-dialog-container{padding:12px 8px}.confirmation-dialog-container .confirmation-dialog-image{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:20px}.confirmation-dialog-container .confirmation-dialog-image img{width:auto;height:130px}.confirmation-dialog-container .confirmation-dialog-title{margin:30px 0 0;font-weight:700;font-size:20px;text-align:center;padding-bottom:4px;color:#202020}.confirmation-dialog-container .confirmation-dialog-title-and-description{font-weight:400;font-size:16px;text-align:center;color:#8b8e90;display:flex;justify-content:center}.confirmation-dialog-container .confirmation-dialog-title-and-description .confirmation-dialog-sub-title{font-weight:400;font-size:16px;width:70%}.confirmation-dialog-container .confirmation-dialog-title-and-description .confirmation-dialog-sub-description{font-weight:200;font-size:14px;font-style:italic;line-height:17px}.confirmation-dialog-container .confirmation-dialog-sub-actions{margin-top:30px;display:flex}.blink{animation:blinker .7s linear infinite}@keyframes blinker{50%{opacity:0}}@-webkit-keyframes loaderSpin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes loaderSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes zoom-in-zoom-out{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.glass-effect{position:absolute;top:0;left:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#ffffff1a;border-radius:.1em;height:100%;width:100%;z-index:10}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-flex-wrap{display:flex;flex-wrap:wrap}.d-flex-no-wrap{display:flex;flex-wrap:nowrap}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width: 600px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width: 960px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width: 1280px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width: 1920px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.MuiButton-root{text-transform:inherit!important}.MuiCircularProgress-colorPrimary{color:#6e43db!important}.MuiFormHelperText-root{margin-left:0!important}.scrollbar-thumb{background:#6e43db!important}.scrollbar-track{background:#f8d5dc!important}.t-table-container .t-table-wrapper{width:100%;height:100%}.t-table-container .t-table-wrapper .t-table{border:1px solid #F3F3F3;width:100%;height:100%;position:relative;display:flex;flex-direction:column}.t-table-container .t-table-wrapper .t-table.sticky .t-body{height:calc(100% - 56px);overflow-y:unset}.t-table-container .t-table-wrapper .t-table .t-tr.t-tr-expand .t-td{position:sticky;justify-content:flex-start}.t-table-container .t-table-wrapper .t-table .t-thead .t-th{height:56px;padding:8px;background-color:#fafafa;color:#000;font-weight:700}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable{position:relative;cursor:pointer}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5986_93991)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5986_93991'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#636363;opacity:.2;margin-left:8px;width:20px;position:relative;top:2px}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-asc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94827)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='%23ddd'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94827'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-thead .t-th.sortable.sort-desc:after{opacity:1;content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6205_94823)'%3e%3cpath%20d='M7%2014L12%2019L17%2014H7Z'%20fill='black'/%3e%3cpath%20d='M7%2010L12%205L17%2010H7Z'%20fill='%23CCCCCC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6205_94823'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.t-table-container .t-table-wrapper .t-table .t-body .t-td{height:52px;padding:6px}.t-table-container .t-table-wrapper .t-table.bordered .t-cell{border-right:1px solid #F3F3F3}.t-table-container .t-table-wrapper .t-table .t-th,.t-table-container .t-table-wrapper .t-table .t-td{border-bottom:1px solid #F3F3F3;background-color:#fff;overflow:hidden;display:flex!important;justify-content:center;align-content:flex-start;align-items:center;align-self:center}.t-table-container .t-table-wrapper .t-table .t-th:first-child,.t-table-container .t-table-wrapper .t-table .t-td:first-child{padding-left:20px}.t-table-container .t-table-wrapper .t-table .t-th.t-cell-align-left,.t-table-container .t-table-wrapper .t-table .t-td.t-cell-align-left{justify-content:flex-start}.t-table-container .t-table-wrapper .t-table .t-th.t-cell-align-center,.t-table-container .t-table-wrapper .t-table .t-td.t-cell-align-center{justify-content:center}.t-table-container .t-table-wrapper .t-table .t-th.t-cell-align-right,.t-table-container .t-table-wrapper .t-table .t-td.t-cell-align-right{justify-content:flex-end}.t-table-container .t-table-wrapper .t-table .table-data-not-found-card{min-height:100px;height:100%}.t-table-container .t-table-wrapper .t-table .data-loading-wrapper{position:absolute;top:0;left:0}.t-table-container .t-table-wrapper .t-table .table-actions .table-action{background-color:#636363;color:#fff!important;border-radius:50%;display:flex;justify-content:center;align-items:center;width:30px;height:30px;cursor:pointer}.t-table-container .t-table-wrapper .manual-entry-input,.t-table-container .t-table-wrapper .manual-entry-select{width:100%;max-width:350px;padding:8px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:14px}.t-table-container .t-table-wrapper .manual-entry-input:focus,.t-table-container .t-table-wrapper .manual-entry-select:focus{outline:none;border-color:#3f51b5;box-shadow:0 0 0 1px #3f51b5}.t-table-container .t-table-column-filter-holder{position:absolute;z-index:99;right:0;top:0}.t-table-container .t-table-column-filter-holder .t-table-column-filter-container{position:fixed;display:flex;flex-direction:row-reverse;right:15px}.t-table-container .t-table-column-filter-holder .t-table-column-filter-container .t-table-column-filter-toggler{position:relative;top:16px;right:24px}.t-table-container .t-table-column-filter-holder .t-table-column-filter-container .t-table-column-filter-toggler:hover{cursor:pointer}.font-size-0{font-size:0px}.height-vh-0{height:0vh}.width-vw-0{width:0vw}.max-height-vh-0{max-height:0vh}.max-width-vw-0{max-width:0vw}.height-0{height:0%}.width-0{width:0%}.min-height-0{min-height:0%!important}.min-width-0{min-width:0%!important}.max-height-0{max-height:0%!important}.max-width-0{max-width:0%!important}.mrg-0{margin:0!important}.pdd-0{padding:0!important}.mrg-top-0{margin-top:0!important}.pdd-top-0{padding-top:0!important}.mrg-bottom-0{margin-bottom:0!important}.pdd-bottom-0{padding-bottom:0!important}.mrg-left-0{margin-left:0!important}.pdd-left-0{padding-left:0!important}.mrg-right-0{margin-right:0!important}.pdd-right-0{padding-right:0!important}.gap-0{gap:0px!important}.row-gap-0{row-gap:0px!important}.column-gap-0{column-gap:0px!important}.font-size-3{font-size:3px}.height-vh-3{height:3vh}.width-vw-3{width:3vw}.max-height-vh-3{max-height:3vh}.max-width-vw-3{max-width:3vw}.height-3{height:3%}.width-3{width:3%}.min-height-3{min-height:3%!important}.min-width-3{min-width:3%!important}.max-height-3{max-height:3%!important}.max-width-3{max-width:3%!important}.mrg-3{margin:3px!important}.pdd-3{padding:3px!important}.mrg-top-3{margin-top:3px!important}.pdd-top-3{padding-top:3px!important}.mrg-bottom-3{margin-bottom:3px!important}.pdd-bottom-3{padding-bottom:3px!important}.mrg-left-3{margin-left:3px!important}.pdd-left-3{padding-left:3px!important}.mrg-right-3{margin-right:3px!important}.pdd-right-3{padding-right:3px!important}.gap-3{gap:3px!important}.row-gap-3{row-gap:3px!important}.column-gap-3{column-gap:3px!important}.font-size-5{font-size:5px}.height-vh-5{height:5vh}.width-vw-5{width:5vw}.max-height-vh-5{max-height:5vh}.max-width-vw-5{max-width:5vw}.height-5{height:5%}.width-5{width:5%}.min-height-5{min-height:5%!important}.min-width-5{min-width:5%!important}.max-height-5{max-height:5%!important}.max-width-5{max-width:5%!important}.mrg-5{margin:5px!important}.pdd-5{padding:5px!important}.mrg-top-5{margin-top:5px!important}.pdd-top-5{padding-top:5px!important}.mrg-bottom-5{margin-bottom:5px!important}.pdd-bottom-5{padding-bottom:5px!important}.mrg-left-5{margin-left:5px!important}.pdd-left-5{padding-left:5px!important}.mrg-right-5{margin-right:5px!important}.pdd-right-5{padding-right:5px!important}.gap-5{gap:5px!important}.row-gap-5{row-gap:5px!important}.column-gap-5{column-gap:5px!important}.font-size-6{font-size:6px}.height-vh-6{height:6vh}.width-vw-6{width:6vw}.max-height-vh-6{max-height:6vh}.max-width-vw-6{max-width:6vw}.height-6{height:6%}.width-6{width:6%}.min-height-6{min-height:6%!important}.min-width-6{min-width:6%!important}.max-height-6{max-height:6%!important}.max-width-6{max-width:6%!important}.mrg-6{margin:6px!important}.pdd-6{padding:6px!important}.mrg-top-6{margin-top:6px!important}.pdd-top-6{padding-top:6px!important}.mrg-bottom-6{margin-bottom:6px!important}.pdd-bottom-6{padding-bottom:6px!important}.mrg-left-6{margin-left:6px!important}.pdd-left-6{padding-left:6px!important}.mrg-right-6{margin-right:6px!important}.pdd-right-6{padding-right:6px!important}.gap-6{gap:6px!important}.row-gap-6{row-gap:6px!important}.column-gap-6{column-gap:6px!important}.font-size-7{font-size:7px}.height-vh-7{height:7vh}.width-vw-7{width:7vw}.max-height-vh-7{max-height:7vh}.max-width-vw-7{max-width:7vw}.height-7{height:7%}.width-7{width:7%}.min-height-7{min-height:7%!important}.min-width-7{min-width:7%!important}.max-height-7{max-height:7%!important}.max-width-7{max-width:7%!important}.mrg-7{margin:7px!important}.pdd-7{padding:7px!important}.mrg-top-7{margin-top:7px!important}.pdd-top-7{padding-top:7px!important}.mrg-bottom-7{margin-bottom:7px!important}.pdd-bottom-7{padding-bottom:7px!important}.mrg-left-7{margin-left:7px!important}.pdd-left-7{padding-left:7px!important}.mrg-right-7{margin-right:7px!important}.pdd-right-7{padding-right:7px!important}.gap-7{gap:7px!important}.row-gap-7{row-gap:7px!important}.column-gap-7{column-gap:7px!important}.font-size-8{font-size:8px}.height-vh-8{height:8vh}.width-vw-8{width:8vw}.max-height-vh-8{max-height:8vh}.max-width-vw-8{max-width:8vw}.height-8{height:8%}.width-8{width:8%}.min-height-8{min-height:8%!important}.min-width-8{min-width:8%!important}.max-height-8{max-height:8%!important}.max-width-8{max-width:8%!important}.mrg-8{margin:8px!important}.pdd-8{padding:8px!important}.mrg-top-8{margin-top:8px!important}.pdd-top-8{padding-top:8px!important}.mrg-bottom-8{margin-bottom:8px!important}.pdd-bottom-8{padding-bottom:8px!important}.mrg-left-8{margin-left:8px!important}.pdd-left-8{padding-left:8px!important}.mrg-right-8{margin-right:8px!important}.pdd-right-8{padding-right:8px!important}.gap-8{gap:8px!important}.row-gap-8{row-gap:8px!important}.column-gap-8{column-gap:8px!important}.font-size-10{font-size:10px}.height-vh-10{height:10vh}.width-vw-10{width:10vw}.max-height-vh-10{max-height:10vh}.max-width-vw-10{max-width:10vw}.height-10{height:10%}.width-10{width:10%}.min-height-10{min-height:10%!important}.min-width-10{min-width:10%!important}.max-height-10{max-height:10%!important}.max-width-10{max-width:10%!important}.mrg-10{margin:10px!important}.pdd-10{padding:10px!important}.mrg-top-10{margin-top:10px!important}.pdd-top-10{padding-top:10px!important}.mrg-bottom-10{margin-bottom:10px!important}.pdd-bottom-10{padding-bottom:10px!important}.mrg-left-10{margin-left:10px!important}.pdd-left-10{padding-left:10px!important}.mrg-right-10{margin-right:10px!important}.pdd-right-10{padding-right:10px!important}.gap-10{gap:10px!important}.row-gap-10{row-gap:10px!important}.column-gap-10{column-gap:10px!important}.font-size-15{font-size:15px}.height-vh-15{height:15vh}.width-vw-15{width:15vw}.max-height-vh-15{max-height:15vh}.max-width-vw-15{max-width:15vw}.height-15{height:15%}.width-15{width:15%}.min-height-15{min-height:15%!important}.min-width-15{min-width:15%!important}.max-height-15{max-height:15%!important}.max-width-15{max-width:15%!important}.mrg-15{margin:15px!important}.pdd-15{padding:15px!important}.mrg-top-15{margin-top:15px!important}.pdd-top-15{padding-top:15px!important}.mrg-bottom-15{margin-bottom:15px!important}.pdd-bottom-15{padding-bottom:15px!important}.mrg-left-15{margin-left:15px!important}.pdd-left-15{padding-left:15px!important}.mrg-right-15{margin-right:15px!important}.pdd-right-15{padding-right:15px!important}.gap-15{gap:15px!important}.row-gap-15{row-gap:15px!important}.column-gap-15{column-gap:15px!important}.font-size-20{font-size:20px}.height-vh-20{height:20vh}.width-vw-20{width:20vw}.max-height-vh-20{max-height:20vh}.max-width-vw-20{max-width:20vw}.height-20{height:20%}.width-20{width:20%}.min-height-20{min-height:20%!important}.min-width-20{min-width:20%!important}.max-height-20{max-height:20%!important}.max-width-20{max-width:20%!important}.mrg-20{margin:20px!important}.pdd-20{padding:20px!important}.mrg-top-20{margin-top:20px!important}.pdd-top-20{padding-top:20px!important}.mrg-bottom-20{margin-bottom:20px!important}.pdd-bottom-20{padding-bottom:20px!important}.mrg-left-20{margin-left:20px!important}.pdd-left-20{padding-left:20px!important}.mrg-right-20{margin-right:20px!important}.pdd-right-20{padding-right:20px!important}.gap-20{gap:20px!important}.row-gap-20{row-gap:20px!important}.column-gap-20{column-gap:20px!important}.font-size-25{font-size:25px}.height-vh-25{height:25vh}.width-vw-25{width:25vw}.max-height-vh-25{max-height:25vh}.max-width-vw-25{max-width:25vw}.height-25{height:25%}.width-25{width:25%}.min-height-25{min-height:25%!important}.min-width-25{min-width:25%!important}.max-height-25{max-height:25%!important}.max-width-25{max-width:25%!important}.mrg-25{margin:25px!important}.pdd-25{padding:25px!important}.mrg-top-25{margin-top:25px!important}.pdd-top-25{padding-top:25px!important}.mrg-bottom-25{margin-bottom:25px!important}.pdd-bottom-25{padding-bottom:25px!important}.mrg-left-25{margin-left:25px!important}.pdd-left-25{padding-left:25px!important}.mrg-right-25{margin-right:25px!important}.pdd-right-25{padding-right:25px!important}.gap-25{gap:25px!important}.row-gap-25{row-gap:25px!important}.column-gap-25{column-gap:25px!important}.font-size-30{font-size:30px}.height-vh-30{height:30vh}.width-vw-30{width:30vw}.max-height-vh-30{max-height:30vh}.max-width-vw-30{max-width:30vw}.height-30{height:30%}.width-30{width:30%}.min-height-30{min-height:30%!important}.min-width-30{min-width:30%!important}.max-height-30{max-height:30%!important}.max-width-30{max-width:30%!important}.mrg-30{margin:30px!important}.pdd-30{padding:30px!important}.mrg-top-30{margin-top:30px!important}.pdd-top-30{padding-top:30px!important}.mrg-bottom-30{margin-bottom:30px!important}.pdd-bottom-30{padding-bottom:30px!important}.mrg-left-30{margin-left:30px!important}.pdd-left-30{padding-left:30px!important}.mrg-right-30{margin-right:30px!important}.pdd-right-30{padding-right:30px!important}.gap-30{gap:30px!important}.row-gap-30{row-gap:30px!important}.column-gap-30{column-gap:30px!important}.font-size-35{font-size:35px}.height-vh-35{height:35vh}.width-vw-35{width:35vw}.max-height-vh-35{max-height:35vh}.max-width-vw-35{max-width:35vw}.height-35{height:35%}.width-35{width:35%}.min-height-35{min-height:35%!important}.min-width-35{min-width:35%!important}.max-height-35{max-height:35%!important}.max-width-35{max-width:35%!important}.mrg-35{margin:35px!important}.pdd-35{padding:35px!important}.mrg-top-35{margin-top:35px!important}.pdd-top-35{padding-top:35px!important}.mrg-bottom-35{margin-bottom:35px!important}.pdd-bottom-35{padding-bottom:35px!important}.mrg-left-35{margin-left:35px!important}.pdd-left-35{padding-left:35px!important}.mrg-right-35{margin-right:35px!important}.pdd-right-35{padding-right:35px!important}.gap-35{gap:35px!important}.row-gap-35{row-gap:35px!important}.column-gap-35{column-gap:35px!important}.font-size-40{font-size:40px}.height-vh-40{height:40vh}.width-vw-40{width:40vw}.max-height-vh-40{max-height:40vh}.max-width-vw-40{max-width:40vw}.height-40{height:40%}.width-40{width:40%}.min-height-40{min-height:40%!important}.min-width-40{min-width:40%!important}.max-height-40{max-height:40%!important}.max-width-40{max-width:40%!important}.mrg-40{margin:40px!important}.pdd-40{padding:40px!important}.mrg-top-40{margin-top:40px!important}.pdd-top-40{padding-top:40px!important}.mrg-bottom-40{margin-bottom:40px!important}.pdd-bottom-40{padding-bottom:40px!important}.mrg-left-40{margin-left:40px!important}.pdd-left-40{padding-left:40px!important}.mrg-right-40{margin-right:40px!important}.pdd-right-40{padding-right:40px!important}.gap-40{gap:40px!important}.row-gap-40{row-gap:40px!important}.column-gap-40{column-gap:40px!important}.font-size-45{font-size:45px}.height-vh-45{height:45vh}.width-vw-45{width:45vw}.max-height-vh-45{max-height:45vh}.max-width-vw-45{max-width:45vw}.height-45{height:45%}.width-45{width:45%}.min-height-45{min-height:45%!important}.min-width-45{min-width:45%!important}.max-height-45{max-height:45%!important}.max-width-45{max-width:45%!important}.mrg-45{margin:45px!important}.pdd-45{padding:45px!important}.mrg-top-45{margin-top:45px!important}.pdd-top-45{padding-top:45px!important}.mrg-bottom-45{margin-bottom:45px!important}.pdd-bottom-45{padding-bottom:45px!important}.mrg-left-45{margin-left:45px!important}.pdd-left-45{padding-left:45px!important}.mrg-right-45{margin-right:45px!important}.pdd-right-45{padding-right:45px!important}.gap-45{gap:45px!important}.row-gap-45{row-gap:45px!important}.column-gap-45{column-gap:45px!important}.font-size-50{font-size:50px}.height-vh-50{height:50vh}.width-vw-50{width:50vw}.max-height-vh-50{max-height:50vh}.max-width-vw-50{max-width:50vw}.height-50{height:50%}.width-50{width:50%}.min-height-50{min-height:50%!important}.min-width-50{min-width:50%!important}.max-height-50{max-height:50%!important}.max-width-50{max-width:50%!important}.mrg-50{margin:50px!important}.pdd-50{padding:50px!important}.mrg-top-50{margin-top:50px!important}.pdd-top-50{padding-top:50px!important}.mrg-bottom-50{margin-bottom:50px!important}.pdd-bottom-50{padding-bottom:50px!important}.mrg-left-50{margin-left:50px!important}.pdd-left-50{padding-left:50px!important}.mrg-right-50{margin-right:50px!important}.pdd-right-50{padding-right:50px!important}.gap-50{gap:50px!important}.row-gap-50{row-gap:50px!important}.column-gap-50{column-gap:50px!important}.font-size-55{font-size:55px}.height-vh-55{height:55vh}.width-vw-55{width:55vw}.max-height-vh-55{max-height:55vh}.max-width-vw-55{max-width:55vw}.height-55{height:55%}.width-55{width:55%}.min-height-55{min-height:55%!important}.min-width-55{min-width:55%!important}.max-height-55{max-height:55%!important}.max-width-55{max-width:55%!important}.mrg-55{margin:55px!important}.pdd-55{padding:55px!important}.mrg-top-55{margin-top:55px!important}.pdd-top-55{padding-top:55px!important}.mrg-bottom-55{margin-bottom:55px!important}.pdd-bottom-55{padding-bottom:55px!important}.mrg-left-55{margin-left:55px!important}.pdd-left-55{padding-left:55px!important}.mrg-right-55{margin-right:55px!important}.pdd-right-55{padding-right:55px!important}.gap-55{gap:55px!important}.row-gap-55{row-gap:55px!important}.column-gap-55{column-gap:55px!important}.font-size-60{font-size:60px}.height-vh-60{height:60vh}.width-vw-60{width:60vw}.max-height-vh-60{max-height:60vh}.max-width-vw-60{max-width:60vw}.height-60{height:60%}.width-60{width:60%}.min-height-60{min-height:60%!important}.min-width-60{min-width:60%!important}.max-height-60{max-height:60%!important}.max-width-60{max-width:60%!important}.mrg-60{margin:60px!important}.pdd-60{padding:60px!important}.mrg-top-60{margin-top:60px!important}.pdd-top-60{padding-top:60px!important}.mrg-bottom-60{margin-bottom:60px!important}.pdd-bottom-60{padding-bottom:60px!important}.mrg-left-60{margin-left:60px!important}.pdd-left-60{padding-left:60px!important}.mrg-right-60{margin-right:60px!important}.pdd-right-60{padding-right:60px!important}.gap-60{gap:60px!important}.row-gap-60{row-gap:60px!important}.column-gap-60{column-gap:60px!important}.font-size-70{font-size:70px}.height-vh-70{height:70vh}.width-vw-70{width:70vw}.max-height-vh-70{max-height:70vh}.max-width-vw-70{max-width:70vw}.height-70{height:70%}.width-70{width:70%}.min-height-70{min-height:70%!important}.min-width-70{min-width:70%!important}.max-height-70{max-height:70%!important}.max-width-70{max-width:70%!important}.mrg-70{margin:70px!important}.pdd-70{padding:70px!important}.mrg-top-70{margin-top:70px!important}.pdd-top-70{padding-top:70px!important}.mrg-bottom-70{margin-bottom:70px!important}.pdd-bottom-70{padding-bottom:70px!important}.mrg-left-70{margin-left:70px!important}.pdd-left-70{padding-left:70px!important}.mrg-right-70{margin-right:70px!important}.pdd-right-70{padding-right:70px!important}.gap-70{gap:70px!important}.row-gap-70{row-gap:70px!important}.column-gap-70{column-gap:70px!important}.font-size-75{font-size:75px}.height-vh-75{height:75vh}.width-vw-75{width:75vw}.max-height-vh-75{max-height:75vh}.max-width-vw-75{max-width:75vw}.height-75{height:75%}.width-75{width:75%}.min-height-75{min-height:75%!important}.min-width-75{min-width:75%!important}.max-height-75{max-height:75%!important}.max-width-75{max-width:75%!important}.mrg-75{margin:75px!important}.pdd-75{padding:75px!important}.mrg-top-75{margin-top:75px!important}.pdd-top-75{padding-top:75px!important}.mrg-bottom-75{margin-bottom:75px!important}.pdd-bottom-75{padding-bottom:75px!important}.mrg-left-75{margin-left:75px!important}.pdd-left-75{padding-left:75px!important}.mrg-right-75{margin-right:75px!important}.pdd-right-75{padding-right:75px!important}.gap-75{gap:75px!important}.row-gap-75{row-gap:75px!important}.column-gap-75{column-gap:75px!important}.font-size-80{font-size:80px}.height-vh-80{height:80vh}.width-vw-80{width:80vw}.max-height-vh-80{max-height:80vh}.max-width-vw-80{max-width:80vw}.height-80{height:80%}.width-80{width:80%}.min-height-80{min-height:80%!important}.min-width-80{min-width:80%!important}.max-height-80{max-height:80%!important}.max-width-80{max-width:80%!important}.mrg-80{margin:80px!important}.pdd-80{padding:80px!important}.mrg-top-80{margin-top:80px!important}.pdd-top-80{padding-top:80px!important}.mrg-bottom-80{margin-bottom:80px!important}.pdd-bottom-80{padding-bottom:80px!important}.mrg-left-80{margin-left:80px!important}.pdd-left-80{padding-left:80px!important}.mrg-right-80{margin-right:80px!important}.pdd-right-80{padding-right:80px!important}.gap-80{gap:80px!important}.row-gap-80{row-gap:80px!important}.column-gap-80{column-gap:80px!important}.font-size-85{font-size:85px}.height-vh-85{height:85vh}.width-vw-85{width:85vw}.max-height-vh-85{max-height:85vh}.max-width-vw-85{max-width:85vw}.height-85{height:85%}.width-85{width:85%}.min-height-85{min-height:85%!important}.min-width-85{min-width:85%!important}.max-height-85{max-height:85%!important}.max-width-85{max-width:85%!important}.mrg-85{margin:85px!important}.pdd-85{padding:85px!important}.mrg-top-85{margin-top:85px!important}.pdd-top-85{padding-top:85px!important}.mrg-bottom-85{margin-bottom:85px!important}.pdd-bottom-85{padding-bottom:85px!important}.mrg-left-85{margin-left:85px!important}.pdd-left-85{padding-left:85px!important}.mrg-right-85{margin-right:85px!important}.pdd-right-85{padding-right:85px!important}.gap-85{gap:85px!important}.row-gap-85{row-gap:85px!important}.column-gap-85{column-gap:85px!important}.font-size-90{font-size:90px}.height-vh-90{height:90vh}.width-vw-90{width:90vw}.max-height-vh-90{max-height:90vh}.max-width-vw-90{max-width:90vw}.height-90{height:90%}.width-90{width:90%}.min-height-90{min-height:90%!important}.min-width-90{min-width:90%!important}.max-height-90{max-height:90%!important}.max-width-90{max-width:90%!important}.mrg-90{margin:90px!important}.pdd-90{padding:90px!important}.mrg-top-90{margin-top:90px!important}.pdd-top-90{padding-top:90px!important}.mrg-bottom-90{margin-bottom:90px!important}.pdd-bottom-90{padding-bottom:90px!important}.mrg-left-90{margin-left:90px!important}.pdd-left-90{padding-left:90px!important}.mrg-right-90{margin-right:90px!important}.pdd-right-90{padding-right:90px!important}.gap-90{gap:90px!important}.row-gap-90{row-gap:90px!important}.column-gap-90{column-gap:90px!important}.font-size-95{font-size:95px}.height-vh-95{height:95vh}.width-vw-95{width:95vw}.max-height-vh-95{max-height:95vh}.max-width-vw-95{max-width:95vw}.height-95{height:95%}.width-95{width:95%}.min-height-95{min-height:95%!important}.min-width-95{min-width:95%!important}.max-height-95{max-height:95%!important}.max-width-95{max-width:95%!important}.mrg-95{margin:95px!important}.pdd-95{padding:95px!important}.mrg-top-95{margin-top:95px!important}.pdd-top-95{padding-top:95px!important}.mrg-bottom-95{margin-bottom:95px!important}.pdd-bottom-95{padding-bottom:95px!important}.mrg-left-95{margin-left:95px!important}.pdd-left-95{padding-left:95px!important}.mrg-right-95{margin-right:95px!important}.pdd-right-95{padding-right:95px!important}.gap-95{gap:95px!important}.row-gap-95{row-gap:95px!important}.column-gap-95{column-gap:95px!important}.font-size-100{font-size:100px}.height-vh-100{height:100vh}.width-vw-100{width:100vw}.max-height-vh-100{max-height:100vh}.max-width-vw-100{max-width:100vw}.height-100{height:100%}.width-100{width:100%}.min-height-100{min-height:100%!important}.min-width-100{min-width:100%!important}.max-height-100{max-height:100%!important}.max-width-100{max-width:100%!important}.mrg-100{margin:100px!important}.pdd-100{padding:100px!important}.mrg-top-100{margin-top:100px!important}.pdd-top-100{padding-top:100px!important}.mrg-bottom-100{margin-bottom:100px!important}.pdd-bottom-100{padding-bottom:100px!important}.mrg-left-100{margin-left:100px!important}.pdd-left-100{padding-left:100px!important}.mrg-right-100{margin-right:100px!important}.pdd-right-100{padding-right:100px!important}.gap-100{gap:100px!important}.row-gap-100{row-gap:100px!important}.column-gap-100{column-gap:100px!important}.min-height-auto{min-height:auto!important}.max-height-none{max-height:none!important}.min-width-auto{min-width:auto!important}.max-width-none{max-width:none!important}.height-auto{height:auto!important}.width-auto{width:auto!important}.text-center{text-align:center!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-justify{text-align:justify!important}.text-inherit{text-align:inherit!important}.pull-none{float:none!important}.pull-left{float:left!important}.pull-right{float:right!important}.pull-inherit{float:inherit!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-sticky{position:sticky!important}.position-fixed{position:fixed!important}.display-inline{display:inline!important}.display-block{display:block!important}.display-contents{display:contents!important}.display-flex{display:flex!important}.display-grid{display:grid!important}.display-inline-block{display:inline-block!important}.display-inline-flex{display:inline-flex!important}.display-inline-grid{display:inline-grid!important}.display-inline-table{display:inline-table!important}.display-list-item{display:list-item!important}.display-run-in{display:run-in!important}.display-table{display:table!important}.display-table-caption{display:table-caption!important}.display-table-column-group{display:table-column-group!important}.display-table-header-group{display:table-header-group!important}.display-table-footer-group{display:table-footer-group!important}.display-table-row-group{display:table-row-group!important}.display-table-cell{display:table-cell!important}.display-table-column{display:table-column!important}.display-table-row{display:table-row!important}.display-none{display:none!important}.display-initial{display:initial!important}.display-inherit{display:inherit!important}.opacity-0{opacity:0!important}.opacity-10{opacity:.1!important}.opacity-20{opacity:.2!important}.opacity-30{opacity:.3!important}.opacity-40{opacity:.4!important}.opacity-50{opacity:.5!important}.opacity-60{opacity:.6!important}.opacity-70{opacity:.7!important}.opacity-80{opacity:.8!important}.opacity-90{opacity:.9!important}.overflow-visible{overflow:visible!important}.overflow-hidden{overflow:hidden!important}.overflow-scroll{overflow:scroll!important}.overflow-auto{overflow:auto!important}.overflow-none{overflow:none!important}.cursor-alias{cursor:alias!important}.cursor-all{cursor:all!important}.cursor-auto{cursor:auto!important}.cursor-cell{cursor:cell!important}.cursor-context-menu{cursor:context-menu!important}.cursor-col-resize{cursor:col-resize!important}.cursor-copy{cursor:copy!important}.cursor-crosshair{cursor:crosshair!important}.cursor-default{cursor:default!important}.cursor-e-resize{cursor:e-resize!important}.cursor-ew-resize{cursor:ew-resize!important}.cursor-grab{cursor:grab!important}.cursor-grabbing{cursor:grabbing!important}.cursor-help{cursor:help!important}.cursor-move{cursor:move!important}.cursor-n-resize{cursor:n-resize!important}.cursor-ne-resize{cursor:ne-resize!important}.cursor-nesw-resize{cursor:nesw-resize!important}.cursor-ns-resize{cursor:ns-resize!important}.cursor-nw-resize{cursor:nw-resize!important}.cursor-nwse-resize{cursor:nwse-resize!important}.cursor-no-drop{cursor:no-drop!important}.cursor-none{cursor:none!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-pointer{cursor:pointer!important}.cursor-progress{cursor:progress!important}.cursor-row-resize{cursor:row-resize!important}.cursor-s-resize{cursor:s-resize!important}.cursor-se-resize{cursor:se-resize!important}.cursor-sw-resize{cursor:sw-resize!important}.cursor-text{cursor:text!important}.cursor-url{cursor:url!important}.cursor-w-resize{cursor:w-resize!important}.cursor-wait{cursor:wait!important}.cursor-zoom-in{cursor:zoom-in!important}.cursor-zoom-out{cursor:zoom-out!important}.white-space-normal{white-space:normal!important}.white-space-nowrap{white-space:nowrap!important}.white-space-pre{white-space:pre!important}.white-space-pre-line{white-space:pre-line!important}.white-space-pre-wrap{white-space:pre-wrap!important}.white-space-unset{white-space:unset!important}.flex-0{flex:0!important}.flex-1{flex:1!important}.flex-2{flex:2!important}.flex-3{flex:3!important}.flex-4{flex:4!important}.flex-5{flex:5!important}.flex-6{flex:6!important}.flex-7{flex:7!important}.flex-8{flex:8!important}.flex-9{flex:9!important}.flex-10{flex:10!important}.flex-11{flex:11!important}.flex-12{flex:12!important}.flex-direction-column{flex-direction:column!important}.flex-direction-row{flex-direction:row!important}.flex-direction-column-reverse{flex-direction:column-reverse!important}.flex-direction-row-reverse{flex-direction:row-reverse!important}.flex-direction-revert{flex-direction:revert!important}.flex-direction-unset{flex-direction:unset!important}.flex-direction-inherit{flex-direction:inherit!important}.justify-content-center{justify-content:center!important}.justify-content-start{justify-content:start!important}.justify-content-end{justify-content:end!important}.justify-content-flex-start{justify-content:flex-start!important}.justify-content-flex-end{justify-content:flex-end!important}.justify-content-left{justify-content:left!important}.justify-content-right{justify-content:right!important}.justify-content-normal{justify-content:normal!important}.justify-content-space-between{justify-content:space-between!important}.justify-content-space-around{justify-content:space-around!important}.justify-content-space-evenly{justify-content:space-evenly!important}.justify-content-stretch{justify-content:stretch!important}.justify-content-safe center{justify-content:safe center!important}.justify-content-unsafe center{justify-content:unsafe center!important}.justify-content-inherit{justify-content:inherit!important}.justify-content-initial{justify-content:initial!important}.justify-content-revert{justify-content:revert!important}.justify-content-unse{justify-content:unse!important}.align-items-normal{align-items:normal!important}.align-items-stretch{align-items:stretch!important}.align-items-center{align-items:center!important}.align-items-start{align-items:start!important}.align-items-end{align-items:end!important}.align-items-flex-start{align-items:flex-start!important}.align-items-flex-end{align-items:flex-end!important}.align-items-baseline{align-items:baseline!important}.align-items-first baseline{align-items:first baseline!important}.align-items-last baseline{align-items:last baseline!important}.align-items-safe center{align-items:safe center!important}.align-items-unsafe center{align-items:unsafe center!important}.align-items-inherit{align-items:inherit!important}.align-items-initial{align-items:initial!important}.align-items-revert{align-items:revert!important}.align-items-unset{align-items:unset!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-overline red{text-decoration:overline red!important}.text-decoration-none{text-decoration:none!important}.text-decoration-inherit{text-decoration:inherit!important}.text-decoration-initial{text-decoration:initial!important}.text-decoration-revert{text-decoration:revert!important}.text-decoration-unset{text-decoration:unset!important}.text-none{text-transform:none!important}.text-capitalize{text-transform:capitalize!important}.text-uppercase{text-transform:uppercase!important}.text-lowercase{text-transform:lowercase!important}.text-full-width{text-transform:full-width!important}.text-full-size-kan{text-transform:full-size-kan!important}.visibility-visible{visibility:visible!important}.visibility-hidden{visibility:hidden!important}.visibility-collapse{visibility:collapse!important}.visibility-inherit{visibility:inherit!important}.visibility-initial{visibility:initial!important}.visibility-revert{visibility:revert!important}.visibility-revert-layer{visibility:revert-layer!important}.visibility-unset{visibility:unset!important}.bg-primary{background-color:#6e43db!important}.text-primary{color:#6e43db!important}.bg-success{background-color:#59f666!important}.text-success{color:#59f666!important}.bg-error{background-color:#c00000!important}.text-error{color:#c00000!important}.bg-light-error{background-color:#ffe1e7!important}.text-light-error{color:#ffe1e7!important}.bg-warning{background-color:#ffa335!important}.text-warning{color:#ffa335!important}.font-weight-thin{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:900!important}.attachment-upload-wrapper .attachment-upload-label{letter-spacing:.5px;color:#000;opacity:.5;font-weight:700}.attachment-upload-wrapper .attachment-upload-list{display:flex;flex-wrap:wrap;column-gap:20px}.attachment-upload-wrapper .attachment-upload-list .attachment-upload-item{margin-top:30px;display:flex;flex-wrap:wrap}.attachment-upload-wrapper .attachment-upload-list .attachment-upload-item .attachment-upload-item-title{margin:10px 0;opacity:.5;font-size:14px}.attachment-upload-wrapper .attachment-upload-list .attachment-upload-item .attachment-upload-item-uploaded-file-wrapper,.attachment-upload-wrapper .attachment-upload-list .attachment-upload-item .attachment-upload-item-upload-file-wrapper{border:1px solid #C7CFD2;border-radius:5px;height:100px;width:130px;cursor:pointer;position:relative}.attachment-upload-wrapper .attachment-upload-list .attachment-upload-item .attachment-upload-item-uploaded-file-wrapper .attachment-upload-item-uploaded-file,.attachment-upload-wrapper .attachment-upload-list .attachment-upload-item .attachment-upload-item-uploaded-file-wrapper .attachment-upload-item-upload-file,.attachment-upload-wrapper .attachment-upload-list .attachment-upload-item .attachment-upload-item-upload-file-wrapper .attachment-upload-item-uploaded-file,.attachment-upload-wrapper .attachment-upload-list .attachment-upload-item .attachment-upload-item-upload-file-wrapper .attachment-upload-item-upload-file{display:flex;align-items:center;justify-content:center;height:100%;flex:1}.attachment-upload-wrapper .attachment-upload-list .attachment-upload-item .attachment-upload-item-uploaded-file-wrapper .attachment-upload-item-uploaded-file .attachment-upload-item-uploaded-icon,.attachment-upload-wrapper .attachment-upload-list .attachment-upload-item .attachment-upload-item-uploaded-file-wrapper .attachment-upload-item-uploaded-file .attachment-upload-item-upload-icon,.attachment-upload-wrapper .attachment-upload-list .attachment-upload-item .attachment-upload-item-uploaded-file-wrapper .attachment-upload-item-upload-file .attachment-upload-item-uploaded-icon,.attachment-upload-wrapper .attachment-upload-list .attachment-upload-item .attachment-upload-item-uploaded-file-wrapper .attachment-upload-item-upload-file .attachment-upload-item-upload-icon,.attachment-upload-wrapper .attachment-upload-list .attachment-upload-item .attachment-upload-item-upload-file-wrapper .attachment-upload-item-uploaded-file .attachment-upload-item-uploaded-icon,.attachment-upload-wrapper .attachment-upload-list .attachment-upload-item .attachment-upload-item-upload-file-wrapper .attachment-upload-item-uploaded-file .attachment-upload-item-upload-icon,.attachment-upload-wrapper .attachment-upload-list .attachment-upload-item .attachment-upload-item-upload-file-wrapper .attachment-upload-item-upload-file .attachment-upload-item-uploaded-icon,.attachment-upload-wrapper .attachment-upload-list .attachment-upload-item .attachment-upload-item-upload-file-wrapper .attachment-upload-item-upload-file .attachment-upload-item-upload-icon{height:40px;width:auto;position:relative;top:-5px}.attachment-upload-wrapper .attachment-upload-list .attachment-upload-item .attachment-upload-item-uploaded-file-wrapper .attachment-upload-item-uploaded-file .attachment-upload-item-uploaded-icon svg,.attachment-upload-wrapper .attachment-upload-list .attachment-upload-item .attachment-upload-item-uploaded-file-wrapper .attachment-upload-item-uploaded-file .attachment-upload-item-upload-icon svg,.attachment-upload-wrapper .attachment-upload-list .attachment-upload-item .attachment-upload-item-uploaded-file-wrapper .attachment-upload-item-upload-file .attachment-upload-item-uploaded-icon svg,.attachment-upload-wrapper .attachment-upload-list .attachment-upload-item .attachment-upload-item-uploaded-file-wrapper .attachment-upload-item-upload-file .attachment-upload-item-upload-icon svg,.attachment-upload-wrapper .attachment-upload-list .attachment-upload-item .attachment-upload-item-upload-file-wrapper .attachment-upload-item-uploaded-file .attachment-upload-item-uploaded-icon svg,.attachment-upload-wrapper .attachment-upload-list .attachment-upload-item .attachment-upload-item-upload-file-wrapper .attachment-upload-item-uploaded-file .attachment-upload-item-upload-icon svg,.attachment-upload-wrapper .attachment-upload-list .attachment-upload-item .attachment-upload-item-upload-file-wrapper .attachment-upload-item-upload-file .attachment-upload-item-uploaded-icon svg,.attachment-upload-wrapper .attachment-upload-list .attachment-upload-item .attachment-upload-item-upload-file-wrapper .attachment-upload-item-upload-file .attachment-upload-item-upload-icon svg{opacity:.8;height:100%;width:100%}.attachment-upload-wrapper .attachment-upload-list .attachment-upload-item .attachment-upload-item-uploaded-file-wrapper .attachment-upload-item-uploaded-close,.attachment-upload-wrapper .attachment-upload-list .attachment-upload-item .attachment-upload-item-upload-file-wrapper .attachment-upload-item-uploaded-close{position:absolute;top:-12px;right:-12px;cursor:pointer}.attachment-preview-dialog .attachment-preview-dialog-header .attachment-preview-dialog-title{font-size:16px;font-weight:700;padding:10px 0}.attachment-preview-dialog .uploaded-attachment-file-name{margin:15px 0}.attachment-preview-dialog .attachment-preview-dialog-footer{display:flex;align-items:center;justify-content:center;margin-top:20px;column-gap:20px}.details-screen{display:flex;flex-direction:column;height:calc(100% - 60px);margin:30px}.details-screen .h-v-center{height:100%!important}.details-screen .details-module-title{font-size:18px;font-weight:700;color:#8b8e90;margin-bottom:20px}.details-screen .basic-details-wrapper{margin-bottom:20px}.details-screen .basic-details-wrapper .details-screen-header-status-section .details-screen-header{display:flex;align-items:center;justify-content:space-between}.details-screen .basic-details-wrapper .details-screen-header-status-section .details-screen-header .details-options{display:flex}.details-screen .details-screen-sub-header{display:flex;flex-wrap:wrap;column-gap:40px;margin-top:10px}.details-screen .details-screen-body{display:flex;flex-direction:column;height:calc(100% - 150px);max-height:calc(100% - 150px);min-height:calc(100% - 150px);border:1px solid #D2D2D2}.details-screen .details-screen-body .t-form-controls-wrapper{min-height:calc(100vh - 450px)}.details-screen .details-screen-body .details-tab-data-wrapper{margin:20px;flex:1;overflow:hidden}.details-screen .details-screen-body .details-tab-data-wrapper .details-screen-loading-icon{display:flex;justify-content:center;align-items:center;flex-direction:column;height:450px}.details-screen .details-screen-body .details-tab-data-wrapper .details-tab-data-content .details-tab-data-header{display:flex;justify-content:space-between;align-items:flex-end}.details-screen .details-screen-body .details-tab-data-wrapper .details-tab-data-content .view-details-attachment-chip-list{display:flex!important;flex-wrap:wrap!important;column-gap:20px!important}@-ms-viewport{}.ts-container{width:100%;padding-right:10px;padding-left:10px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.ts-container{max-width:540px}}@media (min-width: 768px){.ts-container{max-width:720px}}@media (min-width: 992px){.ts-container{max-width:960px}}@media (min-width: 1200px){.ts-container{max-width:1140px}}.ts-container-fluid{width:100%;padding-right:10px;padding-left:10px;margin-right:auto;margin-left:auto}.ts-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-10px;margin-left:-10px}.ts-no-gutters{margin-right:0;margin-left:0}.ts-no-gutters>.ts-col,.ts-no-gutters>[class*=ts-col-]{padding-right:0;padding-left:0}.ts-col,.ts-col-1,.ts-col-10,.ts-col-11,.ts-col-12,.ts-col-2,.ts-col-3,.ts-col-4,.ts-col-5,.ts-col-6,.ts-col-7,.ts-col-8,.ts-col-9,.ts-col-auto,.ts-col-lg,.ts-col-lg-1,.ts-col-lg-10,.ts-col-lg-11,.ts-col-lg-12,.ts-col-lg-2,.ts-col-lg-3,.ts-col-lg-4,.ts-col-lg-5,.ts-col-lg-6,.ts-col-lg-7,.ts-col-lg-8,.ts-col-lg-9,.ts-col-lg-auto,.ts-col-md,.ts-col-md-1,.ts-col-md-10,.ts-col-md-11,.ts-col-md-12,.ts-col-md-2,.ts-col-md-3,.ts-col-md-4,.ts-col-md-5,.ts-col-md-6,.ts-col-md-7,.ts-col-md-8,.ts-col-md-9,.ts-col-md-auto,.ts-col-sm,.ts-col-sm-1,.ts-col-sm-10,.ts-col-sm-11,.ts-col-sm-12,.ts-col-sm-2,.ts-col-sm-3,.ts-col-sm-4,.ts-col-sm-5,.ts-col-sm-6,.ts-col-sm-7,.ts-col-sm-8,.ts-col-sm-9,.ts-col-sm-auto,.ts-col-xl,.ts-col-xl-1,.ts-col-xl-10,.ts-col-xl-11,.ts-col-xl-12,.ts-col-xl-2,.ts-col-xl-3,.ts-col-xl-4,.ts-col-xl-5,.ts-col-xl-6,.ts-col-xl-7,.ts-col-xl-8,.ts-col-xl-9,.ts-col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:10px;padding-left:10px}.ts-col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ts-col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ts-col-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.ts-col-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.ts-col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ts-col-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.ts-col-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.ts-col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ts-col-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.ts-col-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.ts-col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ts-col-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.ts-col-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.ts-col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ts-order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ts-order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ts-order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ts-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ts-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ts-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ts-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ts-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ts-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ts-order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ts-order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ts-order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ts-order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ts-order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ts-order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ts-offset-1{margin-left:8.333333%}.ts-offset-2{margin-left:16.666667%}.ts-offset-3{margin-left:25%}.ts-offset-4{margin-left:33.333333%}.ts-offset-5{margin-left:41.666667%}.ts-offset-6{margin-left:50%}.ts-offset-7{margin-left:58.333333%}.ts-offset-8{margin-left:66.666667%}.ts-offset-9{margin-left:75%}.ts-offset-10{margin-left:83.333333%}.ts-offset-11{margin-left:91.666667%}@media (min-width: 576px){.ts-col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ts-col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ts-col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.ts-col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.ts-col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ts-col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.ts-col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.ts-col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ts-col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.ts-col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.ts-col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ts-col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.ts-col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.ts-col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ts-order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ts-order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ts-order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ts-order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ts-order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ts-order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ts-order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ts-order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ts-order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ts-order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ts-order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ts-order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ts-order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ts-order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ts-order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ts-offset-sm-0{margin-left:0}.ts-offset-sm-1{margin-left:8.333333%}.ts-offset-sm-2{margin-left:16.666667%}.ts-offset-sm-3{margin-left:25%}.ts-offset-sm-4{margin-left:33.333333%}.ts-offset-sm-5{margin-left:41.666667%}.ts-offset-sm-6{margin-left:50%}.ts-offset-sm-7{margin-left:58.333333%}.ts-offset-sm-8{margin-left:66.666667%}.ts-offset-sm-9{margin-left:75%}.ts-offset-sm-10{margin-left:83.333333%}.ts-offset-sm-11{margin-left:91.666667%}}@media (min-width: 768px){.ts-col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ts-col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ts-col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.ts-col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.ts-col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ts-col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.ts-col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.ts-col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ts-col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.ts-col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.ts-col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ts-col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.ts-col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.ts-col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ts-order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ts-order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ts-order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ts-order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ts-order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ts-order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ts-order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ts-order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ts-order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ts-order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ts-order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ts-order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ts-order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ts-order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ts-order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ts-offset-md-0{margin-left:0}.ts-offset-md-1{margin-left:8.333333%}.ts-offset-md-2{margin-left:16.666667%}.ts-offset-md-3{margin-left:25%}.ts-offset-md-4{margin-left:33.333333%}.ts-offset-md-5{margin-left:41.666667%}.ts-offset-md-6{margin-left:50%}.ts-offset-md-7{margin-left:58.333333%}.ts-offset-md-8{margin-left:66.666667%}.ts-offset-md-9{margin-left:75%}.ts-offset-md-10{margin-left:83.333333%}.ts-offset-md-11{margin-left:91.666667%}}@media (min-width: 992px){.ts-col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ts-col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ts-col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.ts-col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.ts-col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ts-col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.ts-col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.ts-col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ts-col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.ts-col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.ts-col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ts-col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.ts-col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.ts-col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ts-order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ts-order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ts-order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ts-order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ts-order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ts-order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ts-order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ts-order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ts-order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ts-order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ts-order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ts-order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ts-order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ts-order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ts-order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ts-offset-lg-0{margin-left:0}.ts-offset-lg-1{margin-left:8.333333%}.ts-offset-lg-2{margin-left:16.666667%}.ts-offset-lg-3{margin-left:25%}.ts-offset-lg-4{margin-left:33.333333%}.ts-offset-lg-5{margin-left:41.666667%}.ts-offset-lg-6{margin-left:50%}.ts-offset-lg-7{margin-left:58.333333%}.ts-offset-lg-8{margin-left:66.666667%}.ts-offset-lg-9{margin-left:75%}.ts-offset-lg-10{margin-left:83.333333%}.ts-offset-lg-11{margin-left:91.666667%}}@media (min-width: 1200px){.ts-col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ts-col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ts-col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.ts-col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.ts-col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ts-col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.ts-col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.ts-col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ts-col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.ts-col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.ts-col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ts-col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.ts-col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.ts-col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ts-order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ts-order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ts-order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ts-order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ts-order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ts-order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ts-order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ts-order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ts-order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ts-order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ts-order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ts-order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ts-order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ts-order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ts-order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ts-offset-xl-0{margin-left:0}.ts-offset-xl-1{margin-left:8.333333%}.ts-offset-xl-2{margin-left:16.666667%}.ts-offset-xl-3{margin-left:25%}.ts-offset-xl-4{margin-left:33.333333%}.ts-offset-xl-5{margin-left:41.666667%}.ts-offset-xl-6{margin-left:50%}.ts-offset-xl-7{margin-left:58.333333%}.ts-offset-xl-8{margin-left:66.666667%}.ts-offset-xl-9{margin-left:75%}.ts-offset-xl-10{margin-left:83.333333%}.ts-offset-xl-11{margin-left:91.666667%}}.ts-d-none{display:none!important}.ts-d-inline{display:inline!important}.ts-d-inline-block{display:inline-block!important}.ts-d-block{display:block!important}.ts-d-table{display:table!important}.ts-d-table-row{display:table-row!important}.ts-d-table-cell{display:table-cell!important}.ts-d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.ts-d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width: 576px){.ts-d-sm-none{display:none!important}.ts-d-sm-inline{display:inline!important}.ts-d-sm-inline-block{display:inline-block!important}.ts-d-sm-block{display:block!important}.ts-d-sm-table{display:table!important}.ts-d-sm-table-row{display:table-row!important}.ts-d-sm-table-cell{display:table-cell!important}.ts-d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.ts-d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width: 768px){.ts-d-md-none{display:none!important}.ts-d-md-inline{display:inline!important}.ts-d-md-inline-block{display:inline-block!important}.ts-d-md-block{display:block!important}.ts-d-md-table{display:table!important}.ts-d-md-table-row{display:table-row!important}.ts-d-md-table-cell{display:table-cell!important}.ts-d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.ts-d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width: 992px){.ts-d-lg-none{display:none!important}.ts-d-lg-inline{display:inline!important}.ts-d-lg-inline-block{display:inline-block!important}.ts-d-lg-block{display:block!important}.ts-d-lg-table{display:table!important}.ts-d-lg-table-row{display:table-row!important}.ts-d-lg-table-cell{display:table-cell!important}.ts-d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.ts-d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width: 1200px){.ts-d-xl-none{display:none!important}.ts-d-xl-inline{display:inline!important}.ts-d-xl-inline-block{display:inline-block!important}.ts-d-xl-block{display:block!important}.ts-d-xl-table{display:table!important}.ts-d-xl-table-row{display:table-row!important}.ts-d-xl-table-cell{display:table-cell!important}.ts-d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.ts-d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.ts-flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.ts-flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.ts-flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.ts-flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.ts-flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.ts-flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.ts-flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.ts-justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.ts-justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.ts-justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.ts-justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.ts-justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.ts-align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.ts-align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.ts-align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.ts-align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.ts-align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.ts-align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.ts-align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.ts-align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.ts-align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.ts-align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.ts-align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.ts-align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.ts-align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.ts-align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.ts-align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.ts-align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.ts-align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width: 576px){.ts-flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.ts-flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.ts-flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.ts-flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.ts-flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.ts-flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.ts-flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.ts-justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.ts-justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.ts-justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.ts-justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.ts-justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.ts-align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.ts-align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.ts-align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.ts-align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.ts-align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.ts-align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.ts-align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.ts-align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.ts-align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.ts-align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.ts-align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.ts-align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.ts-align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.ts-align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.ts-align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.ts-align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.ts-align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width: 768px){.ts-flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.ts-flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.ts-flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.ts-flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.ts-flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.ts-flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.ts-flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.ts-justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.ts-justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.ts-justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.ts-justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.ts-justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.ts-align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.ts-align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.ts-align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.ts-align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.ts-align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.ts-align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.ts-align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.ts-align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.ts-align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.ts-align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.ts-align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.ts-align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.ts-align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.ts-align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.ts-align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.ts-align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.ts-align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width: 992px){.ts-flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.ts-flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.ts-flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.ts-flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.ts-flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.ts-flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.ts-flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.ts-justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.ts-justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.ts-justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.ts-justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.ts-justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.ts-align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.ts-align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.ts-align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.ts-align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.ts-align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.ts-align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.ts-align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.ts-align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.ts-align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.ts-align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.ts-align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.ts-align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.ts-align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.ts-align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.ts-align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.ts-align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.ts-align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width: 1200px){.ts-flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.ts-flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.ts-flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.ts-flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.ts-flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.ts-flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.ts-flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.ts-justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.ts-justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.ts-justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.ts-justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.ts-justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.ts-align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.ts-align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.ts-align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.ts-align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.ts-align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.ts-align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.ts-align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.ts-align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.ts-align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.ts-align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.ts-align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.ts-align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.ts-align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.ts-align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.ts-align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.ts-align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.ts-align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.help-desk-component{position:fixed;bottom:12px;right:12px;z-index:99}.help-desk-component .help-desk-action-button{border-radius:20px;animation:shrink-card .7s ease}.help-desk-component .help-desk-modal-container{width:400px;border-radius:8px;overflow:hidden;box-shadow:#0000001a 0 1px 3px,#0000000f 0 1px 2px;display:flex;flex-direction:column;animation:open-up .3s ease-out forwards}.help-desk-component .help-desk-modal-container .help-desk-header{display:flex;justify-content:space-between;padding:12px;background-color:#c9c6e1;color:#6e43db;flex:0 0 auto}.help-desk-component .help-desk-modal-container .help-desk-header .help-desk-title{font-weight:700;font-size:18px}.help-desk-component .help-desk-modal-container .help-desk-header .help-desk-close-icon svg{cursor:pointer;transition:.3s ease}.help-desk-component .help-desk-modal-container .help-desk-header .help-desk-close-icon svg:hover{scale:1.3}.help-desk-component .help-desk-modal-container .help-desk-body{padding:24px;background:#fff;flex:1;display:flex;flex-direction:column}.help-desk-component .help-desk-modal-container .help-desk-body .file-dnd-wrapper{margin:0 0 15px;border-radius:8px}.help-desk-component .help-desk-modal-container .help-desk-body .help-desk-form-controls{max-height:440px;overflow-y:auto}@keyframes bounce-up{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes bounce-down{0%{transform:translateY(0)}50%{transform:translateY(10px)}to{transform:translateY(0)}}@keyframes shrink-card{0%{width:400px}to{width:120px}}@keyframes open-up{0%{transform-origin:380px 520px 1496px;transform:perspective(400px)}to{transform-origin:380px 520px 0;transform:perspective(400px)}}.attachment-preview-component{position:absolute;top:0;left:0;width:100vw;height:100vh;z-index:99}.pdf-container{height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;flex-direction:column;position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;z-index:99999}.pdf-container .pdf-header{display:flex;justify-content:space-between;align-items:center;width:100vw;padding:10px}.pdf-container .pdf-header .pdf-header-title{font-size:18px;font-weight:700}.pdf-container .pdf-content-container{width:100vw;overflow-y:scroll;height:calc(100vh - 120px);border-top:1px solid #8f8f8f;border-bottom:1px solid #8f8f8f}.pdf-container .pdf-footer{display:flex;justify-content:space-between;width:100vw;padding:20px}.pdf-container .react-pdf__Page__canvas{margin:auto!important}@-webkit-keyframes animation-slide-out-up{0%{transform:translate(0)}to{transform:translateY(-100%)}}@-moz-keyframes animation-slide-out-up{0%{transform:translate(0)}to{transform:translateY(-100%)}}@-o-keyframes animation-slide-out-up{0%{transform:translate(0)}to{transform:translateY(-100%)}}@keyframes animation-slide-out-up{0%{transform:translate(0)}to{transform:translateY(-100%)}}@-webkit-keyframes animation-slide-out-down{0%{transform:translate(0)}to{transform:translateY(100%)}}@-moz-keyframes animation-slide-out-down{0%{transform:translate(0)}to{transform:translateY(100%)}}@-o-keyframes animation-slide-out-down{0%{transform:translate(0)}to{transform:translateY(100%)}}@keyframes animation-slide-out-down{0%{transform:translate(0)}to{transform:translateY(100%)}}@-webkit-keyframes animation-slide-out-left{0%{transform:translate(0)}to{transform:translate(-100%)}}@-moz-keyframes animation-slide-out-left{0%{transform:translate(0)}to{transform:translate(-100%)}}@-o-keyframes animation-slide-out-left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes animation-slide-out-left{0%{transform:translate(0)}to{transform:translate(-100%)}}@-webkit-keyframes animation-slide-out-right{0%{transform:translate(0)}to{transform:translate(100%)}}@-moz-keyframes animation-slide-out-right{0%{transform:translate(0)}to{transform:translate(100%)}}@-o-keyframes animation-slide-out-right{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes animation-slide-out-right{0%{transform:translate(0)}to{transform:translate(100%)}}@-webkit-keyframes animation-slide-in-up{0%{transform:translateY(100%)}to{transform:translate(0)}}@-moz-keyframes animation-slide-in-up{0%{transform:translateY(100%)}to{transform:translate(0)}}@-o-keyframes animation-slide-in-up{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes animation-slide-in-up{0%{transform:translateY(100%)}to{transform:translate(0)}}@-webkit-keyframes animation-slide-in-down{0%{transform:translateY(-100%)}to{transform:translate(0)}}@-moz-keyframes animation-slide-in-down{0%{transform:translateY(-100%)}to{transform:translate(0)}}@-o-keyframes animation-slide-in-down{0%{transform:translateY(-100%)}to{transform:translate(0)}}@keyframes animation-slide-in-down{0%{transform:translateY(-100%)}to{transform:translate(0)}}@-webkit-keyframes animation-slide-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}@-moz-keyframes animation-slide-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}@-o-keyframes animation-slide-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes animation-slide-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}@-webkit-keyframes animation-slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@-moz-keyframes animation-slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@-o-keyframes animation-slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes animation-slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}.signature-preview-modal-component .dialog-description{color:#222;font-feature-settings:"liga" off,"clig" off;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.signature-preview-modal-component .signature-preview-card{display:flex;flex-direction:column;height:300px}.signature-preview-modal-component .signature-preview-card .signature-preview-card-body .signature-preview-card-body-header{color:#222;font-feature-settings:"liga" off,"clig" off;font-size:14px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:12px}.signature-preview-modal-component .signature-preview-card .signature-preview-card-body .signature-box-container{display:flex;flex-direction:column;max-width:369.6px;width:100%}.signature-preview-modal-component .signature-preview-card .signature-preview-card-body .signature-box-container .signature-box{height:120px;border-radius:16px;border:1px dashed #222222;background:#fff no-repeat center;background-size:contain}.signature-preview-modal-component .signature-preview-card .signature-preview-card-body .signature-box-container .clear-signature{margin-left:auto;text-decoration:underline}.signature-preview-modal-component .signature-preview-card .signature-preview-card-footer{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:auto}
