/* ================= CUSTOM COLOR MODES ================= */

/* ================================================= */
/* SIDEBAR */
/* ================================================= */

/* LIGHT SIDEBAR */
body.sidebar-light .left-side-bar {
    background: #cfeaf0 !important;
}

/* DARK SIDEBAR */
body.sidebar-dark .left-side-bar {
    background: #0B142B !important;
}


/* ================================================= */
/* HEADER */
/* ================================================= */

/* LIGHT HEADER */
body.header-white .header {
    background: #cfeaf0 !important;
    color: #131e22;
    border-bottom: 1px solid #b9dfe6;
}

/* DARK HEADER (dokunmuyoruz, tema ne veriyorsa o) */
body.header-dark .header {
    background: #0B142B !important;
    color: #ffffff;
}


/* ================================================= */
/* HEADER İÇİ – LIGHT MODE */
/* ================================================= */

body.header-white .header .header-left .header-search .search-input {
    background: #f1f8fa;
    color: #131e22;
    border-color: #f1f8fa;
}

body.header-white .header .header-right .user-info-dropdown .dropdown-toggle .user-name {
    color: #131e22;
}

body.header-white .header .header-right .user-info-dropdown .dropdown-toggle .user-icon {
    background: #f1f8fa;
    color: #1b00ff;
}


/* ================================================= */
/* SIDEBAR MENU – LIGHT MODE */
/* ================================================= */

body.sidebar-light .sidebar-menu .dropdown-toggle {
    color: #131e22 !important;
}

body.sidebar-light .sidebar-menu .dropdown-toggle:hover,
body.sidebar-light .sidebar-menu .show>.dropdown-toggle {
    background: rgba(15, 23, 42, .08) !important;
}