.header[data-v-c901700a]{flex-direction:row;justify-content:space-between;height:100%}.header[data-v-c901700a],.header-left[data-v-c901700a]{align-items:center;display:flex}.header-left[data-v-c901700a]{justify-content:start;gap:16px}.header-left .wh-icon[data-v-c901700a]{cursor:pointer}.header-right[data-v-c901700a]{align-items:center;gap:16px;display:flex}.rating-chart[data-v-ec091c38]{--rating-size:24px;--rating-color:inherit;--rating-align:start;justify-content:var(--rating-align);align-items:center;display:flex;position:relative}.rating-item[data-v-ec091c38]{width:var(--rating-size);height:var(--rating-size);color:var(--rating-color);overflow:hidden}.rating-item svg[data-v-ec091c38]{pointer-events:none;display:block}.wh-button-group{flex-direction:row}.wh-button-group,.wh-button-group-item{align-items:center;display:flex;position:relative}.wh-button-group-item{color:#5e5e5e;text-align:center;text-overflow:ellipsis;cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid gray;justify-content:center;min-width:80px;padding:6px 12px;font-size:14px;font-weight:400;line-height:100%}.wh-button-group-item:not(:first-child){border-left:none}.wh-button-group-item.wh-button-group-selected{color:#fff;background-color:#333;transition:background-color .2s ease-in;position:relative}.wh-button-group-item:first-child{border-top-left-radius:24px;border-bottom-left-radius:24px}.wh-button-group-item:last-child{border-top-right-radius:24px;border-bottom-right-radius:24px}.wh-icon-label{flex-shrink:0;position:relative}.wh-icon-label-button{cursor:pointer;opacity:.8;-webkit-user-select:none;user-select:none}.wh-icon-label-button label{white-space:nowrap;cursor:pointer;line-height:100%}.wh-icon-label-button:hover,.wh-icon-label-primary{opacity:1}.wh-icon-label-primary:hover{color:#0a58ca}.wh-radio{--wh-radio-height:20px;--wh-radio-size:16px;flex-direction:row;align-items:center;display:flex;position:relative}.wh-radio label{max-width:800px;min-height:var(--wh-radio-height);padding:5px;padding-left:calc(var(--wh-radio-size) + 10px);line-height:var(--wh-radio-height);white-space:nowrap;text-overflow:ellipsis;flex:auto;display:block;position:relative;overflow:hidden}.wh-radio label:before{width:var(--wh-radio-size);height:var(--wh-radio-size);background:#fff;border:1px solid gray;display:block;transform:translate(4px,-50%)}.wh-radio label:after,.wh-radio label:before{content:"";box-sizing:border-box;border-radius:50%;position:absolute;top:50%;left:0}.wh-radio label:after{width:calc(var(--wh-radio-size) - 6px);height:calc(var(--wh-radio-size) - 6px);background:#0077cf;display:none;transform:translate(7px,-50%)}.wh-radio.wh-radio-wrap label{white-space:unset;overflow:visible}.wh-radio input{opacity:0;flex-shrink:0;width:0;height:0;margin:0;padding:0;display:block;position:absolute;overflow:hidden}.wh-radio input:disabled~label{color:#6c757d}.wh-radio input:disabled~label:before{background-color:#e9ecef}.wh-radio input:checked~label:before{border-color:#0077cf}.wh-radio input:checked~label:after{display:block}.wh-radio input:checked:disabled~label:before{border-color:#80bdff}.wh-radio input:checked:disabled~label:after{background-color:#007bff80}.wh-radio input:not(:checked):focus~label:before{border-color:#80bdff}.wh-radio input:not(:disabled,:checked,:focus)~label:hover:before{border-color:#888}.wh-radio input:not(:disabled):focus~label{outline-offset:-2px;border:none;outline:2px solid #0077cf}.wh-select{flex-direction:row;align-items:center;gap:5px;font-family:inherit;display:flex;position:relative}.wh-select label{white-space:nowrap;display:inline-block}.wh-select label,.wh-select-view{text-overflow:ellipsis;position:relative}.wh-select-view{--wh-select-min-width:50px;--wh-select-max-width:350px;--wh-select-padding:5px 30px 5px 10px;--wh-select-font-size:inherit;min-width:var(--wh-select-min-width);max-width:var(--wh-select-max-width);box-sizing:border-box;font-weight:400}.wh-select-simple .wh-select-view{--wh-select-padding:5px 20px 5px 10px}.wh-select-view input{width:100%;height:100%;padding:var(--wh-select-padding);box-sizing:border-box;color:#1e1e1e;font-size:var(--wh-select-font-size);cursor:pointer;appearance:none;-webkit-user-select:none;user-select:none;background-color:#e5e5e5;background-image:url("data:image/svg+xml,%3csvg%20focusable='false'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2015%2015'%3e%3cpath%20fill='none'%20stroke='%231e1e1e'%20vector-effect='non-scaling-stroke'%20stroke-miterlimit='10'%20d='M11%204.5l-3.5%206-3.5-6'%3e%3c/path%3e%3c/svg%3e");background-position:right 8px center;background-repeat:no-repeat;background-size:15px 15px;background-clip:padding-box;border:none;transition:all .2s linear,outline-width .1s linear,outline-offset .1s linear;position:absolute;top:0;left:0;box-shadow:inset 0 -1px gray}.wh-select-simple .wh-select-view input{box-shadow:none;background-color:#0000;background-position:right 3px center}.wh-select-view input:disabled{color:gray;background-image:url("data:image/svg+xml,%3csvg%20focusable='false'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2015%2015'%3e%3cpath%20fill='none'%20stroke='%231e1e1e'%20vector-effect='non-scaling-stroke'%20stroke-miterlimit='10'%20d='M11%204.5l-3.5%206-3.5-6'%3e%3c/path%3e%3c/svg%3e");border:1px solid #ccc}.wh-select-view input:not(:disabled):hover{box-shadow:inset 0 -1px #0077cf}.wh-select-view input:not(:disabled):focus{outline-offset:-2px;border:none;outline:2px solid #0077cf}.wh-select-simple .wh-select-view input:not(:disabled):hover{box-shadow:none}.wh-select-simple .wh-select-view input:not(:disabled):focus{outline-offset:-2px;border:none;outline:2px solid #0077cf}.wh-select-view input.wh-select-search{cursor:text}.wh-select-view span{min-width:2px;max-width:var(--wh-select-max-width);padding:var(--wh-select-padding);box-sizing:border-box;font-size:var(--wh-select-font-size);white-space:pre;opacity:0;-webkit-user-select:none;user-select:none;pointer-events:none;font-family:inherit;display:inline-block;position:relative}.wh-select-options{display:none;position:absolute}.wh-select-list{--wh-select-font-size:inherit;z-index:10000;background-color:#fff;border:1px solid #aaa;border-radius:5px;max-width:350px;max-height:300px;position:absolute;top:0;left:0;overflow:hidden auto;box-shadow:0 3px 8px #0000004d}.wh-select-simple.wh-select-list{border:none;padding:16px}.wh-select-item-label{flex:1;min-height:1rem;overflow:hidden}.wh-select-item-remove{color:#000;visibility:hidden;cursor:pointer;opacity:.6;width:25px;height:20px;position:relative}.wh-select-item-remove:hover{opacity:1}.wh-select-item{color:#555;font-size:var(--wh-select-font-size);cursor:pointer;border-bottom:1px solid #eee;flex-direction:row;align-items:center;padding:6px 5px;display:flex;position:relative}.wh-select-item:hover{background:#e8e8e8}.wh-select-item:hover .wh-select-item-remove{visibility:visible}.wh-select-item:last-child{border-bottom:none}.wh-select-item.selected{color:#fff;background:#666}.wh-select-item.selected .wh-select-item-remove{color:#fff}.wh-select-item.selected:hover{background:#555}.wh-select-simple .wh-select-item{border-bottom:none;padding-right:15px}.wh-date-picker{position:relative}.wh-date-picker-input{box-sizing:border-box;color:#1e1e1e;cursor:pointer;background-color:#e5e5e5;border:none;height:29px;padding:0 30px 0 10px;font-size:14px;font-weight:300;position:relative;box-shadow:inset 0 -1px gray}.wh-date-picker-input:hover{box-shadow:inset 0 -1px #0077cf}.wh-date-picker-input:disabled{color:gray;border:1px solid #ccc}.wh-date-picker-input:not(:disabled):hover{border:none}.wh-date-picker-input:not(:disabled):focus{outline-offset:-2px;border:none;outline:2px solid #0077cf}.wh-date-picker-icon{pointer-events:none;background-image:url("data:image/svg+xml,%3csvg%20width='15'%20height='15'%20viewBox='0%200%2015%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4%201H5V4H4V1ZM11%204H10V1H11V4ZM1%202H3V3H2V5H13V3H12V2H14V13H1V2ZM13%206H2V12H13V6ZM9%203H6V2H9V3Z'%20fill='currentColor'/%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;background-size:16px 16px;width:16px;height:16px;display:block;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.wh-date-panel{flex-direction:column;gap:15px;display:flex}.wh-date-panel table td{text-align:center;width:40px;height:40px}.wh-date-panel table thead td{color:#5e5e5e;font-size:14px;font-weight:700}.wh-date-panel table tbody td{color:#1e1e1e;font-size:16px;font-weight:300}.wh-date-picker-cell{cursor:pointer;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.wh-date-picker-cell:before{z-index:-1;background-color:#0077cf;width:calc(100% - 8px);height:calc(100% - 8px);top:4px;left:4px}.wh-date-picker-cell:after,.wh-date-picker-cell:before{content:"";box-sizing:border-box;pointer-events:none;border-radius:50%;transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;display:none;position:absolute}.wh-date-picker-cell:after{border:1px solid #0077cf;width:100%;height:100%;top:0;left:0}.wh-date-picker-cell:hover:after{display:block}.wh-date-picker-cell.out{color:#ccc}.wh-date-picker-cell.selected{color:#fff}.wh-date-picker-cell.selected:before{display:block}.wh-date-picker-cell.selected:after{border:2px solid #0077cf;display:block}.wh-date-picker-cell.today:after{display:block}.wh-date-picker-cell.selected:hover:before{background-color:#004376}.wh-date-picker-cell.selected:hover:after{border-color:#004376}.wh-date-panel-header{align-items:center;gap:15px;display:flex}.wh-date-split{flex:auto}.wh-date-picker-buttons{justify-content:flex-end;align-items:center;display:flex}.wh-date-range{--wh-date-range-width:100%;width:var(--wh-date-range-width);color:gray;align-items:center;gap:8px;display:flex;position:relative}.wh-date-range-link{font-size:12px;font-weight:700}.wh-checkbox{--wh-checkbox-height:20px;--wh-checkbox-size:16px;align-items:center;display:flex;position:relative}.wh-checkbox label{max-width:800px;min-height:var(--wh-checkbox-height);padding:5px;padding-left:calc(var(--wh-checkbox-size) + 10px);line-height:var(--wh-checkbox-height);white-space:nowrap;text-overflow:ellipsis;flex:auto;display:block;position:relative;overflow:hidden}.wh-checkbox label:before{background-color:#fff;border:1px solid #adb5bd;border-radius:3px}.wh-checkbox label:after,.wh-checkbox label:before{content:"";width:var(--wh-checkbox-size);height:var(--wh-checkbox-size);box-sizing:border-box;display:block;position:absolute;top:50%;left:0;transform:translate(4px,-50%)}.wh-checkbox label:after{background-position:50%;background-repeat:no-repeat;background-size:cover}.wh-checkbox.wh-checkbox-wrap label{white-space:unset;overflow:visible}.wh-checkbox input{opacity:0;flex-shrink:0;width:0;height:0;margin:0;padding:0;display:block;position:absolute;overflow:hidden}.wh-checkbox input:disabled~label{color:#6c757d}.wh-checkbox input:disabled~label:before{background-color:#e9ecef}.wh-checkbox input:checked~label:before{color:#fff;background-color:#0077cf;border-color:#0077cf}.wh-checkbox input:checked~label:after{background-image:url("data:image/svg+xml,%3csvg%20focusable='false'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2015%2015'%3e%3cpath%20fill='none'%20stroke='%23fff'%20vector-effect='non-scaling-stroke'%20stroke-miterlimit='10'%20d='M13%202L6%2012%202%208'%3e%3c/path%3e%3c/svg%3e")}.wh-checkbox input:checked:disabled~label:before{background-color:#007bff80;border-color:#80bdff}.wh-checkbox input:not(:disabled,:checked,:focus)~label:hover:before{border-color:#888}.wh-checkbox.wh-checkbox-focus-style input:not(:checked):focus~label:before{border-color:#80bdff}.wh-checkbox.wh-checkbox-focus-style input:not(:disabled):focus~label{outline-offset:-2px;border:none;outline:2px solid #0077cf}.setting-benchmark-selection[data-v-237ca6a2]{position:relative}.benchmark-search-button[data-v-237ca6a2]{background-color:#e5e5e5;border-radius:24px;align-items:center;gap:5px;width:100%;height:30px;margin-top:8px;padding:0 15px;display:flex;position:relative}.benchmark-search-button .wh-icon[data-v-237ca6a2]{flex-shrink:0}.benchmark-search-button input[data-v-237ca6a2]{background-color:#0000;border:none;flex:auto;height:100%;display:block}.benchmark-search-button input[data-v-237ca6a2]:focus{border:none;outline:none}.benchmark-icon[data-v-237ca6a2]{display:none}.benchmark-list[data-v-237ca6a2]{max-height:300px;margin-top:8px;overflow-y:auto}.benchmark-no-results[data-v-237ca6a2]{color:#1e1e1e;font-size:16px;font-weight:300}.benchmark-item[data-v-237ca6a2]{color:#1e1e1e;cursor:pointer;justify-content:space-between;align-items:center;padding:5px 6px 5px 0;font-size:14px;font-weight:300;display:flex}.benchmark-item.selected[data-v-237ca6a2]{color:#006fba}.benchmark-item.selected .benchmark-icon[data-v-237ca6a2]{display:block}.benchmark-item[data-v-237ca6a2] mark{color:#006fba;background:0 0}.benchmark-item[data-v-237ca6a2]:not(:last-child){border-bottom:1px solid #ccc}.benchmark-item[data-v-237ca6a2]:hover{background-color:#f8f8f8}.benchmark-entry[data-v-79e9a28f]{font-size:14px;position:relative}.benchmark-entry-popover[data-v-79e9a28f]{color:#1e1e1e;text-align:left;font-weight:400}.benchmark-entry-header[data-v-79e9a28f]{border-bottom:2px solid #000;align-items:center;gap:6px;margin-bottom:8px;padding:6px 0;font-size:16px;font-weight:600;display:flex}.benchmark-entry-header .back[data-v-79e9a28f]{cursor:pointer}.benchmark-entry-name[data-v-79e9a28f]{color:#000;cursor:pointer;justify-content:space-between;align-items:center;font-weight:500;display:flex}.benchmark-entry-name .wh-icon[data-v-79e9a28f]{flex-shrink:0}.risk[data-v-79e9a28f]{color:#5e5e5e;font-weight:400}.benchmarks[data-v-79e9a28f]{flex-direction:column;gap:8px;display:flex}.benchmarks .benchmark[data-v-79e9a28f]{cursor:pointer;justify-content:space-between;align-items:center;display:flex}.benchmarks .border[data-v-79e9a28f]{border:1px solid #e5e5e5;border-radius:8px;padding:8px 12px}.benchmarks .benchmark-name[data-v-79e9a28f]{color:gray;cursor:pointer;font-size:12px}.benchmarks .selected[data-v-79e9a28f]{color:#006fba}.benchmarks .selected .single-selection-icon[data-v-79e9a28f]{display:block}.benchmarks .other-benchmarks[data-v-79e9a28f]{max-height:179px;margin:4px 0;padding-left:12px;overflow:auto}.benchmarks .other-benchmarks .benchmark[data-v-79e9a28f]{border-bottom:1px solid #e5e5e5;padding:4px 0}.benchmarks .other-benchmarks .benchmark[data-v-79e9a28f]:last-child{border-bottom:none}.benchmarks .search-benchmark[data-v-79e9a28f]{color:#006fba;cursor:pointer;padding:4px 12px}.wh-switch{align-items:center;gap:5px;display:flex}.wh-switch-label{cursor:default}.wh-switch-button{cursor:pointer;transition:background-color .1s;position:relative}.wh-switch-button,.wh-switch-icon{-webkit-user-select:none;user-select:none}.wh-switch-icon{pointer-events:none;background-color:#fff;border-radius:50%;height:calc(100% - 4px);transition:right .1s ease-in-out;position:absolute;top:2px}.wh-switch-label-clickable{cursor:pointer}.wh-switch-label-clickable .wh-switch-label{cursor:pointer;-webkit-user-select:none;user-select:none}.wh-switch-checked .wh-switch-icon{right:2px}.wh-switch-disabled,.wh-switch-disabled .wh-switch-label{cursor:default}.wh-switch-disabled .wh-switch-button{cursor:default;opacity:.6}.manager-avatar[data-v-ea61d752]{--size:72px;width:var(--size);height:var(--size);background-image:url(../ssr-static/default-avatar.png);background-size:var(--size);border-radius:50%;overflow:hidden}.manager-avatar img[data-v-ea61d752]{width:100%;display:block}
