:root{--shadow-24:0rem 0.1rem 2.4rem 0.1rem rgba(0,0,0,0.8)!important;--shadow-16:0rem 0.1rem 1.6rem 0.1rem rgba(0,0,0,0.7)!important;--shadow-12:0rem 0.1rem 1.2rem 0.1rem rgba(0,0,0,0.6)!important;--shadow-08:0rem 0.1rem 0.8rem 0.1rem rgba(0,0,0,0.5)!important;--shadow-06:0rem 0.1rem 0.6rem 0.1rem rgba(0,0,0,0.4)!important;--shadow-04:0rem 0.1rem 0.4rem 0.1rem rgba(0,0,0,0.3)!important;--shadow-02:0rem 0.1rem 0.2rem 0.1rem rgba(0,0,0,0.2)!important;--shadow-01:0rem 0.1rem 0.1rem 0.1rem rgba(0,0,0,0.1)!important}*,:after,:before{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;box-sizing:border-box;margin:0;color:var(--foreground)}#root,.App,body,html{min-width:320px;width:100%;height:100%;display:inline-block}html{font-size:16px}@media only screen and (max-width:768px){html{font-size:15px!important}}@media only screen and (max-width:640px){html{font-size:14px!important}}@media only screen and (max-width:480px){html{font-size:13px!important}}code,pre{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}pre{margin:0;overflow-x:auto;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}hr{margin:.25rem 0;border:0;border-bottom:1px solid var(--outline)}textarea{padding:.5rem;min-height:3.8rem}input[type=number],input[type=password],input[type=text]{padding:.25rem .5rem}.input,input[type=date],input[type=datetime],input[type=number],input[type=password],input[type=text],input[type=time],select,textarea{background-color:var(--input);color:var(--foreground);border:1px solid var(--outline);border-color:var(--inset-top) var(--inset-bottom) var(--inset-bottom) var(--inset-top);border-style:solid;border-width:1px;border-radius:4px;outline:0;padding:.25rem .5rem}select option{background-color:var(--option)!important;color:var(--foreground)!important}.input:focus,.input:hover,input:focus,input:hover,select:focus,select:hover,textarea:focus,textarea:hover{border:1px solid #4169e1}button{background-color:var(--button);border:none;padding:.5rem 1rem;position:relative;border-color:var(--outset-top) var(--outset-bottom) var(--outset-bottom) var(--outset-top);border-style:solid;border-width:1px;border-radius:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.button,button{text-decoration:none;cursor:pointer;transition-duration:.1s}.button{box-shadow:none;border-color:var(--outset-top) var(--outset-bottom) var(--outset-bottom) var(--outset-top);border-style:solid;border-width:1px}.button:hover,button:hover{box-shadow:0 .1rem .2rem .1rem rgba(0,0,0,.2);box-shadow:var(--shadow-02);-webkit-transform:translate(-1px,-1px);transform:translate(-1px,-1px);font-weight:700}.button:active,button:active{box-shadow:0 .1rem .1rem .1rem rgba(0,0,0,.1);box-shadow:var(--shadow-01);-webkit-transform:translate(0);transform:translate(0)}.button:focus,button:focus{outline:0}.button:after,button:after{position:absolute;content:"";top:0;left:0;right:0;bottom:0;pointer-events:none;background-image:radial-gradient(circle,currentColor 10%,transparent 10.01%);-webkit-transform:scale(10);transform:scale(10);opacity:0;transition:opacity 1s,-webkit-transform .3s;transition:transform .3s,opacity 1s;transition:transform .3s,opacity 1s,-webkit-transform .3s}.button:active:after,button:active:after{-webkit-transform:scale(0);transform:scale(0);opacity:.3;transition:0s}.µ-bg{background-color:var(--background);position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1}.µ-bg-image{content:"";background-image:url(/static/media/bg_00.39f53e74.png);background-repeat:repeat;height:100%;width:100%;opacity:.05}.µ-paper{background-color:var(--paper);border:1px solid var(--outline);border-radius:4px;padding:.5rem;max-width:calc(100% - 2rem);width:800px;max-height:calc(100% - 5.2rem);margin:1rem auto;box-shadow:0 .1rem .4rem .1rem rgba(0,0,0,.3);box-shadow:var(--shadow-04)}.µ-button-icon{width:2rem;height:2rem;color:var(--icon);font-size:1.2rem;border:0 solid grey;border-radius:50%;outline:0;padding:0;cursor:pointer;border:1px solid var(--outline);box-shadow:none}.µ-button-icon,.µ-button-icon *{-webkit-align-self:center;align-self:center}.µ-button-icon *{display:-webkit-flex;display:flex;margin:auto}.µ-button-icon>img{-webkit-filter:grayscale(100%);filter:grayscale(100%);width:1.2rem;height:1.2rem;object-fit:cover;border-radius:50%}.µ-button-icon:hover{font-weight:400}.capitalize{text-transform:capitalize}.circled{border-radius:50%}.col{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.c-gray{color:grey}.c-green{color:green}.c-lime{color:#0f0}.c-red{color:red}.c-royal-blue{color:#4169e1}.align-center{-webkit-align-items:center;align-items:center}.align-start{-webkit-align-items:start;align-items:start}.f-1{font-size:1rem}.f-16{font-size:16px}.f-italic{font-style:italic}.f-bold{font-weight:700}.justify-right{justify-items:right;-webkit-justify-content:flex-end;justify-content:flex-end}.justify-start{justify-items:left}.justify-center{justify-items:center}.justify-content-center{-webkit-justify-content:center;justify-content:center}.d-flex{display:-webkit-flex;display:flex}.filter-gray{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.fixed-bottom{position:fixed;bottom:0}.fixed-top{position:fixed;top:0}.flex-column{-webkit-flex-direction:column;flex-direction:column}.flex-wrap{-webkit-flex-wrap:wrap;flex-wrap:wrap}.f-right{float:right}.sh-32{height:32px}.h-min50{min-height:50%}.h-auto{height:auto}.h-100{height:100%}.w-50{width:50%}.w-100{width:100%}.max-w-90{max-width:90%}.mr-auto{margin-right:auto}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.ml-auto{margin-left:auto}.ml-1{margin-left:.5rem}.ml-2{margin-left:1rem}.mr-1{margin-right:.5rem}.mr-2{margin-right:1rem}.my-1{margin-top:.5rem;margin-bottom:.5rem}.my-2{margin-top:1rem;margin-bottom:1rem}.mx-1{margin-left:.5rem;margin-right:.5rem}.mx-2{margin-left:1rem;margin-right:1rem}.o-05{opacity:.5}.outlined{border:1px solid var(--outline)}.p-0{padding:0!important}.p-1{padding:.5rem}.pt-2{padding-top:1rem}.pr-3{padding-right:2rem}.px-1{padding-left:.5rem;padding-right:.5rem}.pointer{cursor:pointer}.rounded{border-radius:4px}.scroll-y{overflow-y:auto}.scroll-x{overflow-x:auto}.s-m-input{min-width:140px;height:32px}.s-m-button{width:140px;height:32px}.s-2{width:1.2rem;height:1.2rem}.s-16{width:16px;height:16px}.s-32{width:32px;height:32px}.space-between{place-content:space-between}*{scrollbar-color:var(--scrollbar-foreground-1)}::-webkit-scrollbar{width:.9rem;height:.9rem}::-webkit-scrollbar-track{background:linear-gradient(90deg,var(--scrollbar-background-1),var(--scrollbar-background-2));border-radius:1rem}::-webkit-scrollbar-thumb{background:linear-gradient(0deg,var(--scrollbar-foreground-1),var(--scrollbar-foreground-2));border-radius:1rem;border:1px solid var(--outline);border-color:var(--outset-top) var(--outset-bottom) var(--outset-bottom) var(--outset-top);border-style:solid;border-width:1px}.App.dark{--background:#011627;--paper:rgba(18,33,54,0.75);--button:#111f33;--input:hsla(0,0%,100%,0.05);--option:#1e2c40;--foreground:hsla(0,0%,100%,0.9);--icon:hsla(0,0%,100%,0.7);--outline:hsla(0,0%,100%,0.2);--inset-top:#444!important;--inset-bottom:#777!important;--outset-top:#777!important;--outset-bottom:#444!important;--scrollbar-background-1:rgba(0,0,0,0.2);--scrollbar-background-2:rgba(0,0,0,0.1);--scrollbar-foreground-1:rgba(0,0,0,0.1);--scrollbar-foreground-2:rgba(0,0,0,0.2)}.App.dark ::-webkit-calendar-picker-indicator{-webkit-filter:invert(1);filter:invert(1)}.App.dark .µ-button-icon>img{-webkit-filter:grayscale(100%) invert(1);filter:grayscale(100%) invert(1)}.App.light{--background:#0b2942;--paper:#eee;--button:#eee;--input:hsla(0,0%,100%,0.5);--option:#f7f7f7;--foreground:rgba(0,0,0,0.9);--icon:rgba(0,0,0,0.7);--outline:rgba(0,0,0,0.2);--inset-top:#aaa!important;--inset-bottom:#ccc!important;--outset-top:#ccc!important;--outset-bottom:#aaa!important;--scrollbar-background-1:rgba(0,0,0,0.06);--scrollbar-background-2:rgba(0,0,0,0.01);--scrollbar-foreground-1:rgba(0,0,0,0.01);--scrollbar-foreground-2:rgba(0,0,0,0.03)}
/*# sourceMappingURL=main.0fad2431.chunk.css.map */