.widget-sidebar.feef-quick-links i {
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  
  .widget-sidebar.feef-quick-links ul li a:hover,
  .widget-sidebar.feef-quick-links ul li a:focus,
  .widget-sidebar.feef-quick-links ul li a:focus span,
  .widget-sidebar.feef-quick-links ul li a:hover span {
    color: #1d1d1d;
    text-decoration: none;
  }
  
  .widget-sidebar.feef-quick-links .fas {
    background-color: #00B0CF;
    color: white;
  }
  .widget-sidebar.feef-quick-links .fas:hover + span,
  .widget-sidebar.feef-quick-links .fas + span:hover {
    color: #F36F21;
  }
  
  .widget-sidebar.feef-quick-links .fa-crosshairs {
    background-color: #00B0CF;
  }
  /* .widget-sidebar.feef-quick-links .fa-crosshairs:hover + span,
  .widget-sidebar.feef-quick-links .fa-crosshairs + span:hover {
    color: #00B0CF;
  } */
  
  .widget-sidebar.feef-quick-links .fa-user-cog {
    background-color: #EC1C24;
  }
  /* .widget-sidebar.feef-quick-links .fa-user-cog:hover + span,
  .widget-sidebar.feef-quick-links .fa-user-cog + span:hover {
    color: #EC1C24;
  } */
  
  .widget-sidebar.feef-quick-links .fa-hands-helping {
    background-color: #F36F21;
  }
  /* .widget-sidebar.feef-quick-links .fa-hands-helping:hover + span,
  .widget-sidebar.feef-quick-links .fa-hands-helping + span:hover {
    color: #F36F21;
  } */
  
  