.ant-select {
  color: var(--mi-font, #fff);
}
.ant-select-selection-item {
  font-size: 0.875rem;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  background-color: var(--mi-gradient-bg, #1d1e23);
  background-image: linear-gradient(315deg, var(--mi-gradient-s, #000) 0%, var(--mi-gradient-e, #434343) 74%);
  border-color: var(--mi-border, #505050);
  border-radius: 0.5rem;
}
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: var(--mi-theme, #f0c26f);
}
.ant-select-arrow {
  color: var(--mi-font, #fff);
}
.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: var(--mi-theme, #f0c26f);
  box-shadow: 0 0 0 2px rgba(240, 194, 111, 0.2);
}
.ant-select-dropdown {
  background-color: var(--mi-dropdown-bg, #1d1e23);
  color: var(--mi-font, #fff);
}
.ant-select-item {
  color: var(--mi-font, #fff);
}
.ant-select-item-option-disabled {
  color: var(--mi-dropdown-select-item, #4c4c4c);
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background-color: var(--mi-gradient-bg, #1d1e23);
  background-image: linear-gradient(315deg, var(--mi-gradient-s, #000) 0%, var(--mi-gradient-e, #434343) 74%);
  color: var(--mi-theme, #f0c26f);
}
.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: var(--mi-gradient-bg, #1d1e23);
  background-image: linear-gradient(315deg, var(--mi-gradient-s, #000) 0%, var(--mi-gradient-e, #434343) 74%);
}
.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  background-color: var(--mi-gradient-bg, #1d1e23);
  background-image: linear-gradient(315deg, var(--mi-gradient-s, #000) 0%, var(--mi-gradient-e, #434343) 74%);
  color: rgba(255, 255, 255, 0.5);
}
.ant-select-item-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.ant-select-item-empty .ant-empty-description {
  color: var(--mi-font, #fff);
}
.ant-select-dropdown {
  z-index: var(--mi-z-index-peak, 20221021);
}
.ant-select-clear {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
