body {
    color: #454545;
}

.table {
    color: #454545;
}

#log-form {
    text-align: left;
}

#button-group {
    margin-bottom: 10px;
}

#navbar {
    background-color: #443266;
}

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


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

.feed-data-col {
    height: 73vh;
    margin-top: 20px;
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 0.5rem;
        height: fit-content;
        border-bottom: 1px solid #666;
        border-top: 1px solid #666;
        
    }

    .sidebar-sticky {
        height: fit-content;
    }

    .feed-data-col {
        height:fit-content;
    }
}

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

.sidebar .nav-link {
font-weight: 500;
color: #443266;
}

.sidebar .nav-link {
margin-left: 10px;
margin-right: 4px;
margin-top: 10px;
color: #454545;
}

.sidebar .nav-link.active {
border-radius: 20px;
color: #FFF;
background-color: #443266;
width: fit-content;
}

.sidebar-heading {
font-size: .75rem;
text-transform: uppercase;
}

.navbar .navbar-toggler {
top: .5rem;
right: 1rem;
}

.navbar .form-control {
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);
}

#logs {
    margin-top: 15px;
}

.nav-link-icon, .nav-link-text {
    display: inline-block;
    font-weight: bold;
    font-size: large;
    margin-right: 10px;
}

.icon {
    width: 1.75em;
    height: 1.75em;
}

#logout-link {
    margin-top: 20px;
}


.clickable:hover {
    color: white;
    text-decoration: underline;
}

.clickable-link {
    color: black;
}

.clickable-link:hover {
    color: black;
    text-decoration: underline;
}

.top-user-link {
    float: right;
}

#top-user-body {
    padding: 0px;
}

#patreon-link {
    margin: 15px;
}