:root{font-size:16px}::-webkit-scrollbar{width:.6rem;height:.6rem}::-webkit-scrollbar-track{box-shadow:inset 0 0 5px #f5f5f5;border-radius:0}::-webkit-scrollbar-thumb{background:#f5f5f5;box-shadow:inset 0 0 5px #c5c5c5;border-radius:0}::-webkit-scrollbar-thumb:hover{box-shadow:inset 0 0 5px #959595}body{height:100vh;background:#000;color:#7a828b}.noise{background-size:auto;background-image:linear-gradient(180deg,#000000dd 15%,#0c0c0ccc 60%,#2c2c2c 75%,#101010dd 90%),url(/assets/noise.svg)}.modal-dialog{color:#383838;min-width:60vw}.modal-dialog>.modal-content{border-radius:0}label{margin-bottom:.25rem;font-weight:600}.switch{position:relative;display:inline-block;width:58px;height:28px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s}.slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;transition:.4s}input:checked+.slider{background-color:#2196f3}input:focus+.slider{box-shadow:0 0 1px #2196f3}input:disabled+.slider{background-color:#9cacb9}input:checked+.slider:before{transform:translate(28px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.logo{width:5rem;height:5rem;background-size:contain;background-repeat:no-repeat;background-position:center}.error-block{margin:.5rem 0;padding:.5rem;background:#c60e0e;color:#fff}.dropdown-item:hover{cursor:pointer;background-color:#ccc}.loading{padding:2rem;font-size:1.5rem}.loading-box{box-sizing:border-box;border:1px solid #7a828b;width:32px;height:32px;animation:spin 4s infinite linear;margin:1rem auto}.loading-box:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-sizing:border-box;border:1px solid #7a828b;width:26px;height:26px;animation:pulse 2s infinite ease}@keyframes pulse{50%{border-width:10px}}@keyframes spin{to{transform:rotate(360deg)}}
