.table-dhl thead th {
    background: #f4f4f4;
    text-align: center;
    padding: .6rem
}

.table-dhl thead th a {
    font-weight: bold;
}

.table-dhl thead .filters td {
    padding: 4px;
    border-bottom: none
}

.table-dhl tr:hover {
    background-color: #f4f4f4
}

.table-dhl td {
    padding: .6rem;
    border-top: none;
    border-bottom: dotted 1px #ddd;
    vertical-align: middle;
}

.table-dhl td input {
    height: 30px
}

.table-dhl tbody td {
    cursor: pointer;
    max-width: 50%;
}

.table-dhl.not-clicked tbody td {
    cursor: default
}

.table-dhl .select2-container--krajee-bs4 .select2-selection--single {
    height: 30px;
    line-height: 1.2
}

.table-dhl th {
    position: relative
}

.table-fixed-header {
    overflow: auto;
    max-height: 600px;
    margin-top: 5px;
    margin-bottom: 10px;
    border-bottom: 5px solid #f4f4f4;
}

.table-fixed-header .table {
    margin-bottom: 0;
}

.table-fixed-header thead {
    position: sticky;
    top: 0;
    box-shadow: 0 2px 1px -1px #000000;
}