body{
    --bs-logo-lg-height: 30px;    
    --bs-body-font-size: 0.82rem;
    --bs-body-font-size-sm: 0.82rem;    
}
.table>:not(caption)>*>* {
    vertical-align: middle !important;
}

td.no-wrap {
    white-space: nowrap;
  
}
.thumb-sm {
    height: 36px;
    width: 36px;
}
.card-box {
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 30px;
    background-color: #fff;
}
taskList {
    min-height: 40px;
    margin-bottom: 0
}

.taskList li {
    background-color: #fff;
    border: 1px solid rgba(121, 121, 121, .2);
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 3px
}

.taskList li:last-of-type {
    margin-bottom: 0
}

.taskList a {
    font-size: 13px
}

.taskList .checkbox {
    margin-left: 20px;
    margin-top: 5px
}
.text-muted {
    color: #98a6ad!important;
}
/* Styl dla aktywnego użytkownika w sidebarze */
/* Domyślnie pokazuj pełne nazwy */
.user-full { display: inline; }
.user-short { display: none; }
/* Gdy sidebar zwężony */
html[data-menu-size=condensed] .user-full { display: none !important; }
html[data-menu-size=condensed] .user-short { display: inline !important; }
html[data-menu-size=condensed] .active-users-title { display: none !important; }

.timeline-operations {
  border-left: 1px solid hsl(0, 0%, 90%);
  position: relative;
  list-style: none;
}

.timeline-operations .timeline-item-content {
  position: relative;
}

.timeline-operations .timeline-item-content:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline-operations .timeline-item-content:after {
  background-color: hsl(0, 0%, 90%);
  left: -38px;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
}
