.no-ripple:before{display:none!important}.scroll-box{border-radius:10px;position:relative}.scroll-box--inner{background-color:var(--blue_gray-color);height:300px;width:100%;overflow-y:scroll}.scroll-box:after{content:"";position:absolute;left:0;bottom:0;height:40%;z-index:2;width:100%;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(240,242,255,0)),color-stop(50%,#f0f2ff));background:linear-gradient(180deg,rgba(240,242,255,0),#f0f2ff 50%)}.scroll-box--btn{position:absolute;z-index:3;bottom:0}.scroll-box{scrollbar-color:var(--violet_light_2-color) var(--blue_gray-color)}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--blue_gray-color)}::-webkit-scrollbar-thumb{background:var(--violet_light_2-color);border-radius:10px}