.tom-select {
    width: 80px !important;
    float: left;
}
.ts-control {
    border-radius: 0;
    padding: 5px 4px;
    height: 30px;
    border: 1px solid #E0E0E0;
    font-size: 13px;
    text-transform: none;
    overflow: visible;
    z-index: 11;
}
.ts-control input {
    background: #ffffff !important;
    border: solid thin #ccc !important;
    padding: 5px 4px !important;
    min-width: 100% !important;
    position: absolute;
    top: 100%;
    left: 2px;
    display: none !important;
}
.has-items .ts-control > input {
    margin: 0px !important;
    margin-left: -2px !important;
    margin-top: 5px !important;
}

.tom-select.dropdown-active .ts-control input {
    display: block !important;
}

.ts-wrapper.single .ts-control input {
    cursor: text;
    z-index: 999 !important;
}

.ts-dropdown {
    margin: 0;
    padding-top: 30px;
}

.ts-control .item-with-image {
    cursor: pointer;
}

.option-with-image,
.item-with-image {
    display: flex;
    align-items: center;
    gap: 10px;
}

.option-with-image img,
.item-with-image img {
    width: 24px;
    height: 16px;
    object-fit: cover;
    border-radius: 2px;
}






