body { font-size: .875rem; }

.feather {
    height: 16px;
    vertical-align: text-bottom;
    width: 16px;
}

/*
 * Sidebar
 */

.sidebar {
    /* rtl:raw:
  right: 0;
  */
    bottom: 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    /* rtl:remove */
    left: 0;
    padding: 48px 0 0; /* Height of navbar */
    position: fixed;
    top: 0;
    z-index: 100; /* Behind the navbar */
}

@media (max-width: 767.98px) {
    .sidebar { top: 5rem; }
}

.sidebar-sticky {
    height: calc(100vh - 48px);
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    padding-top: .5rem;
    position: relative;
    top: 0;
}

.sidebar .nav-link {
    color: #333;
    font-weight: 500;
}

.sidebar .nav-link .feather {
    color: #727272;
    margin-right: 4px;
}

.sidebar .nav-link.active { color: #2470dc; }

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather { color: inherit; }

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
    font-size: 1rem;
    padding-bottom: .75rem;
    padding-top: .75rem;
}

.navbar .navbar-toggler {
    right: 1rem;
    top: .25rem;
}

.navbar .form-control {
    border-radius: 0;
    border-width: 0;
    padding: .75rem 1rem;
}

.form-control-dark {
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
    color: #fff;
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}