.duet-internal-label {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  margin-bottom: 12px !important;
  position: relative;
  z-index: 100;
  display: inline-flex;
  width: auto;
  margin-top: 8px !important;
  font-family: "localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 600 !important;
  line-height: 1.25;
  line-height: 1.25;
  color: rgb(8, 42, 77);
  text-align: left;
  word-break: break-word;
  cursor: default;
}
.duet-internal-label.duet-p-0 {
  padding: 0 !important;
}
.duet-internal-label.duet-m-0 {
  margin: 0 !important;
}
.duet-internal-label span {
  font-size: 1rem;
  font-weight: 600 !important;
  word-break: break-word;
}
.duet-internal-label.duet-m-0 {
  margin-bottom: 0 !important;
}
.duet-internal-label.duet-small-margin {
  margin-top: 8px !important;
  margin-bottom: 4px !important;
}
.duet-internal-label.duet-has-tooltip {
  padding-right: 48px;
}
@media (min-width: 48em) {
  .duet-internal-label.duet-has-tooltip {
    padding-right: 0;
  }
}
.duet-internal-label.duet-internal-label-small {
  font-size: 0.875rem;
}
.duet-internal-label.duet-internal-label-small span {
  font-size: 0.875rem;
}
.duet-internal-label.duet-weight-normal {
  font-weight: 400 !important;
}
.duet-internal-label.duet-weight-normal span {
  font-weight: 400 !important;
}
.duet-internal-label.duet-theme-turva {
  font-family: "turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: rgb(23, 42, 59);
}

*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
}

:host {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  display: inline-flex;
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}
@media (min-width: 36em) {
  :host {
    width: calc(50% - 16px - 3px);
  }
  :host.duet-expand {
    width: 100% !important;
  }
}

:host {
  margin-right: 16px !important;
}

:host(:last-child),
:host(:last-of-type) {
  margin-right: 0 !important;
}

:host(.form-distribute:last-of-type:not(:last-child)) {
  margin-right: 16px !important;
}

:host(:not(.duet-m-0)) {
  margin-bottom: 12px !important;
}

@media (min-width: 36em) {
  :host(.duet-expand) {
    width: 100% !important;
  }
}

:host(.duet-select-variation-tiny),
:host(.duet-select-variation-compact) {
  position: relative;
  top: -2px;
  width: 72px;
  margin: 0;
  vertical-align: baseline;
}

:host(.duet-select-variation-compact) {
  width: auto;
}

duet-tooltip,
::slotted(duet-tooltip) {
  position: absolute;
  top: 12px;
  right: 0;
}
@media (min-width: 48em) {
  duet-tooltip,
  ::slotted(duet-tooltip) {
    position: relative;
    top: 4px;
    right: auto;
  }
}

.duet-select-placeholder {
  position: absolute;
  top: -9px;
  left: 9px;
  z-index: 200;
  display: block;
  width: auto;
  max-width: 60%;
  padding: 0 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgb(255, 255, 255);
}

.duet-select-container {
  position: relative;
  width: 100%;
}
.duet-select-container.duet-select-variation-tiny {
  width: 72px;
}

.duet-select-wrapper {
  position: relative;
  width: 100%;
  padding: 15px 14px !important;
  font-family: "localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}
.duet-theme-turva .duet-select-wrapper {
  font-family: "turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.duet-select-variation-tiny .duet-select-wrapper {
  width: 81px;
  padding: 0 !important;
}
.duet-select-variation-compact .duet-select-wrapper {
  padding: 0 !important;
  line-height: 1;
}
.duet-select-wrapper select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  cursor: pointer;
  outline: none;
  border: 0;
  opacity: 0;
}
.duet-theme-turva .duet-select-wrapper select {
  font-family: "turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.duet-select-wrapper select:hover + .duet-select {
  outline: 2px solid;
  outline-color: rgb(98, 121, 138);
  outline-offset: -1px;
  border-color: rgb(127, 150, 165);
}
.duet-theme-turva .duet-select-wrapper select:hover + .duet-select, .duet-select-wrapper select:hover + .duet-select.duet-theme-turva, .duet-theme-turva2 .duet-select-wrapper select:hover + .duet-select, .duet-select-wrapper select:hover + .duet-select.duet-theme-turva2 {
  outline-color: rgb(120, 145, 164);
}
.duet-theme-turva .duet-select-wrapper select:hover + .duet-select {
  border-color: rgb(143, 147, 158);
}
.has-error .duet-select-wrapper select:hover + .duet-select {
  outline: 1px solid;
  outline-color: rgb(214, 28, 82);
  outline-offset: -1px;
}
.duet-select-wrapper select:focus + .duet-select {
  outline: 2px solid;
  outline-offset: 0;
  outline-color: rgba(0, 119, 179, 0.8);
  border-color: rgb(0, 119, 179);
  transition: none;
}
.duet-theme-turva .duet-select-wrapper select:focus + .duet-select, .duet-select-wrapper select:focus + .duet-select.duet-theme-turva, .duet-theme-turva2 .duet-select-wrapper select:focus + .duet-select, .duet-select-wrapper select:focus + .duet-select.duet-theme-turva2 {
  outline-color: rgba(53, 79, 101, 0.8);
}
.duet-theme-turva .duet-select-wrapper select:focus + .duet-select {
  border-color: rgb(23, 28, 58);
}
.duet-theme-turva .duet-select-wrapper select:focus + .duet-select .duet-select-icon {
  color: rgb(23, 28, 58);
}
.duet-select-wrapper select:focus + .duet-select .duet-select-icon {
  color: rgb(0, 119, 179);
}
.has-error .duet-select-wrapper select:focus + .duet-select {
  outline: 1px solid;
  outline-color: rgb(214, 28, 82);
  outline-offset: -1px;
}
.duet-select-wrapper select[disabled] {
  cursor: default !important;
}
.duet-select-wrapper select[disabled] + .duet-select {
  color: rgb(8, 42, 77) !important;
  cursor: default !important;
  outline: none !important;
  background: rgb(245, 248, 250) !important;
  border-color: rgb(245, 248, 250) !important;
  opacity: 1 !important;
  -webkit-text-fill-color: rgb(8, 42, 77) !important;
}
.duet-theme-turva .duet-select-wrapper select[disabled] + .duet-select {
  color: rgb(23, 28, 58) !important;
  background: rgb(245, 247, 250) !important;
  border-color: rgb(245, 247, 250) !important;
  -webkit-text-fill-color: rgb(23, 28, 58) !important;
}
.duet-select-wrapper span.duet-keep-container-height {
  opacity: 0;
}
.duet-select-variation-compact .duet-select-wrapper span.duet-keep-container-height {
  display: none;
}

