body{
    background-color: #e3e8ee !important;
}

.admin #header .logo {
    mix-blend-mode: screen;
}

.tasks .panel-body p[onclick*="task_status_"] {
    cursor: pointer;
}

@media only screen and (min-width: 992px) {
    .tasks .task-status-list,
    .projects .tasks-table .task-status-list {
        display: flex;
    }

}

.table-responsive {
    min-height: .01%;
    overflow-x: visible;
}

#pusherChat {
    z-index: 10001 !important;
}

.task-comment:target {
    background-color: #ffffa9;
    transition      : background-color .5s;
    border          : 1px solid #dddd5e;
}

/* #header{
    background: linear-gradient(180deg, #FE0000 16.66%,
      #FD8C00 16.66%, 33.32%,
      #FFE500 33.32%, 49.98%,
      #119F0B 49.98%, 66.64%,
      #0644B3 66.64%, 83.3%,
      #C22EDC 83.3%) !important;
}

#header:hover{
    background: none !important;
    background: #1d2f5d !important;
} */

.task-id{
    border: 1px solid transparent;
    cursor: pointer;
}
.task-id:hover{
    border: 1px solid #fff;
}

.task-comment .staff-profile-image-small:hover:active{
    transition: 100s;
    rotate: 3600000deg;
    transition-timing-function: cubic-bezier(.6,-0.28,.74,.05);
}
