<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.selectBody&gt;DIV:last-child{max-height:300px;overflow-y:auto;overflow-x:hidden}.selectBody&gt;DIV:last-child&gt;DIV{border-radius:10px;border:solid 1px var(--select-elements-line-color);margin:10px 10px 10px 0px;padding:10px 5px;cursor:pointer;display:flex;align-items:center}.selectBody&gt;DIV:last-child&gt;DIV.selected{background-color:var(--select-background_selected);border-color:var(--select-background_selected);cursor:default}.selectBody&gt;DIV:last-child&gt;DIV&gt;SPAN{display:inline-block;margin:0px 10px}.selectBody&gt;DIV:last-child&gt;DIV&gt;SPAN:first-child&gt;IMG{width:20px;height:20px}.selectBody&gt;DIV:last-child&gt;DIV&gt;SPAN:last-child{overflow:hidden}.selectBody&gt;DIV:last-child&gt;DIV.hidden{display:none}.selectFooter{overflow:hidden}.selectFooter&gt;BUTTON{display:block;margin:auto}.selectInput&gt;DIV{margin-bottom:10px;padding:10px;border-radius:10px;background-color:var(--input-background);border:var(--input-border);color:var(--input-color);display:flex;align-items:center}.selectInput&gt;DIV&gt;IMG{width:30px;height:30px}.selectInput&gt;DIV&gt;SPAN{padding:0px 10px;flex-grow:1}.selectInput&gt;DIV&gt;.arrow{display:inline-block;padding:10px;border:none;background-color:transparent;cursor:pointer;position:relative}.selectInput&gt;DIV&gt;.arrow::after{content:'';position:absolute;top:50%;width:0px;height:0px;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid var(--primary-color);transform:translateY(-50%)}.selectInput.disabled&gt;DIV{opacity:.6}.selectInput.hidden{display:none}</pre></body></html>