.ScrollerDropdown{width:100%;background:var(--background-fill);overflow:hidden;border-radius:6px}.ScrollerDropdown--floating{position:absolute;top:calc(100% + 4px);left:0;right:0;padding-right:4px;z-index:1;box-shadow:0 4px 6px rgba(0,0,0,.1)}.ScrollerDropdown__content{max-height:160px}.TextWithHighlightedSearch{white-space:pre;text-overflow:ellipsis}.TextWithHighlightedSearch--overflow{overflow:hidden}.SingleChoiceDropdown{position:relative;display:flex;height:40px;padding:var(--padding-content-xs);align-items:center;gap:var(--gaps-text-medium);align-self:stretch;border-radius:var(--border-radius-input-medium);border:1px solid var(--input-default);background:var(--background-fill);margin-top:4px}.SingleChoiceDropdown:focus-within{border-color:var(--brand-primary)!important}.SingleChoiceDropdown:hover{border-color:#a3a3a3}.SingleChoiceDropdown__icon{width:20px;height:20px;cursor:pointer}.SingleChoiceDropdown__input-wrapper{flex:1 1}.SingleChoiceDropdown__input{outline:none;border:none;background:rgba(0,0,0,0);display:flex;width:100%;justify-content:space-between;align-items:center;color:var(--text-primary)}