body{background-color:black}.restricted-container{position:relative;margin:0 auto;height:100vh;overflow-x:hidden;max-width:450px;height:100%;-ms-overflow-style:none;scrollbar-width:none}.restricted-container::-webkit-scrollbar{display:none}#__next,.loader,body,html{height:100%}.loader{border:3px solid;border-color:#000 #000 transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite;width:100%}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hudItem{position:absolute;text-decoration:none;z-index:401;cursor:pointer;display:flex;justify-content:center;align-items:center}.theme{background-color:#121212}.theme,.theme-text{color:whitesmoke}.themeSVG{filter:invert(100%) sepia(0) saturate(4285%) hue-rotate(33deg) brightness(107%) contrast(100%)}.throbbing{animation:pulse 1s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.siren:after,.siren:before{content:"";position:absolute;top:50%;transform:translateY(-50%);height:100%;width:1em;border-radius:50%}.siren:before{left:-1em;background-color:red;animation:pulseRed 1s infinite alternate}.siren:after{right:-1em;background-color:blue;animation:pulseBlue 1s infinite alternate}@keyframes pulseRed{0%{box-shadow:0 0 0 0 rgba(255,0,0,1)}to{box-shadow:0 0 2em 15px rgba(255,0,0,0)}}@keyframes pulseBlue{0%{box-shadow:0 0 2em 15px rgba(0,0,255,0)}to{box-shadow:0 0 0 0 rgba(0,0,255,1)}}.pulsing-circle{animation:pulseOpacity 2s ease-in-out infinite}@keyframes pulseOpacity{0%{fill-opacity:.4}50%{fill-opacity:.6}to{fill-opacity:.4}}.pointer{cursor:pointer}.panel{background-color:#1c1c1c;margin-bottom:1em;border-radius:10px;padding:1em;justify-content:space-between;width:100%;display:flex;flex-direction:column}.panel.debug{border:2px solid #b02da9}.section{display:flex;flex-direction:row;align-items:center;gap:1em}.section.fw{justify-content:space-between}.section .group{flex-direction:row}.panel>.item,.section .group{display:inline-flex;align-items:center;gap:1em}.page,.panel>.item{flex-direction:column}.page{display:grid;justify-content:space-between;grid-gap:1em;gap:1em}.screen-centre{display:grid;place-items:center;height:100vh}input{background-color:#2f2828;color:whitesmoke;border:none;border-radius:5px;padding:10px 15px;font-size:16px;outline:none;box-shadow:none}input:focus{border-color:#2d8db0;box-shadow:0 0 5px #2d8db0}.file-input{background-color:#2f2828;color:whitesmoke;border-radius:5px;padding:10px 15px;font-size:16px;outline:none}.file-input::-webkit-file-upload-button{background-color:#2D6EFD;color:white;border:none;padding:5px 10px;border-radius:5px;margin-right:10px;cursor:pointer}.file-input::file-selector-button{background-color:#2D6EFD;color:white;border:none;padding:5px 10px;border-radius:5px;margin-right:10px;cursor:pointer}.file-input:focus{border-color:#2d8db0;box-shadow:0 0 5px #2d8db0}.ui-button{background-color:#565c69;color:white;border:none;padding:10px 15px;border-radius:5px;cursor:pointer;display:flex;justify-content:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ui-button:hover{background-color:#72767d}:root{--terminal-text:#55fffe;--gray-text:#bbbbbb;--highlight-pink:#cc2c87}.highlight-pink{background-color:var(--highlight-pink)}.react-datepicker,.react-datepicker-popper{z-index:10000!important}