.auth-select {
    width: 100%;
    font-family: AvenirRoman, sans-serif;
}

.profile-select__select,
.auth-select__select {
    width: 100%;
    border: 1px solid var(--white);
    border-radius: 5px;
    height: 40px;
    outline: none;
    padding-left: 5px;
    background: inherit;
    color: white;
}
.auth-select__select > option {
    font-size: inherit;
    border-bottom: 1px solid black;
    height: 24px;
    color: black;
}
.auth-select__select_error {
    border: 1px solid var(--red);
    color: var(--red);
    box-shadow: inset 0 0 5px var(--red);
}
.auth-select__option {
    font-size: inherit;
    border-bottom: 1px solid black;
    height: 24px;
    color: black;
}

.profile-select__select {
    border: 1px solid var(--dark-blue)!important;
    color: black!important;
}