.sidebar-button{
	display: flex;
    border-radius: 200px;
    background-color: #E8F5EE;
    padding: 0px;
    max-height: 60px;
    align-content: center;
    justify-content: center;
    align-items: center;	
	width:85%;
    min-height: 60px;
	color: #002E45;
}

.sidebar-text{
	margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    
    padding-left: 0px;
    padding-right: 0px;
	text-decoration: none;
}

.side-active{
    background-color: #002E45;
	color: #ffffff;
}

#sidebar {
	width: 100%; /* Set width to 300 pixels on desktop */
}

@media (min-width: 768px) {
	#sidebar {
		width: 300px; /* Set width to 300 pixels on desktop */
	}
}