.hover-underline-animation{position:relative}.hover-underline-animation:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:1px;bottom:0;left:0;background-color:#ff9494;transform-origin:bottom right;transition:transform .3s ease-out}.hover-underline-animation:hover:after{transform:scaleX(1);transform-origin:bottom left}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:#6b7280 transparent}.custom-scrollbar::-webkit-scrollbar{width:12px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent!important;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#6b7280;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#4b5563}