.w-fixed-80 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 80px;
}

.cursor-pointer {
    cursor: pointer;
}

.bootstrap-table .fixed-table-container .fixed-table-body {
    overflow:visible !important;
}

.table > :not(caption) > * > * {
    background-color: transparent !important;
}

.table-active {
    background-color: transparent !important;
}

.btn-add-thread
{
 pointer-events: auto;
}


