/*MDC COLOR THEME*/

:root {
	--mdc-theme-primary: #51bbedff!important;
	--mdc-theme-secondary: #35404F!important;	
}

.mdc-button--raised:not(:disabled), .mdc-button--unelevated:not(:disabled) {
    background-color: var(--mdc-protected-button-container-color, var(--mdc-theme-secondary));
}

.mdc-drawer .mdc-list-item--activated {
    color: var(--mdc-theme-primary);
}
.mdc-drawer .mdc-list-item--activated .mdc-list-item__graphic {
    color: var(--mdc-theme-primary);
}