﻿.sidebar-bg-color {
    background-color: #243d73;
}
.body-bg {
    background-color: #f0f1fe;
}
.topbar-logo-bg {
    background-color : #fbfaff;
}
/*.sidebar-text-color {
     color : #ffffff;
    logo background : fbfaff
    menu : a8b8ef;
}*/

/* Apply color to the container and all children */
.sidebar-text-color,
.sidebar-text-color a,
.sidebar-text-color span,
.sidebar-text-color i,
.sidebar-text-color li,
.sidebar-text-color ul,
.sidebar-text-color .dropdown-item {
    color: #ffffff !important; /* Custom text color */
}

    /* Optional: Keep link hover and focus styles consistent */
    .sidebar-text-color a:hover,
    .sidebar-text-color a:focus,
    .sidebar-text-color .dropdown-item:hover,
    .sidebar-text-color .dropdown-item:focus {
        color: #ffffff !important;
        background-color: rgba(255, 255, 255, 0.1); /* Light white highlight */
    }
