@import url(https://fonts.googleapis.com/css2?family=Ubuntu&display=swap);html{color:#222823;padding:0;margin:0;scroll-behavior:smooth;background:var(--color-html-background);transition:.2s}button{cursor:pointer}.main{padding:0}.başlık{color:#290025}@font-face{font-family:mainFont;src:url(/static/media/OpenSans-Regular.3ed9575d.ttf)}body{margin:0;font-family:"Ubuntu",sans-serif;font-family:mainFont;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.theme-dark,.theme-light{--color-html-background:#212121;--color-header:#302e33;--color-background:#2f2d33;--color-secondary:#f4f7f5;--color-accent:#ff8100;--color-hover:#252428;--font-color:#fff;--font-second:#ddd;--input-background:#49474c;--color-scrollbar-track:#252428;--color-scrollbar-thumb:#161618;--color-dialog-background:#2f2d33}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-scrollbar-track);border-radius:10px}::-webkit-scrollbar-thumb{background:var(--color-scrollbar-thumb);border-radius:10px}a{color:#ff8100}a:hover{color:#db6f00}button{font-family:mainFont}img{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}input,textarea{font-family:mainFont}.loading-non{position:absolute;margin-top:62px;margin-left:-32px;width:64px;left:50%}.context-menu{color:var(--font-color);position:relative;box-sizing:border-box;width:25%;min-width:150px;height:auto;cursor:default;max-height:calc(100vh - 32px);box-shadow:0 8px 16px rgba(0,0,0,.24);background:var(--input-background);border-radius:4px;padding:6px 8px;z-index:999}.context-menu ul{padding:0;margin:0;list-style:none}.context-menu ul li{display:flex;justify-content:space-between;align-items:center;min-height:32px;padding:6px 8px;box-sizing:border-box;position:relative;margin:2px 0;border-radius:2px;font-size:14px;font-weight:500;line-height:18px;cursor:pointer}.context-menu ul li a{flex:1 1 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none;color:var(--font-color)}.context-menu ul li:hover{background:var(--color-accent)}.context-menu ul li:hover a{color:#fff}.modIconFlare{animation:flareRotate 2s linear 0s infinite}@keyframes flareRotate{0%{fill:#52d7ff}50%{fill:#09f}to{fill:#52d7ff}}.rainbow{animation:colorRotate 6s linear 0s infinite}@keyframes colorRotate{0%{fill:#66f}10%{fill:#09f}50%{fill:#0f0}75%{fill:#f39}to{fill:#66f}}