﻿: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;
    }
