#appBar{align-items:center;background-color:var(--backgroundModal);border-bottom:.2rem solid var(--primary);display:flex;flex-direction:row;gap:.5rem;justify-content:space-between;padding:1rem}#appBar h1{color:var(--onBackground);font-weight:900;margin-bottom:0;min-width:6rem;position:relative}#appBar h1 span.appVersion{bottom:-.5rem;color:var(--backgroundDisabled);font-size:.6rem;font-weight:400;position:absolute;right:0}#appBar .material-design-icon{color:var(--primaryText)}#appBar .menu{position:relative}#appBar .menu .items{display:flex;flex-direction:column;height:-moz-max-content;height:max-content;list-style:none;padding-top:.5rem;position:absolute;right:0;text-align:center;top:100%;width:-moz-max-content;width:max-content;z-index:10}#appBar .menu .items>*{background-color:var(--primary);font-weight:700;padding:.25rem 1rem}#appBar .menu .items>*,#appBar .menu .items>* *{color:var(--onPrimary)!important}#appBar .menu .items>:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem;padding-top:.5rem}#appBar .menu .items>:last-child{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;padding-bottom:.5rem}#appBar .menu:not(:hover) .items{display:none}#appBar .radio-inputs{background-color:var(--backgroundDisabled);border-radius:.5rem;border-radius:5rem;box-sizing:border-box;color:var(--onBackground);display:flex;flex-wrap:wrap;font-size:14px;height:32px;position:relative;width:200px;width:60px}#appBar .radio-inputs .radio{flex:1 1 auto;text-align:center}#appBar .radio-inputs .radio input{display:none}#appBar .radio-inputs .radio .name{align-items:center;border:none;border-radius:5rem;color:var(--onBackground);cursor:pointer;display:flex;justify-content:center;padding:.3rem;transition:all .2s ease-in-out}#appBar .radio-inputs .radio input:checked+.name{background-color:var(--primary);color:var(--onPrimary);font-weight:600}
