 ::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar {
  width: 6px;
  
}
 
::-webkit-scrollbar-track {
  background: #444444; 
    border:1px;
}
 
::-webkit-scrollbar-thumb {
  background: #5050f5; 
    border:;
    height:50px;
    border-radius:3px;
}
 
::-webkit-scrollbar-thumb:hover {
  background: ; 
}
.animated-section{
  border-top-left-radius:0px;
  border-bottom-left-radius:0px;
} 
.iconright{
  
}