/* =========================
   Light Theme
========================= */

.theme-light{
    background:#ffffff;
    color:#222222;
}

.theme-light .card{
    background:#ffffff;
    color:#222222;
}

/* =========================
   Dark Theme
========================= */

.theme-dark{
    background:#121212;
    color:#e4e4e4;
}

.theme-dark .navbar{
    background:#1a1a1a !important;
}

.theme-dark .card{
    background:#1e1e1e;
    color:#e4e4e4;
    border-color:#333;
}

.theme-dark .list-group-item{
    background:#1e1e1e;
    color:#e4e4e4;
    border-color:#333;
}

.theme-dark .form-control{
    background:#222;
    color:#fff;
    border-color:#444;
}

.theme-dark .dropdown-menu{
    background:#1e1e1e;
}

.theme-dark .dropdown-item{
    color:#e4e4e4;
}