*{margin:0;padding:0}.custom-scroll{overflow-y:auto;overflow-x:hidden}.custom-scroll::-webkit-scrollbar{width:5px}.custom-scroll::-webkit-scrollbar-track{background:#fff}.custom-scroll::-webkit-scrollbar-thumb{background:#888}.custom-scroll::-webkit-scrollbar-thumb:hover{background:#555}.side-lines{font-size:1.5em;line-height:1;text-align:center;display:flex;justify-content:center;align-items:center;color:#27AEE5;margin-bottom:10px;display:flex}.side-lines::before,.side-lines::after{content:"";display:block;height:2px;flex-grow:1;background:#e6e6e6}.side-lines::before{margin-right:10px}.side-lines::after{margin-left:10px}.loadingScreen{position:absolute;z-index:99;top:0;left:0;width:100%;height:100%;background:#ED2026;opacity:.9;display:flex;justify-content:center;align-items:center;margin:0}.loadingScreen>div{width:200px;height:200px;border-radius:50%;border:20px solid rgb(0 0 0 / .5);display:flex;justify-content:center;align-items:center;font:28px "Century Gothic",Cambria;color:rgb(200 170 100 / .7);position:relative}.loadingScreen p{font:26px/30px Orbitron;color:#fff;margin-bottom:0}.loadingScreen #bar1{position:absolute;top:-20px;left:-20px;width:200px;height:200px;border-radius:50%;border:20px solid #fff0;border-left:20px solid rgb(255 240 240 / .5);animation:rotate1 0.75s 0.25s infinite alternate linear}.loadingScreen #bar2{position:absolute;top:-20px;left:-20px;width:200px;height:200px;border-radius:50%;border:20px solid #fff0;border-top:20px solid rgb(240 240 255 / .8);transform:rotate(20deg);animation:rotate2 0.75s 0.25s infinite alternate linear}@keyframes rotate1{0%{transform:rotate(0deg) scale(1)}30%{transform:rotate(20deg) scale(1)}50%{transform:rotate(180deg) scale(1)}70%{transform:rotate(340deg) scale(1)}100%{transform:rotate(360deg) scale(1)}}@keyframes rotate2{0%{transform:rotate(0deg) scale(1)}15%{transform:rotate(20deg) scale(1)}35%{transform:rotate(90deg) scale(1)}50%{transform:rotate(180deg) scale(1)}75%{transform:rotate(270deg) scale(1)}85%{transform:rotate(340deg) scale(1)}100%{transform:rotate(360deg) scale(1)}}