.img-avatar-red {
	max-width: 40px;
}

.no-style {
	list-style-type: none;
}

.brand-gui {
	width: 50px;
	position: relative;
}

.simple-box i {
  display: block;
  font-size: 40px;
  line-height: 90px;
  background: #c2cfd6;
}

.simple-box ul {
  padding: 10px 0;
  list-style: none;
}

.simple-box ul li strong {
  font-size: 20px;
}

.simple-box ul li span {
  font-weight: 500;
}

.kanban-board {
  min-height: 500px;
}

.kanban-board .kanban-column {
  min-height: 400px;
}

.kanban-body {
  min-height: 200px;
  max-height: 600px;
  overflow-y: auto;
}

.kanban-card {
  border-left: 4px solid #c8ced3;
  transition: box-shadow 0.2s, transform 0.1s;
  cursor: grab;
}

.kanban-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.kanban-card:active {
  cursor: grabbing;
}

.kanban-ghost {
  opacity: 0.4;
  background: #e3f2fd;
}

.kanban-drag {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transform: rotate(2deg);
}

.kanban-task-link {
  text-decoration: none;
  font-size: 0.9rem;
}

.priority-low {
  border-left-color: #17a2b8;
}

.priority-medium {
  border-left-color: #ffc107;
}

.priority-high {
  border-left-color: #dc3545;
}

.priority-badge-low {
  background-color: #17a2b8;
  color: #fff;
}

.priority-badge-medium {
  background-color: #ffc107;
  color: #212529;
}

.priority-badge-high {
  background-color: #dc3545;
  color: #fff;
}

.notification-dropdown .dropdown-item {
  white-space: normal;
  padding: 8px 15px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 13px;
}

.notification-dropdown .dropdown-item:last-child {
  border-bottom: none;
}

.notification-bell .badge {
  position: relative;
  top: -8px;
  left: -5px;
  font-size: 10px;
}

.drop-zone {
  border: 2px dashed #c8ced3;
  transition: all 0.3s;
  cursor: pointer;
}

.drop-zone-active {
  border-color: #007bff;
  background-color: #e3f2fd;
}

.border-dashed {
  border-style: dashed;
}

.comment-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.comment-content pre {
  background: #f4f4f4;
  padding: 10px;
  border-radius: 4px;
  overflow-x: auto;
}

.comment-content code {
  background: #f0f0f0;
  padding: 2px 4px;
  border-radius: 3px;
}

.mention-dropdown {
  position: absolute;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  max-height: 200px;
  overflow-y: auto;
  width: 250px;
}

.mention-item {
  padding: 6px 12px;
  cursor: pointer;
  font-size: 13px;
}

.mention-item:hover {
  background: #f0f0f0;
}

.ql-editor {
  min-height: 80px;
}

.gantt-low .bar {
  fill: #17a2b8;
}

.gantt-medium .bar {
  fill: #ffc107;
}

.gantt-high .bar {
  fill: #dc3545;
}

.fc .fc-toolbar-title {
  font-size: 1.2rem;
}

.fc .fc-button {
  font-size: 0.8rem;
}

#gantt-chart {
  width: 100%;
  min-height: 300px;
}
