.img-count-container-summary {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.urgent-task-card-summary,
.tasks-on-board-card-summary,
.backgroundcolor-blue-light,
.summary-card-the-last-three {
  transition: transform 0.2s ease, box-shadow 0.2s ease,
              background-color 0.2s ease, color 0.2s ease;
  position: relative;
  z-index: 0;
}

.tasks-on-board-card-summary {
  transform-origin: right center;
}

.urgent-task-card-summary:hover {
  cursor: pointer;
  background-color: #5c9cff;
  color: #ffffff;
  box-shadow: 0 10px 30px -18px #2a3647;
  transform: translateY(-2px);   
  z-index: 2;
}

.urgent-task-card-summary:hover .seperator-summary {
  background-color: #0038ff;
}

.tasks-on-board-card-summary:hover {
  cursor: pointer;
  background-color: #0038ff;
  color: #ffffff;
  border-top-left-radius: 0;
  box-shadow: 0 10px 30px -18px #2a3647;
  transform: translateY(-2px) scaleX(1.155) scaleY(1.04);
  z-index: 2;
}

.backgroundcolor-blue-light:hover {
  cursor: pointer;
  background-color: #ffffff;    
  color: #4589ff;
  border-top-left-radius: 0;
  box-shadow: 0 10px 30px -18px #2a3647;
  transform: translateY(-2px) scale(1.04);
  z-index: 2;
}

.summary-card-the-last-three:hover {
  cursor: pointer;
  background-color: #0038ff;
  color: #ffffff;
  border-top-left-radius: 0;
  box-shadow: 0 10px 30px -18px #2a3647;
  transform: translateY(-2px) scale(1.04);
  z-index: 2;
}
.urgent-task-card-summary,
.tasks-on-board-card-summary,
.backgroundcolor-blue-light,
.summary-card-the-last-three {
  transition: transform 0.2s ease, box-shadow 0.2s ease,
              background-color 0.2s ease, color 0.2s ease;
  position: relative;
  z-index: 0;
}

.tasks-on-board-card-summary {
  transform-origin: right center;
}

.urgent-task-card-summary:hover {
  cursor: pointer;
  background-color: #5c9cff;
  color: #ffffff;
  box-shadow: 0 10px 30px -18px #2a3647;
  transform: translateY(-2px);
  z-index: 2;
}

.urgent-task-card-summary:hover .seperator-summary {
  background-color: #0038ff;
}

.tasks-on-board-card-summary:hover {
  cursor: pointer;
  background-color: #0038ff;
  color: #ffffff;
  border-top-left-radius: 0;
  box-shadow: 0 10px 30px -18px #2a3647;
  transform: scaleX(1.16);
  z-index: 2;
}

.backgroundcolor-blue-light:hover {
  cursor: pointer;
  background-color: #ffffff;
  color: #4589ff;
  border-top-left-radius: 0;
  box-shadow: 0 10px 30px -18px #2a3647;
  transform: translateY(-2px) scale(1.04);
  z-index: 2;
}

.summary-card-the-last-three:hover {
  cursor: pointer;
  background-color: #0038ff;
  color: #ffffff;
  border-top-left-radius: 0;
  box-shadow: 0 10px 30px -18px #2a3647;
  transform: translateY(-2px) scale(1.04);
  z-index: 2;
}
.tasks-on-board-card-summary,
.summary-card-the-last-three {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.12);
}
