.jquery-wselect-wrapper {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="48" width="48" fill="%23000000"%3E%3Cpath d="M24 30.75 12 18.75 14.15 16.6 24 26.5 33.85 16.65 36 18.8Z"/%3E%3C/svg%3E');
    background-position: right 0.3rem center;
    background-repeat: no-repeat;
    background-size: 1.9rem;
}

.jquery-wselect-wrapper.jquery-wselect-disabled {
    opacity: 0.7;
    border-color: #777 !important;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000000"%3E%3Cpath d="M0 0h24v24H0V0z" fill="none"/><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM4 12c0-4.42 3.58-8 8-8 1.85 0 3.55.63 4.9 1.69L5.69 16.9C4.63 15.55 4 13.85 4 12zm8 8c-1.85 0-3.55-.63-4.9-1.69L18.31 7.1C19.37 8.45 20 10.15 20 12c0 4.42-3.58 8-8 8z"/%3E%3C/svg%3E');
    background-size: 1.25rem;
    background-position: right 0.6rem center;
}

.jquery-wselect-text {
    float: inherit;
    width: 100%;
    white-space: nowrap;
    overflow-x: hidden;
    padding-right: 1rem;
    text-overflow: ellipsis;
}

.jquery-wselect-list-wrapper {
    position: absolute;
    float: inherit;
    width: calc(100% - 8px);
    height: 0;
    margin-top: 4px;
    left: 4px;
}

.jquery-wselect-list-wrapper ul {
    position: absolute;
    top: 0px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    box-shadow: 0 4px 3px 1px rgba(0, 0, 0, 0.2);
    max-height: 20em;
    overflow-y: auto;
    z-index: 1;
    border-radius: 3px;
}

.jquery-wselect-list-wrapper ul li {
    float: inherit;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.jquery-wselect-list-wrapper ul li:hover {
    box-shadow: inset 0 0 1000em 0 rgba(0, 0, 0, 0.1);
}

.jquery-wselect-list-wrapper ul input[type="text"],
.jquery-wselect-search-wrapper input[type="text"] {
    float: inherit;
    width: 100%;
}

.jquery-wselect-search-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 2;
}

.jquery-wselect-search-placeholder {
    position: relative;
    float: inherit;
    width: 100%;
    visibility: hidden;
}
