/* Custom Theme - Generated 2025-06-10 06:53:20 */

/* BACKGROUND */
body { 
    background-color: #f7f9f5 !important; 
}

/* HEADINGS */
h1, h2, h3, h4, h5, h6 { 
    color: #5d7a4a !important; 
}

/* ALL BUTTONS */
button,
input[type="submit"],
input[type="button"],
.action-btn,
.export-btn,
.logout-btn {
    background-color: #7a9b65 !important;
    border-color: #7a9b65 !important;
    color: white !important;
}

/* BUTTON HOVERS */
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.action-btn:hover,
.export-btn:hover,
.logout-btn:hover {
    background-color: #8eaf79 !important;
    border-color: #8eaf79 !important;
}

/* NAVIGATION BUTTONS */
.admin-nav a {
    background-color: #7a9b65 !important;
    color: white !important;
}

.admin-nav a:hover {
    background-color: #8eaf79 !important;
}

/* LINKS */
a {
    color: #5d7a4a !important;
}

a:hover {
    color: #8eaf79 !important;
}

/* FORM FOCUS STATES */
input:focus,
textarea:focus,
select:focus {
    border-color: #5d7a4a !important;
    box-shadow: 0 0 5px rgba(110, 196, 124, 0.5) !important;
}

/* SPECIAL ELEMENTS */
.stat-number {
    color: #5d7a4a !important;
}

.section-title {
    color: #5d7a4a !important;
}

th {
    color: #5d7a4a !important;
}

.attending-choice {
    border-left-color: #5d7a4a !important;
}

/* KEEP DELETE BUTTONS RED */
.delete-btn {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.delete-btn:hover {
    background-color: #c82333 !important;
    border-color: #c82333 !important;
}
