.sidebar {
    position: fixed;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    width: 13vw;
    min-width: 265px;
    max-width: 400px;
}

.username {
    padding-top: 20px;
    font-weight: 700;
    font-size: 18px;
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: 100vh;
}

.sidebar .nav-link {
    font-weight: 500;
    margin: 0 5px 0 5px;
    color: #999;
}

.sidebar .nav-link:hover {
    color: inherit;
}

#nav-admin .nav-item {
    font-size: 14px;
    padding-left: 10px;
}

.table > tbody > tr > td {
    padding: 16px 12px 0 12px;
}