/* ================= DARK MODE ================= */

body{
    background:#0f172a;
    color:#f1f5f9;
}

/* NAVBAR */
.navbar{
    background:rgba(15,23,42,0.92);
}

.nav-right{
    background: rgba(15, 23, 42, 0)
}

.nav-right a{
    background:rgba(15,23,42,0.92);
}

.hamburger span{
    background:#f1f5f9;
}

/* CARDS */
.card,
.container,
.admin-card,
.modal-box{
    background:#1e293b;
    color:#f1f5f9;
}

/* TEXT */
p,
span,
label,
h1,
h2,
h3,
h4,
td,
th{
    color:#f1f5f9;
}

/* MUTED */
.muted,
.dashboard-header p,
.footer-bottom{
    color:#94a3b8;
}

/* TABLES */
.admin-table{
    background:#1e293b;
}

.admin-table td{
    background:#1e293b;
}

/* INPUTS */
input,
textarea,
select{
    background:#0f172a;
    color:#f1f5f9;
    border:1px solid #334155;
}

/* DROPDOWN */
.dropdown-menu{
    background:#1e293b;
}

/* MOBILE MENU */
.nav-right{
    background:#1e293b;
}

/* LINKS */
.nav-right a{
    color:#f1f5f9;
}

.nav-right a:hover{
    background:#334155;
}

/* ACTIVITY ITEMS */
.activity-item{
    background:#314360;
}

/* FOOTER */
.site-footer{
    background:#111827;
}