/* Đổi màu nền header */

/* Đổi màu chữ menu khi hover */
.sidebar a:hover {
  color: #1db954 !important;
  transition: color 0.3s ease;
}
