body {
    font-size: .875rem;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 60px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 2rem;
    }

    .navbar-brand {
        display: none;
    }
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 60px);
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
    font-size: 0.8rem;
    padding-left: 30px;
}

.sidebar .hasSubmenu {
    display: flex;
    flex-direction: column;
}

.sidebar .subMenuTitle {
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.sidebar .subMenuTitle div {
    padding-right: 10px;
}

.sidebar .hasSubmenu i {
    font-size: 1rem;
}

.sidebar .nav-link:hover {
    background-color: lightgrey;
    cursor: pointer;
}

.sidebar .subMenuTitle:hover {
    background-color: lightgrey;
    cursor: pointer;
}

.sidebar .nav-item-sub {
    font-size: 0.7rem;
    padding: 3px 3px 3px 40px;
}

.sidebar .nav-item-sub:hover {
    background-color: lightgrey;
    cursor: pointer;
}

.sidebar .nav-link-sub {
    color: #333;
    display: block;
    text-decoration: none;
}

.sidebar-heading {
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: bold;
}

/*
 * Navbar
 */

.navbar {
    height: 60px;
    background-color: white;
    color: #444;
    border-bottom: 2px solid #b4b4b4;
}

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 0.8rem;
    color: #444 !important;
}

.navbar .navbar-toggler {
    top: .75rem;
    left: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}


code {
    background: #222;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    padding: 2px 8px;
    padding-top: 4px;
    display: inline-block;
    width: 100%;
}

.url {
    background: #2976a7;
    padding: 4px 16px;
}

.get {
    background: #0c7446 !important;
}

.delete {
    background: #9f2929 !important;
}

p {
    margin-bottom: 1.5rem;
}

h5 {
    font-weight: 700;
    font-size: 1.1rem;
}

.h2 {
    font-size: 1.7rem !important;
}

.nav-tabs a {
    color: #2976a7 !important;
    font-weight: 600 !important;
}

th {
    border-top: 0 !important;
}