.rarui-select__1ooq5720 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-style: solid;
  transition: all 150ms ease;
  box-sizing: border-box;
  cursor: pointer;
  background-color: var(--rarui-colors-surface-primary);
  padding: 0 var(--rarui-spacing-2xs);
  border-radius: var(--rarui-shape-border-radius-2xs);
  border-width: var(--rarui-shape-border-width-1);
  border-color: var(--rarui-colors-border-secondary);
  color: var(--rarui-colors-content-secondary);
}
.rarui-select__1ooq5720:hover {
  border-color: var(--rarui-colors-border-primary);
}
.rarui-select__1ooq5720:active {
  background-color: var(--rarui-colors-surface-press);
}
.rarui-select__1ooq5720:focus {
  border-color: var(--rarui-colors-border-primary);
}
.rarui-select__1ooq5720:focus-within {
  outline: none;
  box-shadow: var(--rarui-elevation-focus-ring);
}
.rarui-select__1ooq5720:has(input:disabled) {
  border-color: var(--rarui-colors-surface-disabled);
}
.rarui-select__1ooq5720[aria-disabled='true'] {
  cursor: not-allowed;
  background-color: var(--rarui-colors-surface-disabled);
  border-color: var(--rarui-colors-surface-disabled);
}
.rarui-select_appearance_success__1ooq5721 {
  border-color: var(--rarui-colors-border-success);
}
.rarui-select_appearance_success__1ooq5721:hover {
  border-color: var(--rarui-colors-border-success);
}
.rarui-select_appearance_success__1ooq5721:focus {
  border-color: var(--rarui-colors-border-success);
}
.rarui-select_appearance_success__1ooq5721:active {
  background-color: var(--rarui-colors-surface-success-press);
}
.rarui-select_appearance_error__1ooq5722 {
  border-color: var(--rarui-colors-border-error);
}
.rarui-select_appearance_error__1ooq5722:hover {
  border-color: var(--rarui-colors-border-error);
}
.rarui-select_appearance_error__1ooq5722:focus {
  border-color: var(--rarui-colors-border-error);
}
.rarui-select_appearance_error__1ooq5722:active {
  background-color: var(--rarui-colors-surface-error-press);
}
.rarui-select_size_large__1ooq5723 {
  height: 3rem;
}
.rarui-select_size_medium__1ooq5724 {
  height: 2.5rem;
}
.rarui-select_size_small__1ooq5725 {
  height: 2rem;
  padding: 0 var(--rarui-spacing-3xs);
}
.rarui-select_list__1ooq5726 {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-y: scroll;
  padding: 0.125rem;
  gap: var(--rarui-spacing-3xs);
}
.rarui-select_list__1ooq5726::-webkit-scrollbar {
  width: .375rem;
  background: transparent;
}
.rarui-select_list__1ooq5726::-webkit-scrollbar-thumb {
  border-radius: var(--rarui-shape-border-radius-2xs);
  background-color: var(--rarui-colors-content-disabled);
}
.rarui-select_close__1ooq5727 {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  color: currentcolor;
  transition: all 150ms ease;
  height: 1rem;
  width: 1rem;
  border: 0;
  padding: 0;
  border-radius: var(--rarui-shape-border-radius-2xs);
}
.rarui-select_close__1ooq5727:focus-within {
  outline: none;
  box-shadow: var(--rarui-elevation-focus-ring);
}
.rarui-select_close__1ooq5727:hover {
  color: var(--rarui-colors-content-primary);
}
.rarui-select_close__1ooq5727:disabled {
  cursor: not-allowed;
  color: var(--rarui-colors-content-disabled);
}
@media screen and (min-width: 0px) {
  .rarui-select_maxHeight-xs__1ooq572c {
    max-height: var(--maxHeight-xs__1ooq5728);
  }
}
@media screen and (min-width: 768px) {
  .rarui-select_maxHeight-md__1ooq572d {
    max-height: var(--maxHeight-md__1ooq5729);
  }
}
@media screen and (min-width: 1200px) {
  .rarui-select_maxHeight-lg__1ooq572e {
    max-height: var(--maxHeight-lg__1ooq572a);
  }
}
@media screen and (min-width: 1400px) {
  .rarui-select_maxHeight-xl__1ooq572f {
    max-height: var(--maxHeight-xl__1ooq572b);
  }
}