.tracking-numbers .tracking-numbers-table {
    height: 550px;
    max-height: 550px;
    width: 100%;
    position: relative;
    display: block;
}

.tracking-numbers .tracking-numbers-table thead {
    width: 100%;
    display: flex;
}

.tracking-numbers .tracking-numbers-table thead th {
    flex: 1;
}

.tracking-numbers .tracking-numbers-table tbody {
    overflow-y: scroll !important;
    height: 510px;
    max-height: 550px;
    width: 100%;
    min-width: 100%;
    position: absolute;
}

.tracking-numbers .tracking-numbers-table tbody tr {
    background: white;
    color: black;
    width: 100%;
    display: flex;
}

.tracking-numbers .tracking-numbers-table tbody tr td {
    flex: 1;
}

.tracking-numbers .tracking-numbers-table .trn-identifier {
    width: 100px;
    flex: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tracking-numbers .generate-button {
    height: fit-content;
    position: absolute;
    bottom: 20px;
}
