.genre-box { 
 border:none; 
padding:10px; 
border-radius:6px; margin-bottom:8px; 
color:black;
}
.genre-group-title { 
    font-weight:600; margin:8px 0 5px; 
}
.genre-item { 
    cursor:pointer; display:block; padding:4px 0; 
}
.genre-item.active { 
    color:#0a7cff; font-weight:bold; 
}
#genre-search { 
    width:100%; padding:8px; margin-bottom:10px; 
    border:1px solid #ccc; border-radius:4px; 
}
#genre-wrapper {
background-color: white;
  max-height: 320px;
  overflow-y: scroll;
  }