.UI_window{transition:background-color .5s;position:absolute;border-radius:0;z-index:900;overflow-y:auto;overflow-x:hidden;min-width:100px;min-height:60px;font-size:12px}.light .UI_window{border:1px solid #000;border:1px solid var(--theme-light-UI_toolBar_borderHover,#000)}.dark .UI_window{border:1px solid #1f2023;border:1px solid var(--theme-dark-UI_toolBar_borderHover,#1f2023)}.light .UI_window{color:#35353a;color:var(--theme-light-UI_window_fontColor,#35353a)}.dark .UI_window{color:#eee;color:var(--theme-dark-UI_window_fontColor,#eee)}@supports((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.UI_window{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.light .UI_window{background-color:hsla(0,0%,93.3%,.8);background-color:var(--theme-light-UI_window_backgroundColor_blurred,hsla(0,0%,93.3%,.8))}.dark .UI_window{background-color:rgba(53,53,58,.85);background-color:var(--theme-dark-UI_window_backgroundColor_blurred,rgba(53,53,58,.85))}}@supports not ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.light .UI_window{background-color:hsla(0,0%,93.3%,.98);background-color:var(--theme-light-UI_window_backgroundColor_notBlurred,hsla(0,0%,93.3%,.98))}.dark .UI_window{background-color:rgba(53,53,58,.95);background-color:var(--theme-dark-UI_window_backgroundColor_notBlurred,rgba(53,53,58,.95))}}.UI_window_header{transition:background-color .5s;padding:7px;cursor:move;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:0;font-size:10px;text-transform:uppercase}.light .UI_window_header{background-color:#1f2023;background-color:var(--theme-light-UI_window_headerColor,#1f2023)}.dark .UI_window_header{background-color:#1f2023;background-color:var(--theme-dark-UI_window_headerColor,#1f2023)}.light .UI_window_header{color:#35353a;color:var(--theme-light-UI_window_fontColor,#35353a)}.dark .UI_window_header{color:#eee;color:var(--theme-dark-UI_window_fontColor,#eee)}.UI_window_header .UI_closeIcon{position:absolute;right:0;font-weight:700;cursor:pointer;padding:10px;margin:-18px 0 0 0;font-size:20px}.UI_window_header .UI_closeIcon:hover{opacity:.5}.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%))}