.header-theme-selector{display:flex;align-items:center}.header-theme-selector div{display:flex;box-sizing:border-box;list-style-type:none;border:1px solid var(--header_primary-medium);transition:all .25s;margin:0 1em 0 0;font-size:var(--font-down-1)}.header-theme-selector div span{display:flex;padding:.15em .5em;cursor:pointer}.header-theme-selector div span:hover{color:var(--quaternary);background:var(--quaternary-low)}.header-theme-selector div span[data-id="8"]{order:1}.header-theme-selector div span[data-id="13"]{order:2}.header-theme-selector div.left span[data-id="8"]{color:var(--header_background);background:var(--quaternary);cursor:default}.header-theme-selector div.right span[data-id="13"]{background:var(--quaternary);color:var(--header_background);cursor:default}