.full .ts-control {
    background-color: #ffffff14;
}

.ts-control {
    border: 1px;
    color: #989898;
    border-color: rgba(255, 255, 255, 0.4) !important;
    padding: 8px 8px;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
}

.ts-control, .ts-wrapper.single.input-active .ts-control {
    background: #ffffff0d;
    cursor: text;
}

.ts-dropdown {
    padding: 5px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    border: 1px solid rgba(208, 208, 208, 0.46);

    background: #1f293f;
    margin: 0.25rem 0 0 0;

    box-sizing: border-box;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    border-radius: 0 7px 7px 7px;
    color: white;
    font-size: 1rem;
}

.ts-control, .ts-wrapper.single.input-active .ts-control {
    font-size: 1rem;
}

.ts-dropdown .active {
    background-color: #1a2034;
    color: white;
}

.ts-dropdown, .ts-control, .ts-control input {
    color: white;
}

.plugin-dropdown_input .dropdown-input {
    color: white;
}

.plugin-dropdown_input input:focus-visible {
    outline: 2px solid rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}

.ts-wrapper.multi .ts-control > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #1a2034;
    color: #ffffff;
    border: 0 solid #d0d0d0;
    border-radius: 5px;
}