.shadow-drop-center,button:hover{animation:shadow-drop-center .01s linear both}@keyframes shadow-drop-center{0%{box-shadow:0 0 0 0 transparent}to{box-shadow:0 0 10px 0 #fff}}.content{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}*{position:relative;text-decoration:none;font-family:var(--font-montserrat-alternates)}html{background-color:#010101;color:#fff;display:block;width:100vw;overflow-x:hidden}svg{fill:currentColor;stroke:currentColor}body{padding:0;margin:0;scroll-snap-type:y mandatory}h1,h2,h3,h4,h5,h6,label,p{color:#efcefe;background-color:transparent}button{font-weight:700;color:#16161a;background-color:#b590f9;min-width:200px;border-radius:20px;border:1px solid #b590f9;padding:5px 10px}button:hover{cursor:pointer}input,textarea{border:.5px solid #efcefe;border-radius:5px;padding:5px;background-color:transparent;color:#efcefe}input::placeholder,textarea::placeholder{color:#fff;font-size:11px}.icon{filter:drop-shadow(0 0 1px #ffffff)}.form-campo-invalid{border:1.5px solid #e82b2b}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#16161a}::-webkit-scrollbar-thumb{background:#7f5af0;border-radius:10px;box-shadow:1px 1px 20px 10px #efcefe}::-webkit-scrollbar-thumb:hover{background:#7f5af0}.content-toast{position:fixed;z-index:1;width:200px;top:5px;right:-1000px;padding:15px;background-color:#b590f9;border:1.5px solid #fff;border-top-left-radius:10px;border-bottom-left-radius:10px}.content-toast p{color:#010101;font-size:14px;font-weight:700}.swing-left-fwd{animation:swing-left-fwd .4s cubic-bezier(.25,.46,.45,.94) both}@keyframes swing-left-fwd{0%{transform:rotateY(0);transform-origin:left bottom}to{transform:rotateY(-180deg);transform-origin:left bottom}}