.search-by-guid a {
    font-weight: 700;
}

.search-by-guid .highlight {
    background-color: rgb(255, 255, 204);
}

.search-by-guid .results {
    margin-top: 16px;
}

.ops-queue-dashboard .results table>caption,
.search-by-guid .results table>caption {
    color: #404040 !important;
}

.search-by-guid .results #result_list th.sorted div {
    padding-right: 16px;
}

.search-by-guid .results #result_list th.sorted div.sortoptions {
    padding: 0;
}

.search-by-guid .results #result_list th.sorted .sortoptions .descending {
    cursor: default;
    transition: none !important;
}

.select2-selection__choice {
    border-radius: 16px !important;
    color: #333333 !important;
    background-color: lightblue !important;
    background-image: none !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    padding: 4px 8px !important;
    gap: 4px !important;
    margin-top: 0 !important;
}

.select2-selection__choice__remove {
    position: unset !important;
    background: url('../../static/img/x.svg') center center no-repeat !important;
    background-size: contain !important;
    height: 16px !important;
    width: 16px !important;
    min-height: 16px !important;
    min-width: 16px !important;
    max-height: 16px !important;
    max-width: 16px !important;
    font-size: 0;
    margin-right: 0 !important;
}
