
.color-2e4053 .brand-logo .dashboard-image,
.color-1E202D .brand-logo .dashboard-image,
.color-1d2632 .brand-logo .dashboard-image,
.color-212121 .brand-logo .dashboard-image,
.color-404040 .brand-logo .dashboard-image,
.color-555a61 .brand-logo .dashboard-image,
.color-2471a3 .brand-logo .dashboard-image,
.color-5d78ff .brand-logo .dashboard-image,
.color-884ea0 .brand-logo .dashboard-image {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}
.color-2e4053 .brand-logo .dashboard-image,
.color-1E202D .brand-logo .dashboard-image,
.color-1d2632 .brand-logo .dashboard-image,
.color-212121 .brand-logo .dashboard-image,
.color-404040 .brand-logo .dashboard-image,
.color-555a61 .brand-logo .dashboard-image,
.color-2471a3 .brand-logo .dashboard-image,
.color-5d78ff .brand-logo .dashboard-image,
.color-884ea0 .brand-logo .dashboard-image,
.color-2e4053.signin-page .card-header img,
.color-1E202D.signin-page .card-header img,
.color-1d2632.signin-page .card-header img,
.color-212121.signin-page .card-header img,
.color-404040.signin-page .card-header img,
.color-555a61.signin-page .card-header img,
.color-2471a3.signin-page .card-header img,
.color-5d78ff.signin-page .card-header img,
.color-884ea0.signin-page .card-header img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

#task-table .list-status-border a {
    display: none !important;
}
.theme-changer .color-tag {
  display: none;
}

.theme-changer .color-tag[data-color="F2F2F2"],
.theme-changer .color-tag[data-color="1E202D"] {
  display: inline-block;
}
.task-view-modal-body .text-wrap{overflow:auto}

/* Begin Task Page */

.white-link[data-act="update-task-info"] {
   font-size: 16px;
   padding: 5px;
}

/* END Task Page */

/* BEGIN Notifications page */

.notifications-page #page-content a.list-group-item {
border: 1px solid gray;
padding: 25px;
margin: 25px;
width: auto !important;
}

.notifications-page #page-content a.list-group-item.unread-notification {
background-color: #eff5e9 !important;
}
.notifications-page #page-content a.list-group-item.unread-notification:after {
content:'Unread';
font-size: 10px;
color: red;
display: block;
position: absolute;
bottom: 25px;
right: 25px;
}
.notifications-page #page-content a.list-group-item.unread-notification:hover {
background-color: #e5f5d5 !important;
}
.notifications-page #page-content .atwho-inserted {
color: red;
}
.notifications-page #page-content div.m0.text-break > div:nth-child(1) {
padding-top: 10px;
padding-bottom: 10px;
font-weight: bold;
}
.notifications-page #page-content div.m0.text-break > div:nth-child(3) {
font-weight: bold;
}
/* END Notifications page */