/* Change the header background color */
#header {
    background-color: #8c57ff !important; /* a blue color */
}

/* Change the sidebar background */
#nav-sidebar {
    background-color: rgba(46,38,61,.08) !important; /* dark blue/gray */
}

/* Change link colors in the sidebar */
#nav-sidebar a {
    color: #000 !important; /* light text */
}
#nav-sidebar .current-model{
    background: #8c57ffa3 !important;
}

/* Change the main content background */
#content {
    background-color: #f9f9f9 !important;
}

#site-name a:link, #site-name a:visited{
    color:#fff !important;
}
.breadcrumbs {
    background-color: rgba(46,38,61,.08) !important; /* Change to your desired color */
    color:#000!important;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.breadcrumbs a {
    color: #8c57ff !important; /* Change to match your theme */
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}
.module h2,
.module caption,

.inline-group h2 {
    background-color: #8c57ff !important;  /* Your background color */
    padding: 5px;  /* Optional, for spacing */
}
/* custom_admin.css */
#login-form input[type="submit"] {
    background-color: #8c57ff;  /* your desired color */
    border-color: #8c57ffc7;
    color: white;
}

#login-form input[type="submit"]:hover {
    background-color: #45a049;  /* darker shade on hover */
    border-color: #45a049;
}

.theme-toggle {
  display: none !important;
}
