:root{--components-button-sizes-s-paddingX: 12px;--components-button-sizes-s-paddingY: 6px;--components-button-sizes-s-minWidth: 72px;--components-button-sizes-s-icon: 16px;--components-button-sizes-s-iconOnly: 32px;--components-button-space-s: 8px;--components-button-sizes-m-paddingX: 16px;--components-button-sizes-m-paddingY: 8px;--components-button-sizes-m-minWidth: 88px;--components-button-sizes-m-icon: 20px;--components-button-sizes-m-iconOnly: 40px;--components-button-space-m: 10px;--components-button-sizes-l-paddingX: 20px;--components-button-sizes-l-paddingY: 10px;--components-button-sizes-l-minWidth: 100px;--components-button-sizes-l-icon: 24px;--components-button-sizes-l-iconOnly: 46px;--components-button-space-l: 12px;--components-button-hitTarget: 44px;--typography-scale-sm: var(--button-label-s-font-size);--typography-scale-md: var(--button-label-m-font-size);--typography-scale-lg: var(--button-label-l-font-size);--components-button-primary-bg: var(--button-primary-bg);--components-button-primary-bg-hover: var(--button-primary-hover);--components-button-primary-bg-pressed: var(--button-primary-pressed);--components-button-primary-text: var(--button-primary-text);--components-button-primary-disabled-bg: var(--button-primary-disabled);--components-button-primary-disabled-text: var(--button-primary-text);--components-button-secondary-bg: var(--button-secondary-bg);--components-button-secondary-border: var(--button-secondary-border);--components-button-secondary-text: var(--button-secondary-text);--components-button-secondary-hover-bg: var(--button-secondary-hover-bg);--components-button-secondary-hover-border: var(--button-secondary-hover-border);--components-button-secondary-hover-text: var(--button-secondary-hover-text);--components-button-secondary-pressed-bg: var(--button-secondary-pressed-bg);--components-button-secondary-pressed-border: var(--button-secondary-pressed-border);--components-button-secondary-pressed-text: var(--button-secondary-pressed-text);--components-button-secondary-disabled-bg: var(--button-secondary-disabled-bg);--components-button-secondary-disabled-border: var(--button-secondary-disabled-border);--components-button-secondary-disabled-text: var(--button-secondary-disabled-text);--components-button-ghost-bg: var(--button-ghost-bg);--components-button-ghost-text: var(--button-ghost-text);--components-button-ghost-hover-bg: var(--button-ghost-hover-bg);--components-button-ghost-hover-text: var(--button-ghost-hover-text);--components-button-ghost-pressed-bg: var(--button-ghost-pressed-bg);--components-button-ghost-pressed-text: var(--button-ghost-pressed-text);--components-button-ghost-disabled-bg: var(--button-ghost-disabled-bg);--components-button-ghost-disabled-text: var(--button-ghost-disabled-text);--components-button-destructive-bg: var(--button-destructive-bg);--components-button-destructive-text: var(--button-destructive-text);--components-button-destructive-hover-bg: var(--button-destructive-hover-bg);--components-button-destructive-hover-text: var(--button-destructive-hover-text);--components-button-destructive-pressed-bg: var(--button-destructive-pressed-bg);--components-button-destructive-pressed-text: var(--button-destructive-pressed-text);--components-button-destructive-disabled-bg: var(--button-destructive-disabled-bg);--components-button-destructive-disabled-text: var(--button-destructive-disabled-text)}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:none;font-family:inherit;font-weight:600;cursor:pointer;text-decoration:none;line-height:1;min-height:0;padding:var(--components-button-sizes-m-paddingY) var(--components-button-sizes-m-paddingX);min-width:var(--components-button-sizes-m-minWidth);font-size:var(--typography-scale-md);position:relative;transition:background-color .15s ease,box-shadow .15s ease,transform .1s ease,color .15s ease}.btn__content{display:inline-flex;align-items:center;gap:var(--components-button-space-m)}.btn__label{line-height:1}.btn__icon{width:var(--components-button-sizes-m-icon);height:var(--components-button-sizes-m-icon);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.btn__arrow{width:var(--components-button-sizes-m-icon);height:var(--components-button-sizes-m-icon);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;background-color:currentColor}.btn--variant-primary .btn__arrow{margin-left:-6px}.btn--size-s .btn__content{gap:var(--components-button-space-s)}.btn--size-s .btn__icon{width:var(--components-button-sizes-s-icon);height:var(--components-button-sizes-s-icon)}.btn--size-s .btn__arrow{width:var(--components-button-sizes-s-icon);height:var(--components-button-sizes-s-icon);margin-left:-4px}.btn--size-l .btn__content{gap:var(--components-button-space-l)}.btn--size-l .btn__icon{width:var(--components-button-sizes-l-icon);height:var(--components-button-sizes-l-icon)}.btn--size-l .btn__arrow{width:var(--components-button-sizes-l-icon);height:var(--components-button-sizes-l-icon);margin-left:-8px}.btn:after{content:"";position:absolute;top:50%;left:0;width:100%;height:var(--components-button-hitTarget);transform:translateY(-50%)}.btn:disabled,.btn[aria-disabled=true]{cursor:not-allowed;opacity:.7}.btn--size-s{padding:var(--components-button-sizes-s-paddingY) var(--components-button-sizes-s-paddingX);min-width:var(--components-button-sizes-s-minWidth);height:32px;min-height:32px;font-size:var(--typography-scale-sm);font-weight:400}.btn--size-m{padding:var(--components-button-sizes-m-paddingY) var(--components-button-sizes-m-paddingX);min-width:var(--components-button-sizes-m-minWidth);height:40px;min-height:40px;font-size:var(--typography-scale-md)}.btn--size-l{padding:var(--components-button-sizes-l-paddingY) var(--components-button-sizes-l-paddingX);min-width:var(--components-button-sizes-l-minWidth);height:46px;min-height:46px;font-size:var(--typography-scale-lg)}.btn--variant-primary{background-color:var(--components-button-primary-bg);color:var(--components-button-primary-text);box-shadow:none}.btn--variant-primary:hover:not(:disabled){background-color:var(--components-button-primary-bg-hover)}.btn--variant-primary:active:not(:disabled){background-color:var(--components-button-primary-bg-pressed);transform:translateY(1px)}.btn--variant-primary:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px}.btn--variant-primary:disabled{background-color:var(--components-button-primary-disabled-bg);color:var(--components-button-primary-disabled-text)}.btn--variant-primary.force-hover{background-color:var(--components-button-primary-bg-hover)!important}.btn--variant-primary.force-active{background-color:var(--components-button-primary-bg-pressed)!important;transform:translateY(1px)}.btn--variant-secondary.force-hover{background-color:var(--components-button-secondary-hover-bg)!important;color:var(--components-button-secondary-hover-text)!important;border-color:var(--components-button-secondary-hover-border)!important}.btn--variant-secondary.force-active{background-color:var(--components-button-secondary-pressed-bg)!important;color:var(--components-button-secondary-pressed-text)!important;border-color:var(--components-button-secondary-pressed-border)!important;transform:translateY(1px)}.btn.force-focus{outline:2px solid var(--color-focus-ring)!important;outline-offset:2px}.btn--variant-ghost.force-hover{background-color:var(--components-button-ghost-hover-bg)!important;color:var(--components-button-ghost-hover-text)!important}.btn--variant-ghost.force-active{background-color:var(--components-button-ghost-pressed-bg)!important;color:var(--components-button-ghost-pressed-text)!important;transform:translateY(1px)}.btn--variant-destructive.force-hover{background-color:var(--components-button-destructive-hover-bg)!important;color:var(--components-button-destructive-hover-text)!important}.btn--variant-destructive.force-active{background-color:var(--components-button-destructive-pressed-bg)!important;color:var(--components-button-destructive-pressed-text)!important;transform:translateY(1px)}.btn--variant-secondary{background-color:var(--components-button-secondary-bg);color:var(--components-button-secondary-text);border:.5px solid #e2e2e2}.btn--variant-secondary:hover:not(:disabled){background-color:var(--components-button-secondary-hover-bg);color:var(--components-button-secondary-hover-text);border:.5px solid #e2e2e2}.btn--variant-secondary:active:not(:disabled){background-color:var(--components-button-secondary-pressed-bg);color:var(--components-button-secondary-pressed-text);border:.5px solid #e2e2e2;transform:translateY(1px)}.btn--variant-secondary:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px}.btn--variant-secondary:disabled{background-color:var(--components-button-secondary-disabled-bg);color:var(--components-button-secondary-disabled-text);border:.5px solid #e2e2e2}.btn--variant-ghost{background-color:var(--components-button-ghost-bg);color:var(--components-button-ghost-text);border:none}.btn--variant-ghost:hover:not(:disabled){background-color:var(--components-button-ghost-hover-bg);color:var(--components-button-ghost-hover-text)}.btn--variant-ghost:active:not(:disabled){background-color:var(--components-button-ghost-pressed-bg);color:var(--components-button-ghost-pressed-text);transform:translateY(1px)}.btn--variant-ghost:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px}.btn--variant-ghost:disabled{background-color:var(--components-button-ghost-disabled-bg);color:var(--components-button-ghost-disabled-text)}.btn--variant-destructive{background-color:var(--components-button-destructive-bg);color:var(--components-button-destructive-text);border:none}.btn--variant-destructive:hover:not(:disabled){background-color:var(--components-button-destructive-hover-bg);color:var(--components-button-destructive-hover-text)}.btn--variant-destructive:active:not(:disabled){background-color:var(--components-button-destructive-pressed-bg);color:var(--components-button-destructive-pressed-text);transform:translateY(1px)}.btn--variant-destructive:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px}.btn--variant-destructive:disabled{background-color:var(--components-button-destructive-disabled-bg);color:var(--components-button-destructive-disabled-text)}.brand-textarea{width:100%;box-sizing:border-box;font-family:var(--font-body);font-size:14px;line-height:1.4;color:var(--color-text-default);background:#fff;border:1.5px solid var(--form-input-border);border-radius:22px;padding:12px 14px;outline:none;transition:box-shadow .15s ease,border-color .15s ease}.brand-textarea--single{height:44px;resize:none}.brand-textarea--multi{height:160px;resize:vertical;min-height:120px}.brand-textarea::placeholder{color:color-mix(in srgb,var(--form-input-border) 55%,transparent)}.brand-textarea:focus{border-color:var(--form-input-focus);box-shadow:0 0 0 3px color-mix(in srgb,var(--form-input-focus) 25%,transparent)}.vf-error,.error-text,.validated-error,.MuiFormHelperText-root.Mui-error{color:var(--form-error-text)!important;font-size:12px;margin-left:8px}.brand-warning{display:inline-block;margin:6px 0 12px;padding:6px 10px;border-radius:6px;background:color-mix(in srgb,var(--color-primary) 12%,transparent);color:var(--color-text-default)}.brand-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;min-width:110px;padding:0 16px;border-radius:22px;border:none;cursor:pointer;font-family:var(--font-body);font-weight:600;line-height:1}.brand-btn--ghost{background:transparent;color:var(--btn-ghost-text);border:1.5px solid var(--btn-ghost-border)}.brand-btn--ghost:hover{opacity:.9}.brand-btn--primary{background:var(--btn-primary-bg);color:var(--btn-primary-fg)}.brand-btn--primary:hover{opacity:.92}.brand-btn:disabled{opacity:.6;cursor:not-allowed}.brand-btn__icon{display:inline-block;width:16px;height:16px;background-image:var(--asset-right-arrow-white, none);background-size:16px 16px;background-position:center;background-repeat:no-repeat}.new-dashboard{width:100%;min-height:100vh;background:var(--color-bg);margin:0;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.new-dashboard .top-nav{position:fixed;top:0;left:0;width:100%;height:70px;background:var(--color-bg);display:flex;align-items:center;justify-content:space-between;padding:0 16px;z-index:1000}.new-dashboard .nav-left{display:flex;align-items:center}.new-dashboard .nav-right{display:flex;align-items:center;gap:16px;position:relative}.new-dashboard .nav-logo{width:182px;height:auto;border-radius:6px}.new-dashboard .nav-button{display:flex;align-items:center;justify-content:center;height:35px;padding:0 12px;font-family:Open Sans,sans-serif;font-size:15px;line-height:24px;font-weight:400;cursor:pointer;border-radius:6px;border:none;background:transparent}.new-dashboard .user-menu-container{position:absolute;top:60px;right:0;width:318px;height:246px;background:var(--color-bg);border-radius:2px;border:1px solid #F5F5F6;box-shadow:0 2px 5px #171a1f17,0 0 2px #171a1f1f;z-index:999}.new-dashboard .page{width:1280px;height:600px;background:var(--color-bg);position:relative}.new-dashboard .page .page-inner{position:absolute;top:-156px;left:-80px;width:100%}.new-dashboard .image{position:absolute;top:12px;left:16px;width:182px;height:47px;border-radius:6px}.new-dashboard .button{font-family:Open Sans,sans-serif;font-size:15px;line-height:24px;font-weight:400;border-radius:6px;cursor:pointer;background:transparent;border:none}.new-dashboard .feedback-button{width:108px;height:35px;padding:0 12px;display:flex;align-items:center;justify-content:center;font-family:Open Sans,sans-serif;font-size:15px;line-height:24px;font-weight:400;color:#8e53b4;background:transparent;border:1px solid #8E53B4}.new-dashboard .feedback-button:hover{color:#744295}.new-dashboard .feedback-button:active{color:#593272}.new-dashboard .support-button{width:80px;height:35px;padding:0 12px;display:flex;align-items:center;justify-content:center;font-family:Open Sans,sans-serif;font-size:15px;line-height:24px;font-weight:400;color:#272535;background:#e9e8ee;border:none}.new-dashboard .support-button:hover{background:#dad9df}.new-dashboard .avatar.top-right-avatar{width:50px;height:50px;font-family:Open Sans,sans-serif;font-size:24px;line-height:24px;padding-top:3px;color:#fff;background:#9095a1;border-radius:25px;display:flex;align-items:center;justify-content:center;cursor:pointer}.new-dashboard .user-menu-avatar{position:absolute;top:29px;left:135px;width:50px;height:50px;font-size:24px;padding-top:3px;color:#fff;background:#9095a1;border-radius:25px;display:flex;align-items:center;justify-content:center}.new-dashboard .user-menu-email{position:absolute;top:87px;left:93px;font-family:Open Sans,sans-serif;font-size:15px;line-height:24px;color:#292736}.new-dashboard .user-menu-settings{position:absolute;top:136px;left:24px;font-family:Open Sans,sans-serif;font-size:13px;line-height:22px;color:#4e4e4e;cursor:pointer}.new-dashboard .user-menu-line{position:absolute;top:180px;left:24px;width:270px;height:0px;border:1px solid #BDC1CA}.new-dashboard .user-menu-signout{position:absolute;top:202px;left:24px;font-family:Open Sans,sans-serif;font-size:13px;line-height:22px;color:#3b3b3b;cursor:pointer}.new-dashboard .filter-area{position:relative}.new-dashboard .textbox{position:absolute;opacity:1}.new-dashboard .textbox input,.new-dashboard .textbox select{width:106px;height:36px;padding:0 12px;font-family:Open Sans,sans-serif;font-size:13px;line-height:22px;color:#676575;background:#fff;border-radius:6px;border:1px solid #BDC1CA;outline:none;cursor:pointer}.new-dashboard .textbox input:hover,.new-dashboard .textbox select:hover{border-color:#a8adb7}.new-dashboard .textbox input:focus,.new-dashboard .textbox select:focus{border-color:#9095a1}.new-dashboard .textbox2{position:absolute;opacity:1}.new-dashboard .textbox2 input,.new-dashboard .textbox2 select{width:113px;height:36px;padding:0 12px;font-family:Open Sans,sans-serif;font-size:13px;line-height:22px;color:#676575;background:#fff;border-radius:6px;border:1px solid #BDC1CA;outline:none;cursor:pointer}.new-dashboard .textbox2 input:hover,.new-dashboard .textbox2 select:hover{border-color:#a8adb7}.new-dashboard .textbox2 input:focus,.new-dashboard .textbox2 select:focus{border-color:#9095a1}.new-dashboard .textbox3{position:absolute;opacity:1}.new-dashboard .textbox3 input,.new-dashboard .textbox3 select{width:120px;height:36px;padding:0 12px;font-family:Open Sans,sans-serif;font-size:13px;line-height:22px;color:#676575;background:#fff;border-radius:6px;border:1px solid #BDC1CA;outline:none;cursor:pointer}.new-dashboard .textbox3 input:hover,.new-dashboard .textbox3 select:hover{border-color:#a8adb7}.new-dashboard .textbox3 input:focus,.new-dashboard .textbox3 select:focus{border-color:#9095a1}.new-dashboard .filter-patientId{top:156px;left:80px}.new-dashboard .filter-sex{top:156px;left:193px}.new-dashboard .filter-startAge{top:156px;left:313px}.new-dashboard .filter-endAge{top:156px;left:426px}.new-dashboard .filter-startDate{top:156px;left:539px}.new-dashboard .filter-endDate{top:155px;left:652px}.new-dashboard .filter-riskScore{top:155px;left:765px}.new-dashboard .line{position:absolute;top:172px;left:882px;width:36px;height:0px;border:1px solid #BDC1CA;transform:rotate(270deg)}.new-dashboard .more-filters-label{position:absolute;top:160px;left:911px;font-family:Open Sans,sans-serif;font-size:14px;line-height:22px;color:#676575;cursor:pointer}.new-dashboard .new-study-button{position:absolute;top:152px;left:1209px;width:151px;height:44px;padding:0 16px;font-family:Open Sans,sans-serif;font-size:14px;color:#8e53b4;background:transparent;border:1px solid #8E53B4;border-radius:6px;transition:background-color .2s,color .2s,border-color .2s}.new-dashboard .new-study-button:hover{color:#fff;background:#8e53b4;border-color:#8e53b4}.new-dashboard .new-study-button:active{color:#fff;background:#593272;border-color:#593272}.new-dashboard .expanded-filters{position:absolute;top:155px;left:80px;width:911px;height:82px}.new-dashboard .view-status-dropdown{position:absolute;top:46px;left:0;opacity:1}.new-dashboard .view-status-dropdown select{width:130px;height:36px;padding-left:12px;font-family:Open Sans,sans-serif;font-size:14px;line-height:22px;font-weight:400;color:#676575;background:#fff;border-radius:6px;border:1px solid #BDC1CA;outline:none;cursor:pointer}.new-dashboard .requesting-user-textbox{position:absolute;top:46px;left:137px;opacity:1}.new-dashboard .requesting-user-textbox input{width:147px;height:36px;border-radius:6px}.new-dashboard .expanded-filters-line{position:absolute;top:63px;left:293px;width:36px;height:0px;border:1px solid #BDC1CA;transform:rotate(270deg)}.new-dashboard .expanded-filters-less-text{position:absolute;top:51px;left:321px;font-family:Open Sans,sans-serif;font-size:14px;line-height:26px;font-weight:400;color:#676575;cursor:pointer}.new-dashboard .container{position:absolute;top:218px;left:80px;width:1280px;height:476px;background:#fff;border-radius:6px;box-shadow:0 2px 5px #171a1f17,0 0 2px #171a1f1f;overflow-y:auto}.new-dashboard .patient-id-header{position:absolute;top:33px;left:32px;width:86px;font-size:14px;color:#605e6d;cursor:pointer}.new-dashboard .study-date-header{position:absolute;top:33px;left:182px;width:108px;font-size:14px;color:#676575;cursor:pointer}.new-dashboard .requesting-user-header{position:absolute;top:33px;left:354px;width:136px;font-size:14px;color:#676575}.new-dashboard .test-header{position:absolute;top:33px;left:511px;width:67px;font-size:14px;color:#6f6c7b}.new-dashboard .status-header{position:absolute;top:33px;left:642px;width:78px;font-size:14px;color:#6f6c7b}.new-dashboard .action-header{position:absolute;top:33px;left:784px;width:78px;font-size:14px;color:#6f6c7b}.new-dashboard .view-status-header{position:absolute;top:33px;left:926px;width:112px;font-size:14px;color:#6f6c7b}.new-dashboard .risk-score-header{position:absolute;top:33px;left:1102px;width:154px;font-size:14px;color:#7b7885}.new-dashboard .study-header-line{position:absolute;top:61px;left:21px;width:calc(100% - 38px);margin-right:17px;height:0px;border:1px solid #BDC1CA;transform:rotate(0)}.new-dashboard .list-body{margin-top:70px}.new-dashboard .list-row{position:relative;width:calc(100% - 38px);margin-left:21px;margin-right:17px;height:57px;border-bottom:1px solid #BDC1CA;cursor:pointer}.new-dashboard .list-row:hover{background-color:#f1f3f5}.new-dashboard .col1{position:absolute;left:11px;width:100px;top:0;bottom:0;display:flex;align-items:center}.new-dashboard .col2{position:absolute;left:161px;width:129px;top:0;bottom:0;display:flex;align-items:center}.new-dashboard .col3{position:absolute;left:333px;width:136px;top:0;bottom:0;display:flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.new-dashboard .col4{position:absolute;left:490px;width:100px;top:0;bottom:0;display:flex;align-items:center}.new-dashboard .col5{position:absolute;left:621px;width:120px;top:0;bottom:0;display:flex;align-items:center}.new-dashboard .col6{position:absolute;left:763px;width:119px;top:0;bottom:0;display:flex;align-items:center}.new-dashboard .col7{position:absolute;left:905px;width:112px;top:0;bottom:0;display:flex;align-items:center}.new-dashboard .col8{position:absolute;left:1081px;width:154px;top:0;bottom:0;display:flex;align-items:center}.new-dashboard .study-item.text{font-family:Open Sans,sans-serif;font-size:14px;line-height:28px;font-weight:400;color:#605e6d}.new-dashboard .ellipsis{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:100%}.new-dashboard .action-download{position:relative;padding-left:28px;cursor:pointer;background:transparent;border:none;color:#8e53b4;font-family:Open Sans,sans-serif;font-size:14px;line-height:22px;font-weight:400;transition:background-color .2s,color .2s,font-weight .2s}.new-dashboard .action-download:hover{color:#8e53b4;text-decoration:underline;font-weight:700}.new-dashboard .download-icon{position:absolute;top:50%;left:0;width:16px;height:16px;transform:translateY(-50%);fill:#676575}.new-dashboard .action-delete{position:relative;width:40px;height:36px;background:none;border:none;cursor:pointer;margin-left:6px}.new-dashboard .trash-absolute-button{position:absolute;top:50%;right:17px;transform:translateY(-50%);background:transparent;border:none;cursor:pointer}.new-dashboard .trash-icon{width:24px;height:24px}.new-dashboard .dialog-button{background:#8e53b4;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer}.new-dashboard .status-button-pending{height:36px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;font-family:Open Sans,sans-serif;font-size:14px;line-height:22px;color:#efb034;background:transparent;border:1px solid #EFB034;border-radius:18px;cursor:pointer}.new-dashboard .status-button-pending:hover{color:#d29211}.new-dashboard .status-button-completed{height:36px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;font-family:Open Sans,sans-serif;font-size:14px;line-height:22px;color:#1dd75b;background:transparent;border:1px solid #1DD75B;border-radius:18px;cursor:pointer}.new-dashboard .status-button-completed:hover{color:#1ac052}.new-dashboard .status-button-inprogress{height:36px;min-width:100px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;font-family:Open Sans,sans-serif;font-size:14px;line-height:22px;color:#368af2;background:transparent;border:1px solid #368AF2;border-radius:18px;cursor:pointer}.new-dashboard .status-button-inprogress:hover{color:#256bdc}.new-dashboard .dropdown.status-dropdown{position:absolute;opacity:1}.new-dashboard .dropdown.status-dropdown select{width:113px;height:36px;padding-left:12px;padding-right:34px;font-family:Open Sans,sans-serif;font-size:14px;line-height:22px;font-weight:400;color:#676575;background:#fff;border-radius:6px;border:1px solid #BDC1CA;outline:none;cursor:pointer}.new-dashboard .dropdown.status-dropdown select:hover{border-color:#a8adb7}.new-dashboard .dropdown.status-dropdown select:focus{border-color:#9095a1}.new-dashboard .pagination-container{position:absolute;left:50%;height:36px;display:flex;align-items:center;justify-content:center}.new-dashboard .pagination-wrapper{display:flex;align-items:center;justify-content:center;gap:8px}.new-dashboard .arrow-button{display:flex;align-items:center;justify-content:center;height:36px;padding:0 12px;font-family:Open Sans,sans-serif;font-size:14px;line-height:22px;font-weight:400;color:#afb9cf;background:transparent;border:none;border-radius:16px;cursor:pointer}.new-dashboard .arrow-button:disabled{opacity:.4}.new-dashboard .arrow-button:hover{background:#eaecf0}.new-dashboard .arrow-button:active{background:#dee1e6}.new-dashboard .page-number{display:flex;align-items:center;justify-content:center;height:36px;padding:1px 12px 0;font-family:Open Sans,sans-serif;font-size:14px;line-height:22px;font-weight:400;color:#424856;background:transparent;border:none;border-radius:16px;cursor:pointer}.new-dashboard .page-number:hover{background:#eaecf0}.new-dashboard .page-number:active{background:#dee1e6}.new-dashboard .page-number:disabled{opacity:.4;cursor:default}.new-dashboard .page-number.selected{color:#8e53b4;border:1px solid #8E53B4}.new-dashboard .page-number.selected:hover{color:#744295;background:transparent}.new-dashboard .page-number.selected:active{color:#593272;background:transparent}.new-dashboard .total-studies{position:absolute;height:22px;display:flex;align-items:center;justify-content:center;font-family:Open Sans,sans-serif;font-size:14px;line-height:22px;font-weight:400;color:#9095a1;border:1px solid #9095A1;border-radius:11px;background:transparent;cursor:default;padding-top:1px}.stage-tag{display:inline-flex;flex-direction:column;gap:0;font-family:"Roboto",var(--font-family-base);align-items:flex-start}.stage-tag__title{font-size:13px;font-weight:400;line-height:18px;color:#212529;margin:0}.stage-tag__row{display:flex;align-items:center;gap:6px}.stage-tag__bar{width:55px;height:4px;background:#e3e5ff;border-radius:999px;position:relative;overflow:hidden}.stage-tag__bar-fill{height:100%;background:#545fdb;border-radius:999px}.stage-tag__percent{font-size:11px;font-weight:400;line-height:16px;color:#606060}.status-tag{height:26px;padding:2px 12px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:4px;font-family:"Roboto",var(--font-family-base);font-size:13px;font-weight:400;line-height:18px;box-sizing:border-box;white-space:nowrap}.status-tag--critical{border:1px solid rgba(0,0,0,.08);font-weight:500}.status-tag--submitted{background:#f1f1f1;color:#212529}.status-tag--specimen-pending{background:#f3d5ff33;color:#212529}.status-tag--completed{background:#e3e5ff;color:#212529}.status-tag--failed,.status-tag--not-feasable{background:#fceade99;color:#a05e2a}.status-tag--canceled{background:#f1f1f199;color:#707070cc}.status-tag__icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;color:currentColor}.dropdownMenu{min-width:var(--components-menu-minWidth);background:var(--components-menu-color-background);border:1px solid var(--components-menu-color-border);border-radius:8px;padding:0;box-shadow:var(--components-menu-shadow-1),var(--components-menu-shadow-2),var(--components-menu-shadow-3);display:inline-flex;flex-direction:column;overflow:hidden}.dropdownMenu__divider{height:1px;background:var(--components-menu-color-divider)}.dropdownMenu__item{height:var(--components-menu-item-height);padding:0 var(--components-menu-item-paddingX);display:flex;align-items:center;gap:var(--components-menu-item-space);cursor:pointer;font-size:14px;line-height:1.4;background:transparent;border:none;color:#212529;transition:background-color .12s ease,color .12s ease}.dropdownMenu__item:first-of-type{border-top-left-radius:8px;border-top-right-radius:8px}.dropdownMenu__item:last-of-type{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.dropdownMenu__icon{width:var(--components-menu-item-iconSize);height:var(--components-menu-item-iconSize);flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.dropdownMenu__label{flex:1 1 auto;text-align:left}.dropdownMenu__item:hover:not(.dropdownMenu__item--disabled):not(.dropdownMenu__item--destructive),.dropdownMenu__item--hover:not(.dropdownMenu__item--disabled):not(.dropdownMenu__item--destructive){background-color:var(--components-menu-color-hoverBg)}.dropdownMenu__item--active:not(.dropdownMenu__item--disabled):not(.dropdownMenu__item--destructive){background-color:var(--components-menu-color-activeBg)}.dropdownMenu__item--disabled{cursor:not-allowed;color:var(--components-menu-color-disabledText);background:transparent}.dropdownMenu__item--destructive{color:var(--components-menu-color-destructiveText)}.dropdownMenu__item--destructive:hover:not(.dropdownMenu__item--disabled),.dropdownMenu__item--destructive.dropdownMenu__item--hover:not(.dropdownMenu__item--disabled){background-color:var(--components-menu-color-hoverBg)}.dropdownMenu__item--destructive.dropdownMenu__item--active:not(.dropdownMenu__item--disabled){background-color:var(--components-menu-color-activeBg)}.row-actions{position:relative;display:inline-flex;overflow:visible}.row-actions__button{width:40px;height:40px;padding:10px;border:none;border-radius:8px;background-color:transparent;color:var(--components-form-field-color-activeText);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .12s ease,color .12s ease,transform .1s ease}.row-actions__button:hover:not(:disabled){background-color:var(--button-ghost-hover-bg)}.row-actions__button:active:not(:disabled){background-color:var(--button-ghost-pressed-bg);transform:translateY(1px)}.row-actions__button--open{background-color:var(--button-ghost-pressed-bg)}.row-actions__button:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.row-actions__icon{width:20px;height:20px;display:inline-flex}.row-actions__menu{z-index:2000}.row-actions__menu .dropdownMenu{width:152px;min-width:152px}.row-actions__menu .dropdownMenu__item{gap:8px}.row-actions__menu-icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;color:currentColor}.row-actions__icon,.row-actions__menu-icon{color:var(--components-form-field-color-activeText, #424856)}.dropdownMenu__item--disabled .row-actions__menu-icon{color:var(--button-ghost-disabled-text, #B7BCC5)}.dropdownMenu__item:not(.dropdownMenu__item--disabled) .row-actions__menu-icon--cancel{color:#c93c37}.admin-dashboard{padding:24px 28px;max-width:1100px;margin:0 auto}.admin-dashboard__header{margin-bottom:20px}.admin-dashboard__title{font-family:var(--font-heading, var(--font-body));font-size:22px;font-weight:600;margin:0 0 4px;color:var(--color-text-default)}.admin-dashboard__subtitle{font-family:var(--font-body);font-size:13px;margin:0;color:var(--color-text-muted, #6b6b76)}.admin-dashboard__empty{font-family:var(--font-body);font-size:14px;color:var(--color-text-muted, #6b6b76);padding:32px 0}.admin-dashboard__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.admin-card{display:flex;flex-direction:column;gap:8px;padding:18px;background:var(--color-surface, #fff);border:1px solid var(--color-border, #e3e3ea);border-radius:8px}.admin-card__title{font-family:var(--font-heading, var(--font-body));font-size:16px;font-weight:600;margin:0;color:var(--color-text-default)}.admin-card__body{font-family:var(--font-body);font-size:13px;line-height:1.5;margin:0;color:var(--color-text-muted, #6b6b76);flex:1 1 auto}.admin-card__cta{align-self:flex-start;font-family:var(--font-body);font-size:13px;font-weight:600;padding:8px 14px;border:1px solid var(--color-border, #e3e3ea);border-radius:6px;background:var(--components-form-field-color-activeText, #1f6feb);color:#fff;cursor:pointer;transition:filter .12s ease}.admin-card__cta:hover{filter:brightness(1.08)}.admin-card__cta:focus-visible{outline:var(--focus-ring-width, 2px) solid var(--focus-ring-color, #1f6feb);outline-offset:var(--focus-ring-offset, 2px)}.admin-route__error{max-width:520px;margin:48px auto;padding:20px 22px;font-family:var(--font-body);font-size:14px;line-height:1.5;color:var(--color-text-default, #1c1c22);background:var(--color-surface, #fff);border:1px solid var(--color-border, #e3e3ea);border-radius:8px;text-align:center}.admin-route__error button{margin-top:14px;padding:8px 16px;font-family:var(--font-body);font-size:13px;color:#fff;background:var(--color-action-primary, #4a4ae0);border:none;border-radius:4px;cursor:pointer}.admin-route__error button:hover{filter:brightness(.95)}.audit-page{padding:24px 32px 0;display:flex;flex-direction:column;gap:16px}.audit-page__head{display:flex;flex-direction:column;gap:4px}.audit-page__title{font-family:var(--font-body);font-weight:700;font-size:22px;line-height:1.2;color:var(--color-text-default)}.audit-page__subtitle{font-family:var(--font-body);font-size:13px;color:var(--color-text-muted, #6b6b76)}.audit-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px 16px;padding:14px 16px;background:var(--color-surface, #fff);border:1px solid var(--color-border, #e3e3ea);border-radius:6px}.audit-filters__search{flex:1 1 280px;min-width:220px;font-family:var(--font-body);font-size:13px;padding:8px 10px;border:1px solid var(--color-border, #e3e3ea);border-radius:4px;color:var(--color-text-default);background:#fff}.audit-filters__field{display:flex;flex-direction:column;gap:4px}.audit-filters__field>span{font-family:var(--font-body);font-size:11px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--color-text-muted, #6b6b76)}.audit-filters__field input,.audit-filters__field select{font-family:var(--font-body);font-size:13px;padding:7px 9px;border:1px solid var(--color-border, #e3e3ea);border-radius:4px;background:#fff;color:var(--color-text-default);min-width:150px}.audit-filters__hint{flex-basis:100%;margin:0;font-family:var(--font-body);font-size:12px;line-height:1.4;color:var(--color-text-muted, #6b6b76)}.audit-filters__toggle{display:inline-flex;align-items:center;gap:7px;font-family:var(--font-body);font-size:13px;color:var(--color-text-default);cursor:pointer;padding-bottom:8px}.audit-filters__toggle input:disabled+span{color:var(--color-text-muted, #9a9aa4);cursor:default}.audit-filters__actions{display:flex;gap:8px;margin-left:auto;padding-bottom:1px}.audit-btn{font-family:var(--font-body);font-size:13px;font-weight:600;padding:8px 14px;border-radius:4px;border:1px solid var(--color-border, #d5d5de);background:#fff;color:var(--color-text-default);cursor:pointer}.audit-btn:hover:not(:disabled){border-color:var(--color-primary, #4b3b8f);color:var(--color-primary, #4b3b8f)}.audit-btn--primary{background:var(--color-primary, #4b3b8f);border-color:var(--color-primary, #4b3b8f);color:#fff}.audit-btn--primary:hover:not(:disabled){filter:brightness(1.08);color:#fff}.audit-btn:disabled{opacity:.55;cursor:default}.audit-page__status{min-height:18px;font-family:var(--font-body);font-size:12px;color:var(--color-text-muted, #6b6b76);display:flex;gap:16px;align-items:center}.audit-error{color:var(--color-error, #a3253f);font-weight:600}.audit-detail{padding:14px 20px 18px;background:var(--color-surface-alt, #f7f7fa);border-top:1px solid var(--color-border, #e3e3ea);display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px 28px;font-family:var(--font-body);font-size:12px}.audit-detail__section h4{margin:0 0 6px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-muted, #6b6b76)}.audit-detail__section dl{margin:0;display:grid;grid-template-columns:minmax(90px,auto) 1fr;gap:3px 12px}.audit-detail__section dt{font-weight:600;color:var(--color-text-muted, #6b6b76);word-break:break-word}.audit-detail__section dd{margin:0;color:var(--color-text-default);word-break:break-word;overflow-wrap:anywhere}.audit-detail--muted{color:var(--color-text-muted, #9a9aa4);margin:0}.audit-detail--error{color:var(--color-error, #a3253f);font-weight:600}@media (max-width: 900px){.audit-page{padding:16px 16px 0}.audit-filters__actions{margin-left:0;width:100%}}.audit-dialog__title{display:flex;align-items:center;justify-content:space-between;font-family:var(--font-body);font-size:15px;font-weight:700}.audit-dialog__close{font-size:22px;line-height:1;color:var(--color-text-muted, #6b6b76)}.MuiDialogContent-root .audit-detail{border-top:none;background:transparent;padding:4px 0 0}.audit-detail__nested>summary{cursor:pointer;color:var(--color-primary, #4b3b8f);font-weight:600}.audit-detail__nested ul{margin:4px 0 0;padding-left:16px}.audit-detail__nested li{word-break:break-word}.audit-detail__nested dl{margin:4px 0 0}.audit-retry{font:inherit;font-weight:600;color:var(--color-primary, #4b3b8f);background:none;border:none;padding:0 2px;cursor:pointer;text-decoration:underline}.lab-reports{padding:20px 24px;display:flex;flex-direction:column;gap:14px}.lab-reports__header{margin-bottom:2px}.lab-reports__title{font-family:var(--font-heading, var(--font-body));font-size:20px;font-weight:600;margin:0 0 4px;color:var(--color-text-default)}.lab-reports__subtitle{font-family:var(--font-body);font-size:13px;margin:0;color:var(--color-text-muted, #6b6b76)}.lab-reports__notice{font-family:var(--font-body);font-size:12px;line-height:1.45;margin:0;padding:10px 12px;border-radius:6px;border:1px solid var(--color-border, #e3e3ea);background:var(--color-surface-muted, #f7f7fa);color:var(--color-text-muted, #6b6b76)}.lab-reports__tats-hint{font-family:var(--font-body);font-size:12px;margin:0 0 8px;color:var(--color-text-muted, #6b6b76)}.lab-reports__tat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.tat-card{padding:14px 16px;background:var(--color-surface, #fff);border:1px solid var(--color-border, #e3e3ea);border-radius:8px}.tat-card__title{font-family:var(--font-body);font-size:11px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;margin:0 0 10px;color:var(--color-text-muted, #6b6b76)}.tat-card__figure{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:0 0 4px;font-family:var(--font-body)}.tat-card__label{font-size:12px;color:var(--color-text-muted, #6b6b76)}.tat-card__value{font-size:18px;font-weight:600;color:var(--color-text-default);font-variant-numeric:tabular-nums}.tat-card__counts{font-family:var(--font-body);font-size:12px;margin:8px 0 0;color:var(--color-text-muted, #6b6b76)}.tat-card__excluded{color:var(--color-text-default);font-weight:600}.tat-card__reasons{list-style:none;margin:6px 0 0;padding:0;font-family:var(--font-body);font-size:11px;line-height:1.5;color:var(--color-text-muted, #6b6b76)}.tat-card__empty{font-family:var(--font-body);font-size:12px;margin:0;color:var(--color-text-muted, #6b6b76)}.lab-reports__filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px 16px;padding:14px 16px;background:var(--color-surface, #fff);border:1px solid var(--color-border, #e3e3ea);border-radius:6px}.lab-reports__search{font-family:var(--font-body);font-size:13px;padding:7px 9px;border:1px solid var(--color-border, #e3e3ea);border-radius:4px;min-width:260px;flex:1 1 260px;color:var(--color-text-default);background:#fff}.lab-reports__field{display:flex;flex-direction:column;gap:4px}.lab-reports__field>span{font-family:var(--font-body);font-size:11px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--color-text-muted, #6b6b76)}.lab-reports__field input,.lab-reports__field select{font-family:var(--font-body);font-size:13px;padding:7px 9px;border:1px solid var(--color-border, #e3e3ea);border-radius:4px;background:#fff;color:var(--color-text-default);min-width:150px}.lab-reports__actions{display:flex;align-items:center;gap:10px;margin-left:auto;padding-bottom:1px}.lab-reports__actions button{font-family:var(--font-body);font-size:13px;padding:8px 12px;border:1px solid var(--color-border, #e3e3ea);border-radius:4px;background:#fff;color:var(--color-text-default);cursor:pointer}.lab-reports__actions button:disabled{color:var(--color-text-muted, #9a9aa4);cursor:default}.lab-reports__toggle{display:inline-flex;align-items:center;gap:7px;font-family:var(--font-body);font-size:13px;color:var(--color-text-default);cursor:pointer}.lab-reports__summary{font-family:var(--font-body);font-size:12px;margin:0;color:var(--color-text-muted, #6b6b76)}.lab-reports__unmeasured{font-style:italic;color:var(--color-text-muted, #9a9aa4)}.lab-reports__error{font-family:var(--font-body);font-size:13px;padding:12px 14px;border-radius:6px;border:1px solid var(--color-alert-border, #f0c2c2);background:var(--color-alert-bg, #fdf3f3);color:var(--color-alert-text, #8a2d2d)}.lab-reports__error button{margin-top:8px;font-family:var(--font-body);font-size:13px;padding:6px 12px;border:1px solid currentColor;border-radius:4px;background:transparent;color:inherit;cursor:pointer}.lab-detail__case,.lab-detail__attempts{font-family:var(--font-body);font-size:13px;margin:0 0 6px;color:var(--color-text-default)}.lab-detail__attempts{color:var(--color-text-muted, #6b6b76)}.lab-detail__heading{font-family:var(--font-body);font-size:11px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;margin:14px 0 8px;color:var(--color-text-muted, #6b6b76)}.lab-detail__timeline{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.lab-detail__timeline li{display:flex;gap:12px;font-family:var(--font-body);font-size:13px}.lab-detail__when{min-width:170px;color:var(--color-text-muted, #6b6b76);font-variant-numeric:tabular-nums}.lab-detail__what{color:var(--color-text-default)}.lab-reports__back{display:inline-block;margin-bottom:6px;font-family:var(--font-body);font-size:13px;color:var(--color-text-link, #4a4ae0);text-decoration:none}.lab-reports__back:hover{text-decoration:underline}.lab-reports__tat-error{margin:0;padding:12px 14px;font-family:var(--font-body);font-size:13px;color:var(--color-text-status-error, #9b1c1c);background:var(--color-surface-alert, #fdf2f2);border:1px solid var(--color-border-alert, #f5c2c2);border-radius:6px}.requisition-page{max-width:780px;margin:0 auto;padding:16px 22px 24px;font-family:var(--font-body);color:var(--color-text-default, #212529);background:var(--color-surface, #fff)}.requisition-page--center{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center}.requisition-toolbar{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px}.requisition-placeholder-notice{font-size:12px;color:#8a4b00;background:#fff4e0;border:1px solid #f0c477;border-radius:6px;padding:8px 12px;margin:0 0 16px}.requisition-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;border-bottom:2px solid var(--color-border, #212529);padding-bottom:12px;margin-bottom:18px}.requisition-header__logo{height:26px;width:auto}.requisition-header__title{font-size:15px;font-weight:700;text-align:center;margin:0}.requisition-header__order-number{min-width:170px}.requisition-section{margin-bottom:20px}.requisition-section__title{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--color-text-muted, #6b6b76);border-bottom:1px solid var(--color-border, #e3e3ea);padding-bottom:3px;margin:0 0 5px;break-after:avoid;page-break-after:avoid}.requisition-section__body{display:grid;grid-template-columns:repeat(var(--cols, 2),1fr);gap:5px 16px}.requisition-section--hand-filled,.requisition-section--lab-only{border:1px dashed var(--color-border, #b9b9c2);border-radius:5px;padding:7px 12px}.requisition-section--attestation .requisition-section__body{display:block}.requisition-draft-marker{font-size:10.5px;font-weight:700;color:#8a4b00;background:#fff4e0;border:1px solid #f0c477;border-radius:4px;padding:6px 10px;margin:0;text-align:center;break-inside:avoid;page-break-inside:avoid}.requisition-field{display:flex;align-items:baseline;gap:6px;font-size:10px;padding:1px 0;break-inside:avoid;page-break-inside:avoid}.requisition-field--full{grid-column:1 / -1}.requisition-field__label{flex:0 0 auto;font-weight:600;color:var(--color-text-muted, #6b6b76);white-space:nowrap}.requisition-field__box{flex:1 1 auto;min-width:0;min-height:13px;border:1px solid var(--color-border, #b9b9c2);border-radius:3px;padding:2px 6px;font-size:10.5px;line-height:1.35;overflow-wrap:break-word;background:#fff}.requisition-section--signature .requisition-field__box{min-height:26px}.requisition-field--multiline{flex-direction:column;align-items:stretch;gap:2px}.requisition-field--multiline .requisition-field__box{min-height:40px;white-space:pre-line}@media print{.no-print{display:none!important}.requisition-page{max-width:none;padding:0}@page{margin:10mm}}:root{--color-bg: #fff;--color-text-default: #111827}html,body,#root{height:100%;background:var(--color-bg)}.wrap-two{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:normal;word-break:break-word;line-height:14px;max-height:28px}.brand-body{font-family:var(--font-body)}.brand-mono{font-family:var(--font-mono)}.Typewriter__wrapper,.Typewriter__cursor{font-family:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit}input::placeholder,textarea::placeholder{color:var(--color-secondary-muted)!important;opacity:1}.no-scrollbar{overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar-y{overflow-y:auto;overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar-y::-webkit-scrollbar{display:none}@media (max-width: 1024px){[data-page=oncologist-dashboard] .orders-grid-wrap{--orders-cols: 10% 12% 12% 12% 10% 12% 10% 10% 6% 6%}[data-page=oncologist-dashboard] .orders-grid-wrap>div>span{font-size:13px;line-height:15px}}@media (max-width: 640px){[data-page=oncologist-dashboard] .orders-grid-wrap{overflow-x:auto}[data-page=oncologist-dashboard] .orders-grid-wrap{--orders-cols: minmax(82px, 16%) minmax(84px, 22%) minmax(76px, 20%) minmax(60px, 1fr) minmax(56px, 64px)}[data-page=oncologist-dashboard] .orders-grid-wrap>div{row-gap:8px}[data-page=oncologist-dashboard] .orders-grid-wrap>div>span:nth-child(2),[data-page=oncologist-dashboard] .orders-grid-wrap>div>span:nth-child(4),[data-page=oncologist-dashboard] .orders-grid-wrap>div>span:nth-child(6),[data-page=oncologist-dashboard] .orders-grid-wrap>div>span:nth-child(7),[data-page=oncologist-dashboard] .orders-grid-wrap>div>span:nth-child(9){display:none!important}[data-page=oncologist-dashboard] .orders-grid-wrap>div:first-child>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-page=oncologist-dashboard] .orders-grid-wrap>div:not(:first-child)>span:nth-child(1){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-page=oncologist-dashboard] .orders-grid-wrap>div:not(:first-child)>span:nth-child(3){white-space:normal;overflow:visible}[data-page=oncologist-dashboard] .orders-grid-wrap>div:not(:first-child)>span:nth-child(5){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-page=oncologist-dashboard] .orders-grid-wrap>div:not(:first-child)>span:nth-child(8){white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}[data-page=oncologist-dashboard] .orders-grid-wrap>div:not(:first-child)>span:nth-child(10){justify-content:flex-start}}@media (max-width: 1024px){[data-page=pathologist-dashboard] .patho-grid-wrap{--patho-cols: 10% 12% 12% 12% 10% 10% 12% 10% 6% 6%}[data-page=pathologist-dashboard] .patho-grid-wrap>div>span{font-size:13px;line-height:15px}}@media (max-width: 640px){[data-page=pathologist-dashboard] .patho-grid-wrap{overflow-x:auto}[data-page=pathologist-dashboard] .patho-grid-wrap{--patho-cols: minmax(52px, 16%) minmax(84px, 22%) minmax(76px, 20%) minmax(90px, 1fr) minmax(56px, 64px)}[data-page=pathologist-dashboard] .patho-grid-wrap>div{row-gap:8px}[data-page=pathologist-dashboard] .patho-grid-wrap>div>span:nth-child(2),[data-page=pathologist-dashboard] .patho-grid-wrap>div>span:nth-child(4),[data-page=pathologist-dashboard] .patho-grid-wrap>div>span:nth-child(6),[data-page=pathologist-dashboard] .patho-grid-wrap>div>span:nth-child(7),[data-page=pathologist-dashboard] .patho-grid-wrap>div>span:nth-child(8){display:none!important}[data-page=pathologist-dashboard] .patho-grid-wrap>div:first-child>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-page=pathologist-dashboard] .patho-grid-wrap>div:not(:first-child)>span:nth-child(1){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-page=pathologist-dashboard] .patho-grid-wrap>div:not(:first-child)>span:nth-child(3){white-space:normal;overflow:visible}[data-page=pathologist-dashboard] .patho-grid-wrap>div:not(:first-child)>span:nth-child(5){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-page=pathologist-dashboard] .patho-grid-wrap>div:not(:first-child)>span:nth-child(9){white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}[data-page=pathologist-dashboard] .patho-grid-wrap>div:not(:first-child)>span:nth-child(10){justify-content:flex-start}}:root{--font-family-base: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;font-family:var(--font-family-base)}@font-face{font-family:Roboto;src:url(/fonts/Roboto-Regular.woff2) format("woff2"),url(/fonts/Roboto-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/Roboto-Medium.woff2) format("woff2"),url(/fonts/Roboto-Medium.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/Roboto-SemiBold.woff2) format("woff2"),url(/fonts/Roboto-SemiBold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}:root{--font-family-base: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;--button-label-font-family: var(--font-family-base);--button-label-s-font-size: 14px;--button-label-s-font-weight: 600;--button-label-m-font-size: 16px;--button-label-m-font-weight: 600;--button-label-l-font-size: 18px;--button-label-l-font-weight: 600;--button-primary-bg: #545fdb;--button-primary-hover: #434caf;--button-primary-pressed: #323983;--button-primary-text: #fcfdf5;--button-primary-disabled: #a8aefa;--button-focus-ring: #6bcbde;--button-secondary-bg: #fefefe;--button-secondary-border: #e2e2e2;--button-secondary-text: #434caf;--button-secondary-hover-bg: #f1f1f1;--button-secondary-hover-border: #e2e2e2;--button-secondary-hover-text: #434caf;--button-secondary-pressed-bg: #e2e2e2;--button-secondary-pressed-border: #e2e2e2;--button-secondary-pressed-text: #434caf;--button-secondary-disabled-bg: #ffffff;--button-secondary-disabled-border: #babfff;--button-secondary-disabled-text: #babfff;--button-ghost-bg: transparent;--button-ghost-text: #212529;--button-ghost-hover-bg: #f1f1f1;--button-ghost-hover-text: #212529;--button-ghost-pressed-bg: #e3e5ff;--button-ghost-pressed-text: #212529;--button-ghost-disabled-bg: transparent;--button-ghost-disabled-text: #a9a9a9;--button-destructive-bg: #c93c37;--button-destructive-text: #fcfdf5;--button-destructive-hover-bg: #b53631;--button-destructive-hover-text: #fcfdf5;--button-destructive-pressed-bg: #a1302c;--button-destructive-pressed-text: #fcfdf5;--button-destructive-disabled-bg: #de8a87;--button-destructive-disabled-text: #fcfdf5;--focus-ring-color: var(--button-focus-ring);--focus-ring-width: 2px;--focus-ring-offset: 2px;--components-form-field-color-defaultBg: #fefefe;--components-form-field-color-defaultBorder: #e2e2e2;--components-form-field-color-hoverBorder: #a9a9a9;--components-form-field-color-activeBorder: #606060;--components-form-field-color-disabledBg: #fbfbfb;--components-form-field-color-disabledBorder: #e2e2e2;--components-form-field-color-focusOutline: #6bcbde;--components-form-field-color-errorBorder: #c93c37;--components-form-field-color-errorText: #b53631;--components-form-field-color-defaultText: #a9a9a9;--components-form-field-color-activeText: #212529;--components-form-field-paddingX: 16px;--components-form-field-paddingY: 8px;--components-form-field-height: 40px;--components-form-field-inputText: 16px;--components-form-field-supportingText: 13px;--components-form-field-label: 14px;--components-form-field-radius: 8px;--components-form-field-md: 320px;--components-form-field-sm: 270px;--components-form-field-md: 362px;--components-form-field-lg: 556px;--components-form-field-xl: 749px;--components-form-field-icon: 24px;--components-form-field-space: 16px;--components-form-field-labelToInput: 6px;--components-form-field-inputToHelper: 4px;--typography-lineHeight-xs: 18px;--typography-lineHeight-s: 20px;--components-menu-color-background: #fefefe;--components-menu-color-hoverBg: #F1F1F1;--components-menu-color-activeBg: #E3E5FF;--components-menu-color-disabledText: #A9A9A9;--components-menu-color-destructiveText: #C93C37;--components-menu-color-divider: #f1f1f1;--components-menu-minWidth: 320px;--components-menu-paddingY: 8px;--components-menu-item-height: 40px;--components-menu-item-paddingX: 16px;--components-menu-item-space: 16px;--components-menu-item-iconSize: 24px;--components-menu-shadow-1: 0 3px 12px rgba(33, 37, 41, .09);--components-menu-shadow-2: 0 1px 1px rgba(33, 37, 41, .05);--components-menu-shadow-3: 0 2px 5px rgba(96, 96, 96, .15);--heading-page-font-family: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;--heading-page-font-weight: 600;--heading-page-font-size: 28px;--heading-page-line-height: 36px;--heading-page-color: #212529;--heading-section-font-family: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;--heading-section-font-weight: 600;--heading-section-font-size: 20px;--heading-section-line-height: 28px;--heading-section-letter-spacing: 2%;--heading-section-color: #707070;--color-primary-default: var(--button-primary-bg);--color-primary-hover: var(--button-primary-hover);--color-primary-pressed: var(--button-primary-pressed);--color-primary-disabled: var(--button-primary-disabled);--color-text-default: var(--button-primary-text);--color-focus-ring: var(--button-focus-ring)}
