* {
  transition: .2s ease;
}
.bootstrap-dark .btn-new {
  font-size: x-large;
}
/****paski przewijania****/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #343a40; 
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #343a40; 
  border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #007bff; 
}
/****tabela****/
.row-found{
  color: #ffff99;
}
thead tr, tfoot tr {
  background: #000;
}
