:root{color-scheme:light dark}html{color-scheme:light;color:#000!important;background-color:#f1f1f1!important;--theme-p1-fg:rgba(255,255,255,0.87);--theme-p1-bg:#2196F3;--theme-s1-fg:rgba(255,255,255,0.87);--theme-s1-bg:#009688;--theme-s2-fg:rgba(255,255,255,0.87);--theme-s2-bg:#f44336;--theme-c1-fg:rgba(255,255,255,0.87);--theme-c1-bg:#ff9800;--component-bg:#fff;--component4-bg:#fff;--input-fg:#000;--input-bg:#f1f1f1;--border:#ccc;--border-b:#ddd;--table-odd:#fff;--table-even:#f1f1f1}html.dark{color-scheme:dark;color:rgba(255,255,255,0.87)!important;background-color:#121212!important;--theme-p1-fg:#fff;--theme-p1-bg:#56318a;--theme-s1-fg:#fff;--theme-s1-bg:#006052;--theme-s2-fg:#fff;--theme-s2-bg:#980800;--theme-c1-fg:#000;--theme-c1-bg:#988a00;--component-bg:rgba(38,38,38);--component4-bg:rgba(50,50,50);--input-fg:rgba(255,255,255,0.87);--input-bg:#3b3b3b;--border:#575757;--border-b:#888;--table-odd:#1c1c1c;--table-even:#575757}*{transition:background-color 300ms ease,color 300ms ease}.w3-theme-p1,.w3-theme-dark,.w3-theme{color:var(--theme-p1-fg)!important;background-color:var(--theme-p1-bg)!important}.w3-theme-s1{color:var(--theme-s1-fg)!important;background-color:var(--theme-s1-bg)!important}.w3-theme-s2{color:var(--theme-s2-fg)!important;background-color:var(--theme-s2-bg)!important}.w3-theme-c1,.w3-theme-light{color:var(--theme-c1-fg)!important;background-color:var(--theme-c1-bg)!important}.w3-text-light{color:var(--theme-p1-fg)!important}.w3-text-dark{color:var(--theme-p1-bg)!important}.w3-sidebar,.w3-card{background-color:var(--component-bg)!important}.w3-card-4{background-color:var(--component-bg)!important}.w3-border{border:1px solid var(--border)!important}.w3-border-top{border-top:1px solid var(--border)!important}.w3-border-bottom{border-bottom:1px solid var(--border)!important}.w3-border-left{border-left:1px solid var(--border)!important}.w3-border-right{border-right:1px solid var(--border)!important}.w3-topbar{border-top:6px solid var(--border)!important}.w3-bottombar{border-bottom:6px solid var(--border)!important}.w3-leftbar{border-left:6px solid var(--border)!important}.w3-rightbar{border-right:6px solid var(--border)!important}.w3-ul li{border-bottom:1px solid var(--border)}.w3-ul li:last-child{border-bottom:none}.w3-input{border-bottom:1px solid var(--border);color:var(--input-fg)}input[type="text"],input[type="password"],input[type="email"],input[type="search"],select,input[type="checkbox"],input[type="date"],input[type="color"],textarea{background-color:var(--input-bg)}input[type="color"]{padding:0}.w3-select{color:var(--input-fg)}.w3-table-all tr:nth-child(odd){background-color:var(--table-odd)}.w3-table-all tr:nth-child(even){background-color:var(--table-even)}.w3-bordered tr,.w3-table-all tr,.w3-ul li{border-bottom:1px solid var(--border-b)}.rm-hyphen{hyphens:auto}.rm-main{margin-left:300px;margin-top:48px}.rm-logo{width:48px;height:48px}.rm-zidx3-300{z-index:3;width:300px}.rm-zidx4{z-index:4}.rm-pointer{cursor:pointer}.switch{position:relative;display:inline-block;width:60px;height:34px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s}input:checked + .slider{background-color:var(--theme-p1-bg)}input:focus + .slider{box-shadow:0 0 1px var(--theme-p1-bg)}input:checked + .slider:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}
