.ts-wrapper.public-ts {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    min-width: 9rem;
    padding: 0;
    width: 100%;
}

.ts-wrapper.public-ts.dropdown-active {
    z-index: 1200;
}

.ts-wrapper.public-ts .ts-control {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(11, 107, 58, 0.18);
    border-radius: 0.875rem;
    box-shadow: none;
    display: flex;
    height: 2.85rem;
    min-height: 2.85rem;
    padding: 0 2.5rem 0 1rem;
}

.ts-wrapper.public-ts.single .ts-control::after {
    border-color: #64748b transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    content: '';
    pointer-events: none;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 150ms ease;
}

.ts-wrapper.public-ts.single.dropdown-active .ts-control::after {
    transform: translateY(-50%) rotate(180deg);
}

.ts-wrapper.public-ts.single .ts-control .item {
    color: #334155;
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.ts-wrapper.public-ts .ts-control > input {
    color: #334155;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 0;
    min-width: 0;
    padding: 0;
}

.ts-wrapper.public-ts.focus .ts-control,
.ts-wrapper.public-ts.dropdown-active .ts-control {
    border-color: #f4c430;
    box-shadow: 0 0 0 3px rgba(244, 196, 48, 0.16);
}

.ts-wrapper.public-ts.has-error .ts-control {
    border-color: #fca5a5;
}

.ts-dropdown.public-ts-dropdown {
    background: #fff;
    border: 1px solid rgba(11, 107, 58, 0.16);
    border-radius: 0.875rem;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.14);
    color: #334155;
    font-size: 0.875rem;
    margin-top: 0.4rem;
    overflow: hidden;
    z-index: 1200 !important;
}

.ts-dropdown.public-ts-dropdown .dropdown-input-wrap {
    border-bottom: 1px solid rgba(11, 107, 58, 0.12);
    padding: 0.65rem;
}

.ts-dropdown.public-ts-dropdown .dropdown-input {
    border: 1px solid rgba(11, 107, 58, 0.18);
    border-radius: 0.65rem;
    box-shadow: none;
    font-size: 0.875rem;
    padding: 0.6rem 0.75rem;
}

.ts-dropdown.public-ts-dropdown .option,
.ts-dropdown.public-ts-dropdown .create {
    padding: 0.7rem 0.9rem;
}

.ts-dropdown.public-ts-dropdown .active {
    background: rgba(11, 107, 58, 0.08);
    color: #0b6b3a;
}

.ts-dropdown.public-ts-dropdown .selected {
    background: rgba(244, 196, 48, 0.14);
    color: #0b6b3a;
    font-weight: 600;
}

.ts-wrapper.public-ts .ts-control > input::placeholder,
.ts-dropdown.public-ts-dropdown .dropdown-input::placeholder {
    color: #94a3b8;
}
