#template li.template-disable > a {
  margin: 0;
  display: inline-block;
  color: #333 !important;
  font-weight: 400;
  border: 0px solid #5b71d1 !important;
  font-family: 'Open Sans', sans-serif;
  background: linear-gradient(0deg, #aaaeb4, #aaaeb4);
}

#template li.template-disable > a:hover {
  color: #fff;
  /* background: linear-gradient(0deg, #7965e8, #79afff); */
  background: linear-gradient(0deg, #aaaeb4, #aaaeb4);
  cursor: default;
}