.duet-select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: block;
  width: 100%;
  min-width: 8rem;
  padding: 12px 14px !important;
  padding-right: 48px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  line-height: 1.5;
  color: rgb(8, 42, 77);
  text-align: left;
  white-space: nowrap;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(127, 150, 165);
  border-radius: 4px;
  transition: 150ms ease;
}
.has-error .duet-select {
  border-color: rgb(214, 28, 82) !important;
}
.has-error .duet-select .duet-select-icon {
  color: rgb(214, 28, 82) !important;
}
.duet-theme-turva.has-error .duet-select {
  border-color: rgb(214, 28, 82) !important;
}
.duet-theme-turva.has-error .duet-select .duet-select-icon {
  color: rgb(214, 28, 82) !important;
}
.duet-theme-turva .duet-select {
  font-family: "turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: rgb(23, 28, 58);
  border-color: rgb(143, 147, 158);
}
.duet-select svg {
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 200;
  width: 20px;
  height: 20px;
  color: rgb(8, 42, 77);
  pointer-events: none;
  transform: translateY(-50%);
}
.duet-theme-turva .duet-select svg {
  color: rgb(23, 28, 58);
}
.duet-select-variation-tiny .duet-select, .duet-select-variation-compact .duet-select {
  width: 72px;
  min-width: inherit;
  padding: 0 !important;
  margin-bottom: -4px;
  overflow: visible;
  font-weight: 600;
  text-align: center;
}
.duet-select-variation-tiny .duet-select duet-icon, .duet-select-variation-compact .duet-select duet-icon {
  padding-left: 10px;
}
.duet-select-variation-compact .duet-select {
  position: relative;
  width: fit-content;
  padding: 7px 16px !important;
  font-size: 0.875rem;
  line-height: 1.1;
  text-align: right;
  border-radius: 8px;
}

.duet-select-help {
  display: block;
  font-family: "localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25;
  color: rgb(98, 121, 138);
  border-radius: 4px;
}
.duet-select-help span {
  display: block;
  margin-top: 8px;
}
.duet-theme-turva .duet-select-help {
  font-family: "turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: rgb(143, 147, 158);
}
.has-error .duet-select-help {
  color: rgb(214, 28, 82);
}
.duet-theme-turva.has-error .duet-select-help {
  color: rgb(214, 28, 82);
}

.duet-label-hidden .duet-internal-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

:host(.duet-theme-turva2) .duet-theme-turva .duet-select-wrapper select:hover + .duet-select {
  border-color: rgb(120, 145, 164);
}
:host(.duet-theme-turva2) .duet-theme-turva .duet-select-wrapper select:focus + .duet-select {
  border-color: rgb(23, 42, 59);
}
:host(.duet-theme-turva2) .duet-theme-turva .duet-select-wrapper select:focus + .duet-select .duet-select-icon {
  color: rgb(23, 42, 59);
}
:host(.duet-theme-turva2) .duet-theme-turva .duet-select-wrapper select[disabled] + .duet-select {
  color: rgb(23, 42, 59) !important;
  background: rgb(245, 246, 247) !important;
  border-color: rgb(245, 246, 247) !important;
  -webkit-text-fill-color: rgb(23, 42, 59) !important;
}
:host(.duet-theme-turva2) .duet-theme-turva .duet-select {
  color: rgb(23, 42, 59);
  border-color: rgb(120, 145, 164);
}
:host(.duet-theme-turva2) .duet-theme-turva .duet-select svg {
  color: rgb(23, 42, 59);
}