/* THEME OR DARK MOOD */
/* Light Mode */
.light-mode {
    --primary_color: #28e98c; /* Change to your desired light mode color */
    background: #ffffff; /* Change to your desired light mode background */
    color: #000000a5; /* Change to your desired light mode text color */
    /* Define other styles for light mode here */
}

.light-mode .subtitle {
    color: rgb(0, 0, 0);
    border-color:rgb(0, 0, 0);
}

/* /////////////////////////////////////////////////////// */

.light-mode .bg-white {
    background: #000000;
}

a {
    text-decoration: none;
    color: var(--primary_color);
}

.light-mode .theme-btn {
    background: var(--primary_color);
    color: #000000;
    border: 2px solid var(--primary_color);
}


.light-mode .theme-btn:hover {
    background: none;
    color: var(--primary_color);
}

/* ///////////////////////////////////////////// */

.light-mode .left-sidebar {
    border: 1px solid #000000a5;
}

.light-mode .left-sidebar .sidebar-header .designation {
    color: #000000;
}

.light-mode .left-sidebar h2 {
    color: #000000;
}

.light-mode .left-sidebar .social-profile li a {
    border: 2px solid #000000a5;
    color: #000000a5;
}

.light-mode .left-sidebar .social-profile li a:hover {
    color: var(--primary_color);
    border-color: var(--primary_color);
}

.light-mode .section-header h1 {
    color: #000000;
}


.light-mode .sidebar-header h1{ 
    color: rgb(0, 0, 0) !important;
}

/* ////////////////////////////////////////// */
