.step-attributes-text-box {
    margin-left: 10px;
    text-decoration: none;
    display: inline-flex;
}

.step-attributes-text-counter {
    padding: 3px;
    width: fit-content;
    height: 18px;
    border-radius: 10px;
    font-size: 10px;
    margin-top: -12px;
    margin-left: 2px;
    color: white;
    background: #ff6b68;
}

.group-toggle-icon {
    cursor: pointer;
    color: #333;
    font-size: 1.8rem;
    margin-right: 2px;
}

table.dataTable tr.dtrg-group th {
    background-color: lightsteelblue;
    color: darkslategray;
}

tr.dt-header th {
    vertical-align: baseline !important;
}

.row-updated-highlight {
    background-color: #d1ecf1 !important;
    transition: background-color 2s ease-out;
}
