body {
  background:rgb(249, 250, 251);
}

.navbar .logo-mini-wrapper .logo-mini {
width: auto;
height: 50px;
}

.logo-minimain {
width: auto;
height: 70px;
}

.table tr td {
  vertical-align: middle ;
}
.table>:not(caption)>*>* {
padding: .35rem .35rem;
}

.actions-col {
    width: 200px;
    white-space: nowrap;
}

/* Zielony: sukces */
.toastsuccess {
    background-color: #16a34a !important; /* zielony */
    color: #ffffff !important;
    border: none !important;
}

.toastsuccess .toast-body,
.toastsuccess .toast-header small,
.toastsuccess .btn-close {
    color: #ffffff !important;
}

/* Czerwony: błąd */
.toastdanger {
    background-color: #dc2626 !important; /* czerwony */
    color: #ffffff !important;
    border: none !important;
}

.toastdanger .toast-body,
.toastdanger .toast-header small,
.toastdanger .btn-close {
    color: #ffffff !important;
}

/* Niebieski: informacja */
.toastinfo {
    background-color: #2563eb !important; /* niebieski */
    color: #ffffff !important;
    border: none !important;
}

.toastinfo .toast-body,
.toastinfo .toast-header small,
.toastinfo .btn-close {
    color: #ffffff !important;
}

.dt-info {
  color:#404040;
} 

.dt-container  label {
    color:#404040;
}