.funkRequestStatus {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.funkRequestStatus .itemWrapper {
    text-align: center;
}

.funkRequestStatus .itemWrapper i {
    margin-bottom: 10px;
}

.funkRequestStatus .itemWrapper i.color_0 {
    color: red;
}

.funkRequestStatus .itemWrapper i.color_1 {
    color: green;
}

.funkRequestStatus .itemWrapper i.color_2 {
    color: yellow;
}

.funkRequestStatus .itemWrapper i.color_3 {
    color: grey;
}

.dx-tooltip-wrapper .dx-overlay-content {
    background-color: var(--primary) !important;
}