.select-dropdown select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:5px 30px 5px 10px;font-size:10px;background:transparent;color:#1f2023;border:1px solid #1f2023;background-repeat:no-repeat;background-position:right 13px top 8px;background-size:.9375em .5625em;background-image:url("data:image/svg+xml;charset=uft8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 13'%3E%3Cpolyline fill='none' stroke='currentColor' stroke-width='3' points='1,1 11,11 21,1'/%3E%3C/svg%3E");width:100%;outline:none;cursor:pointer}.light .select-dropdown select{filter:invert(0);filter:var(--theme-light-UI_toolBar_svgIconColor,invert(0))}.dark .select-dropdown select{filter:invert(100%);filter:var(--theme-dark-UI_toolBar_svgIconColor,invert(100%))}