select.bs-select-hidden,
select.selectpicker.bs-select-hidden {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.bootstrap-select {
  display: inline-block !important;
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
}

.bootstrap-select.form-control {
  padding: 0;
  border: 0;
  box-shadow: none;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  min-height: 38px;
  height: 38px;
  padding: 8px 36px 8px 12px;
  border-radius: 10px;
  line-height: 22px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  box-shadow: none !important;
  overflow: hidden;
}

.bootstrap-select > .dropdown-toggle .filter-option,
.bootstrap-select .filter-option-inner,
.bootstrap-select .filter-option-inner-inner,
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 22px !important;
  min-height: 22px;
}

.bootstrap-select > .dropdown-toggle .filter-option {
  flex: 1 1 auto;
  padding-right: 10px;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > .dropdown-toggle:focus,
.bootstrap-select.open > .dropdown-toggle,
.bootstrap-select.show > .dropdown-toggle {
  outline: none !important;
  box-shadow: none !important;
}

.bootstrap-select > .dropdown-toggle .caret,
.bootstrap-select > .dropdown-toggle .bs-caret {
  right: 12px;
}

.bootstrap-select.open,
.bootstrap-select.show {
  z-index: 1070;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  border-radius: 10px;
  overflow: auto;
  box-shadow: 0 16px 34px rgba(31, 45, 61, 0.14);
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 2080 !important;
}

.modal-open .bootstrap-select.bs-container .dropdown-menu {
  z-index: 2090 !important;
}

.bootstrap-select .dropdown-menu > li > a {
  padding: 8px 12px;
  line-height: 1.5;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: block;
  line-height: 1.45;
  white-space: normal;
}

.bootstrap-select .bs-searchbox {
  padding: 8px 10px 4px;
}

.bootstrap-select .bs-searchbox .form-control {
  height: 36px;
  line-height: 22px;
  border-radius: 8px;
}

.upay-filter-form .form-control,
.upay-filter-form .bootstrap-select,
.upay-user-center .user-center-filter-form .form-control,
.upay-user-center .user-center-filter-form .bootstrap-select {
  min-width: 160px;
}

.upay-filter-form .form-control,
.upay-filter-form .bootstrap-select > .dropdown-toggle,
.upay-user-center .user-center-filter-form .form-control,
.upay-user-center .user-center-filter-form .bootstrap-select > .dropdown-toggle {
  height: 34px !important;
  line-height: 20px !important;
  border-radius: 8px !important;
}

.upay-filter-form select.form-control,
.upay-user-center .user-center-filter-form select.form-control {
  padding: 6px 28px 6px 12px !important;
}

.upay-user-center .user-center-filter-form .bootstrap-select,
.panel-intro .upay-filter-form .bootstrap-select {
  min-width: 160px;
}

.modal .bootstrap-select {
  width: 100% !important;
}
