.k-team .timeman-start .timeman-background,
.k-team .timeman-paused .timeman-background {
  background-color: var(--kt-ui-layer-middle-accent-green);
  border-color: var(--kt-ui-layer-high-accent-green);
}

.k-team .timeman-container-ru {
  min-width: 220px;
}

.k-team .timeman-block:hover .timeman-background {
  background-color: var(--kt-ui-color-primary-hover) !important;
  border-color: var(--kt-ui-color-primary-hover) !important;
}

.k-team .timeman-block-active .timeman-background {
  background-color: var(--kt-ui-color-primary) !important;
  border-color: var(--kt-ui-color-primary) !important;
}

.k-team .timeman-block-active .bx-time,
.k-team .timeman-block-active .timeman-right-side,
.k-team .timeman-block-active .timeman-not-cl-text,
.k-team .timeman-block:hover .bx-time,
.k-team .timeman-block:hover .timeman-right-side,
.k-team .timeman-block:hover .timeman-not-cl-text {
  color: var(--kt-ui-text-on-color);
}

.k-team .timeman-tasks:before {
  opacity: 0.7;
  mask-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%226%22%20height%3D%229%22%20viewBox%3D%220%200%206%209%22%3E%0A%20%20%3Cpolygon%20fill%3D%22%23333%22%20points%3D%226%200%200%200%200%209%201%209%201%205%206%205%22/%3E%0A%3C/svg%3E%0A);
  -webkit-mask-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%226%22%20height%3D%229%22%20viewBox%3D%220%200%206%209%22%3E%0A%20%20%3Cpolygon%20fill%3D%22%23333%22%20points%3D%226%200%200%200%200%209%201%209%201%205%206%205%22/%3E%0A%3C/svg%3E%0A);
  background: currentColor;
}

.k-team .tm-popup-button-handler .ui-btn-icon-stop {
  --ui-btn-background: var(--kt-ui-color-danger);
  --ui-btn-color: var(--kt-ui-text-on-color);
}