body {
    background-color: #212121;
    color: #e5e7eb;
}

.sidebar {
    min-height: 100vh;
    background-color: #181818;
    border-right: 1px solid #ffffff26;
}

.sidebar a {
    display: block;
    padding: 12px 16px;
    color: #cbd5f5;
    text-decoration: none;
    border-radius: 8px;
    margin-bottom: 6px;
}

.bg-header {
    background-color: #303030;
}

.left {
    border-left: 5px solid #303030 !important;
    padding-left: 15px !important;
    width: 400px !important;
    margin: 20px 0 !important;
}

.table-transparent,
.table-transparent th,
.table-transparent td {
  background-color: transparent !important;
  border: none !important;
  color: #ffffff !important;
  font-weight: 300 !important;
}

.table-transparent tr {
  border-bottom: 1px solid #ffffff26 !important;
}


.sidebar a:hover,
.sidebar a.active {
    background-color: #303030;
    color: #fff;
}

.border-bottom {
    border-bottom: 1px solid #ffffff26 !important;
}

.border-top {
    border-top: 1px solid #ffffff26 !important;
}

.content {
    padding: 30px;
}

.card {
    background-color: #020617;
    border: 1px solid #1e293b;
    color: #e5e7eb;
}

h3 {
    font-size: 22px !important;
}

h4 
{
    font-size: 18px !important;
}

h5 
{
    font-size: 16px !important;
}