.selectbox { border-radius: 3px !important; min-height: 29px !important; border-color: #D9D9D9; &__input { width: 100%; border: 1px solid #d9d9d9; border-radius: 3px; height: 29px; margin: 12px 0; padding-left: 28px; line-height: 29px; background-repeat: no-repeat; background-position: 6px center; background-image: url('data:image/svg+xml,'); } &--active { border-color: #000; } &__content { font-size: 14px; } &__dropdown { &-label { font-weight: 400; font-size: 12px; line-height: 16px; &:before { top: 0 !important; } &:after { top: 0 !important; } } } &__option { height: 22px; cursor: pointer; margin: 12px 0; } &__options { max-height: 250px; overflow: auto; } } .react-dropdown-select-dropdown { width: 240px !important; padding: 12px 22px !important; top: 29px !important; box-shadow: none !important; border: none !important; background: #f0f0f0 !important; max-height: unset !important; overflow: unset !important; }