.ts-wrapper.form-select-pill {
    width: 100%;
}

.ts-control {
    min-height: 52px;
    padding: 0.75rem 1.25rem;
    border-radius: 999px;
    border: 1px solid #d6cfc8;
    box-shadow: none;
    font-size: 1rem;
    display: flex;
    align-items: center;
}

.ts-control input,
.ts-control .item {
    font-size: 1rem;
    line-height: 1.5;
    margin-left: 10px !important;
}

.ts-dropdown {
    border-radius: 1rem;
}

.ts-wrapper.focus .ts-control {
    box-shadow: none;
    outline: none;
}