.hypertuneToolbarMainButtonBackground{position:fixed;bottom:0;padding-bottom:30px;left:calc(50% - 60px);background-color:transparent;z-index:100}.hypertuneToolbarMainButton{padding:.5rem;border-color:rgb(234,236,241);border-radius:.75rem;border-width:1px;background-color:#ffffff;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.hypertuneToolbarMainButton:hover{background-color:#eaecf1}.hypertuneToolbarModalBackground{display:flex;position:fixed;top:0;right:0;bottom:0;left:0;padding-top:4rem;padding-bottom:4rem;flex-direction:column;align-items:center;width:100%;z-index:200}@media (min-height:900px){.hypertuneToolbarModalBackground{padding-top:208px;padding-bottom:208px}}.hypertuneToolbarModal{display:flex;overflow:hidden;flex-direction:column;align-items:stretch;border-radius:14px;border-width:1px;border-color:rgb(234,236,241);background-color:#ffffff;box-shadow:0 0 0 3px rgba(122,131,150,.08),0 15px 45px 0 rgba(0,0,0,.1);max-height:532px;width:663px}.hypertuneToolbarHeader{display:flex;padding:.75rem 1rem;flex-direction:row;align-items:center;border-bottom-width:1px;border-color:rgb(234,236,241)}.hypertuneToolbarMainContainer{display:flex;overflow-y:auto;overflow-x:hidden;padding:.75rem .5rem;flex-direction:column;width:100%;height:100%}.hypertuneToolbarFlag{display:flex;flex-direction:row;gap:.5rem;justify-content:space-between;align-items:center;width:100%;max-width:100%;min-height:48px;padding:10px 20px 10px 16px}.hypertuneToolbarFlagNameContainer{display:flex;flex-direction:row;gap:.75rem;align-items:center;min-width:0}.hypertuneToolbarFlagIconContainer{height:28px;border-radius:.5rem;background-color:rgb(91,103,231);padding:6px}.hypertuneToolbarFlagName{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:384px;flex-shrink:1;font-size:14px;line-height:19.5px;color:#22252b}.hypertuneToolbarFlagValueContainer{display:flex;flex-direction:row;gap:.5rem;align-items:center}.hypertuneToolbarFooter{display:flex;padding:.75rem 1rem;flex-direction:row;justify-content:flex-end;border-top-width:1px;border-color:rgb(234,236,241)}.hypertuneToolbarSearchTextInput{flex-grow:1;outline:none;font-size:14px;color:#22252b}.hypertuneToolbarNumberInput{padding:.25rem .5rem;border-radius:.5rem;border-width:1px;border-color:rgb(234,236,241);outline-style:none;font-size:13px;line-height:19.5px;text-align:right}.hypertuneToolbarNumberInput:hover{border-color:rgb(91,103,231)}.hypertuneToolbarNumberInput:focus{border-color:rgb(91,103,231);box-shadow:0 0 0 2px rgba(91,103,231,.15)}.hypertuneToolbarButton{border-radius:.5rem;cursor:pointer;font-size:13px;line-height:16px;color:#7a8396;padding:7px}.hypertuneToolbarButton:hover{background-color:#f9f9fb}.hypertuneToolbarButton:active{background-color:#eaecf1}.hypertuneToolbarToggle{display:inline-flex;position:relative;border-radius:9999px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;padding:2px;height:20px;width:36px;background-color:rgb(197,201,211);cursor:pointer}.hypertuneToolbarToggle:hover{background-color:rgb(197 201 211/.8)}.hypertuneToolbarToggle[aria-checked=true]{background-color:rgb(91,103,231)}.hypertuneToolbarToggle span{position:relative;border-radius:9999px;background-color:#ffffff;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;width:16px;height:16px;left:0}.hypertuneToolbarToggle[aria-checked=true] span{left:100%;transform:translateX(-100%)}