@import"https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic&subset=latin,latin-ext";::-webkit-scrollbar{width:.5em}::-webkit-scrollbar-track{background:#191919}::-webkit-scrollbar-thumb{background:#292929}:root{height:100%;font-size:16px;font-family:Roboto,Arial,Helvetica,sans-serif;background:#000;overflow:hidden}.body{margin:0;height:inherit}.content{height:inherit;overflow-y:auto}.flex-col{display:flex;flex-direction:column}.flex-row{display:flex;flex-direction:row}.flex-initial-wrap{display:flex;flex-direction:initial;flex-wrap:wrap}.grow{flex-grow:1}.fill-width{width:-webkit-fill-available;width:-moz-available}.half-width{width:50%}.quarter-width{width:25%}.fit-width{width:fit-content}.fill-height{height:100%;height:-webkit-fill-available;flex-grow:1}.half-height{height:50%}.quarter-height{height:25%}.fit-height{height:fit-content}.inherit-height{height:inherit}.margin-auto{margin:auto}.page{min-width:100%;min-height:100%;color:#fff;flex-grow:1}.rect{color:#fff!important}.card{background:gray;padding:1rem}.rounded{border-radius:.2rem}.page-light{min-width:100%;min-height:100%;color:#000;flex-grow:1;background:#fff}.rect-light{background:transparent}.card-light{background:"whitesmoke";padding:1rem}.rounded-light{border-radius:.2rem}.vertical-scroll{overflow-y:auto}.no-vertical-scroll{max-height:100vh}.col-top-left{justify-content:flex-start;align-items:flex-start}.col-top-center{justify-content:flex-start;align-items:center}.col-top-right{justify-content:flex-start;align-items:flex-end}.col-center-left{justify-content:center;align-items:flex-start}.col-center-center{justify-content:center;align-items:center}.col-center-right{justify-content:center;align-items:flex-end}.col-bottom-left{justify-content:flex-end;align-items:flex-start}.col-bottom-center{justify-content:flex-end;align-items:center}.col-bottom-right{justify-content:flex-end;align-items:flex-end}.col-space-left{justify-content:space-between;align-items:flex-start}.col-space-center{justify-content:space-between;align-items:center}.col-space-right{justify-content:space-between;align-items:flex-end}.col-even-left{justify-content:space-evenly;align-items:flex-start}.col-even-center{justify-content:space-evenly;align-items:center}.col-even-right{justify-content:space-evenly;align-items:flex-end}.col-around-left{justify-content:space-around;align-items:flex-start}.col-around-center{justify-content:space-around;align-items:center}.col-around-right{justify-content:space-around;align-items:flex-end}.row-top-left{align-items:flex-start;justify-content:flex-start}.row-top-center{align-items:flex-start;justify-content:center}.row-top-right{align-items:flex-start;justify-content:flex-end}.row-top-space{align-items:flex-start;justify-content:space-between}.row-top-even{align-items:flex-start;justify-content:space-evenly}.row-top-around{align-items:flex-start;justify-content:space-around}.row-center-left{align-items:center;justify-content:flex-start}.row-center-center{align-items:center;justify-content:center}.row-center-right{align-items:center;justify-content:flex-end}.row-center-space{align-items:center;justify-content:space-between}.row-center-even{align-items:center;justify-content:space-evenly}.row-center-around{align-items:center;justify-content:space-around}.row-bottom-left{align-items:flex-end;justify-content:flex-start}.row-bottom-center{align-items:flex-end;justify-content:center}.row-bottom-right{align-items:flex-end;justify-content:flex-end}.row-bottom-space{align-items:flex-end;justify-content:space-between}.row-bottom-even{align-items:flex-end;justify-content:space-evenly}.row-bottom-around{align-items:flex-end;justify-content:space-around}.self-start{align-self:flex-start}.self-center{align-self:center}.self-end{align-self:flex-end}.scanline{height:2px;width:100%;position:relative;background:#fdfd82;box-shadow:(0px 0px 5px 5px #fdfd82);animation:top-to-bottom 2s infinite ease-in-out}.scanline-vertical{height:100%;width:1px;position:relative;background:#fdfd82;box-shadow:(2px 0px 5px #fdfd82);animation:left-to-right 5s infinite ease-in-out}.camera-flash-animation{position:absolute;animation:camera-flash .2s alternate-reverse 1}.border-pulse-animation{position:relative;animation:border-pulse 1.5s ease-in;animation-iteration-count:infinite;border:#fdfd82 2px solid;border-radius:5px;height:100%;width:100%}.border-pulse-animation-oval{position:relative;animation:border-pulse 1.5s ease-in;animation-iteration-count:infinite;border:#fdfd82 2px solid;border-radius:50%;height:100%;width:100%}@keyframes camera-flash{0%{box-shadow:0}to{box-shadow:inset 0 0 20px 400px #fff}}@keyframes border-pulse{0%{opacity:1;border-width:2px;left:-2px;top:-2px}50%{opacity:1;border-width:2px;left:-2px;top:-2px}to{transform:scale3d(1.05,1.05,1);opacity:0;border-width:4px;left:-4px;top:-4px}}@keyframes top-to-bottom{0%{top:0}50%{top:100%}to{top:0}}@keyframes left-to-right{0%{left:0}50%{left:100%}to{left:0}}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotation-reduce{0%{stroke-dasharray:1px,200px;stroke-dashoffset:0}50%{stroke-dasharray:100px,200px;stroke-dashoffset:-15px}to{stroke-dasharray:100px,200px;stroke-dashoffset:-125px}}
