


 .dpRadio {
  background:#010101;
  border-top-right-radius:50px;
  border-top-left-radius:5px;
  
  box-shadow:0px 0px 5px black;
  height:115px;
  width:260px;
  overflow:hidden;
 z-index:06;
  position: fixed;
     left: 28px;
   bottom:-65px;
 }
 
 .SCPlugin {
  background:#010101;
 
 
  height:75px;
  width:260px;
  overflow:hidden;
  overflow-y:scroll;
 
 }
      .SCPlugin  {

  &::-webkit-scrollbar {
   width: 15px;
   background:black;
   
  }

  &::-webkit-scrollbar-thumb {
   background-color: rgba(255,255,255,.4);
   border-radius: 8px;

   &:hover {
    background: rgba(255,255,255,.7);
   }
  }
}
 .relative-container {
  
  position: relative;
 }
 
 .radio-title {
  
   font-family: 'Inter';
    color: #fefefe;
    font-size: 12px;
 
    font-weight: bold;
    letter-spacing: 1.5px;
 padding:8px;
    pointer-events:none;
 }