::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#ec4899,#f97316);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#db2777,#ea580c)}.scroll1{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.35) transparent}.scroll1::-webkit-scrollbar{width:6px;height:6px}.scroll1::-webkit-scrollbar-track{background:transparent;display:none}.scroll1::-webkit-scrollbar-thumb{background:rgba(0,0,0,.35);border-radius:9999px}.scroll1::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.55)}.scroll1:not(:hover)::-webkit-scrollbar-thumb{background:transparent}.scroll1::-webkit-scrollbar-button{width:0;height:0;display:none}.hideScroll::-webkit-scrollbar{display:none}.smallToBig{animation:smalltoBig .4s forwards}@keyframes smalltoBig{0%{opacity:0;translate:0 50px}to{opacity:1;translate:0 -110%}}