@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap";:root{font-family:Poppins,sans-serif;line-height:1.5;font-weight:400;background-color:#000;--primary-color: #0062FF;--secondary-color: #ffffff;--background-color: #000000;--input-border-color: #ccc;--input-focus-border-color: var(--primary-color);color-scheme:light dark;color:#ffffffde;background-color:var(--background-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:var(--primary-color);text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;font-family:Poppins,sans-serif;background-color:var(--background-color)}input[type=text],input[type=email],input[type=password],input[type=number]{padding:.5em;font-size:1em;font-family:inherit;border:1px solid var(--input-border-color);border-radius:4px;outline:none;transition:border-color .25s;background-color:#fff;color:#000}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=number]:focus{border-color:var(--input-focus-border-color)}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .25s,background-color .25s,color .25s;box-shadow:0 2px 4px #0003}button.solid{background-color:var(--primary-color);color:var(--secondary-color)}button.outline{background-color:var(--secondary-color);color:var(--primary-color);border:2px solid var(--primary-color)}button:hover{border-color:var(--primary-color)}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body{margin:0;padding:0;width:100%;height:100%}.splash-screen{display:flex;justify-content:center;align-items:center;width:100vw;height:100vh;background-color:#000;transition:opacity .5s ease-out}.splash-screen.fade-out{opacity:0}.splash-logo{width:400px;opacity:0;animation:fadeInOut 4s forwards}@keyframes fadeInOut{0%{opacity:0}50%{opacity:1}to{opacity:0}}.login-view{background-color:#000;width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#000;animation:fadeIn 1.5s ease forwards}.login-form-container{width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center}.login-form{width:100%;display:flex;flex-direction:column}.form-field{margin-bottom:1rem;display:flex;flex-direction:column}.form-field label{margin-bottom:.5rem;font-size:1rem;color:#fff}.form-field input{padding:.5rem;font-size:1rem;border:none;border-radius:10px;box-shadow:4px 4px 4px #ffffff4d}button{cursor:pointer;font-size:1rem;padding:.75rem;border:none;border-radius:10px;box-shadow:4px 4px 4px #ffffff4d;margin-top:1rem;transition:background-color .25s,color .25s,border-color .25s}.login-button{background-color:#0062ff;color:#fff;width:100%}.login-button:hover{background-color:#0052cc}.signup-button{background-color:#fff;color:#000;border:3px solid #0062FF;width:100%}.signup-button:hover{background-color:#e0e0e0}.forgot-password{background:none;border:none;color:#0062ff;font-size:20px;margin-top:.5rem;cursor:pointer;box-shadow:none;text-decoration:underline}.additional-actions{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:1rem}.login-view.fade-out{opacity:0;transition:opacity 1s ease-in-out}.login-form-container.fade-in{opacity:1;transition:opacity 1s ease-in-out}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000046;display:flex;justify-content:center;align-items:center}.loading-container{display:flex;justify-content:center;align-items:center;width:150px;height:150px;position:relative}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:#0008;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.loading-container{display:flex;flex-direction:column;align-items:center;width:100px;height:100px;position:relative;gap:200px}.loading-image{width:100px;height:100px;position:absolute;opacity:0;animation:stepCycle 1s steps(1,end) infinite}.loading-text{color:#fff;font-size:24px;font-weight:700}.loading-image:nth-child(1){animation-delay:0s}.loading-image:nth-child(2){animation-delay:.25s}.loading-image:nth-child(3){animation-delay:.5s}.loading-image:nth-child(4){animation-delay:.75s}.toolbar{position:absolute;background-color:#000;width:40px;transition:width .3s ease;display:flex;flex-direction:column;align-items:flex-start;padding:1rem;padding-left:20px;border-top-right-radius:16px;border-bottom-right-radius:16px;border:4px solid #0062FF;top:3%;overflow:hidden;left:20;z-index:1499;height:90%}.toolbar:hover{width:200px}.spacer{flex-grow:1}.toolbar-icons{display:flex;flex-direction:column;gap:24px;height:100%}.toolbar-icon{display:flex;align-items:center;position:relative;width:36px;cursor:pointer}.icon-image{width:34px;height:34px;filter:brightness(0) invert(1)}.icon-label{position:absolute;left:50px;opacity:0;pointer-events:none;transition:opacity .3s ease;white-space:nowrap;font-size:1.1rem;color:#fff;cursor:pointer}.toolbar-icon:hover .icon-label{color:#0062ff}.toolbar:hover .icon-label{opacity:1;pointer-events:auto}.toolbar-icon:hover .icon-image{filter:invert(22%) sepia(59%) saturate(6664%) hue-rotate(215deg) brightness(107%) contrast(102%)}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-in;-moz-transition:-moz-transform .3s ease-out,opacity .3s ease-in;-o-transition:-o-transform .3s ease-out,opacity .3s ease-in;transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{-webkit-transition:-webkit-stroke-dashoffset .3s ease-out,-webkit-stroke-opacity .3s ease-in;-moz-transition:-moz-stroke-dashoffset .3s ease-out,-moz-stroke-opacity .3s ease-in;-o-transition:-o-stroke-dashoffset .3s ease-out,-o-stroke-opacity .3s ease-in;transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}.marker-cluster-small{background-color:#b5e28c99}.marker-cluster-small div{background-color:#6ecc3999}.marker-cluster-medium{background-color:#f1d35799}.marker-cluster-medium div{background-color:#f0c20c99}.marker-cluster-large{background-color:#fd9c7399}.marker-cluster-large div{background-color:#f1801799}.leaflet-oldie .marker-cluster-small{background-color:#b5e28c}.leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}.leaflet-oldie .marker-cluster-medium{background-color:#f1d357}.leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}.leaflet-oldie .marker-cluster-large{background-color:#fd9c73}.leaflet-oldie .marker-cluster-large div{background-color:#f18017}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif}.marker-cluster span{line-height:30px}.custom-map-marker{background:transparent;border:none}.filter-button{position:fixed;top:24px;right:48px;background-color:#0062ff;color:#fff;border:none;border:2px solid #0062ff;border-radius:14px;display:flex;align-items:center;gap:.5rem;height:60px;margin:0;cursor:pointer;box-shadow:4px 4px 6px #ffffff4d;z-index:1100;font-size:18px;transition:background-color ease,border ease}.filter-icon{width:24px;height:24px;filter:brightness(0) invert(1)}.filter-button:hover{background-color:#0041a8}.filter-button.active{background-color:#0041a8;border:2px solid #ffffff}.filter-sidebar{position:fixed;top:125px;right:-20%;width:15%;height:70%;background:#000;border-top-left-radius:16px;border-bottom-left-radius:16px;border:2px solid #0062ff;color:#fff;padding:20px;box-shadow:-3px 0 6px #ffffff4d;transition:right .3s ease-in-out;display:flex;flex-direction:column;z-index:2000;overflow-y:scroll;overflow-x:hidden}.filter-sidebar::-webkit-scrollbar{width:10px}.filter-sidebar::-webkit-scrollbar-track{background:transparent}.filter-sidebar::-webkit-scrollbar-thumb{background:#0062ff;border-radius:6px;transition:.3s ease-in-out}.filter-sidebar::-webkit-scrollbar-thumb:hover{background:#0041a8}.filter-sidebar{scrollbar-width:thin;scrollbar-color:#0062FF transparent}.filter-sidebar.open{right:0%}.filter-title{font-size:1.5rem;margin-bottom:20px}.filter-option{display:flex;align-items:center;gap:10px;font-size:16px;cursor:pointer;color:#fff;margin-bottom:5px;width:100%;padding:2px}.filter-option.selected{color:#0062ff}.sub-options{margin-left:20px;display:flex;flex-direction:column;gap:3px}.group-label{font-weight:700;font-size:18px}.filter-section input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;border-radius:5px;background:#fff;outline:none;transition:.3s ease-in-out;cursor:pointer}.filter-section input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;background:#0062ff;border:1px solid white;border-radius:50%;cursor:pointer;margin-top:0}.filter-option input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border:2px solid white;border-radius:4px;background-color:transparent;display:inline-block;position:relative;cursor:pointer;transition:all .3s ease}.filter-option input[type=checkbox]:checked{background-color:#0062ff;border:2px solid #0062FF}.filter-option input[type=checkbox]:after{content:"✔";font-size:12px;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-45%,-50%);display:none}.filter-option input[type=checkbox]:checked:after{display:block}.inactive-device-container{position:fixed;top:24px;right:200px;display:flex;justify-content:flex-end;align-items:center;z-index:1020;height:60px;width:100%}.inactive-device-panel{position:relative;color:#fff;font-size:18px;display:flex;height:60px;align-items:center;white-space:nowrap;flex-direction:row;background:#000;border:2px solid #0062ff;border-radius:14px;padding:0 4px;overflow:hidden;gap:8px;cursor:pointer;max-width:200px;box-shadow:4px 4px 6px #ffffff4d;transition:max-width .5s ease-in-out,padding .5s ease-in-out}.inactive-device-panel.open{max-width:600px;transition:max-width .5s ease-in-out,padding .5s ease-in-out}.device-list{display:flex;flex-direction:row;gap:12px;margin-left:6px;align-items:center;justify-content:flex-start;flex-wrap:nowrap;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;overflow-x:scroll;scrollbar-width:thin;padding-bottom:10px;scrollbar-color:#0062ff transparent}.device-list::-webkit-scrollbar-thumb{background-color:#0062ff;border-radius:3px}.device-list::-webkit-scrollbar{height:6px}.device-list::-webkit-scrollbar-track{background:transparent}.inactive-device-panel.open .device-list{opacity:1;visibility:visible;transition:opacity .3s ease-in-out}.device-badge{background:#0062ff;color:#fff;border:none;padding:3px 12px;border-radius:14px;font-size:14px;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease;box-shadow:3px 3px 4px #ffffff4d;display:flex;align-items:center;justify-content:center;line-height:18px;margin:0}.device-badge:hover{background:#0041a8;box-shadow:4px 4px 10px #00000080}.device-badge.selected{border:2px solid white}.chevron-icon{width:32px;height:32px}.device-details-panel{background-color:#0062ff;width:400px;display:flex;top:50%;flex-direction:column;align-items:flex-start;padding:1rem;padding-left:50px;color:#000;border-top-right-radius:16px;border-bottom-right-radius:16px;overflow:hidden;border:4px solid #0062FF;position:absolute;transform:translate3d(-340px,-50%,0);transition:transform .35s cubic-bezier(.25,.8,.25,1);z-index:900;box-shadow:2px 2px 4px #ffffff4d;height:90%}.device-details-panel:not(.open):hover{transform:translate3d(-320px,-50%,0)}.device-details-panel.open{width:400px;transform:translate(-0px) translateY(-50%)}.banner{position:absolute;top:0;right:0;height:100%;width:40px;transform-origin:top right;background-color:#0062ff;color:#fff;font-size:18px;font-weight:700;border-radius:4px;display:flex;align-items:center;justify-content:center;padding-right:0;text-align:right;z-index:901;cursor:pointer}.banner span{display:block;transform:rotate(90deg) translateZ(0);backface-visibility:hidden;will-change:transform;color:#fff;font-size:22px;font-weight:400;opacity:.99;white-space:nowrap;z-index:903}.main-content{position:absolute;height:100%;top:0%;width:360px;background-color:#fff;border-top-right-radius:16px;border-bottom-right-radius:16px;overflow-y:scroll;overflow-x:hidden;z-index:999}.main-content::-webkit-scrollbar-button{display:none}.main-content::-webkit-scrollbar{width:10px}.main-content::-webkit-scrollbar-track{background:transparent}.main-content::-webkit-scrollbar-thumb{background:#7a7a7a;border-radius:6px;transition:.3s ease-in-out}.main-content::-webkit-scrollbar-thumb:hover{background:#0041a8}.main-content{scrollbar-width:thin;scrollbar-color:#7a7a7a transparent}.no-device{display:flex;width:100%;justify-content:center;align-items:center;height:100%;text-align:center;flex-direction:column;font-size:20px;font-weight:700;padding-left:10px}.no-device img{width:112px;height:112px}.header-section{margin-top:14px;margin-bottom:12px;text-align:left;padding-left:50px;line-height:24px;font-size:20px;font-weight:700}.header-tank-gauge{display:flex;padding:0}.header-tank-gauge svg{width:200%;height:100%}.header-label{margin:0;font-size:16px;font-weight:700;color:#000}.header-label-box{width:60px;height:26px;padding:2px;border-radius:12px;background-color:#414141;display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;align-content:center;gap:2px;box-shadow:0 2px 6px #0000004d}.header-label-box-text{margin:0;padding:0;font-size:16px;font-weight:700;color:#fff;line-height:25px;display:flex;align-items:center}.tank-details-section{list-style:none;margin-top:4px;padding:0 0 0 50px;transition:all .3s ease-in-out;opacity:1}.tank-details-row{display:flex;flex-direction:row;align-items:center;align-content:center;line-height:12px;gap:12px;width:80%}.tank-address-section{list-style:none;margin-top:4px;padding:0 0 0 50px}.tank-address-section ul{list-style:none;padding:0;margin-top:4px;font-size:16px}.monitor-status-section,.shared-users-section,.delete-device-section{margin-top:4px;padding:0 0 0 50px;transition:all .3s ease-in-out;opacity:1}.panel-divider{width:80%;margin-left:50px;border:none;border-top:1px solid #ccc}.section-header{text-align:left;font-weight:700;color:#0062ff;font-size:20px;line-height:28px;margin-bottom:8px}.drop-down-input{width:100%!important;height:32px!important;font-size:14px!important;font-weight:700;padding:0;font-family:Poppins,sans-serif;border:1px solid #ececec;background-color:#ececec;border-radius:6px;outline:none}.drop-down-input:focus{border-color:#0062ff;background-color:#fff;box-shadow:0 0 4px #0062ff33}.text-input{width:100%;height:16px!important;font-size:16px!important;font-weight:400;padding:0;border:1px solid #ececec;background-color:#ececec;border-radius:6px;outline:none}.text-input:focus{border-color:#0062ff;background-color:#fff;box-shadow:0 0 4px #0062ff33}.button{width:120px;height:40px;font-size:14px;font-weight:700;border:none;border-radius:8px;cursor:pointer;padding:8px;transition:background-color .3s ease,transform .2s ease}.button-save{background-color:#0062ff;color:#fff}.button-save:hover{background-color:#004bcc}.button-save:active{transform:scale(.95)}.button-cancel{background-color:#414141;color:#fff}.button-cancel:hover{background-color:#2c2c2c}.button-cancel:active{transform:scale(.95)}.contact-card{background-color:#c7dcff;border-radius:12px;box-shadow:0 2px 6px #00000026;display:flex;flex-direction:column;gap:6px;padding:8px;width:90%}.contact-main-icon{width:28px;height:28px}.contact-small-icon{width:16px;height:16px}.icon-container{position:relative;width:22px;height:22px;display:block}.tooltip-icon:hover+.tooltip-text{visibility:visible;opacity:1}.tooltip-text{visibility:hidden;opacity:0;background-color:#000;color:#fff;text-align:center;padding:6px 10px;border-radius:5px;position:absolute;z-index:100;bottom:150%;margin-left:0;white-space:nowrap;transition:opacity .3s ease-in-out}.panel-loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px;z-index:1000!important;color:#fff;font-size:24px;font-weight:400;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.panel-loading-container{display:flex;justify-content:center;align-items:center;width:100px;height:100px;position:relative}.panel-loading-image{width:100px;height:100px;position:absolute;opacity:0;animation:stepCycle 1s steps(1,end) infinite}.panel-loading-image:nth-child(1){animation-delay:0s}.panel-loading-image:nth-child(2){animation-delay:.25s}.panel-loading-image:nth-child(3){animation-delay:.5s}.panel-loading-image:nth-child(4){animation-delay:.75s}.switch{position:relative;display:inline-block;width:40px;height:20px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#acacac;transition:.4s}.slider:before{position:absolute;content:"";height:16px;width:16px;left:2px;bottom:2px;background-color:#fff;transition:.4s}.slider.round{border-radius:16px}.slider.round:before{border-radius:50%}.switch input:checked+.slider{background-color:#0062ff}.switch input:checked+.slider:before{transform:translate(20px)}.range-slider{-webkit-appearance:none;width:100%;height:6px;border-radius:3px;outline:none;margin:0;padding:0;background:#ccc;cursor:pointer}.range-slider::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:#0062ff;border:2px solid white;cursor:pointer}.range-slider::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#0062ff;border:2px solid white;cursor:pointer}.chart-details-wrapper{position:fixed;bottom:0;right:12px;width:70%;height:350px;display:flex;overflow:hidden;transform:translateY(310px);transition:transform .35s cubic-bezier(.25,.8,.25,1);z-index:1000}.chart-details-wrapper.closed:hover{transform:translateY(290px)}.chart-details-wrapper.open{transform:translateY(0);pointer-events:auto}.chart-details-container{position:absolute;width:99%;top:40px;height:300px;background-color:#fff;border-top-left-radius:16px;border-top-right-radius:16px;box-shadow:0 -2px 10px #0000004d;transition:transform .3s ease-in-out;border:4px solid #0062FF;overflow:hidden;display:flex;flex-direction:row;z-index:1002}.chart-details-tab{position:absolute;top:0;right:24px;height:30px;background-color:#0062ff;color:#fff;font-weight:400;font-size:20px;padding:6px 16px;border-radius:12px 12px 0 0;display:flex;align-items:center;gap:8px;cursor:pointer;z-index:1003}.chart-loading{font-size:16px;padding:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;gap:8px;color:#333}.chart-content{flex:1;padding:0 24px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;height:100%;width:100%;overflow:hidden;position:relative}.chart-sidebar{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0px;background-color:#f9f9f9;border-right:2px solid #c7c7c7;height:100%;max-width:160px}.chart-button-content{border-bottom:1px solid black;width:100%}.chart-sidebar button{background:none;border:none;border-top:1px solid black;border-radius:0;font-size:14px;cursor:pointer;color:#0062ff;margin:0;width:100%;text-align:start;transition:background-color .2s}.chart-sidebar button.active{background-color:#0062ff;color:#fff;font-weight:700}.chart-sidebar button:hover{background-color:#0062ff9a;color:#fff}.chart-title{font-size:18px;font-weight:700;display:flex;height:100%;align-items:center;color:#000;text-align:left;vertical-align:center}.chart-consumption-text{font-size:14px;font-weight:medium;height:100%;text-align:left;vertical-align:center;padding-left:24px;display:flex;justify-content:space-evenly;flex-direction:row;align-items:center;white-space:nowrap}.consumption-line{display:flex;align-items:center;flex:1;justify-content:center;padding-left:12px;white-space:nowrap}.chart-title-container{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 4px}.chart-filters{display:flex;align-items:center;font-family:Poppins,sans-serif;gap:12px}.chart-filters select,.chart-filters input[type=date]{padding:4px;font-size:12px;border:1px solid #ccc;border-radius:4px;font-family:Poppins,sans-serif}.chart-filters button{padding:4px 12px;font-size:14px;border:none;margin:0;background-color:#0062ff;color:#fff;border-radius:8px;cursor:pointer;transition:background-color .2s}.chart-filters button:hover{background-color:#0052cc}.modal-content{width:420px;background:#1b1b1b;border-radius:10px;padding:2rem;box-shadow:0 0 8px #c8c8c826,0 8px 32px #000000b3;position:relative;color:#fff;font-family:Poppins,sans-serif}.modal-content input{width:90%;padding:1rem;margin-top:.75rem;margin-bottom:.75rem;font-size:1rem;color:#fff;background:#000;border:2px solid #0062ff;align-content:center;border-radius:8px;outline:none;align-items:center}.modal-content input:focus{box-shadow:0 0 0 3px #0062ff59}.modal-content h2{font-size:1.5rem;font-weight:600;margin-bottom:0rem;color:#fff}.modal-content .error{margin-top:.5rem;text-align:center;font-size:.9rem;color:#f66}.home-view{display:flex;width:100vw;height:100vh;position:relative;background-color:transparent;transition:opacity 1s ease-out;background-color:#000}.notifications-icon{transform:rotate(-30deg)}.map-container{flex:1;position:relative;background-color:#000}.home-loading-screen{width:100%;height:100%;background:#0009!important;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px;z-index:1200;color:#fff;font-size:24px;font-weight:400;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.home-loading-container{display:flex;justify-content:center;align-items:center;width:100px;height:100px;position:relative}.home-loading-image{width:100px;height:100px;position:absolute;opacity:0;animation:stepCycle 1s steps(1,end) infinite}.home-loading-image:nth-child(1){animation-delay:0s}.home-loading-image:nth-child(2){animation-delay:.25s}.home-loading-image:nth-child(3){animation-delay:.5s}.home-loading-image:nth-child(4){animation-delay:.75s}.no-devices-dialog{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000c;color:#fff;padding:20px;border-radius:8px;z-index:1000;text-align:center;width:80%;font-size:24px;max-width:600px}.rc-slider{position:relative;height:14px;padding:5px 0;width:100%;border-radius:6px;touch-action:none;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-rail{position:absolute;width:100%;background-color:#e9e9e9;height:4px;border-radius:6px}.rc-slider-track{position:absolute;left:0;height:4px;border-radius:6px;background-color:#abe2fb}.rc-slider-handle{position:absolute;width:14px;height:14px;cursor:pointer;cursor:-webkit-grab;margin-top:-5px;cursor:grab;border-radius:50%;border:solid 2px #96dbfa;background-color:#fff;touch-action:pan-x}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#57c5f7;box-shadow:0 0 0 5px #96dbfa}.rc-slider-handle:focus{outline:none}.rc-slider-handle-click-focused:focus{border-color:#96dbfa;box-shadow:unset}.rc-slider-handle:hover{border-color:#57c5f7}.rc-slider-handle:active{border-color:#57c5f7;box-shadow:0 0 5px #57c5f7;cursor:-webkit-grabbing;cursor:grabbing}.rc-slider-mark{position:absolute;top:18px;left:0;width:100%;font-size:12px}.rc-slider-mark-text{position:absolute;display:inline-block;vertical-align:middle;text-align:center;cursor:pointer;color:#999}.rc-slider-mark-text-active{color:#666}.rc-slider-step{position:absolute;width:100%;height:4px;background:transparent}.rc-slider-dot{position:absolute;bottom:-2px;margin-left:-4px;width:8px;height:8px;border:2px solid #e9e9e9;background-color:#fff;cursor:pointer;border-radius:50%;vertical-align:middle}.rc-slider-dot-active{border-color:#96dbfa}.rc-slider-dot-reverse{margin-right:-4px}.rc-slider-disabled{background-color:#e9e9e9}.rc-slider-disabled .rc-slider-track{background-color:#ccc}.rc-slider-disabled .rc-slider-handle,.rc-slider-disabled .rc-slider-dot{border-color:#ccc;box-shadow:none;background-color:#fff;cursor:not-allowed}.rc-slider-disabled .rc-slider-mark-text,.rc-slider-disabled .rc-slider-dot{cursor:not-allowed!important}.rc-slider-vertical{width:14px;height:100%;padding:0 5px}.rc-slider-vertical .rc-slider-rail{height:100%;width:4px}.rc-slider-vertical .rc-slider-track{left:5px;bottom:0;width:4px}.rc-slider-vertical .rc-slider-handle{margin-left:-5px;touch-action:pan-y}.rc-slider-vertical .rc-slider-mark{top:0;left:18px;height:100%}.rc-slider-vertical .rc-slider-step{height:100%;width:4px}.rc-slider-vertical .rc-slider-dot{left:2px;margin-bottom:-4px}.rc-slider-vertical .rc-slider-dot:first-child{margin-bottom:-4px}.rc-slider-vertical .rc-slider-dot:last-child{margin-bottom:-4px}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-leave{animation-duration:.3s;animation-fill-mode:both;display:block!important;animation-play-state:paused}.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active{animation-name:rcSliderTooltipZoomDownIn;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{animation-name:rcSliderTooltipZoomDownOut;animation-play-state:running}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear{transform:scale(0);animation-timing-function:cubic-bezier(.23,1,.32,1)}.rc-slider-tooltip-zoom-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes rcSliderTooltipZoomDownIn{0%{opacity:0;transform-origin:50% 100%;transform:scale(0)}to{transform-origin:50% 100%;transform:scale(1)}}@keyframes rcSliderTooltipZoomDownOut{0%{transform-origin:50% 100%;transform:scale(1)}to{opacity:0;transform-origin:50% 100%;transform:scale(0)}}.rc-slider-tooltip{position:absolute;left:-9999px;top:-9999px;visibility:visible;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-placement-top{padding:4px 0 8px}.rc-slider-tooltip-inner{padding:6px 2px;min-width:24px;height:24px;font-size:12px;line-height:1;color:#fff;text-align:center;text-decoration:none;background-color:#6c6c6c;border-radius:6px;box-shadow:0 0 4px #d9d9d9}.rc-slider-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{bottom:4px;left:50%;margin-left:-4px;border-width:4px 4px 0;border-top-color:#6c6c6c}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000}.modal-content{width:500px;background:#1b1b1b;border-radius:10px;padding:2rem;box-shadow:0 0 8px #c8c8c826,0 8px 32px #000000b3;position:relative;color:#fff;font-family:Poppins,sans-serif}.modal-actions{margin-top:1rem;display:flex;justify-content:flex-end;gap:.75rem}.loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fffc;display:flex;align-items:center;justify-content:center;z-index:2100;font-size:18px}.modal-content input{width:95%;padding:1rem;padding-left:8px;margin-top:.75rem;margin-bottom:.75rem;font-size:1rem;color:#fff;background:#000;border:2px solid #0062ff;align-content:center;border-radius:8px;outline:none;align-items:center}.modal-content input:focus{background:#000;box-shadow:0 0 0 3px #0062ff59}.modal-content button{width:100%;padding:.75rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background-color .25s ease}.modal-content h2{font-size:1.5rem;font-weight:600;margin-bottom:0rem;color:#0062ff}.add-device-label{font-size:20px;font-weight:700;margin-bottom:.5rem;display:block;color:#fff}.modal-content .error{margin-top:.5rem;text-align:center;font-size:16px;color:#f66}.selection-btn{background-color:#dbdbdb;color:#000;padding:.75rem;border:2px solid #dbdbdb;border-radius:8px;cursor:pointer;transition:background-color .25s ease,color .25s ease}.selection-btn:hover{background-color:#a7a7a7}.selection-btn.selected{background-color:#0062ff;border-color:#0062ff;color:#fff}.add-device-dropdown-select{width:100%;height:50px;font-size:16px;font-weight:700;border-radius:8px;color:#fff;font-family:Poppins,sans-serif;border:2px solid #0062ff!important;background-color:#000;padding:0 40px 0 8px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6L0 0H10L5 6Z' fill='%23fff'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:10px 6px;margin-top:.75rem;margin-bottom:.75rem}.add-device-dropdown-select:focus{border:2px solid #0062ff!important;background-color:#000;color:#fff}.add-device-dropdown-select:invalid{color:#838383}.add-device-checkbox-row{display:flex;align-items:center;gap:12px}.add-device-checkbox-label{flex:1 1 0;white-space:normal;font-size:18px;margin-right:8px}.add-device-checkbox{width:24px!important;height:24px!important;padding:0!important;margin:0;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid white;border-radius:2px;background-color:transparent!important;color:inherit!important;display:inline-block;position:relative;cursor:pointer;transition:all .3s ease}.add-device-checkbox:focus{outline:1px solid #0062ff;outline-offset:1px;background-color:transparent!important}.add-device-checkbox:checked{background-color:#0062ff!important;border:2px solid #0062FF}.add-device-checkbox:after{content:"✔";font-size:12px;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-45%,-55%);display:none;pointer-events:none}.add-device-checkbox:checked:after{display:block}.qr-modal{position:relative;width:320px;margin:0 auto}#qr-reader{width:220px!important;height:220px!important;margin:0 auto!important;padding:0!important;position:relative;background:#000;overflow:hidden;display:flex;align-items:center;justify-content:center}#qr-reader__dashboard_section,#qr-reader__dashboard_section_csr,#qr-reader__scan_region,#qr-reader__camera_selection{display:none!important}#qr-reader__scan_region{width:220px!important;height:220px!important;padding:0!important;margin:0!important;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}#qr-reader__scan_region video{width:220px!important;height:220px!important;object-fit:cover!important;border-radius:12px;margin:0!important;padding:0!important;display:block;background:#000}#qr-reader__scan_region{position:relative}#qr-reader__scan_region .qr-overlay{position:absolute;top:0;left:0;width:220px;height:220px;border:3px solid #00ff44;border-radius:12px;box-sizing:border-box;pointer-events:none;z-index:20}#qr-reader+.qr-overlay,.qr-modal .qr-overlay{position:absolute;top:35px;left:85px;width:150px;height:150px;border:3px solid #03b933;border-radius:12px;box-sizing:border-box;pointer-events:none;z-index:20}.list-view-container{position:relative;width:100vw;height:100vh;background-color:#000;transition:opacity 1s ease-out;overflow:hidden}.fade-out{opacity:0;transition:opacity 1s ease-out}.list-view-content{margin-left:100px;margin-top:20px;display:flex;flex-direction:column;height:calc(100vh - 60px)}.list-view-header{display:flex;align-items:center;padding:8px;background-color:#000}.settings-button{position:absolute;background:none;border:none;cursor:pointer;box-shadow:none;top:0;right:26px;margin:0}.column-settings-dropdown{position:absolute;width:250px;top:80px;right:26px;background-color:#000;border:2px solid #0062ff;border-radius:8px;padding:8px;color:#fff;box-shadow:2px 4px 8px #fff3;z-index:1000}.column-settings-dropdown button{background:none;border:none;padding:0;color:#fff;box-shadow:none;margin:0}.column-settings-dropdown input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;background-color:#000;border:2px solid #0062ff;border-radius:4px;cursor:pointer;position:relative;transition:background-color .3s,border .3s}.column-settings-dropdown input[type=checkbox]:checked{background-color:#000;border:2px solid #0062ff}.column-settings-dropdown input[type=checkbox]:checked:after{content:"✔";color:#fff;font-size:16px;position:absolute;left:3px;top:-4px}.chevron-icon{width:24px;height:24px;transition:transform .3s,filter .3s;filter:brightness(0) saturate(100%) invert(25%) sepia(95%) saturate(3809%) hue-rotate(213deg) brightness(100%) contrast(102%);background:none}.chevron-icon.up{transform:rotate(-90deg)}.chevron-icon.down{transform:rotate(90deg)}.drag-icon{width:24px;height:24px;margin-left:8px}.column-setting-row{box-sizing:border-box}.column-setting-row.dragging{opacity:.5}.column-setting-row:hover{border:2px dashed #0062ff}.list-icon{width:36px;height:36px;margin-right:8px;filter:brightness(0) invert(1)}.list-title{font-size:24px;font-weight:700;color:#fff}.table-container{overflow-y:auto;overflow-x:auto;padding:6px;background-color:transparent}.device-table{width:200px;border-collapse:collapse;table-layout:fixed}.device-table tbody tr{border-bottom:1px solid #696969}.device-table thead th{padding:0 10px;margin:0}.device-table th,.device-table td{padding:6px 10px;text-align:left;white-space:nowrap;color:#fff;width:200px;border-right:1px solid #696969}.device-table th{color:#0062ff;font-weight:700;font-size:24px;padding:15px}.data-column{padding:12px}.device-row:hover{background-color:#ffffff21;cursor:pointer}.expanded-row{max-height:500px;max-width:500px;opacity:1;overflow:hidden;background-color:#1b1b1b;transition:max-height .5s ease,opacity .5s ease}.expanded-row.open{max-height:500px;opacity:1;background-color:#00000021}.expanded-content{padding:0 2px;display:flex;flex-direction:row;gap:0px}.header-cell{display:flex;align-items:center;gap:12px}.sort-button{background:transparent;border:none;cursor:pointer;font-size:14px;padding:0;margin:0;color:#0062ff;box-shadow:none}.sort-button:focus{outline:none}.arrow{font-size:12px;line-height:1;color:gray}.arrow.active{color:#fff}.sort-button:focus{outline:none;box-shadow:none}.listview-filter-container{display:inline-flex!important;align-items:center;position:relative;min-width:24px;box-shadow:none}.listview-filter-button{background:transparent;border:none;cursor:pointer;padding:0;display:inline-flex;align-items:center;box-shadow:none;margin:0}.listview-filter-icon{width:20px;height:20px;display:block}.listview-filter-panel{position:absolute;top:30px;left:10px;font-size:12px;background-color:#000;color:#fff;border:1px solid #0062ff;border-radius:12px;padding:8px;z-index:10}.listview-filter-panel label{display:block;margin-bottom:0;cursor:pointer;display:flex;font-size:16px;align-items:center}.listview-filter-panel input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border:2px solid white;border-radius:4px;background-color:#000;margin-right:8px;cursor:pointer;transition:background-color .3s,border .3s}.listview-filter-panel input[type=checkbox]:checked{background-color:#00f;border:2px solid blue;width:20px;height:20px}.listview-filter-panel input[type=checkbox]:checked:after{content:"✔";font-size:14px;color:#fff;position:relative;top:-10%;left:20%}.forgot-password-view{background-color:#000;width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#000;animation:fadeIn 1.5s ease forwards,transform .5s ease-in-out}.forgot-password-form-container{width:100%;max-width:400px;display:flex;flex-direction:column;gap:16px}.container-text{font-size:18px;font-weight:400;color:#fff;display:flex;flex-direction:column;align-items:flex-start}.forgotpass-button-container{display:flex;flex-direction:row;justify-content:space-between;height:50px;padding:0}.forgotpass-back-button,.forgotpass-next-button{display:flex;align-items:center;justify-content:center;width:45%;height:100%;border-radius:10px;font-size:20px;color:#fff;padding:0}.forgotpass-back-button span,.forgotpass-next-button span{padding:0 8px;display:inline-block}.forgotpass-back-button{background-color:#7c7c7c}.forgotpass-back-button:hover{background-color:#4b4b4b}.forgotpass-next-button{background-color:#0062ff}.forgotpass-next-button:hover{background-color:#0052cc}.forgotpass-back-button img,.forgotpass-next-button img{padding:0;height:100%;max-height:100%}.no-access-view{background-color:#000;width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#000;animation:fadeIn 1.5s ease forwards,transform .5s ease-in-out}.no-access-container{width:100%;max-width:600px;display:flex;flex-direction:column;align-items:center}.logo-container{width:100%;display:flex;justify-content:center;margin-bottom:1rem}.container-text{font-size:18px;font-weight:400;color:#fff;display:flex;flex-direction:column;align-items:flex-start;text-align:center}.button-container{display:flex;flex-direction:row;justify-content:center;height:60px;width:400px;padding:0}.back-button{display:flex;align-items:center;background-color:#0062ff;justify-content:center;padding:0;font-size:20px;width:80%;height:100%;border-radius:10px;color:#fff}.back-button span{padding:0 8px}.back-button:hover{background-color:#0052cc}.account-panel{position:absolute;background-color:#fff;width:350px;display:flex;flex-direction:column;align-items:flex-start;border-top-right-radius:16px;border-bottom-right-radius:16px;border:4px solid #0062FF;top:3%;padding:1rem 0;z-index:900;height:90%}.account-panel-header{width:100%;padding-left:110px;margin-bottom:1rem}.account-panel-header h2{margin:0;font-size:1.5rem;color:#000}.account-panel-nav{width:100%;padding:0;margin:0}.account-panel-nav ul{list-style:none;width:100%;padding:0;margin:0}.account-panel-nav li{width:100%;padding:.75rem 0 .75rem 110px;cursor:pointer;transition:background-color .2s ease;background-color:transparent;box-sizing:border-box;margin:0;border-bottom:1px solid #dbdbdb}.account-panel-nav li.active{font-weight:700;color:#fff;background-color:#0062ff}.account-panel-nav li:not(.active):hover{color:#000;background-color:#0062ff3b}.user-account-section{width:100%;min-height:100vh;padding:1rem;background:#000;color:#fff}.user-account-section h2{text-align:left;color:#fff;margin-bottom:2rem}.user-account-grid{display:grid;width:100%;border:none;grid-template-rows:repeat(2,minmax(400px,400px));grid-template-columns:repeat(2,minmax(500px,700px));grid-gap:2rem;margin:20px}.grid-item{background:#181818;padding:1rem;border-radius:8px;position:relative;border:2px solid #3a3a3a;box-shadow:4px 4px 8px #3a3a3a}.grid-title-container{position:relative;align-items:center;display:flex;justify-content:space-between;border-bottom:3px solid #0062FF;padding-bottom:0;height:50px}.grid-title-button-container{position:relative;align-items:center;display:flex;justify-content:space-between}.grid-title-button-container .edit-icon{position:relative;align-items:center;cursor:pointer;width:30px;color:#0062ff;transition:filter .5s ease}.grid-title-button-container .edit-icon:hover{filter:brightness(0) saturate(100%) invert(100%)}.grid-title-container h3{margin-top:0;text-align:left;vertical-align:center;padding-bottom:0;margin-bottom:0;font-size:24px;color:#0062ff}.user-account-field{display:flex;justify-content:space-between;margin:.5rem 0}.user-account-field label{flex:0 0 20%;align-items:center;vertical-align:center;font-weight:600;display:flex;padding:.5rem;height:30px;background:#181818}.user-account-field span,.user-account-field input{flex:1;color:#fff;background:#181818;padding:8px;display:flex;height:30px}.user-account-field input{border-radius:8px;padding:4px 0 4px 8px;border:2px solid #0062FF;color:#fff;background:#000}.user-account-actions{text-align:center;margin-top:2rem}.user-account-actions button{margin:0 .5rem;padding:.5rem 1rem;cursor:pointer;border:none;border-radius:4px}.cancel-btn{background-color:#fff;color:#000;border:none;padding:5px;cursor:pointer;margin:0 5px;box-shadow:none;font-size:14px;font-weight:700;min-width:100px;max-height:32px;transition:background-color .3s ease}.cancel-btn:hover{background-color:#cacaca}.save-btn{background-color:#0062ff;color:#fff;border:none;padding:5px;cursor:pointer;margin:0 5px;box-shadow:none;font-size:14px;font-weight:700;min-width:100px;max-height:32px;transition:background-color .3s ease}.save-btn:hover{background-color:#023ea0}.account-updating-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px;z-index:2000;color:#fff;font-size:24px;font-weight:400;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.account-updating-container{display:flex;justify-content:center;align-items:center;width:100px;height:100px;position:relative}.account-loading-image{width:100px;height:100px;position:absolute;opacity:0;animation:stepCycle 1s steps(1,end) infinite}.account-loading-image:nth-child(1){animation-delay:0s}.account-loading-image:nth-child(2){animation-delay:.25s}.account-loading-image:nth-child(3){animation-delay:.5s}.account-loading-image:nth-child(4){animation-delay:.75s}@keyframes stepCycle{0%,25%{opacity:1}25.01%,to{opacity:0}}.error-dialog-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;z-index:2000}.error-dialog{background:#fff;padding:24px;border-radius:8px;box-shadow:0 0 10px #00000080;max-width:400px;width:90%;text-align:center;color:#0062ff}.close-btn{margin-top:16px;padding:8px 16px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0009;z-index:2000}.modal{width:420px;background:#1b1b1b;border-radius:10px;padding:2rem;display:flex;flex-direction:column;box-shadow:0 0 8px #c8c8c826,0 8px 32px #000000b3;position:relative;color:#fff;font-family:Poppins,sans-serif}.modal h2{font-size:1.5rem;font-weight:600;margin-bottom:0rem;color:#fff}.modal p{font-size:16px;color:#fff}.close-btn{position:absolute;top:.75rem;right:.75rem;font-size:1.75rem;line-height:1;background:transparent;border:none;color:#cacaca;cursor:pointer;transition:color .2s ease}.close-btn:hover{color:#fff}.modal input{width:90%;padding:1rem;margin-top:.75rem;margin-bottom:.75rem;font-size:1rem;color:#fff;background:#000;border:2px solid #0062ff;align-content:center;border-radius:8px;outline:none;align-items:center}.modal input:focus{box-shadow:0 0 0 3px #0062ff59}.modal button{width:100%;padding:.75rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background-color .25s ease}.modal .error{margin-top:.5rem;text-align:center;font-size:.9rem;color:#f66}.btn-row{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.5rem}.next-btn{background-color:#0062ff;color:#fff;font-weight:600;padding:.75rem;border:2px solid #0062ff;border-radius:8px;cursor:pointer;transition:background-color .25s ease,color .25s ease}.next-btn:hover{background-color:#0043af;color:#fff}.back-btn{background-color:#dbdbdb;color:#000;font-weight:600;padding:.75rem;border:2px solid #dbdbdb;border-radius:8px;cursor:pointer;transition:background-color .25s ease,color .25s ease}.back-btn:hover{background-color:#a7a7a7;color:#000}.password-requirements ul{list-style-type:none;font-size:16px;padding:0}.password-requirements li{margin:5px 0}.password-requirements .valid{color:#00d400}.password-requirements .invalid{color:red}.account-view{display:flex;width:100vw;height:100vh;position:relative;background-color:transparent;transition:opacity 1s ease-out;background-color:#000;overflow:hidden}.account-content{display:flex;width:100%;padding-left:375px}html,body{margin:0;padding:0;width:100%;height:100%;font-family:Poppins,sans-serif;background-color:#000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.signup-view{background-color:#000;width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#000;animation:fadeIn 1.5s ease forwards,transform .5s ease-in-out}.error-message{color:#ff7575;font-size:18px;font-weight:700;align-items:center;flex-direction:column;justify-items:center;display:flex;flex-wrap:nowrap;text-align:center;width:100%}.step-1{transform:translate(0)}.step-2{transform:translate(-100%)}.logo-container{width:100%;display:flex;justify-content:center;margin-bottom:1rem;margin-left:25px}.logo{max-width:400px}.signup-form-container{width:100%;max-width:400px;display:flex;flex-direction:column;gap:4px}.container-header{font-size:22px;font-weight:700;color:#fff;display:flex;align-items:flex-start}.container-text{font-size:18px;font-weight:400;color:#fff;display:flex;flex-direction:column;align-items:flex-start;margin-bottom:12px;text-align:left}.container-text ul{font-size:16px;font-weight:400;color:#fff;display:flex;flex-direction:column;align-items:flex-start;gap:0px}.signup-button-container{display:flex;flex-direction:row;justify-content:space-between;height:50px;padding:0}.signup-back-button,.signup-next-button{display:flex;align-items:center;justify-content:center;width:45%;height:100%;border-radius:10px;font-size:20px;color:#fff;padding:0}.signup-back-button span,.signup-next-button span{padding:0 8px;display:inline-block}.signup-back-button{background-color:#7c7c7c}.signup-back-button:hover{background-color:#4b4b4b}.signup-next-button{background-color:#0062ff}.signup-next-button:hover{background-color:#0052cc}.signup-back-button img,.signup-next-button img{padding:0;height:100%;max-height:100%}.chevron-icon{filter:brightness(0) invert(1)}.password-requirements{color:#fff;font-size:14px;margin-top:8px}.password-requirements ul{padding-left:16px;margin:0}.password-requirements li{list-style:none;margin-bottom:4px}.input-field-title{font-size:18px;font-weight:700;color:#fff;margin:0;padding:0}.signup-dropdown-select{width:100%;height:45px;font-size:16px;font-weight:400;border-radius:10px;color:#000;font-family:Poppins,sans-serif;background-color:#fff;padding:0 40px 0 8px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6L0 0H10L5 6Z' fill='%23000000'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:10px 6px;margin-top:0rem;margin-bottom:.75rem}.signup-dropdown-select:focus{border:2px solid #0062ff!important;background-color:#fff;color:#000}.signup-dropdown-select:invalid{color:#4e4e4e}.need-new-code-text{background:none;border:none;color:#0062ff;font-size:20px;margin-top:.5rem;cursor:pointer;box-shadow:none;text-decoration:underline}
