.funkDashboard .card {
    padding: 0;
}

.funkDahsboard .card > .dx-toolbar {
    color: var(--primary);
    border-bottom: 2px solid var(--primary);
}

.funkDashboard .card > .dx-toolbar,
.funkDashboard .card .dx-tabpanel {
    padding: 0;
}

.funkDashboard .card > .dx-toolbar .dx-toolbar-items-container {
    height: 40px;
}

.funkDashboard .card > .dx-toolbar .dx-toolbar-before {
    padding-left: 10px;
    font-weight: 700;
}

.funkDashboard .card > div {
    padding: 10px;
}

.funkDashboard .card .ctrlGroup .plainText {
    font-size: .8vw;
}

.funkDashboard .card #areaLocation .ctrlGroup:first-of-type .plainText:first-of-type,
.funkDashboard .card #areaBroker .ctrlGroup:first-of-type .plainText:first-of-type {
    font-size: .9vw;
    font-weight: 700;
}

.funkDashboard .card #areaBroker .ctrlGroup:first-of-type .plainText:first-of-type  {
    margin-bottom: 8px;
}

.funkDashboard .card #areaLocation .ctrlGroup:first-of-type .plainText:nth-of-type(2) {
    align-self: start;
    text-align: right;
}

.funkDashboard .card #areaBroker .ctrlGroup:first-of-type .plainText:not(:first-of-type) {
    height: fit-content;
    line-height: 1.1;
}

.funkDashboard .card #areaBroker img {
    padding-right: 20px;
    max-width: 100%;
}

.funkDashboard .card #areaBroker .ctrlGroup:first-of-type {
    grid-template-rows: unset;
}

.funkDashboard .card .ctrlGroup .plainText.label,
.funkDashboard .card .ctrlGroup .ctrlLabel {
    font-size: .8vw;
    line-height: 1.17;
    min-height: 14px;
    color: rgba(148,148,148,.87);
}

.funkDashboard .card #areaClient .ctrlGroup span {
    display: block;
}

.network {
    font-size: 0.9vw;
    margin-top: -10px;
}

.networkBold {
    font-size: 0.9vw;
    font-weight: bold;
    margin-top: -10px;
}