﻿html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100% !important;
    font-size: 14px;
}

:root {
    --intellekt-primary: #185066;
    --intellekt-dropdown-border: #185066;
}

.dxbl-active::after {
    background-color: var(--intellekt-primary) !important;
}

div.dxbl-tabs-item {
    color: var(--intellekt-primary) !important;
    border: none !important;
}

    div.dxbl-tabs-item.dxbl-active {
        font-weight: bold;
    }
