/* ------ 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--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--toggle {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  visibility: inherit;
  white-space: nowrap;
}
.bx--toggle:focus {
  outline: none;
}
.bx--toggle__label {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.33333;
  letter-spacing: 0.32px;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
  cursor: pointer;
}
.bx--toggle__appearance {
  position: relative;
  width: 3rem;
  height: 1.5rem;
}
.bx--toggle__appearance::before {
  position: absolute;
  top: 0;
  display: block;
  width: 3rem;
  height: 1.5rem;
  box-sizing: border-box;
  background-color: #8d8d8d;
  border-radius: 0.9375rem;
  box-shadow: 0 0 0 1px transparent, 0 0 0 3px transparent;
  content: "";
  cursor: pointer;
  transition: box-shadow 70ms cubic-bezier(0.2, 0, 1, 0.9), background-color 70ms cubic-bezier(0.2, 0, 1, 0.9);
  will-change: box-shadow;
}
@media screen and (prefers-reduced-motion: reduce) {
  .bx--toggle__appearance::before {
    transition: none;
  }
}
.bx--toggle__appearance::after {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 50%;
  content: "";
  cursor: pointer;
  transition: transform 70ms cubic-bezier(0.2, 0, 1, 0.9);
}
.bx--toggle__check {
  position: absolute;
  z-index: 1;
  top: 0.375rem;
  left: 0.375rem;
  width: 0.375rem;
  height: 0.3125rem;
  fill: #ffffff;
  transform: scale(0.2);
  transition: 70ms cubic-bezier(0.2, 0, 1, 0.9);
}
.bx--toggle__text--left,
.bx--toggle__text--right {
  position: relative;
  margin-left: 0.5rem;
}
.bx--toggle__text--left {
  position: absolute;
  left: 3rem;
}
.bx--toggle:checked + .bx--toggle__label .bx--toggle__text--left,
.bx--toggle:not(:checked) + .bx--toggle__label .bx--toggle__text--right {
  visibility: hidden;
}
.bx--toggle:checked + .bx--toggle__label .bx--toggle__text--right,
.bx--toggle:not(:checked) + .bx--toggle__label .bx--toggle__text--left {
  display: inline;
}
.bx--toggle:checked + .bx--toggle__label .bx--toggle__appearance::before {
  background-color: #198038;
}
.bx--toggle:checked + .bx--toggle__label .bx--toggle__appearance::after {
  background-color: #ffffff;
  transform: translateX(1.5rem);
}
.bx--toggle + .bx--toggle__label .bx--toggle__appearance::before {
  box-shadow: 0 0 0 1px transparent, 0 0 0 3px transparent;
}
.bx--toggle:focus + .bx--toggle__label,
.bx--toggle:active + .bx--toggle__label .bx--toggle__appearance::before {
  box-shadow: 0 0 0 1px #e0e0e0, 0 0 0 3px #0f62fe;
}
.bx--toggle:disabled + .bx--toggle__label {
  cursor: not-allowed;
}
.bx--toggle:disabled + .bx--toggle__label .bx--toggle__appearance::before {
  background-color: #f4f4f4;
}
.bx--toggle:disabled + .bx--toggle__label .bx--toggle__appearance::after {
  background-color: #c6c6c6;
}
.bx--toggle:disabled + .bx--toggle__label .bx--toggle__appearance::before, .bx--toggle:disabled + .bx--toggle__label .bx--toggle__appearance::after {
  cursor: not-allowed;
  transition: 70ms cubic-bezier(0.2, 0, 1, 0.9);
}
@media screen and (prefers-reduced-motion: reduce) {
  .bx--toggle:disabled + .bx--toggle__label .bx--toggle__appearance::before, .bx--toggle:disabled + .bx--toggle__label .bx--toggle__appearance::after {
    transition: none;
  }
}
.bx--toggle:disabled + .bx--toggle__label .bx--toggle__text--left,
.bx--toggle:disabled + .bx--toggle__label .bx--toggle__text--right {
  color: #c6c6c6;
}
.bx--toggle:disabled:active + .bx--toggle__label .bx--toggle__appearance:before {
  box-shadow: none;
}
.bx--toggle:disabled + .bx--toggle__label .bx--toggle__check {
  fill: #c6c6c6;
}
.bx--toggle--small + .bx--toggle__label .bx--toggle__appearance {
  width: 2rem;
  height: 1rem;
}
.bx--toggle--small + .bx--toggle__label .bx--toggle__appearance::before {
  top: 0;
  width: 2rem;
  height: 1rem;
  box-sizing: border-box;
  border-radius: 0.9375rem;
}
.bx--toggle--small + .bx--toggle__label .bx--toggle__appearance::after {
  top: 0.1875rem;
  left: 0.1875rem;
  width: 0.625rem;
  height: 0.625rem;
}
.bx--toggle--small:checked + .bx--toggle__label .bx--toggle__check {
  fill: #198038;
  transform: scale(1) translateX(1rem);
}
.bx--toggle--small + .bx--toggle__label .bx--toggle__text--left {
  left: 2rem;
}
.bx--toggle--small:checked + .bx--toggle__label .bx--toggle__appearance::after {
  margin-left: 0;
  transform: translateX(1.0625rem);
}
.bx--toggle-input {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  visibility: inherit;
  white-space: nowrap;
}
.bx--toggle-input:focus {
  outline: none;
}
.bx--toggle-input__label {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.33333;
  letter-spacing: 0.32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #525252;
  cursor: pointer;
}
.bx--toggle__switch {
  position: relative;
  display: flex;
  width: 3rem;
  height: 1.5rem;
  align-items: center;
  cursor: pointer;
}
.bx--toggle__switch::before {
  position: absolute;
  top: 0;
  display: block;
  width: 3rem;
  height: 1.5rem;
  box-sizing: border-box;
  background-color: #8d8d8d;
  border-radius: 0.9375rem;
  box-shadow: 0 0 0 1px transparent, 0 0 0 3px transparent;
  content: "";
  transition: box-shadow 70ms cubic-bezier(0.2, 0, 1, 0.9), background-color 70ms cubic-bezier(0.2, 0, 1, 0.9);
  will-change: box-shadow;
}
@media screen and (prefers-reduced-motion: reduce) {
  .bx--toggle__switch::before {
    transition: none;
  }
}
.bx--toggle__switch::after {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 50%;
  content: "";
  transition: transform 70ms cubic-bezier(0.2, 0, 1, 0.9);
}
.bx--toggle-input__label .bx--toggle__switch {
  margin-top: 1rem;
}
.bx--toggle__text--off,
.bx--toggle__text--on {
  position: absolute;
  top: 50%;
  margin-left: 3.5rem;
  transform: translateY(-50%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.bx--toggle-input:checked + .bx--toggle-input__label > .bx--toggle__switch > .bx--toggle__text--off,
.bx--toggle-input:not(:checked) + .bx--toggle-input__label > .bx--toggle__switch > .bx--toggle__text--on {
  visibility: hidden;
}
.bx--toggle-input:checked + .bx--toggle-input__label > .bx--toggle__switch::before {
  background-color: #198038;
}
.bx--toggle-input:checked + .bx--toggle-input__label > .bx--toggle__switch::after {
  background-color: #ffffff;
  transform: translateX(1.5rem);
}
.bx--toggle-input:focus + .bx--toggle-input__label > .bx--toggle__switch::before,
.bx--toggle-input:active + .bx--toggle-input__label > .bx--toggle__switch::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #0f62fe;
}
.bx--toggle-input:disabled + .bx--toggle-input__label {
  color: #c6c6c6;
  cursor: not-allowed;
}
.bx--toggle-input:disabled + .bx--toggle-input__label > .bx--toggle__switch {
  cursor: not-allowed;
}
.bx--toggle-input:disabled + .bx--toggle-input__label > .bx--toggle__switch::before {
  background-color: #c6c6c6;
}
.bx--toggle-input:disabled + .bx--toggle-input__label > .bx--toggle__switch::after {
  background-color: #8d8d8d;
}
.bx--toggle-input:disabled + .bx--toggle-input__label > .bx--toggle__switch::before, .bx--toggle-input:disabled + .bx--toggle-input__label > .bx--toggle__switch::after {
  cursor: not-allowed;
  transition: 70ms cubic-bezier(0.2, 0, 1, 0.9);
}
@media screen and (prefers-reduced-motion: reduce) {
  .bx--toggle-input:disabled + .bx--toggle-input__label > .bx--toggle__switch::before, .bx--toggle-input:disabled + .bx--toggle-input__label > .bx--toggle__switch::after {
    transition: none;
  }
}
.bx--toggle-input:disabled:active + .bx--toggle-input__label > .bx--toggle__switch::before {
  box-shadow: none;
}
.bx--toggle-input--small + .bx--toggle-input__label > .bx--toggle__switch {
  width: 2rem;
  height: 1rem;
}
.bx--toggle-input--small + .bx--toggle-input__label > .bx--toggle__switch::before {
  width: 2rem;
  height: 1rem;
  border-radius: 0.9375rem;
}
.bx--toggle-input--small + .bx--toggle-input__label > .bx--toggle__switch::after {
  width: 0.625rem;
  height: 0.625rem;
}
.bx--toggle-input--small + .bx--toggle-input__label .bx--toggle__text--off,
.bx--toggle-input--small + .bx--toggle-input__label .bx--toggle__text--on {
  margin-left: 2.5rem;
}
.bx--toggle-input--small:checked + .bx--toggle-input__label > .bx--toggle__switch::after {
  transform: translateX(1.0625rem);
}
.bx--toggle-input--small:checked + .bx--toggle-input__label .bx--toggle__check {
  fill: #198038;
  transform: scale(1) translateX(1rem);
}
.bx--toggle-input--small:disabled:checked + .bx--toggle-input__label .bx--toggle__check {
  fill: #f4f4f4;
}
.bx--toggle.bx--skeleton + .bx--toggle-input__label .bx--toggle__switch {
  position: relative;
  padding: 0;
  border: none;
  background: #e5e5e5;
  box-shadow: none;
  pointer-events: none;
  width: 3rem;
  margin-top: 0.5rem;
}
.bx--toggle.bx--skeleton + .bx--toggle-input__label .bx--toggle__switch:hover, .bx--toggle.bx--skeleton + .bx--toggle-input__label .bx--toggle__switch:focus, .bx--toggle.bx--skeleton + .bx--toggle-input__label .bx--toggle__switch:active {
  border: none;
  cursor: default;
  outline: none;
}
.bx--toggle.bx--skeleton + .bx--toggle-input__label .bx--toggle__switch::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--toggle.bx--skeleton + .bx--toggle-input__label .bx--toggle__switch::before {
    animation: none;
  }
}
.bx--toggle.bx--skeleton + .bx--toggle-input__label > div {
  overflow: hidden;
  width: 1.5rem;
  height: 0.5rem;
  font-size: 0%;
  line-height: 0;
  position: relative;
  padding: 0;
  border: none;
  background: #e5e5e5;
  box-shadow: none;
  pointer-events: none;
}
.bx--toggle.bx--skeleton + .bx--toggle-input__label > div:hover, .bx--toggle.bx--skeleton + .bx--toggle-input__label > div:focus, .bx--toggle.bx--skeleton + .bx--toggle-input__label > div:active {
  border: none;
  cursor: default;
  outline: none;
}
.bx--toggle.bx--skeleton + .bx--toggle-input__label > div::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--toggle.bx--skeleton + .bx--toggle-input__label > div::before {
    animation: none;
  }
}
.bx--toggle-input--small.bx--skeleton + .bx--toggle-input__label .bx--toggle__switch {
  position: relative;
  padding: 0;
  border: none;
  background: #e5e5e5;
  box-shadow: none;
  pointer-events: none;
  width: 2rem;
  margin-top: 0.5rem;
}
.bx--toggle-input--small.bx--skeleton + .bx--toggle-input__label .bx--toggle__switch:hover, .bx--toggle-input--small.bx--skeleton + .bx--toggle-input__label .bx--toggle__switch:focus, .bx--toggle-input--small.bx--skeleton + .bx--toggle-input__label .bx--toggle__switch:active {
  border: none;
  cursor: default;
  outline: none;
}
.bx--toggle-input--small.bx--skeleton + .bx--toggle-input__label .bx--toggle__switch::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--toggle-input--small.bx--skeleton + .bx--toggle-input__label .bx--toggle__switch::before {
    animation: none;
  }
}
.bx--toggle-input--small.bx--skeleton + .bx--toggle-input__label > div {
  overflow: hidden;
  width: 1rem;
  height: 0.5rem;
  font-size: 0%;
  line-height: 0;
  position: relative;
  padding: 0;
  border: none;
  background: #e5e5e5;
  box-shadow: none;
  pointer-events: none;
}
.bx--toggle-input--small.bx--skeleton + .bx--toggle-input__label > div:hover, .bx--toggle-input--small.bx--skeleton + .bx--toggle-input__label > div:focus, .bx--toggle-input--small.bx--skeleton + .bx--toggle-input__label > div:active {
  border: none;
  cursor: default;
  outline: none;
}
.bx--toggle-input--small.bx--skeleton + .bx--toggle-input__label > div::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--toggle-input--small.bx--skeleton + .bx--toggle-input__label > div::before {
    animation: none;
  }
}
.bx--toggle.bx--skeleton + .bx--toggle-input__label .bx--toggle__switch .bx--toggle__text--left {
  position: relative;
  padding: 0;
  border: none;
  background: #e5e5e5;
  box-shadow: none;
  pointer-events: none;
  position: absolute;
  width: 1rem;
  height: 0.5rem;
}
.bx--toggle.bx--skeleton + .bx--toggle-input__label .bx--toggle__switch .bx--toggle__text--left:hover, .bx--toggle.bx--skeleton + .bx--toggle-input__label .bx--toggle__switch .bx--toggle__text--left:focus, .bx--toggle.bx--skeleton + .bx--toggle-input__label .bx--toggle__switch .bx--toggle__text--left:active {
  border: none;
  cursor: default;
  outline: none;
}
.bx--toggle.bx--skeleton + .bx--toggle-input__label .bx--toggle__switch .bx--toggle__text--left::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--toggle.bx--skeleton + .bx--toggle-input__label .bx--toggle__switch .bx--toggle__text--left::before {
    animation: none;
  }
}
.bx--toggle-input--small.bx--skeleton + .bx--toggle-input__label .bx--toggle__switch .bx--toggle__text--left {
  left: 2rem;
}
.bx--toggle.bx--skeleton + .bx--toggle-input__label .bx--toggle__switch::after,
.bx--toggle.bx--skeleton + .bx--toggle-input__label .bx--toggle__appearance::after,
.bx--toggle.bx--skeleton + .bx--toggle-input__label .bx--toggle__appearance::before {
  display: none;
}
.bx--toggle.bx--skeleton + .bx--toggle-input__label .bx--toggle__switch::before {
  border-radius: 0;
}
.bx--toggle-input + .bx--toggle-input__label {
  font-size: 1rem;
  color: #111417;
  margin-top: 0;
}
.bx--toggle-input + .bx--toggle-input__label > .bx--toggle__switch {
  width: 3.5rem;
  height: 2rem;
  margin-top: 0.5rem;
}
.bx--toggle-input + .bx--toggle-input__label > .bx--toggle__switch .bx--toggle__check, .bx--toggle-input + .bx--toggle-input__label > .bx--toggle__switch::before, .bx--toggle-input + .bx--toggle-input__label > .bx--toggle__switch::after {
  transition-property: background-color, color, outline, border, transform, width, height, top, left;
  transition-duration: 110ms;
  transition-timing-function: cubic-bezier(0.22, 0.59, 0.88, 0.41);
}
.bx--toggle-input + .bx--toggle-input__label > .bx--toggle__switch::before {
  width: inherit;
  height: inherit;
  border-radius: 1rem;
  border: 0.0625rem solid #4d5358;
  background-color: #ffffff;
}
.bx--toggle-input + .bx--toggle-input__label > .bx--toggle__switch .bx--toggle__check {
  width: 20px;
  height: 20px;
  transform: scale(0);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.79508 15.875L4.62508 11.705L3.20508 13.115L8.79508 18.705L20.7951 6.70504L19.3851 5.29504L8.79508 15.875Z" fill="%23113E90"/></svg>');
}
.bx--toggle-input + .bx--toggle-input__label > .bx--toggle__switch .bx--toggle__check path {
  display: none;
}
.bx--toggle-input + .bx--toggle-input__label > .bx--toggle__switch .bx--toggle__text--off,
.bx--toggle-input + .bx--toggle-input__label > .bx--toggle__switch .bx--toggle__text--on {
  margin-top: 0;
  margin-left: 4rem;
}
.bx--toggle-input + .bx--toggle-input__label > .bx--toggle__switch::after {
  top: 4px;
  left: 4px;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #4d5358;
}
.bx--toggle-input + .bx--toggle-input__label:hover > .bx--toggle__switch::before {
  background-color: #f0f5ff;
  border-color: #002569;
}
.bx--toggle-input + .bx--toggle-input__label:hover > .bx--toggle__switch::after {
  background-color: #002569;
}
.bx--toggle-input + .bx--toggle-input__label:active > .bx--toggle__switch::before {
  background-color: #b5cffd;
  border-color: #001641;
}
.bx--toggle-input + .bx--toggle-input__label:active > .bx--toggle__switch::after {
  background-color: #001641;
}
.bx--toggle-input:checked + .bx--toggle-input__label > .bx--toggle__switch::before {
  background-color: #113e90;
  border-color: #113e90;
}
.bx--toggle-input:checked + .bx--toggle-input__label > .bx--toggle__switch::after {
  background-color: #ffffff;
  top: 3px;
  left: 3px;
  width: 1.625rem;
  height: 1.625rem;
}
.bx--toggle-input:checked + .bx--toggle-input__label > .bx--toggle__switch .bx--toggle__check {
  transform: scale(1) translateX(24px);
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.79508 15.875L4.62508 11.705L3.20508 13.115L8.79508 18.705L20.7951 6.70504L19.3851 5.29504L8.79508 15.875Z" fill="%23113E90"/></svg>');
}
.bx--toggle-input:checked:not([disabled]) + .bx--toggle-input__label:hover > .bx--toggle__switch::before {
  background-color: #002569;
  border-color: #002569;
}
.bx--toggle-input:checked:not([disabled]) + .bx--toggle-input__label:hover > .bx--toggle__switch::after {
  background-color: #f0f5ff;
}
.bx--toggle-input:checked:not([disabled]) + .bx--toggle-input__label:hover > .bx--toggle__switch .bx--toggle__check {
  fill: #002569;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.79508 15.875L4.62508 11.705L3.20508 13.115L8.79508 18.705L20.7951 6.70504L19.3851 5.29504L8.79508 15.875Z" fill="%23002569"/></svg>');
}
.bx--toggle-input:checked:not([disabled]) + .bx--toggle-input__label:active > .bx--toggle__switch::before {
  background-color: #001641;
}
.bx--toggle-input:checked:not([disabled]) + .bx--toggle-input__label:active > .bx--toggle__switch::after {
  background-color: #b5cffd;
  border-color: #001641;
}
.bx--toggle-input:checked:not([disabled]) + .bx--toggle-input__label:active > .bx--toggle__switch .bx--toggle__check {
  fill: #001641;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.79508 15.875L4.62508 11.705L3.20508 13.115L8.79508 18.705L20.7951 6.70504L19.3851 5.29504L8.79508 15.875Z" fill="%23001641"/></svg>');
}
.bx--toggle-input:focus + .bx--toggle-input__label > .bx--toggle__switch::before, .bx--toggle-input:active + .bx--toggle-input__label > .bx--toggle__switch::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000;
}
.bx--toggle-input:disabled + .bx--toggle-input__label {
  color: #565151;
}
.bx--toggle-input:disabled + .bx--toggle-input__label > .bx--toggle__switch::before {
  background-color: transparent;
  border-color: #8f8b8b;
}
.bx--toggle-input:disabled + .bx--toggle-input__label > .bx--toggle__switch .bx--toggle__check {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.79508 15.875L4.62508 11.705L3.20508 13.115L8.79508 18.705L20.7951 6.70504L19.3851 5.29504L8.79508 15.875Z" fill="%238F8B8B"/></svg>');
}
.bx--toggle-input:disabled + .bx--toggle-input__label > .bx--toggle__switch .bx--toggle__text--off,
.bx--toggle-input:disabled + .bx--toggle-input__label > .bx--toggle__switch .bx--toggle__text--on {
  color: #565151;
}
.bx--toggle-input:disabled + .bx--toggle-input__label > .bx--toggle__switch::after {
  background-color: #8f8b8b;
}
.bx--toggle-input:disabled:checked + .bx--toggle-input__label > .bx--toggle__switch::before {
  background-color: #8f8b8b;
}
.bx--toggle-input:disabled:checked + .bx--toggle-input__label > .bx--toggle__switch::after {
  background-color: #f7f3f2;
}
.bx--toggle-input--small.bx--toggle-input:checked + .bx--toggle-input__label .bx--toggle__check {
  display: none;
}
.bx--toggle-input--small.bx--toggle-input:checked + .bx--toggle-input__label > .bx--toggle__switch::after {
  top: 2px;
  left: 1px;
  width: 0.75rem;
  height: 0.75rem;
}
.bx--toggle-input--small + .bx--toggle-input__label > .bx--toggle__switch {
  width: 2rem;
  height: 1rem;
}
.bx--toggle-input--small + .bx--toggle-input__label > .bx--toggle__switch::before {
  width: inherit;
  height: inherit;
}
.bx--toggle-input--small + .bx--toggle-input__label > .bx--toggle__switch::after {
  top: 3px;
  left: 3px;
  width: 0.625rem;
  height: 0.625rem;
}
.bx--toggle-input--small + .bx--toggle-input__label > .bx--toggle__switch .bx--toggle__text--off,
.bx--toggle-input--small + .bx--toggle-input__label > .bx--toggle__switch .bx--toggle__text--on {
  margin-left: 2.375rem;
}
.msk-toggle-hide-state-text .bx--toggle__text--off,
.msk-toggle-hide-state-text .bx--toggle__text--on {
  display: none;
}
.msk-toggle-hide-icon .bx--toggle__check {
  display: none;
}