: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:#ffffffb3;--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));width:var(--toastify-toast-width);box-sizing:border-box;color:#fff;padding:4px;position:fixed}.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;margin:0;padding:0;left: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{min-height:var(--toastify-toast-min-height);box-sizing:border-box;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;z-index:0;direction:ltr;border-radius:4px;justify-content:space-between;margin-bottom:1rem;padding:8px;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{flex:auto;align-items:center;margin:auto 0;padding:6px;display:flex}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;flex-shrink:0;width:20px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.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;cursor:pointer;opacity:.7;background:0 0;border:none;outline:none;align-self:flex-start;padding:0;transition:all .3s}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:0;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate(-20px)}to{opacity:0;transform:translate(2000px)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate(20px)}to{opacity:0;transform:translate(-2000px)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translateY(-10px)}40%,45%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translateY(10px)}40%,45%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.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%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateX(-20deg)}to{opacity:0;transform:perspective(400px)rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideOutRight{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(110%)}}@keyframes Toastify__slideOutLeft{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(-110%)}}@keyframes Toastify__slideOutDown{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(-500px)}}.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)}}
*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f5f5f5;font-family:"Shell Font, Arial, Helvetica, sans-serif"}.shell-tabs-nav-more{display:none}#no-underline,#no-underline:hover{border:none;text-decoration:none}.toast-custom{border-radius:0;align-items:center;min-height:auto;display:flex;border-left:.25rem solid green!important}.toast-custom>button{display:contents}.blendTestTable{width:21rem!important}.bench-test-table-input{width:320px!important}.add-filter-input:focus-within{box-shadow:none;border:1px solid #00000026!important}.add-filter-input:hover{border:1px solid #00000026!important}.shell-text-pill-option:hover{background-color:#deebff}.react-select-cutom-select-option>label{align-items:flex-start;width:100%}.shell-text-label{width:100%!important;margin-left:4px!important}.menuLastItem{margin-left:auto}.border-menuLastItem:hover .announcementIcon,.menuLastItem:hover .announcementIcon{animation:.5s linear infinite Shake}@keyframes Shake{0%{transform:rotate(5deg)}25%{transform:rotate(-6deg)}50%{transform:rotate(5deg)}75%{transform:rotate(-6deg)}to{transform:rotate(5deg)}}.border-menuLastItem{border-bottom:3px solid #fbcf09;margin-left:auto;font-weight:600}.sm12-tracker-grid{width:100%!important}.starred-tags{border:none!important}.starred-tags>span{border:none!important;font-weight:600!important}.sm12-filterPanel::-webkit-scrollbar{display:none}.sm12-filterPanel::-webkit-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.countTag span{font-weight:700!important}.sm12-compare-tracker-button:hover{border:1px solid #0097a9}.shell-menu-horizontal .shell-menu-item.shell-menu-item-selected{background-color:#0000!important}.sm12-blend-details-modal{width:100%}.ag-cell-wrapper{width:100%!important}.tracker-type-info-modal>div{border-radius:12px!important}.ag-column-drop-horizontal-cell-text,.ag-column-select-column-label{text-transform:capitalize!important}.sm12-creating-a-tracker span{font-weight:600!important}.sm12-tracker-container{grid-template:"sm12-header""sm12-content"1fr/1fr;display:grid!important}.sm12-tracker-header{border-bottom:1px solid #1c1c1c24;grid-area:sm12-header;justify-content:space-between;display:flex}.sm12-tracker-content{grid-area:sm12-content}.sm12-hover-bg:hover{background-color:#e6f5f7!important}.highlight{color:#000;font-weight:600}.insight-prediction-header{background:linear-gradient(90deg,#0894ff33 0%,#c959dd33 50%,#ff2e5433 64%,#ff900433 100%)}.filter-control{box-shadow:none;background:#fff;border:gray}.filter-control:hover,.filter-control:active{box-shadow:none;border-color:gray}.file-search-filters-drawer{top:6rem!important}.formulationTable{width:100%!important}.insightsListDefinationsContainer{white-space:nowrap;overflow-x:auto}.insightsListDefinationsContainer::-webkit-scrollbar{display:none}.active-SelectedInsight:hover{background-color:#0097a81a}.active-SelectedInsight .hover-icon{opacity:0;transition:opacity .3s}.active-SelectedInsight:hover .hover-icon{opacity:1}.shell-select-selection-wrap{display:flex}.file-search-filters-checkbox-data-sources{text-wrap:auto!important}.blend-formulation-container{flex-direction:column;height:100%;min-height:362px;display:flex}.formulationTable{flex:1;width:100%!important;height:100%!important}.formulationTable .ag-root-wrapper{box-shadow:none!important;border:none!important}.disableWebkitScroll::-webkit-scrollbar{display:none}.disableWebkitNumType::-webkit-inner-spin-button{appearance:none;margin:0}.disableWebkitNumType::-webkit-outer-spin-button{appearance:none;margin:0}.uc1-modal>div>div{margin-bottom:0}.tag-link-PP>span{align-items:center;gap:.25rem;display:flex}.disableWebkitScrollInsightsHome .ag-sticky-bottom,.toolTip_advanced_filters>span{display:none!important}.uc2-submit-button:hover,.uc1-submit-button:hover{border:1px solid #d3d3d3!important}.ag-row-pinned-bottom{font-weight:700;color:#036!important;background:#e6f0fa!important}.blendFormulationButton{background-image:linear-gradient(90deg,#fde68a00 4.17%,#86efac00 100%),linear-gradient(90deg,#fbcfe800 0%,#bbf7d000 100%),linear-gradient(90deg,#fde68a 2.78%,#a5f3fc 100%),linear-gradient(90deg,#0894ff00 0%,#c959dd00 50.48%,#ff2e5400 67.79%,#ff900400 100%)!important;border-radius:6px 0 0 6px!important}.concentrationValueName>input:disabled,.concentrationValue>input:disabled{color:#000!important}.compareFormulationUc2 .ag-row-group{background-color:#e0e0e0}.tab-file-search>.shell-tabs-nav{background-color:#fff}.file-card-authors-tag>span{width:max-content!important}.aggrid-ucl-comparison .ag-cell-wrapper,.aggrid-ucl-comparison .ag-cell-expandable,.aggrid-ucl-comparison .ag-row-group{font-weight:700}.gpc-searchtype-select{width:25%!important}.gpc-table{width:100%!important}.gpc-search-bottom{width:100%}.gpc-search-flex{flex-direction:row;width:100%;display:flex}.gpc-filter{transition:flex-basis 1s,max-width 1s;overflow:hidden}.gpc-filter--open{flex:0 0 21rem;max-width:21rem}.gpc-filter--closed{flex:0 0 0;max-width:0}.gpc-filter--no-transition{transition:none!important}.gpc-filter--no-transition *{transition:none!important;animation:none!important}.ag-theme-quartz .ag-root-wrapper{border-radius:0!important}@media (max-width:900px){.gpc-search-flex{flex-direction:column;gap:1rem}.gpc-filter,.gpc-results{flex:100%;max-width:100%}.gpc-filter--closed{flex:0 0 0;max-width:0}}.aggrid-noborder{border:none}.aggrid-noborder>.ag-header-cell-resize{display:none}.ag-theme-quartz .ag-tooltip{color:#111827!important;background:#fff!important}.gpc-component-model>.shell-modal-container-header{width:-webkit-fill-available!important;width:-moz-available!important;width:stretch!important}
