body,html{background-color:#121212;min-height:100vh;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}#app{font-family:Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50;margin-top:60px}.header-1{font-size:2.5em}.header-1,.header-2{font-family:Lato;font-weight:900}.header-2{font-size:1.25em}.text-primary{color:#5874c9!important}.bg-primary{background-color:#5874c9!important}.bg-primary-gradient{background:linear-gradient(120deg,#5874c9 30%,#90caf9)}.border-light-custom{border-color:#2c3e50}.login-btn{border:1px solid #5874c9!important;color:#5874c9!important;background:unset!important}.login-btn:hover{background:#5874c9!important;color:#fff!important}.bounce-enter-active{-webkit-animation:bounce-in .5s;animation:bounce-in .5s}.bounce-leave-active{animation:bounce-in .5s reverse}@-webkit-keyframes bounce-in{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes bounce-in{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.bounce-modal.show{-webkit-animation:bounce-in .5s;animation:bounce-in .5s}.maximized,.maximized *{max-width:unset!important;max-height:unset!important}.maximized{position:fixed;z-index:10;width:70vw!important;height:70vh!important}@-webkit-keyframes heartbeat{0%{transform:scale(.99)}50%{transform:scale(1.01)}to{transform:scale(.99)}}@keyframes heartbeat{0%{transform:scale(.99)}50%{transform:scale(1.01)}to{transform:scale(.99)}}.beat{color:tomato;-webkit-animation:heartbeat .75s infinite;animation:heartbeat .75s infinite}.bg-mark{background:#ff5722;color:#fff;font-weight:700}.bg-highlight{background:rgba(0,0,0,.3333333333333333);color:#fff;-webkit-animation:heartbeat 1s infinite;animation:heartbeat 1s infinite}.logo-text{background:linear-gradient(90deg,#5874c9,#ff5722,#5874c9);-webkit-background-clip:text;-moz-background-clip:text;background-clip:text;background-size:200% 200%;-webkit-text-fill-color:transparent;-webkit-animation:logo-text-move 5s ease infinite;animation:logo-text-move 5s ease infinite}@-webkit-keyframes logo-text-move{0%{background-position:0 0}50%{background-position:100% 100%}to{background-position:200% 200%}}@keyframes logo-text-move{0%{background-position:0 0}50%{background-position:100% 100%}to{background-position:200% 200%}}[data-v-1e1f24c0]{scrollbar-width:thin;scrollbar-color:hsla(0,0%,66.7%,.26666666666666666) transparent}[data-v-1e1f24c0]::-webkit-scrollbar{width:4px;height:4px}[data-v-1e1f24c0]::-webkit-scrollbar-track{background:transparent}[data-v-1e1f24c0]::-webkit-scrollbar-thumb{background-color:hsla(0,0%,66.7%,.26666666666666666);border-radius:5em}