/*._access-menu ul li {
    font-size: 16px;     
    color: #000 !important;
     background: #fff !important;
}
._access-menu ul li::before {
  color:#000 !important;
  background-color: #fff !important;
}*/
/*μενού προσβασιμότητας, εικονίδιο*/
._access-menu ul li[data-access-action]::before {
  color:rgb(0,0,0) !important;
  background-color: #fff !important;
}
/*μενού προσβασιμότητας,κείμενο}*/
._access-menu li[data-access-action] {
  color: #000 !important;
  opacity: 1 !important;
}
._access-menu ul li[data-access-action] {
   color:rgb(0,0,0) !important;
 background-color: #fff !important;    
} 
.btn-outline-secondary {
  color: #000;

}