.icon_login {
  width: 21px;
  height: 21px;
  background-image: url('/public/svg/login.svg');
  background-size: contain;
  background-repeat: no-repeat
}
.icon_search {
    width: 20px;
    height: 20px;
    background-image: url('/public/svg/search.svg');
    background-size: contain;
    background-repeat: no-repeat
}
.icon_close {
    width: 20px;
    height: 20px;
    background-image: url('/public/svg/close.svg');
    background-size: contain;
    background-repeat: no-repeat
}
.icon_trash {
    width: 20px;
    height: 20px;
    background-image: url('/public/svg/trash.svg');
    background-size: contain;
    background-repeat: no-repeat
}
.icon_sort_up {
    width: 30px;
    height: 30px;
    background-image: url('/public/svg/sort-up.svg');
    background-size: contain;
    background-repeat: no-repeat
}
.icon_sort_down {
    width: 10px;
    height: 10px;
    background-image: url('/public/svg/sort-down.svg');
    background-size: contain;
    background-repeat: no-repeat
}
/* KALENDARZ ******************************************************************************************************** */
.icon_calendar_sm {
    width: 20px;
    height: 20px;
    background-image: url('/public/svg/calendar.svg');
    background-size: contain;
    background-repeat: no-repeat
}
.icon_calendar_md {
    width: 25px;
    height: 25px;
    background-image: url('/public/svg/calendar.svg');
    background-size: contain;
    background-repeat: no-repeat
}
.icon_calendar_lg {
    width: 35px;
    height: 35px;
    background-image: url('/public/svg/calendar.svg');
    background-size: contain;
    background-repeat: no-repeat
}


.icon_pdf1 {
    width: 70px;
    height: 70px;
    background-image: url('/public/svg/pdf.svg');
    background-size: contain;
    background-repeat: no-repeat
}

.drag_and_drop {
    width: 20px;
    height: 20px;
    background-image: url('/public/svg/drag.svg');
    background-size: contain;
    background-repeat: no-repeat
}

.red_x {
    width: 20px;
    height: 20px;
    background-image: url('/public/svg/red-x.svg');
    background-size: contain;
    background-repeat: no-repeat
}
