:root {
  /*** General variables ***/
  --white-label-primary-color: #FCFEFF;
  /* This is a trick to use the variable with alpha */
  /* This value is like rgb(0, 0, 0) */
  /* --white-label-secondary-color: 0, 0, 0; */

  /* --white-label-secondary-color-focus: #028AFB; */

  --secondary-color: rgba(var(--white-label-secondary-color), 0.12);
  --secondary-color-focus: #028AFB;

  /* This is a trick to use the variable with alpha */
  /* This value is like rgb(255, 255, 255) */
  --general-menu-text-color: 150, 150, 150;

  /*** Custom variables ***/
  /* --general-background-color: var(--white-label-primary-color); */

  /*** Profile ***/
  --profile-background-color: #E7EAED;
  --profile-name-color:  black;
  --profile-email-color:  black;

  /*** Menu buttons ***/
  --menu-buttons-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  --menu-buttons-text-color: #969696;
  /* --menu-buttons-text-color-hover: rgba(var(--general-menu-text-color), 0.96); */
  --menu-buttons-text-color-selected: white;
  /* --menu-buttons-background-color: var(--white-label-primary-color); */
  /* --menu-buttons-background-color-hover: var(--secondary-color); */
  /* --menu-buttons-background-color-selected: var(--secondary-color-focus); */

  /*** Search Bar ***/
  --search-bar-background-color: #028AFB;

}

cotalker-task-list {
  background-color: white;
}

cotalker-task-item cotalker-tag .tag-container {
  background-color: #E2E6EA !important;
}

cotalker-task-item cotalker-tag span {
  color: rgba(17,51,85,.56) !important;
}

cotalker-group-menu .logged-user-status-display {
  color: green !important;
}

cotalker-group-menu .cot-icon-font {
  opacity: 1 !important;
}

cotalker-group-menu.expanded .cot-icon {
  filter: contrast(1) brightness(1) opacity(1) !important;
}

cotalker-group-menu .cot-icon {
  opacity: 1 !important;
  filter: contrast(0) brightness(1) opacity(0.85) !important;
}
