.benchmark-selector-modal{display:flex;flex-direction:column;width:100%;height:calc(100% - 40px);position:absolute;backdrop-filter:brightness(.9) blur(4px);-webkit-backdrop-filter:brightness(.9) blur(4px);top:0;left:0;z-index:30;padding:0;animation:selector-backdrop-in .2s cubic-bezier(.16,1,.3,1)}@keyframes selector-backdrop-in{0%{opacity:0}to{opacity:1}}.benchmark-selector-modal .status-badge{display:inline-flex;align-items:center;gap:6px;max-width:100%}.benchmark-selector-modal-content{padding:1rem;display:flex;flex-direction:column;width:100%;height:100%;gap:1rem;background-color:rgba(0,0,0,.5)}.benchmark-selector-modal-content-close{margin-left:auto}.benchmark-selector-modal-content .heading{font-size:var(--type-h4-size)}.benchmark-selector-modal .right{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;flex-grow:0;flex-shrink:0;margin-left:auto;gap:1rem}.benchmark-selector-modal .right .label{color:var(--text-weakest)}.benchmark-selector-modal .row{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.5rem}.benchmark-selector-modal .row.controls{background-color:var(--grey-solid-1000,rgb(25,25,25));border-radius:.5rem;padding:.5rem;justify-content:flex-end}.benchmark-selector-modal .text-input-container.benchmark-selector-search{flex:1 1 240px;min-width:160px;margin:0}.benchmark-list-container{display:flex;flex-direction:column;height:100%}@media(prefers-reduced-motion:reduce){.benchmark-selector-modal{animation:none}}@media only screen and (max-width:899px){.generic-modal-content{max-width:95%}}.radio-select-bar{display:flex;flex-direction:column;align-items:center;justify-content:space-between;flex-shrink:0;flex-grow:0;gap:.5rem;width:min-content}.radio-select-bar.rs-row{justify-content:flex-start;flex-direction:row}.radio-select-bar.rs-row button{width:min-content}.radio-select-bar.rs-col button{width:100%;padding-top:1.25rem;padding-bottom:1.25rem;flex-grow:0}