.loading-model{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#1c1c1f;z-index:99999;flex-direction:column}.loading-model,.loading-model div{display:flex;justify-content:center;align-items:center}.loading-model div img{margin-top:-1rem;height:100%;max-width:15rem;object-fit:contain}.checkbox-input{width:100%;position:relative;max-width:100%;overflow:hidden;cursor:pointer}.checkbox-input label{width:100%;display:flex;align-items:center;justify-content:space-between;font-size:.75rem;color:#fff;padding:.5rem;border-radius:.25rem;outline:none;border:1px solid #444;background:rgba(28,28,31,.5);transition:all .2s ease;position:relative}.checkbox-input label svg{color:inherit;font-size:.85rem;display:none}.checkbox-input label:has(+input[type=checkbox]:checked){border:1px solid #46596c;background:rgba(13,21,29,.5);color:#b7d9fe}.checkbox-input label:has(+input[type=checkbox]:checked) svg{display:block;position:absolute;top:2px;right:2px}.checkbox-input label:has(+input[type=checkbox]:hover){border:1px solid #46596c;background:rgba(24,39,54,.5)}.checkbox-input input[type=checkbox]{cursor:pointer;left:0;top:0;position:absolute;width:100%;height:100%;opacity:0}.input-label{display:grid;grid-template-columns:.25fr 1fr;border:1px solid #444;width:100%}.input-label label{display:flex;align-items:center;justify-content:center;color:#fff;padding:0 .5rem;border-right:1px solid #444;min-width:2rem;font-size:.85rem}.input-label input{outline:none;border:none!important}.slider{-webkit-appearance:none;appearance:none;background:transparent;cursor:pointer}.slider::-webkit-slider-runnable-track{padding:.25rem;background:rgba(13,21,29,.25);backdrop-filter:blur(3px)}.slider::-webkit-slider-thumb{appearance:none;width:1rem;aspect-ratio:1;border-radius:100%;background:#74b5fe;transition:background .2s ease}.slider::-webkit-slider-thumb:hover{background:#4f7bad}.slider.x{grid-area:slider-x;writing-mode:horizontal-tb;direction:ltr;box-shadow:50px 0 0 rgba(13,21,29,.5);border-top:1px solid #444;cursor:w-resize!important}.slider.y{border-left:1px solid #444;writing-mode:vertical-lr;direction:rtl;grid-area:slider-y;cursor:s-resize!important}.slider.small{-webkit-appearance:none;appearance:none;background:transparent;cursor:pointer}.slider.small::-webkit-slider-runnable-track{padding:.25rem;border:1px solid #444;background:rgba(28,28,31,.5);border-radius:10rem}.slider.small::-webkit-slider-thumb{appearance:none;width:.75rem;aspect-ratio:1;border-radius:100%;background:#444}