i {
    height: 20px;
    width: 20px;
}

.follow {
    content: url("/images/ikonice/follow.svg");
    cursor: pointer;
}


.no-follow {
    content: url("/images/ikonice/no-follow.svg");
    cursor: pointer;
}

.attachment {
    content: url("/images/ikonice/attachment.svg");
}

.arrow-right {
    content: url("/images/ikonice/pagination-arrow.svg");
}

.arrow-left {
    content: url("/images/ikonice/pagination-arrow.svg");
    transform: rotate(180deg);

}

.update {
    content: url("/images/ikonice/update.svg");
}

.promena-statusa .update,
.komentar .comment,
.vreme-zavrsetka .hoursglass {
    width: 15px;
}

.comment {
    content: url("/images/ikonice/comment.svg");
}

.hourglass {
    content: url("/images/ikonice/hourglass.svg");
}

.done {
    content: url("/images/ikonice/done.svg");
}

.on-hold {
    content: url("/images/ikonice/on_hold.svg");
}

.working {
    content: url("/images/ikonice/progress.svg");
}

.promena-statusa .arrow-right,
.vreme-zavrsetka .arrow-right {
    width: 6px;
}

.user {
    content: url("/images/ikonice/user.svg");
}

.bell {
    content: url("/images/ikonice/bell.svg");
}

.arrow-nav {
    content: url("/images/ikonice/arrow-nav.svg");
}

.edit {
    content: url("/images/ikonice/edit.svg");
}

.view {
    content: url("/images/ikonice/view.svg");
}

.delete {
    content: url("/images/ikonice/delete.svg");
}

.kapljica {
    content: url("/images/ikonice/kapljica.svg");
}

.pritisak {
    content: url("/images/ikonice/pritisak.svg");
}

.termometar {
    content: url("/images/ikonice/termometar.svg");
}

.min {
    content: url("/images/ikonice/min.svg");
}

.max {
    content: url("/images/ikonice/max.svg");
}

.uv {
    content: url("/images/ikonice/uv.svg");
}

.vetar {
    content: url("/images/ikonice/vetar.svg");
}

.vlaznost {
    content: url("/images/ikonice/vlaznost.svg");
}

.filter {
    content: url("/images/ikonice/filter.svg");
    cursor: pointer;
    align-self: center;
}

.anketa {
    content: url("/images/ikonice/anketa.svg");
}

.add {
    content: url("/images/ikonice/add.svg");
    filter: brightness(0) invert(1);
}

.close {
    content: url("/images/ikonice/close.svg");
    filter: brightness(0) invert(1);
    width: 15px;
    height: 15px;
}

.alert-dismissible .close {
    filter: none;
    filter: none;
  background: transparent;
  border: none;
} 

.close-green {
    content: url("/images/ikonice/close-green.svg");
    width: 10px;
    height: 10px;
}



td svg {
    stroke: var(--text-gray);
    fill: var(--text-gray);
    min-width: 18px;
  max-width: 18px;
  max-height: 20px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
 
}

a.button-icon i{
    color: var(--text-gray);
}


a.button-icon:hover {
    
    text-decoration: none;
}
a.button-icon:hover i{
    color: var(--primary);
    text-decoration: none;
}

.breadcrumb-item svg {
    min-width: 18px;
  max-width: 18px;
  max-height: 20px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
 
}