/* X parent items 
[aria-controls^="x"] {
  background-color: 6f7b89;
}*/
/* Z child items */
[aria-controls^="z"] {
  background-color: #FFFFFF;
}