﻿.custom-task-color {
    background-color: var(--b-theme-background-primary);
  
}
.custom-task {
    max-height: 48px;
    height: 100%;
    display: block;
    overflow: hidden;
    border-radius: 20px;
}

​
.custom-task-wrapper {
    padding: 8px;
    color: #fff;
}

    ​
    .custom-task-wrapper > * {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
    }

​
.custom-task-img-wrapper {
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 8px;
    background-color: #fff;
    overflow: hidden;
}

​
.custom-task-img {
    width: 32px;
}

​
.custom-task-title {
    font-weight: 600;
    font-size: 13px;
}

​
.custom-task-row {
    font-size: 11px;
}

​
.custom-task-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 8px;
    background: rgba(0, 0, 0, 0.3);
}

​
.dx-gantt .dx-row {
    height: 63px !important;
}

.dx-gantt-altRow {
    height: 63px!important;
}