.fade-in{animation:fadeIn 1s ease-in-out forwards;opacity:0;display:flex;background-color:#111;color:#ee0;font-size:large;justify-content:center;width:100%;height:98vh;align-items:center;overflow:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.blink{animation:blink 1s infinite;opacity:1}@keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{overflow:hidden}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion: no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.resize-handle{position:absolute;width:3px;height:3px;border-radius:50%;background-color:#fff;box-shadow:0 0 0 2px #ccc}.top-left{top:-3px;left:-3px;cursor:nwse-resize}.top-right{top:-3px;right:-3px;cursor:nesw-resize}.bottom-left{bottom:-3px;left:-3px;cursor:nesw-resize}.bottom-right{bottom:-3px;right:-3px;cursor:nwse-resize}.middle{top:50%;left:-6px;transform:translateY(-50%);cursor:ew-resize}.OptionShortname{color:#111}.OptionShortnameDark{color:#eee}.OptionFullname{color:#00f;font-size:smaller}.OptionFullnameDark{color:#61dafb;font-size:smaller}::-webkit-scrollbar-track{background-color:#f1f1f1}::-webkit-scrollbar-thumb{background-color:#888}::-webkit-scrollbar-thumb:hover{background-color:#555}.scroll_div::-webkit-scrollbar{display:block;-webkit-scrollbar-width:.6em}.checkbox-container{display:inline-block;position:relative;padding-left:30px;margin-bottom:10px;cursor:pointer}.checkbox-container input{position:absolute;opacity:0;cursor:pointer;display:hidden}.checkmark{position:absolute;top:0;left:0;height:20px;width:20px;background-color:#eee;border-radius:4px}.checkbox-container input:checked~.checkmark{background-color:#007bff}.checkbox-container input:checked~.checkmark:before{content:"✔";color:#fff;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:16px}.itemCustomName{background-color:#333;border:1px solid #ccc;color:#eee;padding:8px}.itemCustomName::placeholder{color:#aaa}.itemCustomStylePreview{margin:2px;padding:5px;width:120px;border-radius:5px;display:flex;align-items:center;justify-content:center;align-content:center;text-align:center}
