
body.dark-mode h1.text-center {
    background-color: #333;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
}


body {
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
}

.container {
    max-width: 1600px; 
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1, h2 {
    color: #333;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

li {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

li:last-child {
    border-bottom: none;
}


.dashboard-section {
    padding: 20px;
    border: none;
    background-color: #fafafa;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.dashboard-section:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}



.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

li:nth-child(odd) {
background-color: #f2f2f2; 
}

li:nth-child(even) {
background-color: #e6e6e6; 
}


.dashboard-section table {
    width: 100%;
    border-collapse: collapse;
}

.dashboard-section th, .dashboard-section td {
    padding: 10px;
    border: 1px solid #e0e0e0;
}

.dashboard-section td ul {
    margin: 0;
    padding-left: 20px;
}

.dashboard-section td li {
    list-style-type: circle;
}



.dashboard-section h2 {
    color: #ffffff;
    padding: 12px 18px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 0;
    font-weight: 600;
}


.dashboard-section h2 {
    transition: background-color 0.3s ease;
}



.dashboard-section:nth-child(1) h2 {
background-color: #3498db; 
}

.dashboard-section:nth-child(2) h2 {
background-color: #e74c3c; 
}

.dashboard-section:nth-child(3) h2 {
background-color: #2ecc71; 
}

.dashboard-section:nth-child(4) h2 {
background-color: #f39c12; 
}

.dashboard-section:nth-child(5) h2 {
background-color: #9b59b6; 
}

.dashboard-section:nth-child(6) h2 {
background-color: #16a085; 
}


.ui-state-highlight {
height: 50px;
background-color: #f5f5f5;
border: 1px dashed #ccc;
}

.dashboard-section {
cursor: move;
}




.ui-state-highlight {
height: 50px;
background-color: #eee;
}


body.dark-mode {
background-color: #2c2c2c;
color: #eaeaea;
}

body.dark-mode .navbar, body.dark-mode .footer, body.dark-mode .dashboard-section {
background-color: #1a1a1a;
color: #eaeaea;
}

body.dark-mode a {
color: #b3b3b3;
}

body.dark-mode .navbar-light .navbar-nav .nav-link {
color: #b3b3b3;
}

body.dark-mode .navbar-light .navbar-brand {
color: #eaeaea;
}


.dashboard-section {
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}




h2 {
font-size: 1.5rem;
}


.dashboard-section ul li:nth-child(odd),
.dashboard-section table tr:nth-child(odd) {
    background-color: #f7f7f7;
}


.dashboard-section ul li:nth-child(even),
.dashboard-section table tr:nth-child(even) {
    background-color: #e9e9e9;
}


body.dark-mode .dashboard-section ul li, body.dark-mode table, body.dark-mode table th, body.dark-mode table td {
background-color: #333;
border-color: #444;
color: #eaeaea;
}

body.dark-mode table a, body.dark-mode ul li a {
color: #b3b3b3;
}

body.dark-mode table a:hover, body.dark-mode ul li a:hover {
color: #ffffff;
text-decoration: underline;
}
