.dx-datagrid-header-panel .dx-toolbar{
    background-color: white;
}

.btn-just-icon {
    background-color: #898a8e;
    color: white;
    font-size: 1.1rem;
    padding: 0.3rem 0.6rem;
}

.btn-just-icon:hover {
    background-color: #525252;
    color: white;
    font-size: 1.1rem;
    padding: 0.3rem 0.6rem;
}

.quick-access > a:hover {
    background-color: #525252;
    text-decoration: none;
}

.quick-access > a {
    display: -webkit-flex;
    display: flex;
    border-radius: 5px;
    padding: 1em;
    margin: 1em;
    width: 7em;
    height: 7em;
    color: white;
    font-size: 2rem;
    text-align: center;
    background-color: gray;

    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;

    cursor: pointer;
}

.quick-access .qa-description {
    font-size: 1rem;
    color: lightgray;
}

.adminTabs .nav-link.active {
    background-color: #ffffff !important;
    border-color: #dee2e6 #dee2e6 #ffffff !important;
}

.adminTabs {
    font-size: 1.2rem;
}

.tabContainer {
    border: solid 1px #dee2e6;
    border-top: 0;
    padding: 1em;
}

.nav-tabs .nav-link.disabled {
    color: #c5c5c5 !important;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.disabled:hover {
    color: #6c757d;
    cursor: not-allowed;
}

.dx-theme-generic-typography a {
    color: #e81d26;
}

.form-group > label:first-of-type {
    /* font-weight: 500;
    color: #787878;
    font-family: system-ui; */

    font-weight: normal;
    color: #606060;
    font-family: system-ui;
}

.form-group > textarea{
    height: 10em;
    color: black;
    font-size: 1em;
    resize: vertical;
    font-family: monospace;
}

.form-group > input{
    color: black;
    font-size: 1em;
    font-family: monospace;
}

input[type="checkbox"] ~ label {
    font-family: monospace;
    color: black;
    font-size: 1em;
}

input[type="radio"] ~ label {
    font-family: monospace;
    color: black;
    font-size: 1em;
}
