/*Write your custom css in this file.*/

/* BIT HIDDEN ITEMS */
/* tabs εργασιών */
li[data-tab="tasks_kanban"],
li[data-tab="tasks_kanban"] + li {
  display: none !important;
}

/* tabs έργων */
#project-tabs li.nav-item:nth-child(n+3) {
  display: none !important;
}

/* εικονίδιο chat κάτω δεξιά */
#js-init-chat-icon {
  display: none !important;
}

/* tabs προτιμήσεων χρήστη */
#team-member-view-tabs li:nth-child(n+6) {
  display: none !important;
}

ul#team-member-view-tabs li:nth-child(3), 
ul#team-member-view-tabs li:nth-child(4) {
  display: none;
}

/* timer */
#start_timer {
  display: none;
}