:root {
/****************************FOR SEEKER APPLICATIONS*************************************************/
    --theme-color-primary: rgb(208, 19, 45); 
    --theme-color-secondary: rgb(249, 250, 251);
    --theme-color-tertiary: rgb(208, 19, 45);
    --theme-color-text: rgb(255, 255, 255);
    --theme-color-buttons: var(--theme-color-primary) !important;
    --theme-color-text-hover:color-mix(in srgb, var(--theme-color-primary) 30%, #ffffff 70%);
    --theme-color-buttons-font: rgb(208, 19, 45);
    --theme-color-buttons-hover: color-mix(in srgb, var(--theme-color-primary) 80%, #ffffff 20%);
    --theme-color-segments:  rgb(255, 255, 255);
    --theme-color-labels: var(--theme-color-primary);
    --theme-color-section-back: rgb(237, 237, 237) !important;
    --theme-color-font-link: rgb(119, 119, 123);
    --theme-color-font-link-active: rgb(208, 19, 45);
    --theme-color-icons: var(--theme-color-tertiary);
    --theme-color-navbar: var(--theme-color-secondary);
    --theme-color-navbar-text: var(--theme-color-primary);
    --theme-color-navbar-links: rgb(208, 19, 45);
}

.combined-bg .subHeader{
	background: rgba(255, 255, 255, 0.8);
}
