
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

h1,h2,h3,h4  {
    margin:0;
    padding:0;
    }

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}
a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
    color: #fff;
}
.btn-toggle::before
  .wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}
#sidebar {
  min-width: 150px;
    max-width: 250px;
    min-height: 100vh;
    background: #000000;
    color: #fff;
    transition: all 0.3s;
    position: fixed;
}
#sidebar .sidebar-header {
    padding: 20px;
    background: #000000;
}
#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #ffffff;
}
#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #000000;
    background: #fff;
}
#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: rgb(0, 0, 0);
    background: #ffffff;
}

.my-3 {
    max-width: 80%;
    margin-top: 0;
}
table tr td:last-child {
    white-space: nowrap;
    width: 1px;
}
.progress {
    padding: 0px;
    height: 1.5rem;
}