.ticket-table {
    table-layout: fixed !important;
    width: 100% !important;
    min-width: 1200px !important;
}

.ticket-table th,
.ticket-table td {
    padding: 0.5rem 0.625rem !important;
    vertical-align: middle !important;
    line-height: 1.25 !important;
}

.ticket-table tbody tr {
    height: 58px;
}

.ticket-table .ticket-col-select {
    width: 42px !important;
}

.ticket-table .ticket-col-number {
    width: 64px !important;
}

.ticket-table .ticket-col-title {
    width: 27% !important;
    min-width: 220px;
}

.ticket-table .ticket-col-title > div {
    min-width: 0;
}

.ticket-table .ticket-col-title p {
    margin-top: 0.125rem !important;
    line-height: 1.15 !important;
}

.ticket-table .ticket-col-title .inline-flex {
    flex-shrink: 0;
}

.ticket-table .ticket-col-requester {
    width: 15% !important;
    max-width: 280px;
}

.ticket-table .ticket-col-assignee {
    width: 13% !important;
}

.ticket-table .ticket-col-queue {
    width: 12% !important;
}

.ticket-table .ticket-col-sla {
    width: 14% !important;
}

.ticket-table .ticket-col-status {
    width: 108px !important;
}

.ticket-table .ticket-col-priority {
    width: 150px !important;
}

.ticket-table .ticket-col-requester,
.ticket-table .ticket-col-requester {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ticket-table .ticket-col-assignee,
.ticket-table .ticket-col-queue,
.ticket-table .ticket-col-sla {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
}

.ticket-table .ticket-col-assignee > div {
    min-width: 0;
    overflow: visible;
}

.ticket-table .ticket-col-assignee > span,
.ticket-table .ticket-col-assignee > div span:last-child,
.ticket-table .ticket-col-sla span {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
}

.ticket-table .ticket-col-assignee > div span:last-child,
.ticket-table .ticket-col-queue,
.ticket-table .ticket-col-sla span {
    line-height: 1.18 !important;
}

.ticket-table .ticket-col-status > div,
.ticket-table .ticket-col-priority > div {
    flex-wrap: nowrap;
}

.ticket-table .ticket-col-status > div {
    min-width: max-content;
}

.ticket-table .ticket-col-priority span {
    max-width: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1536px) {
    .ticket-table {
        min-width: 1120px !important;
        font-size: 0.8125rem !important;
    }

    .ticket-table th,
    .ticket-table td {
        padding: 0.4375rem 0.5rem !important;
    }

    .ticket-table .ticket-col-requester {
        width: 13% !important;
    }

    .ticket-table .ticket-col-title {
        width: 25% !important;
        min-width: 190px;
    }

    .ticket-table .ticket-col-assignee {
        width: 14% !important;
    }

    .ticket-table .ticket-col-queue {
        width: 12% !important;
    }

    .ticket-table .ticket-col-sla {
        width: 15% !important;
    }

    .ticket-table .ticket-col-status {
        width: 104px !important;
    }

    .ticket-table .ticket-col-priority {
        width: 136px !important;
    }

    .ticket-table .ticket-col-priority span {
        max-width: 96px;
    }
}

@media (max-width: 1280px) {
    .ticket-table {
        min-width: 1080px !important;
    }

    .ticket-table .ticket-col-number {
        width: 56px !important;
    }

    .ticket-table .ticket-col-title {
        width: 23% !important;
        min-width: 170px;
    }

    .ticket-table .ticket-col-sla {
        width: 16% !important;
    }
}
