.navbar {
  background-color:  #360b55;
}
span svg use {
  stroke:  #360b55;
}
.navbar span svg use {
  stroke:  white;
}
div svg use {
  stroke:  #360b55;
}

li button span {
  color: white;
}

#navbar-breadcrumbs a {
    margin-right: 10px;
    color: white;
}
.search-icon icon {
  stroke: black;
}

.navbar .search-icon svg use{
  stroke:  #360b55 !important ;

}
#navbar-breadcrumbs li.disabled a {
    color: #ffffff;
    pointer-events: none;
}
span a span {
  color: #000000;
}
