.ts-dropdown-content div.option.selected,
.ts-dropdown-content div.option.selected.active {
    background-color: rgba(24, 151, 242, .32) !important;
    color: rgb(0, 0, 0) !important;
    font-weight: 500;
}

.ts-dropdown-content div.option.active {
    background-color: rgba(24, 151, 242, .18) !important;
    color: rgb(0, 0, 0) !important;
}

.ts-control {
    white-space: nowrap !important;
    flex-wrap: nowrap !important;
}

.ts-control .item {
    display: inline-block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.ts-control input {
    min-width: 20%;
}

.ts-dropdown [data-selectable] .highlight {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: none;
    color: rgba(70, 128, 255, 1);
    font-weight: bold;
}