custom-select::part(select-wrap),custom-select::part(select-wrap-expanded){float:left;border-radius:5px;padding:0;position:relative;margin-left:0;cursor:pointer;z-index:3}custom-select::part(select-wrap){z-index:2}custom-select::part(select-wrap):after{content:"";position:absolute;height:100%;width:15px;background:#444;top:0;right:5px;clip-path:polygon(0% 40%,100% 40%,50% 60%,0% 40%);z-index:0}custom-select::part(select-wrap-expanded):after{content:"";position:absolute;height:100%;width:15px;background:#444;top:0;right:5px;clip-path:polygon(0% 60%,100% 60%,50% 40%,0% 60%)}custom-select::part(options-wrap){background:var(--theme-select-background);border:var(--theme-select-border);position:absolute;float:left;color:#fff;padding:10px;margin-top:5px;left:0;box-shadow:0 0 10px #0003;border-radius:5px;overflow:hidden;transition:height linear .2s,top ease-in-out .2s;z-index:10}custom-select::part(input-text){padding:7px 7px 7px 10px;border-radius:2px;font-family:sans-serif;color:#444;border:1px solid #bbb;font-size:14px;width:calc(100% - 20px)}custom-select::part(input-text)::placeholder{font-style:italic;color:#bbb}custom-select::part(input-text):focus{border:1px solid #bbb;outline:none}custom-select::part(search-wrap){min-width:300px;min-height:50px;border-top:1px solid #444;margin-top:5px;margin-bottom:10px}custom-select::part(d-row){padding:5px;border-bottom:1px solid #eee}custom-select::part(d-row):hover{background:#eee;color:#444}user-profile::part(profile-label){position:relative;float:right;cursor:pointer}user-profile::part(initials){width:40px;height:40px;font-size:.7vw;font-weight:700;border:var(--theme-border-color);border-radius:50%;background:var(--theme-background);color:var(--theme-profile-font-color);display:flex;align-items:center;justify-content:center;float:left;font-family:var(--site-font)}user-profile::part(more-icon){width:10px;height:40px;display:flex;flex-direction:column;float:left;margin-left:10px;justify-content:space-evenly}user-profile::part(dots){width:1px;height:1px;background:var(--theme-font-color);border:1px solid var(--theme-font-color)}user-profile::part(profile-wrap){position:absolute;background:var(--theme-user-background);color:var(--theme-font-color);float:left;border-radius:5px;box-shadow:var(--theme-box-shadow);padding-inline:5px;right:10px;overflow:hidden;transition:height .2s linear;margin-top:10px}user-profile::part(prof-row){margin-block:5px}user-profile::part(prof-row):hover{background:var(--theme-menu-highlight);color:var(--theme-menu-highlight-color)}custom-prompt::part(prompt-header){background:var(--theme-user-sidepanel-background);color:var(--theme-font-color)}custom-prompt::part(prompt-box){background:var(--theme-user-background);color:var(--theme-font-color)}custom-popup::part(m-title){background:var(--theme-popup-header);color:var(--theme-font-color);padding-block:10px;border-bottom:1px solid #ddd}custom-popup::part(popup-box){background:var(--theme-user-background);color:var(--theme-font-color)}tab-control::part(active-tab){position:relative;color:var(--theme-font-color);background:var(--theme-user-sidepanel-background);float:left;box-shadow:0 0 2px var(--theme-border-color);padding:7px 10px;border-bottom:none}tab-control::part(active-tab):after{content:"";width:100%;height:3px;top:95%;left:0;position:absolute;background:var(--theme-user-sidepanel-background)}
