div .ts-wrapper.single .ts-control {
    &:not(.rtl) {
        padding-right: 0 !important;
    }
    border: none;
    background: var(--color-gray-50);
    box-shadow: none;
    padding: 0;
}

div .ts-wrapper.single.input-active .ts-control {
    background: var(--color-gray-50);
    input[aria-expanded="false"] {
        &:focus {
            display: none !important;
        }
    }
    input[aria-expanded="true"] {
        position: absolute;
        background: var(--color-gray-50) !important;
        margin: 0 !important;
    }
}

div .plugin-clear_button .clear-button {
    top: 30%;
    font-size: 25px;
}
