.select2-container,
.select2-dropdown { z-index: 10090 !important; }

.select2-container { width: 100% !important; font: inherit; }
.select2-container--default .select2-selection--single {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 38px !important;
  padding: 0 34px 0 11px !important;
  border: 1px solid #e5e9f2 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #162033 !important;
  box-sizing: border-box !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  width: 100% !important;
  overflow: hidden !important;
  padding: 0 !important;
  color: #162033 !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50% !important;
  right: 8px !important;
  transform: translateY(-50%) !important;
}
.select2-dropdown {
  overflow: hidden !important;
  border: 1px solid #e5e9f2 !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 14px 30px rgba(35, 48, 84, .14) !important;
}
.select2-results__option { padding: 9px 11px !important; color: #556176 !important; font-size: 12px !important; }
.select2-container--default .select2-results__option--highlighted[aria-selected] { background: #f1efff !important; color: #5a43ed !important; }

.signin-phone-wrap .select2-container,
.auth-phone-wrap .select2-container {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

.signin-phone-wrap .select2-container--default .select2-selection--single,
.auth-phone-wrap .select2-container--default .select2-selection--single {
  width: 100% !important;
  min-height: 54px !important;
  height: 54px !important;
  border-radius: 999px !important;
  box-sizing: border-box !important;
}

.signin-phone-wrap .select2-dropdown,
.auth-phone-wrap .select2-dropdown {
  min-width: 220px !important;
}

html[data-theme="dark"] .select2-container--default .select2-selection--single,
body.dark-mode .select2-container--default .select2-selection--single { border-color: rgba(255,255,255,.14) !important; background: #171a3d !important; color: #f8faff !important; }
html[data-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__rendered,
body.dark-mode .select2-container--default .select2-selection--single .select2-selection__rendered { color: #f8faff !important; }
html[data-theme="dark"] .select2-dropdown,
body.dark-mode .select2-dropdown { border-color: rgba(255,255,255,.14) !important; background: #101436 !important; }
html[data-theme="dark"] .select2-results__option,
body.dark-mode .select2-results__option { color: rgba(255,255,255,.84) !important; }

html[data-theme="dark"] .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
html[data-theme="dark"] .select2-container--default .select2-results__option--selected,
body.dark-mode .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
body.dark-mode .select2-container--default .select2-results__option--selected {
  background: #2563ff !important;
  color: #fff !important;
}
