﻿.text-bg-execute {
    background-color: #6610F2;
}

.text-bg-push {
    background-color: #FD7E14;
}

.text-bg-get {
    background-color: #20C997;
}

.text-bg-manage {
    background-color: #6F42C1;
}

.text-bg-update {
    background-color: #E83E8C;
}

.text-bg-query-create {
    background-color: #20C997;
}

.text-bg-query-nodeworkflow {
    background-color: #56C9FA;
}

.text-bg-query-extract {
    background-color: #F28C3B;
}

.tr-no-results {
    border-bottom-width: 0 !important;
}

.selected-row {
    background-image: linear-gradient(195deg, #1F55DE 0%, #2049C5 50%, #143A9B 100%);
    color: white;
}

    .selected-row * {
        color: white !important;
    }

@media (min-width: 1650px) {
    .d-xxxl-table-cell {
        display: table-cell !important;
    }
}
