::-webkit-scrollbar {
height: 12px;
width: 15px;
background: #FFFFFF;
}
::-webkit-scrollbar-thumb {
border: 2.5px dashed #9F4D95;
-moz-border-radius-bottomright: 50px 25px;
border-bottom-right-radius: 50px 25px;
-moz-border-radius-topleft: 50px 25px;
border-top-left-radius: 50px 25px;
}