.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30'><path stroke='rgba(141,148,152,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>") !important;
}

/* Hover background & text */
.sidebar.sidebar-style-2 .nav-item:hover > a {
  background-color: #f05b6b !important;
  border-radius: 5px;
  color: #ffffff !important;
}

/* Κείμενο */
.sidebar.sidebar-style-2 .nav-item:hover > a span {
  color: #ffffff !important;
}

/* FontAwesome Icon + ::before pseudo */
.sidebar.sidebar-style-2 .nav-item:hover > a i,
.sidebar.sidebar-style-2 .nav-item:hover > a i::before {
  color: #ffffff !important;
}














