:root{
    --primary:#57800B; 
    --light: #ffffff;
    --grey: #000000;

}
body {
    overflow: hidden;
    font-family: "mulish", sans-serif;
    font-weight: 300;
    color: var(--primary);    
}
a:hover{
    text-decoration: none;
}

.bg-primary{ background-color: var(--primary) !important;}
.bg-light{background-color:var(--light) !important;}

#sidebar-container {
    min-height: 100vh;
}

#sidebar-container .logo {
    padding: .875rem 1.25rem;
}

#sidebar-container .menu {
    width:17rem;

}

.btn-search {
    right: 5px;
}

#content {
    overflow-y: auto;
    height: 100vh;
    padding-bottom: 5rem;
}

.text-end{
    display: flex;
    flex-direction: column;
     

}