.choices {
    border: 1px solid #d1d5db;
    border-radius: 8px;
    outline: none;
    border-radius: 5px;
}

.choices__inner {
    background-color: white;
    font-size: 17px;
}

.choices__input {
    width: 100%;
    border: 0;
    outline: none;
    color: #4b5563;
}

.choices__item {
    color: #4b5563;
    cursor: pointer;
}

.choices__item--selecte {
    color: white;
}