
/* General Reset */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.mobile-menu {
        display: none;
    }

header {
    background: #007bff;
    color: white;
    padding: 10px;
    text-align: center;
}

header h1 {
    margin: 0;
    font-size: 1.5em;
}

.desktop-menu {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.desktop-menu a {
    color: white;
    text-decoration: none;
    font-size: 1em;
}

.desktop-menu a.active {
    font-weight: bold;
    text-decoration: underline;
}

main {
    padding: 20px;
}

h2 {
    color: #007bff;
    font-size: 1.8em;
}

/* Stats Section */
.stats {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
    justify-content: space-around;
}

.stats div {
    background: #f1f1f1;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    flex: 1 1 calc(45% - 20px);
    max-width: 200px;
}

.stats h3 {
    margin: 0;
    color: #007bff;
    font-size: 1.2em;
}

.stats p {
    font-size: 1.5em;
    margin: 10px 0 0;
    color: #333;
}

/* Mobile Navigation Bar */
.mobile-menu {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #007bff;
    border-top: 1px solid #0056b3;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    z-index: 1000;
}

.mobile-menu a {
    color: white;
    text-decoration: none;
    font-size: 0.9em;
    text-align: center;
    flex: 1;
}

.mobile-menu a .icon {
    font-size: 1.5em;
    display: block;
}

.mobile-menu a.active {
    font-weight: bold;
    background: #0056b3;
    border-radius: 50px;
    padding: 5px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .desktop-menu {
        display: none;
    }

    .mobile-menu {
        display: flex;
    }
}
/* General Reset */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background: #007bff;
    color: white;
    padding: 10px;
    text-align: center;
}

header h1 {
    margin: 0;
    font-size: 1.5em;
}

.desktop-menu {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.desktop-menu a {
    color: white;
    text-decoration: none;
    font-size: 1em;
}

.desktop-menu a.active {
    font-weight: bold;
    text-decoration: underline;
}

main {
    padding: 20px;
}

h2 {
    color: #007bff;
    font-size: 1.8em;
}

/* Stats Section */
.stats {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
    justify-content: space-around;
}

.stats div {
    background: #f1f1f1;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    flex: 1 1 calc(45% - 20px);
    max-width: 200px;
}

.stats h3 {
    margin: 0;
    color: #007bff;
    font-size: 1.2em;
}

.stats p {
    font-size: 1.5em;
    margin: 10px 0 0;
    color: #333;
}

/* Mobile Navigation Bar */
.mobile-menu {
    display: none; /* Default hidden */
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #007bff;
    border-top: 1px solid #0056b3;
    justify-content: space-around;
    padding: 10px 0;
    z-index: 1000;
}

.mobile-menu a {
    color: white;
    text-decoration: none;
    font-size: 0.9em;
    text-align: center;
    flex: 1;
}

.mobile-menu a .icon {
    font-size: 1.5em;
    display: block;
}

.mobile-menu a.active {
    font-weight: bold;
    background: #0056b3;
    border-radius: 50px;
    padding: 5px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .desktop-menu {
        display: none; /* Hide desktop menu on small screens */
    }

    .mobile-menu {
        display: flex; /* Show mobile menu on small screens */
    }
}

/* General Reset */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background: #007bff;
    color: white;
    padding: 10px;
    text-align: center;
}

header h1 {
    margin: 0;
    font-size: 1.5em;
}

.desktop-menu {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.desktop-menu a {
    color: white;
    text-decoration: none;
    font-size: 1em;
}

.desktop-menu a.active {
    font-weight: bold;
    text-decoration: underline;
}

main {
    padding: 20px;
}

h2 {
    color: #007bff;
    font-size: 1.8em;
}

/* Stats Section */
.stats {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
    justify-content: space-around;
}

.stats div {
    background: #f1f1f1;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    flex: 1 1 calc(45% - 20px);
    max-width: 200px;
}

.stats h3 {
    margin: 0;
    color: #007bff;
    font-size: 1.2em;
}

.stats p {
    font-size: 1.5em;
    margin: 10px 0 0;
    color: #333;
}

/* Mobile Navigation Bar */
.mobile-menu {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #007bff;
    border-top: 1px solid #0056b3;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    z-index: 1000;
}

.mobile-menu a {
    color: white;
    text-decoration: none;
    font-size: 0.9em;
    text-align: center;
    flex: 1;
}

.mobile-menu a .icon {
    font-size: 1.5em;
    display: block;
}

.mobile-menu a.active {
    font-weight: bold;
    background: #0056b3;
    border-radius: 50px;
    padding: 5px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .desktop-menu {
        display: none;
    }

    .mobile-menu {
        display: flex;
    }
}

.stats {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}

.stats div {
    background: #f1f1f1;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    width: 150px;
}

.stats h3 {
    margin: 0;
    color: #007bff;
}

.stats p {
    font-size: 1.5em;
    margin: 10px 0 0;
    color: #333;
}













body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
    color: #333;
}

header {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    text-align: center;
}

header h1 {
    margin: 0;
}

nav {
    margin-top: 10px;
}

nav a {
    color: white;
    margin: 0 10px;
    text-decoration: none;
}

nav a.active {
    font-weight: bold;
    text-decoration: underline;
}

main {
    padding: 20px;
}

form {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
}

input, select, button {
    margin-bottom: 10px;
    padding: 8px;
    width: 100%;
    max-width: 400px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button {
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    background: #ffffff;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.completed {
    color: green;
    font-weight: bold;
}



























/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f9;
    color: #333;
    line-height: 1.6;
    padding-bottom: 50px;
}

/* Header */
header {
    background: #007bff;
    color: #fff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

header h1 {
    font-size: 24px;
}

nav a {
    color: white;
    text-decoration: none;
    margin-left: 15px;
    font-size: 16px;
    padding: 5px 10px;
    transition: background 0.3s;
}

nav a:hover, nav a.active {
    background: #0056b3;
    border-radius: 5px;
}

/* Main Content */
main {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

main h2 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #007bff;
}

/* Forms */
form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

form label {
    font-weight: bold;
    font-size: 14px;
}

form input, form textarea, form button {
    font-size: 16px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: none;
    width: 100%;
}

form input:focus, form textarea:focus {
    border-color: #007bff;
}

form button {
    background: #007bff;
    color: white;
    cursor: pointer;
    transition: background 0.3s;
}

form button:hover {
    background: #0056b3;
}

/* Task List */
#task-list {
    list-style: none;
    margin-top: 20px;
}

#task-list li {
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#task-list li:hover {
    background: #f1f1f1;
}

#task-list li .task-title {
    font-weight: bold;
}

#task-list li .task-actions button {
    background: #ff4d4d;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    transition: background 0.3s;
}

#task-list li .task-actions button:hover {
    background: #e60000;
}

/* Reports Chart */
canvas {
    max-width: 100%;
    margin: 0 auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    header {
        flex-direction: column;
        text-align: center;
    }

    nav a {
        margin: 5px 0;
    }

    main {
        padding: 15px;
    }
}

/* Wallet Page */
#wallet {
    background: #007bff;
    color: white;
    padding: 20px;
    margin: 20px auto;
    width: 100%;
    max-width: 400px;
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
}

#wallet span {
    font-weight: bold;
    font-size: 24px;
}

#task-history {
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

#task-history li {
    padding: 10px;
    margin: 5px 0;
    background: #f3f4f6;
    border: 1px solid #ddd;
    border-radius: 5px;
}
