@use '~@cb-general/core/styles/mixins' as *;

$root: FlatSelect;

.select {
  font-family: 'IBM Plex Sans', Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  color: white;
  border-radius: toRem(5);
  background-color: #ffffff17;
  padding: toRem(16) 2em toRem(16) toRem(13);
  min-height: 5rem;

  :global(option) {
    color: black;
  }
}

.icon {
  font-size: 2em;
  right: 0.2em;
}

.disabled {
  opacity: 0.8;
}

:export {
  root: $root;
}
