body {
    margin: 0;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    overflow-x: clip;
    background-color: #f2f2f2;
}

.card {
    background-color: #ffffff !important;
}


#login-logo {
    width: auto;
    height: 75px;
}

#primary-btn {
    background-color: #04BF72;
    border: 1px solid #04BF72;
    border-radius: 5px;
}

.navbar {
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.navbar-brand {
    color: black;
    text-decoration: none;
}

.navbar-brand img {
    width: 30px;
    height: 40px;
    margin-right: 15px;
}

.navbar-nav .nav-link {
    color: black;
    text-decoration: none;
}

.btn-outline-warning a {
    color: white;
    text-decoration: none;
}

#top-menu-pad {
    margin-top: 95px;
}

.left-aligned {
    margin-left: auto;
}

#side-bar {
    position: -webkit-sticky;
    position: sticky;
    top: 95px;
    height: 75vh;
    color: #000;
    overflow-y: auto;
    background-color: #ffffff !important;
}

#side-bar .nav-link {
    color: 000;
}

.dropdown-menu {
    max-width: 50px;
}

#side-bar a {
    color: rgb(46, 45, 45) !important;
}

#side-bar i {
    color: rgb(46, 45, 45);
}


.nav-link.active {
    color: #0D73E0 !important;
    background-color: #ffffff !important;
}

.nav-link.active i {
    color: #0D73E0 !important;
}

.nav-link.active #nav-text {
    color: #0D73E0 !important;
}

.info-icon {
    color: grey;
    cursor: pointer;
}

footer .text-muted a {
    text-decoration: none;
}

footer .text-muted a:hover {
    text-decoration: underline;
}