/* settings form styles */
div.set_page{width:var(--globWidth);max-width:1280px;margin:8px auto;overflow:auto;padding:16px}.msgbox,.msgbox-auto{max-width:800px;width:100%;padding:16px;background-color:#fff;color:#000;margin:8px auto;display:flex;flex-direction:column}.msgbox p,.msgbox-auto p{margin:4px 0}.msgbox .btn,.msgbox-auto .btn{background-color:#ffcd42;color:#000}.msgbox{height:650px}form.settings h1{margin-top:0;margin-bottom:16px;padding:4px;color:#4f4f4f;background-color:#ffcd42;font-size:15.6px;font-weight:normal;font-variant:small-caps;text-align:center}form.settings h2{font-size:120%;color:#000}form.settings h3{font-size:13px;font-weight:normal;margin:8px 0px 0px 0px;color:inherit}form.settings table{border-collapse:collapse;border-spacing:0px;width:100%;margin-top:8px}form.settings table td{text-align:left;vertical-align:top;white-space:nowrap;padding:2px 0}form.settings .tabbed-panel{margin:16px 0}form.settings .tabbed-panel section{height:480px;overflow:auto}input.settings,select.settings{flex-grow:0 !important;font-size:13px;outline:none;margin:4px 0px;background-color:#fff;color:#000;width:100%}input.number{flex-grow:0 !important;font-size:13px;outline:none;margin:4px 4px 4px 0px;width:6ch;text-align:right}textarea.settings{width:100%;white-space:pre;resize:vertical;padding:4px}@keyframes slideOutFromLeft {0% {transform: translateX(0);opacity: 1;}100% {transform: translateX(-100vw);opacity: 0;}}.msg{animation:1s ease-in 3s 1 slideOutFromLeft forwards;padding:4px;margin:4px;height:24px;text-align:center;font-weight:bold;flex-grow:1}.info{background-color:green;color:#fff}.error{background-color:#d92626;color:#fff}.warning{background-color:#ffcd42;color:#d92626}.checkbox > input[type=checkbox] + label{display:flex;align-items:center;margin-bottom:4px;margin-top:4px;color:#000}.checkboxes{column-count:2;margin:8px 0}.checkboxes li{list-style:none}article{color:#000}
