/* Set header background color. */
.md-header {
    background-color: #DAE8FC !important;
}

/* Set header text color. 
    Black: #000000
    Dark Grey: #4D4D4D
    Almost Black: #222222 */
.md-header__title {
    color: #222222 !important;
}

/* Set toggle button (Light/Dark Mode) color. */
.md-header__button.md-icon {
    color: #222222 !important; 
}

/* Change the search icon color */
.md-search__icon {
    color:  #222222!important;
}
