body {
    background-color: #343a40;
    color: #ffffff;
}

.sidenav {
    height: 100%; 
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.menu-btn {
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 3;
    font-size: 24px;
    color: #fff;
}

.navbar-toggler {
    border: 1px gray solid;
    color: white;
}

table {
    background: white;
}

.modal-body label {
    color: black;
}

.modal-title {
    color: black;
}

.list-group {
    color: black;
}

.alert-message {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.card-body{
    color:black;
}
.container {
    color: white;
}
tr.filters .dt-column-order {
    display: none;
}
#fuel-table th, #fuel-table td,#loan-table th, #loan-table td, #loan-history-table th,#loan-history-table td{
    text-align: left;
    vertical-align: middle;
}
.rotate-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-align: right;
    white-space: nowrap;
}

.form-signin {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: 0 auto;
  }
.btn-info {
    color: white !important;
}
.navbar-toggler {
    font-size: 1.5rem; /* Zwiększa rozmiar ikony */
    padding: 0.75rem 1rem; /* Zwiększa rozmiar przycisku */
    border: none;
    outline: none;
}