:root {
--green-light: #7CF5B3;
--green-medium: #2de27f;
--green-dark:#21CE6B;

--blue-light: #94B8ED;
--blue-medium: #2975EF;
--blue-dark: #12295f;

--purple-dark: #514EC6;
--purple-mediun: #9E9EEF;
--grey-medium: #E9F9E9;
--text-color: #000;

--primary-blue: var(--blue-dark);
--secondary-blue: var(--blue-medium);
--tertiary-blue: var(--blue-light);

--primary-green: var(--green-dark);
--secondary-green: var(--green-medium);
--tertiary-green: var(--green-light);
}

#root #navigation {
    background-color: var(--primary-blue);
}
#root #navigation li.active ,
#root #navigation li:hover {
  background: var(--secondary-blue);
}

li.notebook-tab span.tab-title,
table.fields td  {
    color: var(--text-color)!important;
}

.welcome_section {
    background-color: var(--grey-medium);
}
.welcome_section_text strong,
.welcome_section #home_title h1,
.item_list_header,
.error_message_header {
    color: var(--primary-blue)!important;
}

#appContent.section_info .section_info_message h3 {
    background-color: var(--tertiary-blue);
    color: var(--primary-blue);
}

div.messagetip-centered,
div.messagetip {
    background-color: var(--grey-medium)!important;
    color: var(--primary-blue)!important;
}

div.group-expand,
div.group-collapse {
    background-color: var(--primary-blue);
}

.group-collapse h2,
.group-expand h2,
.group-collapse h2:hover,
.group-expand h2:hover {
    color: white!important;
}

.home_title h1,
div.messagetip p font {
    color: var(--primary-blue)!important;
}

.hover\:text-green-700:hover,
#appContent.section_info .section_info_content a,
#parents,
ul.tree li {
    color: var(--secondary-blue)!important;
}

a.button-a:hover, a.button-a:focus, a.button-a:active,
button:hover, .button:hover,
.ui-dialog .ui-dialog-buttonpane button:hover,
button:focus, .button:focus,
button:active, .button:active {
    background: var(--primary-blue) !important;
    color: white !important;
}

button, .ui-dialog-buttonpane button, .button-a, .ui-button {
    background: var(--primary-green) !important;
    color: var(--primary-blue) !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.ui-widget-header,
.grid-header .grid-cell, table thead th {
    background: var(--primary-blue);
    color: white;
}

.requiredfield,
#view_form .requiredfield {
    border-bottom-color: var(--secondary-blue)!important;
}

div.messagetip-centered,
.notebook-tab {
    background-color: var(--tertiary-blue);
}

.notebook-tab:hover span.tab-title,
li.notebook-tab.notebook-tab-active span.tab-title {
    color: white!important;
}

.notebook-tab-active, li.notebook-tab-active:hover, .notebook-tab:hover {
    background-color: var(--primary-blue);
    color: white!important;
}

.bg-green-700 {
    background-color: var(--primary-green)!important;
    color: var(--primary-blue)!important;
    font-weight: 700;
}

.bg-green-700:hover {
    background-color: var(--primary-blue)!important;
    color: white!important;
}

.text-green-700 {
    color: var(--primary-blue)!important;
}

.bg-input {
    background-color: transparent;
}

.loader::before, .loader::after {
    background: var(--secondary-blue);
}

.ui-dialog .ui-dialog-titlebar-close {
    background-color: white;
}

.sg-footer {
    border-top-color: var(--primary-blue);
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

.icon-md {
    font-size: 16px;
    margin-right: 6px;
}
