.actionable-message--danger {
  border: 1px solid var(--color-error-default);
  justify-content: flex-start;
}

.actionable-message--with-icon {
  padding-inline-start: 32px;
}

.actionable-message {
  color: var(--color-text-default);
  background-color: var(--color-background-default);
  border: 1px solid var(--color-info-default);
  border-radius: 8px;
  padding: 16px;
  margin-top: 18px;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}

.actionable-message svg {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 8px;
}

.actionable-message * {
  z-index: 1;
}

.actionable-message--danger .actionable-message__message {
  text-align: left;
}

.actionable-message__message {
  color: var(--color-text-default);
  text-align: center;
  width: 100%;
}

.actionable-message * {
  z-index: 1;
}

.actionable-message--danger::before {
  background: var(--color-error-muted);
}


.actionable-message::before {
  content: "";
  position: absolute;
  border-radius: 8px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--color-info-muted);
}

.dropdown__select {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}

.dropdown__icon-caret-down {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.box--color-inherit {
  color: var(--inherit);
}

.dropdown {
  position: relative;
  display: inline-block;
  height: 36px;
}

.dropdown__select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 0.875rem;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-default);
  border: 1px solid var(--color-border-default);
  border-radius: 4px;
  background-color: var(--color-background-default);
  padding: 8px 40px 8px 16px;
  width: 100%;
}


.css-dvxtzn {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

.css-1kxonj9 {
  width: 100%;
  position: relative;
}

.css-13i3sst {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  color: rgb(84, 95, 112);
}

.css-4302v8 {
  width: 100%;
  display: flex;
  position: relative;
}

.css-1kxonj9 {
  width: 100%;
  position: relative;
}

.css-13dhuss {
  width: 100%;
  min-width: 0px;
  outline: transparent solid 2px;
  outline-offset: 2px;
  position: relative;
  appearance: none;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-duration: 200ms;
  font-size: 1rem;
  padding-inline: 16px;
  height: 48px;
  border-radius: 4px;
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 20px;
  border: 1px solid rgb(115, 119, 127);
  background: rgb(255, 255, 255);
  box-shadow: none;
  color: rgb(67, 71, 78);
  caret-color: rgb(51, 117, 187);
}


.css-ysy80j {
  right: 0px;
  width: 48px;
  height: 48px;
  font-size: 1rem;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  z-index: 2;
  padding: 16px;
}

.css-ysy80j {
  right: 0px;
  width: 48px;
  height: 48px;
  font-size: 1rem;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  z-index: 2;
  padding: 16px;
}

.css-krbdkf {
  width: 21px;
  height: 21px;
  display: inline-block;
  line-height: 1em;
  flex-shrink: 0;
  color: currentcolor;
  vertical-align: middle;
  cursor: pointer;
}