.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#f8f8f8;border-radius:10px;margin:4px 0}.custom-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#ee839f,#c87188);border-radius:10px;-webkit-transition:all .3s ease;transition:all .3s ease}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#c87188,#b05a6f);transform:scale(1.05)}.custom-scrollbar::-webkit-scrollbar-corner{background:transparent}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:#ee839f #f8f8f8;scroll-behavior:smooth}