﻿:root {
    --ssa-navbar-menu-button-text-color: white;
    --ssa-navbar-background-color: #f7f1f6;
    /* --ssa-navbar-background-color: rgba(196, 197, 196, 1); */
}

/* #nav-toolbar .dx-button-text, */
/* #nav-toolbar .dx-icon:not(.dx-icon-overflow) { color: var(--ssa-navbar-menu-button-text-color); } */

#nav-toolbar, #navbar {
    /* border-bottom: 1px solid gray; */
    /* height: 70px; */
}

#newBanner {
    top: 43px !important;
}

.form-container {
    /* background-color: #f8f9fa; */
}


a:not(.dx-datagrid-rowsview) {
    color: var(--dx-color-link);
}

.dx-datagrid-rowsview a:not(.dx-link-icon):not(.dx-datagrid-rowsview .dx-row-focused.dx-data-row a) {
    color: var(--dx-color-text) !important;
    text-decoration: underline;
}

.dx-datagrid-rowsview .dx-row-focused.dx-data-row a:not(.dx-link-icon) {
    color: #2a2a2a;
    text-decoration: underline;
}

/* .dx-htmleditor-content { */
/*     background-color: white; */
/*     color: #2a2a2a; */
/* } */

h1, h2, h3, h4, h5, h6,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto' !important;
}

h2, .h2 {
    font-weight: 600 !important;
}
