/* ------ buttons ----- */
/* ------ typography ----- */
@keyframes skeleton {
  0% {
    opacity: 0.3;
    transform: scaleX(0);
    transform-origin: left;
  }
  20% {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left;
  }
  28% {
    transform: scaleX(1);
    transform-origin: right;
  }
  51% {
    transform: scaleX(0);
    transform-origin: right;
  }
  58% {
    transform: scaleX(0);
    transform-origin: right;
  }
  82% {
    transform: scaleX(1);
    transform-origin: right;
  }
  83% {
    transform: scaleX(1);
    transform-origin: left;
  }
  96% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    opacity: 0.3;
    transform: scaleX(0);
    transform-origin: left;
  }
}
.bx--text-truncate--end {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bx--text-truncate--front {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  direction: rtl;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bx--fieldset {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  margin-bottom: 2rem;
}
.bx--fieldset *,
.bx--fieldset *::before,
.bx--fieldset *::after {
  box-sizing: inherit;
}
.bx--fieldset--no-margin {
  margin-bottom: 0;
}
.bx--form-item {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
}
.bx--label {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.33333;
  letter-spacing: 0.32px;
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #525252;
  font-weight: 400;
  line-height: 1rem;
  vertical-align: baseline;
}
.bx--label *,
.bx--label *::before,
.bx--label *::after {
  box-sizing: inherit;
}
.bx--label .bx--tooltip__trigger {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.33333;
  letter-spacing: 0.32px;
}
.bx--label.bx--skeleton {
  position: relative;
  padding: 0;
  border: none;
  background: #e5e5e5;
  box-shadow: none;
  pointer-events: none;
  width: 4.6875rem;
  height: 0.875rem;
}
.bx--label.bx--skeleton:hover, .bx--label.bx--skeleton:focus, .bx--label.bx--skeleton:active {
  border: none;
  cursor: default;
  outline: none;
}
.bx--label.bx--skeleton::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: 3000ms ease-in-out skeleton infinite;
  background: #c6c6c6;
  content: "";
  will-change: transform-origin, transform, opacity;
}
@media (prefers-reduced-motion: reduce) {
  .bx--label.bx--skeleton::before {
    animation: none;
  }
}
input[type=number] {
  font-family: "redhat-mono", "Menlo", Courier, monospace;
}
input[data-invalid]:not(:focus),
.bx--number[data-invalid] input[type=number]:not(:focus),
.bx--text-input__field-wrapper[data-invalid] > .bx--text-input--invalid:not(:focus),
.bx--text-area__wrapper[data-invalid] > .bx--text-area--invalid:not(:focus),
.bx--select-input__wrapper[data-invalid] .bx--select-input:not(:focus),
.bx--list-box[data-invalid]:not(:focus),
.bx--combo-box[data-invalid] .bx--text-input:not(:focus) {
  outline: 2px solid #da1e28;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  input[data-invalid]:not(:focus),
  .bx--number[data-invalid] input[type=number]:not(:focus),
  .bx--text-input__field-wrapper[data-invalid] > .bx--text-input--invalid:not(:focus),
  .bx--text-area__wrapper[data-invalid] > .bx--text-area--invalid:not(:focus),
  .bx--select-input__wrapper[data-invalid] .bx--select-input:not(:focus),
  .bx--list-box[data-invalid]:not(:focus),
  .bx--combo-box[data-invalid] .bx--text-input:not(:focus) {
    outline-style: dotted;
  }
}
input[data-invalid] ~ .bx--form-requirement,
.bx--number[data-invalid] .bx--number__input-wrapper ~ .bx--form-requirement,
.bx--number__input-wrapper--warning ~ .bx--form-requirement,
.bx--date-picker-input__wrapper ~ .bx--form-requirement,
.bx--date-picker-input__wrapper--warn ~ .bx--form-requirement,
.bx--date-picker-input__wrapper--invalid ~ .bx--form-requirement,
.bx--time-picker--invalid ~ .bx--form-requirement,
.bx--text-input__field-wrapper[data-invalid] ~ .bx--form-requirement,
.bx--text-input__field-wrapper--warning ~ .bx--form-requirement,
.bx--text-input__field-wrapper--warning > .bx--text-input ~ .bx--form-requirement,
.bx--text-area__wrapper[data-invalid] ~ .bx--form-requirement,
.bx--select-input__wrapper[data-invalid] ~ .bx--form-requirement,
.bx--select--warning .bx--select-input__wrapper ~ .bx--form-requirement,
.bx--time-picker[data-invalid] ~ .bx--form-requirement,
.bx--list-box[data-invalid] ~ .bx--form-requirement,
.bx--list-box--warning ~ .bx--form-requirement {
  display: block;
  overflow: visible;
  max-height: 12.5rem;
  font-weight: 400;
}
input[data-invalid] ~ .bx--form-requirement,
.bx--number[data-invalid] .bx--number__input-wrapper ~ .bx--form-requirement,
.bx--date-picker-input__wrapper ~ .bx--form-requirement,
.bx--date-picker-input__wrapper--invalid ~ .bx--form-requirement,
.bx--time-picker--invalid ~ .bx--form-requirement,
.bx--text-input__field-wrapper[data-invalid] ~ .bx--form-requirement,
.bx--text-area__wrapper[data-invalid] ~ .bx--form-requirement,
.bx--select-input__wrapper[data-invalid] ~ .bx--form-requirement,
.bx--time-picker[data-invalid] ~ .bx--form-requirement,
.bx--list-box[data-invalid] ~ .bx--form-requirement {
  color: #da1e28;
}
.bx--form--fluid .bx--text-input__field-wrapper[data-invalid],
.bx--form--fluid .bx--text-input__field-wrapper--warning {
  display: block;
}
.bx--form--fluid .bx--fieldset {
  margin: 0;
}
.bx--form--fluid input[data-invalid] {
  outline: none;
}
.bx--form--fluid .bx--form-requirement {
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  margin: 0;
}
input:not(output):not([data-invalid]):-moz-ui-invalid {
  box-shadow: none;
}
.bx--form-requirement {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.33333;
  letter-spacing: 0.32px;
  display: none;
  overflow: hidden;
  max-height: 0;
  margin: 0.25rem 0 0;
}
.bx--form-requirement *,
.bx--form-requirement *::before,
.bx--form-requirement *::after {
  box-sizing: inherit;
}
.bx--select--inline .bx--form__helper-text {
  margin-top: 0;
}
.bx--form__helper-text {
  font-size: 0.75rem;
  line-height: 1.33333;
  letter-spacing: 0.32px;
  z-index: 0;
  width: 100%;
  margin-top: 0.25rem;
  color: #525252;
  opacity: 1;
}
.bx--label--disabled,
.bx--form__helper-text--disabled {
  color: #c6c6c6;
}
fieldset[disabled] .bx--label,
fieldset[disabled] .bx--form__helper-text {
  color: #c6c6c6;
}
.bx--text-input {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  outline: 2px solid transparent;
  outline-offset: -2px;
  width: 100%;
  height: 2.5rem;
  padding: 0 1rem;
  border: none;
  border-bottom: 1px solid #8d8d8d;
  background-color: #f4f4f4;
  color: #161616;
  transition: background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9), outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--text-input *,
.bx--text-input *::before,
.bx--text-input *::after {
  box-sizing: inherit;
}
.bx--text-input:focus, .bx--text-input:active {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  .bx--text-input:focus, .bx--text-input:active {
    outline-style: dotted;
  }
}
.bx--text-input-wrapper svg[hidden] {
  display: none;
}
.bx--text-input--xl,
.bx--text-input--lg {
  height: 3rem;
}
.bx--text-input--sm {
  height: 2rem;
}
.bx--password-input {
  padding-right: 2.5rem;
}
.bx--text-input--sm.bx--password-input {
  padding-right: 2rem;
}
.bx--text-input--lg.bx--password-input {
  padding-right: 3rem;
}
.bx--text-input::-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
}
.bx--text-input::placeholder {
  color: #6f6f6f;
  opacity: 1;
}
.bx--text-input--light {
  background-color: #ffffff;
}
.bx--text-input__field-wrapper {
  position: relative;
  display: flex;
  width: 100%;
}
.bx--text-input__invalid-icon,
.bx--text-input__readonly-icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.bx--text-input__invalid-icon {
  fill: #da1e28;
}
.bx--text-input__invalid-icon--warning {
  fill: #f1c21b;
}
.bx--text-input__invalid-icon--warning path:first-of-type {
  fill: #000000;
  opacity: 1;
}
.bx--text-input--password__visibility {
  position: relative;
  display: inline-flex;
  overflow: visible;
  align-items: center;
  cursor: pointer;
}
.bx--text-input--password__visibility:focus {
  outline: 1px solid #0f62fe;
}
@media screen and (prefers-contrast) {
  .bx--text-input--password__visibility:focus {
    outline-style: dotted;
  }
}
.bx--text-input--password__visibility:focus {
  outline: 1px solid transparent;
}
.bx--text-input--password__visibility:focus svg {
  outline: 1px solid #0f62fe;
}
@media screen and (prefers-contrast) {
  .bx--text-input--password__visibility:focus svg {
    outline-style: dotted;
  }
}
.bx--text-input--password__visibility::before, .bx--text-input--password__visibility::after,
.bx--text-input--password__visibility .bx--assistive-text,
.bx--text-input--password__visibility + .bx--assistive-text {
  position: absolute;
  z-index: 6000;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--text-input--password__visibility::before, .bx--text-input--password__visibility::after,
  .bx--text-input--password__visibility .bx--assistive-text,
  .bx--text-input--password__visibility + .bx--assistive-text {
    display: inline-block;
  }
}
.bx--text-input--password__visibility::before, .bx--text-input--password__visibility::after {
  transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
@media screen and (prefers-reduced-motion: reduce) {
  .bx--text-input--password__visibility::before, .bx--text-input--password__visibility::after {
    transition: none;
  }
}
.bx--text-input--password__visibility.bx--tooltip--a11y::before, .bx--text-input--password__visibility.bx--tooltip--a11y::after {
  transition: none;
}
.bx--text-input--password__visibility::before {
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
}
.bx--text-input--password__visibility .bx--assistive-text,
.bx--text-input--password__visibility + .bx--assistive-text {
  box-sizing: content-box;
  color: inherit;
  opacity: 1;
  white-space: normal;
  word-break: break-word;
}
.bx--text-input--password__visibility::after,
.bx--text-input--password__visibility .bx--assistive-text,
.bx--text-input--password__visibility + .bx--assistive-text {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 6000;
  width: -moz-max-content;
  width: max-content;
  min-width: 1.5rem;
  max-width: 13rem;
  height: auto;
  padding: 0.1875rem 1rem;
  background-color: #393939;
  border-radius: 0.125rem;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  transform: translateX(-50%);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--text-input--password__visibility::after,
  .bx--text-input--password__visibility .bx--assistive-text,
  .bx--text-input--password__visibility + .bx--assistive-text {
    width: auto;
  }
}
@supports (-ms-accelerator: true) {
  .bx--text-input--password__visibility::after,
  .bx--text-input--password__visibility .bx--assistive-text,
  .bx--text-input--password__visibility + .bx--assistive-text {
    width: auto;
  }
}
@supports (-ms-ime-align: auto) {
  .bx--text-input--password__visibility::after,
  .bx--text-input--password__visibility .bx--assistive-text,
  .bx--text-input--password__visibility + .bx--assistive-text {
    width: auto;
  }
}
@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--text-input--password__visibility::after,
  .bx--text-input--password__visibility .bx--assistive-text,
  .bx--text-input--password__visibility + .bx--assistive-text {
    border: 1px solid transparent;
  }
}
.bx--text-input--password__visibility::after {
  content: attr(aria-label);
}
.bx--text-input--password__visibility.bx--tooltip--a11y::after {
  content: none;
}
.bx--text-input--password__visibility.bx--tooltip--visible::before, .bx--text-input--password__visibility.bx--tooltip--visible::after, .bx--text-input--password__visibility:hover::before, .bx--text-input--password__visibility:hover::after, .bx--text-input--password__visibility:focus::before, .bx--text-input--password__visibility:focus::after {
  opacity: 1;
}
@keyframes tooltip-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bx--text-input--password__visibility.bx--tooltip--visible .bx--assistive-text,
.bx--text-input--password__visibility.bx--tooltip--visible + .bx--assistive-text, .bx--text-input--password__visibility:hover .bx--assistive-text,
.bx--text-input--password__visibility:hover + .bx--assistive-text, .bx--text-input--password__visibility:focus .bx--assistive-text,
.bx--text-input--password__visibility:focus + .bx--assistive-text {
  overflow: visible;
  margin: auto;
  clip: auto;
}
.bx--text-input--password__visibility.bx--tooltip--visible .bx--assistive-text,
.bx--text-input--password__visibility.bx--tooltip--visible + .bx--assistive-text, .bx--text-input--password__visibility.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--text-input--password__visibility:hover .bx--assistive-text,
.bx--text-input--password__visibility:hover + .bx--assistive-text, .bx--text-input--password__visibility:hover.bx--tooltip--a11y::before, .bx--text-input--password__visibility:focus .bx--assistive-text,
.bx--text-input--password__visibility:focus + .bx--assistive-text, .bx--text-input--password__visibility:focus.bx--tooltip--a11y::before {
  animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--text-input--password__visibility.bx--tooltip--hidden .bx--assistive-text, .bx--text-input--password__visibility.bx--tooltip--hidden + .bx--assistive-text {
  overflow: hidden;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
}
.bx--text-input--password__visibility.bx--tooltip--hidden.bx--tooltip--a11y::before {
  animation: none;
  opacity: 0;
}
.bx--text-input--password__visibility .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 100%;
  height: 0.75rem;
  top: -0.75rem;
}
.bx--text-input--password__visibility::before, .bx--text-input--password__visibility::after,
.bx--text-input--password__visibility .bx--assistive-text,
.bx--text-input--password__visibility + .bx--assistive-text {
  bottom: 0;
  left: 50%;
}
.bx--text-input--password__visibility::before {
  bottom: -0.5rem;
  border-width: 0 0.25rem 0.3125rem 0.25rem;
  border-color: transparent transparent #393939 transparent;
  transform: translate(-50%, 100%);
}
.bx--text-input--password__visibility::after,
.bx--text-input--password__visibility .bx--assistive-text,
.bx--text-input--password__visibility + .bx--assistive-text {
  bottom: -0.8125rem;
  transform: translate(-50%, 100%);
}
.bx--text-input--password__visibility,
.bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger {
  outline: 2px solid transparent;
  outline-offset: -2px;
  position: absolute;
  right: 0;
  display: flex;
  width: 2.5rem;
  height: 100%;
  min-height: auto;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  transition: outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--text-input--sm + .bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger {
  width: 2rem;
}
.bx--text-input--lg + .bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger {
  width: 3rem;
}
.bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger svg {
  fill: #525252;
  transition: fill 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger svg {
    fill: ButtonText;
  }
}
.bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  .bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger:focus {
    outline-style: dotted;
  }
}
.bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger:hover svg,
.bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger:focus svg {
  fill: #161616;
}
.bx--text-input--invalid,
.bx--text-input--warning,
.bx--text-input-wrapper--readonly .bx--text-input {
  padding-right: 2.5rem;
}
.bx--text-input--invalid.bx--password-input {
  padding-right: 4rem;
}
.bx--text-input--invalid + .bx--text-input--password__visibility,
.bx--text-input--invalid + .bx--text-input--password__visibility__toggle {
  right: 1rem;
}
.bx--password-input-wrapper .bx--text-input__invalid-icon {
  right: 2.5rem;
}
.bx--text-input:disabled + .bx--text-input--password__visibility svg,
.bx--text-input:disabled + .bx--text-input--password__visibility__toggle.bx--tooltip__trigger svg {
  cursor: not-allowed;
  fill: #c6c6c6;
}
.bx--text-input:disabled + .bx--text-input--password__visibility svg:hover,
.bx--text-input:disabled + .bx--text-input--password__visibility__toggle.bx--tooltip__trigger svg:hover {
  fill: #c6c6c6;
}
.bx--text-input:disabled {
  outline: 2px solid transparent;
  outline-offset: -2px;
  border-bottom: 1px solid transparent;
  background-color: #f4f4f4;
  color: #c6c6c6;
  cursor: not-allowed;
  -webkit-text-fill-color: #c6c6c6;
}
.bx--text-input--light:disabled {
  background-color: #ffffff;
}
.bx--text-input:disabled::-moz-placeholder {
  color: #c6c6c6;
  opacity: 1;
}
.bx--text-input:disabled::placeholder {
  color: #c6c6c6;
  opacity: 1;
}
.bx--text-input--invalid {
  outline: 2px solid #da1e28;
  outline-offset: -2px;
  box-shadow: none;
}
@media screen and (prefers-contrast) {
  .bx--text-input--invalid {
    outline-style: dotted;
  }
}
.bx--text-input--invalid .bx--text-input--password__visibility,
.bx--text-input--invalid .bx--text-input--password__visibility__toggle {
  right: 2.5rem;
}
.bx--skeleton.bx--text-input {
  position: relative;
  padding: 0;
  border: none;
  background: #e5e5e5;
  box-shadow: none;
  pointer-events: none;
}
.bx--skeleton.bx--text-input:hover, .bx--skeleton.bx--text-input:focus, .bx--skeleton.bx--text-input:active {
  border: none;
  cursor: default;
  outline: none;
}
.bx--skeleton.bx--text-input::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: 3000ms ease-in-out skeleton infinite;
  background: #c6c6c6;
  content: "";
  will-change: transform-origin, transform, opacity;
}
@media (prefers-reduced-motion: reduce) {
  .bx--skeleton.bx--text-input::before {
    animation: none;
  }
}
.bx--form--fluid .bx--text-input-wrapper {
  position: relative;
  background: #f4f4f4;
  transition: background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9), outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--form--fluid .bx--label {
  position: absolute;
  z-index: 1;
  top: 0.8125rem;
  left: 1rem;
  margin: 0;
}
.bx--form--fluid .bx--form__helper-text {
  display: none;
}
.bx--form--fluid .bx--text-input {
  min-height: 4rem;
  padding: 2rem 1rem 0.8125rem;
}
.bx--text-input__divider,
.bx--form--fluid .bx--text-input__divider {
  display: none;
}
.bx--form--fluid .bx--text-input--invalid,
.bx--form--fluid .bx--text-input--warn {
  border-bottom: none;
}
.bx--form--fluid .bx--text-input--invalid + .bx--text-input__divider,
.bx--form--fluid .bx--text-input--warn + .bx--text-input__divider {
  display: block;
  border-style: solid;
  border-color: #e0e0e0;
  border-bottom: none;
  margin: 0 1rem;
}
.bx--form--fluid .bx--text-input__invalid-icon {
  top: 5rem;
}
.bx--form--fluid .bx--text-input-wrapper--light {
  background: #ffffff;
}
.bx--form--fluid .bx--text-input__field-wrapper[data-invalid] > .bx--text-input--invalid {
  outline: 2px solid transparent;
  outline-offset: -2px;
}
.bx--form--fluid .bx--text-input__field-wrapper[data-invalid]:not(:focus) {
  outline: 2px solid #da1e28;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  .bx--form--fluid .bx--text-input__field-wrapper[data-invalid]:not(:focus) {
    outline-style: dotted;
  }
}
.bx--form--fluid .bx--text-input__field-wrapper[data-invalid] > .bx--text-input--invalid:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  .bx--form--fluid .bx--text-input__field-wrapper[data-invalid] > .bx--text-input--invalid:focus {
    outline-style: dotted;
  }
}
.bx--text-input-wrapper.bx--text-input-wrapper--inline {
  flex-flow: row wrap;
}
.bx--text-input-wrapper .bx--label--inline {
  flex: 1 1;
  margin: 0.8125rem 0 0 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.bx--text-input-wrapper .bx--label--inline--sm {
  margin-top: 0.5625rem;
}
.bx--text-input-wrapper .bx--label--inline--xl,
.bx--text-input-wrapper .bx--label--inline--lg {
  margin-top: 1.0625rem;
}
.bx--text-input__label-helper-wrapper {
  max-width: 8rem;
  flex: 2 1;
  flex-direction: column;
  margin-right: 1.5rem;
  overflow-wrap: break-word;
}
.bx--text-input-wrapper .bx--form__helper-text--inline {
  margin-top: 0.125rem;
}
.bx--text-input__field-outer-wrapper {
  display: flex;
  width: 100%;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
}
.bx--text-input__field-outer-wrapper--inline {
  flex: 8 1;
  flex-direction: column;
}
.bx--form--fluid .bx--text-input-wrapper--readonly,
.bx--text-input-wrapper--readonly .bx--text-input {
  background: transparent;
}
@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  .bx--text-input--password__visibility,
  .bx--btn.bx--btn--icon-only.bx--text-input--password__visibility__toggle.bx--tooltip__trigger svg,
  .bx--btn.bx--btn--icon-only.bx--text-input--password__visibility__toggle.bx--tooltip__trigger:hover svg {
    fill: ButtonText;
  }
}
.bx--text-input-wrapper {
  line-height: 1.2;
  font-family: "gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.bx--text-input-wrapper .bx--label {
  color: var(--msk-color-content-input-primary, #111417);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}
.bx--text-input-wrapper .bx--text-input__field-wrapper .bx--text-input__invalid-icon--warning,
.bx--text-input-wrapper .bx--text-input__field-wrapper .bx--text-input__invalid-icon {
  display: none;
}
.bx--text-input-wrapper .bx--text-input__field-wrapper[data-invalid] ~ .bx--form-requirement {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="%23740937" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM13 17H11V11H13V17ZM13 9H11V7H13V9Z" fill="%23740937"/></svg>');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 1.375rem;
  color: purple;
  font-size: 1rem;
  padding: 0 0 0 1.625rem;
}
.bx--text-input-wrapper .bx--text-input {
  background-color: var(--msk-color-bg-input, #ffffff);
  border: 1px solid var(--msk-color-border-input, #4d5358);
  border-radius: 0.25rem;
  color: var(--msk-color-content-input-primary, #111417);
  font-size: 1rem;
  transition-property: box-shadow, outline;
  transition-duration: 110ms;
  transition-timing-function: ease-in-out;
}
.bx--text-input-wrapper .bx--text-input::-moz-placeholder {
  color: var(--msk-color-content-input-secondary, #4d5358);
  font-size: 1rem;
}
.bx--text-input-wrapper .bx--text-input::placeholder {
  color: var(--msk-color-content-input-secondary, #4d5358);
  font-size: 1rem;
}
.bx--text-input-wrapper .bx--text-input:hover:not([disabled]) {
  box-shadow: inset 0 0 0 0.1875rem var(--msk-color-border-input-hover-secondary, #f0f5ff);
}
.bx--text-input-wrapper .bx--text-input:active:not(disabled), .bx--text-input-wrapper .bx--text-input:focus:not(disabled), .bx--text-input-wrapper .bx--text-input:focus:hover:not(disabled) {
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 0.125rem var(--msk-color-border-focus-outer, #000000), inset 0 0 0 calc(0.125rem + 2px) var(--msk-color-border-focus-inner, #ffffff);
  outline-color: transparent;
}
.bx--text-input-wrapper .bx--text-input:disabled:hover, .bx--text-input-wrapper .bx--text-input:disabled {
  background-color: var(--msk-color-bg-disabled, #f7f3f2);
  border-bottom-color: var(--msk-color-border-disabled, #8f8b8b);
}
.bx--text-input-wrapper .bx--text-input:disabled:hover:active, .bx--text-input-wrapper .bx--text-input:disabled:hover:focus, .bx--text-input-wrapper .bx--text-input:disabled:active, .bx--text-input-wrapper .bx--text-input:disabled:focus {
  box-shadow: none;
}
.bx--text-input-wrapper .bx--text-input.bx--text-input--invalid {
  padding-right: 1rem;
}
.bx--text-input-wrapper .bx--text-input.bx--text-input--invalid:not(:focus) {
  border-color: var(--msk-color-border-error, #85375c);
  outline-color: var(--msk-color-border-error, #85375c);
}
.bx--text-input-wrapper .bx--text-input.bx--text-input--invalid:focus, .bx--text-input-wrapper .bx--text-input.bx--text-input--invalid:active {
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 0.125rem var(--msk-color-border-focus-outer, #000000), inset 0 0 0 calc(0.125rem + 2px) var(--msk-color-border-focus-inner, #ffffff);
  outline-color: var(--msk-color-border-error, #85375c);
}
.bx--text-input-wrapper .bx--text-input.bx--text-input--sm, .bx--text-input-wrapper .bx--text-input[size=small] {
  height: 2rem;
}
.bx--text-input-wrapper .bx--text-input.bx--text-input--lg, .bx--text-input-wrapper .bx--text-input[size=large] {
  height: 3rem;
}
.bx--text-input-wrapper .bx--text-input[type=password] ~ .bx--text-input--password__visibility__toggle .bx--icon-visibility-off,
.bx--text-input-wrapper .bx--text-input[type=password] ~ .bx--text-input--password__visibility__toggle .bx--icon-visibility-on {
  background-position: center;
  background-size: 1.125rem;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="%234D5358" xmlns="http://www.w3.org/2000/svg"><path d="M12 6.46992C14.76 6.46992 17 8.70992 17 11.4699C17 11.9799 16.9 12.4699 16.76 12.9299L19.82 15.9899C21.21 14.7599 22.31 13.2199 23 11.4599C21.27 7.07992 17 3.96992 12 3.96992C10.73 3.96992 9.51 4.16992 8.36 4.53992L10.53 6.70992C11 6.56992 11.49 6.46992 12 6.46992ZM3.42 2.41992L2.01 3.83992L4.69 6.51992C3.06 7.79992 1.77 9.49992 1 11.4699C2.73 15.8599 7 18.9699 12 18.9699C13.52 18.9699 14.97 18.6699 16.31 18.1499L19.74 21.5799L21.15 20.1699L3.42 2.41992ZM12 16.4699C9.24 16.4699 7 14.2299 7 11.4699C7 10.6999 7.18 9.96992 7.49 9.32992L9.06 10.8999C9.03 11.0799 9 11.2699 9 11.4699C9 13.1299 10.34 14.4699 12 14.4699C12.2 14.4699 12.38 14.4399 12.57 14.3999L14.14 15.9699C13.49 16.2899 12.77 16.4699 12 16.4699ZM14.97 11.1399C14.82 9.73992 13.72 8.64992 12.33 8.49992L14.97 11.1399Z" fill="%234D5358"/></svg>');
}
.bx--text-input-wrapper .bx--text-input[type=text] ~ .bx--text-input--password__visibility__toggle .bx--icon-visibility-off,
.bx--text-input-wrapper .bx--text-input[type=text] ~ .bx--text-input--password__visibility__toggle .bx--icon-visibility-on {
  background-position: center;
  background-size: 1.125rem;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="%234D5358" xmlns="http://www.w3.org/2000/svg"><path d="M12 4.5C7 4.5 2.73 7.61 1 12C2.73 16.39 7 19.5 12 19.5C17 19.5 21.27 16.39 23 12C21.27 7.61 17 4.5 12 4.5ZM12 17C9.24 17 7 14.76 7 12C7 9.24 9.24 7 12 7C14.76 7 17 9.24 17 12C17 14.76 14.76 17 12 17ZM12 9C10.34 9 9 10.34 9 12C9 13.66 10.34 15 12 15C13.66 15 15 13.66 15 12C15 10.34 13.66 9 12 9Z" fill="%234D5358"/></svg>');
}
.bx--text-input-wrapper .bx--form__helper-text {
  color: var(--msk-color-content-secondary, #3c3838);
  font-size: 1rem;
}
.bx--password-input-wrapper .bx--assistive-text {
  display: none !important;
}
.bx--password-input-wrapper .bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger {
  border: 1px solid transparent;
}
.bx--password-input-wrapper .bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger:focus {
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 0.125rem var(--msk-color-border-focus-outer, #000000), inset 0 0 0 calc(0.125rem + 2px) var(--msk-color-border-focus-inner, #ffffff);
  border-color: #000000;
  outline-color: #000000;
}
.bx--password-input-wrapper .bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger::before {
  display: none !important;
}
.bx--password-input-wrapper .bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger:active .bx--icon-visibility-off,
.bx--password-input-wrapper .bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger:active .bx--icon-visibility-on, .bx--password-input-wrapper .bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger:focus .bx--icon-visibility-off,
.bx--password-input-wrapper .bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger:focus .bx--icon-visibility-on {
  outline-color: transparent;
}
.bx--password-input-wrapper .bx--icon-visibility-off,
.bx--password-input-wrapper .bx--icon-visibility-on {
  background-repeat: no-repeat;
  background-size: 1rem;
}
.bx--password-input-wrapper .bx--icon-visibility-off path,
.bx--password-input-wrapper .bx--icon-visibility-on path {
  display: none;
}