.custom-scrollbar{overflow-y:auto!important;max-height:calc(100vh - 72px);padding-bottom:100px;scrollbar-width:thin;scrollbar-color:rgba(138,75,175,.5) rgba(0,0,0,.2);-ms-overflow-style:-ms-autohiding-scrollbar}.custom-scrollbar::-webkit-scrollbar{width:6px;background:rgba(0,0,0,.2)}.custom-scrollbar::-webkit-scrollbar-thumb{background:rgba(138,75,175,.5);border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:rgba(138,75,175,.7)}.custom-scrollbar::-webkit-scrollbar-track{background:rgba(0,0,0,.2);border-radius:10px}.safari-scrollbar{position:relative;overflow:hidden}.safari-scrollbar .custom-scrollbar{padding-right:6px;-webkit-mask-image:-webkit-linear-gradient(top,transparent,#000 20px,#000 calc(100% - 20px),transparent);mask-image:linear-gradient(180deg,transparent,#000 20px,#000 calc(100% - 20px),transparent)}.safari-scrollbar:after{content:"";height:100%;background:rgba(0,0,0,.2)}.safari-scrollbar-thumb,.safari-scrollbar:after{position:absolute;top:0;right:0;width:6px;border-radius:10px;pointer-events:none}.safari-scrollbar-thumb{height:30%;background:rgba(138,75,175,.5);opacity:.7;transition:opacity .3s}@-moz-document url-prefix(){.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(138,75,175,.5) rgba(0,0,0,.2)}}@supports (-webkit-touch-callout:none){.custom-scrollbar{-webkit-overflow-scrolling:touch}}