/* custom_admin.css */
#header {
    background-color: #808000; /* Change to your desired background color */
    color: #ffffff; /* Change to your desired font color */
}

body {
    background-color: #6ba353; /* Change to your desired background color */
}

/* Change the background color of table header row */
.module thead th {
    background-color: 	#000080; /* Change to your desired background color */
    color: #ffffff; /* Change to your desired font color */
}

.module h2, .module caption {
    color: #000080; /* Change to your desired font color */
}

/* Change the background color of the navigation menu */
#content-related {
    background-color: #ffd1dc; /* Change to your desired background color */
}

/* Change the color of buttons and links */
.button {
    background-color: 	#800000; /* Change to your desired background color */
    color: #ffffff; /* Change to your desired font color */
}

/* Change the color of links */
a {
    color: #008080; /* Change to your desired link color */
}

.module h2{
  color: #ffffff;
}

.chart-container{
  padding: 20px;
}
