.fc-day-today .fc-daygrid-day-number
{
    background: red!important;
}

.fc-dayGridMonth-view .fc-daygrid-day.fc-day-today, .fc-dayGridMonth-view .fc-timegrid-col.fc-day-today  
{
    border: 3px solid red;
}

.fc-day-past
{
    background: #ffecb3!important;
}
.board {
  padding-left: 14px !important;
}

.stack {
  background: var(--color-background-hover) !important;
  margin-bottom: 16px;
}

.stack__header::before {
  background-image: none !important;
}

.stack__header {
  background-color: var(--color-primary-light);
  align-items: center;
  &[aria-label="TODO"]{
    background-color: rgb(241, 219, 80); 
  }
  &[aria-label="WIP Davide"]{
    background-color: rgb(182, 229, 60);
  }
  &[aria-label="WIP Mick"]{
    background-color: rgb(39, 234, 247); 
  }
  &[aria-label="WIP Alessandro"]{
    background-color: rgb(247, 148, 87); 
  }



}
.stack__title {
  font-weight: bold;
}

.smooth-dnd-draggable-wrapper .stack:first-of-type {
  margin-left: 0;
}

.smooth-dnd-container.vertical {
  padding-top: 22px !important;
}
.card-upper h3 {
  font-weight: bold;
  font-size: 90% !important;
}
