@tailwind base;@tailwind components;@tailwind utilities;@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;700&display=swap");.josefinFont{font-family:Josefin Sans,sans-serif;font-style:normal}body{background-color:#141416!important;background:rgba(0,0,0,.5)}a:hover{@apply no-underline;text-decoration:none}.animate{transition:all .25s}.landing{background-image:url(/bullvsBearPillar.jpg)}.landing,.secondBackground{background-size:cover;background-attachment:scroll}.secondBackground{background-image:url(/low-poly-grid-haikei.svg)}.thirdBackground{background-image:url(/lowpolygrid2.svg);background-size:cover;background-attachment:scroll}.loginFlow{background-image:url(/homePagePNG.png);background-size:cover}.loading,input,input:focus{@apply outline-none}.no-underline{text-decoration:none}.body-darkmode{background-color:#00193b}.interBold,.interFont{font-family:Inter-Bold,Inter,sans-serif}.interBold{letter-spacing:-1px}body{display:flex;flex-direction:column;margin:0;padding:0;min-height:90vh}section{box-sizing:border-box;width:100%;height:90vh;display:flex;justify-content:flex-start;overflow:hidden;padding-right:30px;padding-left:30px}section:nth-child(2){background-image:url(/moneygoingtobullfrombear.png);background-size:contain}section:nth-child(3){background:#bd19c8}section span{display:block;transform:translateX(-100px);opacity:0}.secondPage{font-weight:700;font-family:Inter-Bold,Inter,sans-serif;color:rgba(0,0,0,.9);font-size:64px;letter-spacing:-4px}.slightlyBigger{font-size:40px}.category,.slightlyBigger{font-weight:700;font-family:Inter-Bold,Inter,sans-serif;color:rgba(0,0,0,.9);letter-spacing:-1px}.category{font-size:30px}.mdSizeInter{font-weight:700;font-family:Inter-Bold,Inter,sans-serif;font-size:15px}.mdSizeInterNoBold{font-weight:500;font-family:Inter,sans-serif;font-size:15px}.normalText{font-weight:700;font-family:Inter-Bold,Inter,sans-serif;color:rgba(0,0,0,.9);font-size:14px}.chartColor{color:#bd19c8}.inputNames{width:110px}.switcher{display:flex;align-items:center;height:30px;margin-top:8px;color:#2196f3}.switcher-item{cursor:pointer;text-decoration:none;display:inline-block;padding:6px 8px;font-size:14px;color:#262b3e;background-color:transparent;margin-right:8px;border:none;border-radius:4px;outline:none}.switcher-item:hover{background-color:#f2f3f5}.switcher-active-item{text-decoration:none;cursor:default;color:#262b3e}.switcher-active-item,.switcher-active-item:hover{background-color:#e1eff9}.title{background-image:url(https://cdn.pixabay.com/photo/2017/07/03/20/17/abstract-2468874_960_720.jpg);background-attachment:fixed;-webkit-text-fill-color:transparent;-webkit-background-clip:text}.input-group{position:relative}.inputer{border:1.5px solid #9e9e9e;border-radius:1rem;background:none;padding:1rem;font-size:1rem;color:#f5f5f5;transition:border .15s cubic-bezier(.4,0,.2,1);font-family:Inter-Bold,Inter,sans-serif}.user-label{position:absolute;left:15px;color:#e8e8e8;pointer-events:none;transform:translateY(1rem);transition:.15s cubic-bezier(.4,0,.2,1)}.inputer:focus,inputer:valid{outline:none;border:1.5px solid #1a73e8}.inputer:focus~label,inputer:valid~label{transform:translateY(-50%) scale(.8);background-color:#18181b;padding:0 .2em;color:#2196f3}.buttonLoader svg{width:3em;transform-origin:center;animation:rotate4 3s linear infinite}.buttonLoader circle{fill:none;stroke:#00d389;stroke-width:2.2;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:dash4 2s ease-in-out infinite}@keyframes rotate4{to{transform:rotate(1turn)}}@keyframes dash4{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}@layer components{.btn:is(input[type=radio]:checked){@apply bg-green-400}}.container-input{position:relative}.searchInput{width:400px;padding:10px 0 10px 40px;border-radius:9999px;outline-style:solid;background-color:#000;outline:none;opacity:.8}.container-input svg{position:absolute;top:50%;left:10px;transform:translateY(-50%)}.searchInput:focus{outline:none;background-color:#141416;opacity:1}.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.addFriendInput{outline-style:solid;background-color:#141416;outline:none;opacity:.8}.addFriendInput:focus{outline:none;opacity:1}.searchFriendInput{background-color:#141416;outline:none}.searchFriendInput:focus{opacity:1}.highlight-keywords{background-color:blue;border-radius:4px;padding:2px;color:#fff}