﻿.actions-button {
    position: fixed;
    top: 10%;
    background: var(--mud-palette-primary);
    z-index: 1151;
    right: 0;
    cursor: pointer;
}
.height-100 {
    height: 100px;
}
.height-500 {
    height: 500px;
}
.icon-size {
    margin: 0px 20px;
    font-size: 54px
}
.pointer tr:hover {
    cursor:pointer;
}
.workflow-content {
    height: 100px;
    width: 300px;
    overflow-y: scroll;
}

.table-cell-custom-group {
    font-weight: 500;  
}

