@charset "UTF-8";
/* ------ 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--select {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
.bx--select *,
.bx--select *::before,
.bx--select *::after {
  box-sizing: inherit;
}
.bx--select-input__wrapper {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}
.bx--select-input {
  outline: 2px solid transparent;
  outline-offset: -2px;
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 0 3rem 0 1rem;
  border: none;
  border-bottom: 1px solid #8d8d8d;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #f4f4f4;
  border-radius: 0;
  color: #161616;
  cursor: pointer;
  font-family: inherit;
  opacity: 1;
  transition: outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--select-input:hover {
  background-color: #f2f4f8;
}
.bx--select-input::-ms-expand {
  display: none;
}
@-moz-document url-prefix() {
  .bx--select-input:-moz-focusring, .bx--select-input::-moz-focus-inner {
    background-image: none;
    color: transparent;
    text-shadow: 0 0 0 #000000;
  }
}
.bx--select-input:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
  color: #161616;
}
@media screen and (prefers-contrast) {
  .bx--select-input:focus {
    outline-style: dotted;
  }
}
.bx--select-input:disabled, .bx--select-input:hover:disabled {
  border-bottom-color: #f4f4f4;
  background-color: #f4f4f4;
  color: #c6c6c6;
  cursor: not-allowed;
}
.bx--select-input--sm {
  height: 2rem;
  max-height: 2rem;
}
.bx--select-input--xl,
.bx--select-input--lg {
  height: 3rem;
  max-height: 3rem;
}
.bx--select--disabled .bx--label,
.bx--select--disabled .bx--form__helper-text {
  color: #c6c6c6;
}
.bx--select-input__wrapper[data-invalid] .bx--select-input,
.bx--select--warning .bx--select-input {
  padding-right: 4.5rem;
}
.bx--select-input:disabled ~ .bx--select__arrow {
  fill: #c6c6c6;
}
.bx--select--light .bx--select-input {
  background-color: #ffffff;
}
.bx--select--light .bx--select-input:hover {
  background-color: #f2f4f8;
}
.bx--select--light .bx--select-input:disabled, .bx--select--light .bx--select-input:hover:disabled {
  background-color: #ffffff;
  color: #c6c6c6;
  cursor: not-allowed;
}
.bx--select__arrow {
  position: absolute;
  top: 0;
  right: 1rem;
  height: 100%;
  fill: #161616;
  pointer-events: none;
}
@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--select__arrow path {
    fill: ButtonText;
  }
}
.bx--select__invalid-icon {
  position: absolute;
  right: 2.5rem;
}
.bx--select-input__wrapper[data-invalid] .bx--select-input ~ .bx--select__invalid-icon {
  fill: #da1e28;
}
.bx--select__invalid-icon--warning {
  fill: #f1c21b;
}
.bx--select__invalid-icon--warning path[fill] {
  fill: #000000;
  opacity: 1;
}
optgroup.bx--select-optgroup,
.bx--select-option {
  background-color: #f2f4f8;
  color: #161616;
}
optgroup.bx--select-optgroup:disabled,
.bx--select-option:disabled {
  color: #c6c6c6;
}
.bx--select--inline {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.bx--select--inline.bx--select--invalid .bx--label,
.bx--select--inline.bx--select--invalid .bx--form__helper-text {
  align-self: flex-start;
  margin-top: 0.8125rem;
}
.bx--select--inline .bx--form__helper-text {
  margin-bottom: 0;
  margin-left: 0.5rem;
}
.bx--select--inline .bx--label {
  margin: 0 0.5rem 0 0;
  white-space: nowrap;
}
.bx--select--inline .bx--select-input {
  width: auto;
  padding-right: 2rem;
  padding-left: 0.5rem;
  border-bottom: none;
  background-color: transparent;
  color: #161616;
}
.bx--select--inline .bx--select-input:focus,
.bx--select--inline .bx--select-input:focus option,
.bx--select--inline .bx--select-input:focus optgroup {
  background-color: #ffffff;
}
.bx--select--inline .bx--select-input[disabled],
.bx--select--inline .bx--select-input[disabled]:hover {
  background-color: #f4f4f4;
}
.bx--select--inline .bx--select__arrow {
  right: 0.5rem;
}
.bx--select--inline.bx--select--invalid .bx--select-input {
  padding-right: 3.5rem;
}
.bx--select--inline.bx--select--invalid .bx--select-input ~ .bx--select__invalid-icon {
  right: 2rem;
}
.bx--select--inline .bx--select-input:disabled {
  color: #c6c6c6;
  cursor: not-allowed;
}
.bx--select--inline .bx--select-input:disabled ~ * {
  cursor: not-allowed;
}
.bx--select.bx--skeleton {
  position: relative;
  padding: 0;
  border: none;
  background: #e5e5e5;
  box-shadow: none;
  pointer-events: none;
  width: 100%;
  height: 2.5rem;
}
.bx--select.bx--skeleton:hover, .bx--select.bx--skeleton:focus, .bx--select.bx--skeleton:active {
  border: none;
  cursor: default;
  outline: none;
}
.bx--select.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--select.bx--skeleton::before {
    animation: none;
  }
}
.bx--select.bx--skeleton .bx--select-input {
  display: none;
}
@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  .bx--select__arrow {
    fill: ButtonText;
  }
}
/* ------ buttons ----- */
/* ------ typography ----- */
.bx--form-item.bx--checkbox-wrapper {
  position: relative;
  margin-bottom: 0.25rem;
}
.bx--form-item.bx--checkbox-wrapper:first-of-type {
  margin-top: 0.1875rem;
}
.bx--label + .bx--form-item.bx--checkbox-wrapper {
  margin-top: -0.125rem;
}
.bx--form-item.bx--checkbox-wrapper:last-of-type {
  margin-bottom: 0.1875rem;
}
.bx--checkbox {
  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;
  top: 1.25rem;
  left: 0.7rem;
}
.bx--checkbox-label {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  position: relative;
  display: flex;
  min-height: 1.5rem;
  padding-top: 0.1875rem;
  padding-left: 1.25rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.bx--checkbox-label *,
.bx--checkbox-label *::before,
.bx--checkbox-label *::after {
  box-sizing: inherit;
}
.bx--checkbox-label-text {
  padding-left: 0.375rem;
}
.bx--checkbox-label::before,
.bx--checkbox-label::after {
  box-sizing: border-box;
}
.bx--checkbox-label::before {
  position: absolute;
  top: 0.125rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 1px solid #161616;
  margin: 0.125rem 0.125rem 0.125rem 0.1875rem;
  background-color: transparent;
  border-radius: 1px;
  content: "";
}
.bx--checkbox-label::after {
  position: absolute;
  top: 0.5rem;
  left: 0.4375rem;
  width: 0.5625rem;
  height: 0.3125rem;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  margin-top: -0.1875rem /*rtl:0rem*/;
  background: none;
  content: "";
  transform: scale(0) rotate(-45deg);
  transform-origin: bottom right /*rtl:center*/;
}
.bx--checkbox:checked + .bx--checkbox-label::before,
.bx--checkbox:indeterminate + .bx--checkbox-label::before,
.bx--checkbox-label[data-contained-checkbox-state=true]::before,
.bx--checkbox-label[data-contained-checkbox-state=mixed]::before {
  border-width: 1px;
  border-color: #161616;
  background-color: #161616;
}
.bx--checkbox:checked + .bx--checkbox-label::after,
.bx--checkbox-label[data-contained-checkbox-state=true]::after {
  transform: scale(1) rotate(-45deg) /*rtl:scale(1.2) rotate3d(.5, 1, 0, 158deg)*/;
}
.bx--checkbox:indeterminate + .bx--checkbox-label::after,
.bx--checkbox-label[data-contained-checkbox-state=mixed]::after {
  top: 0.6875rem;
  width: 0.5rem;
  border-bottom: 2px solid #ffffff;
  border-left: 0 solid #ffffff;
  transform: scale(1) rotate(0deg);
}
.bx--checkbox:focus + .bx--checkbox-label::before,
.bx--checkbox-label__focus::before,
.bx--checkbox:checked:focus + .bx--checkbox-label::before,
.bx--checkbox-label[data-contained-checkbox-state=true].bx--checkbox-label__focus::before,
.bx--checkbox:indeterminate:focus + .bx--checkbox-label::before,
.bx--checkbox-label[data-contained-checkbox-state=mixed].bx--checkbox-label__focus::before {
  outline: 2px solid #0f62fe;
  outline-offset: 1px;
}
.bx--checkbox:disabled + .bx--checkbox-label,
.bx--checkbox-label[data-contained-checkbox-disabled=true] {
  color: #c6c6c6;
  cursor: not-allowed;
}
.bx--checkbox:disabled + .bx--checkbox-label::before,
.bx--checkbox-label[data-contained-checkbox-disabled=true]::before {
  border-color: #c6c6c6;
}
.bx--checkbox:checked:disabled + .bx--checkbox-label::before,
.bx--checkbox:indeterminate:disabled + .bx--checkbox-label::before,
.bx--checkbox-label[data-contained-checkbox-state=true][data-contained-checkbox-disabled=true]::before,
.bx--checkbox-label[data-contained-checkbox-state=mixed][data-contained-checkbox-disabled=true]::before {
  background-color: #c6c6c6;
}
.bx--checkbox-label-text.bx--skeleton {
  position: relative;
  padding: 0;
  border: none;
  background: #e5e5e5;
  box-shadow: none;
  pointer-events: none;
  width: 6.25rem;
  height: 1rem;
  margin: 0.0625rem 0 0 0.375rem;
}
.bx--checkbox-label-text.bx--skeleton:hover, .bx--checkbox-label-text.bx--skeleton:focus, .bx--checkbox-label-text.bx--skeleton:active {
  border: none;
  cursor: default;
  outline: none;
}
.bx--checkbox-label-text.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--checkbox-label-text.bx--skeleton::before {
    animation: none;
  }
}
.bx--checkbox--inline {
  position: relative;
}
/* ------ buttons ----- */
/* ------ typography ----- */
/* Global */
.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::-moz-placeholder {
  color: var(--msk-color-content-input-secondary, #4d5358);
  font-size: 1rem;
}
.bx--text-input::placeholder {
  color: var(--msk-color-content-input-secondary, #4d5358);
  font-size: 1rem;
}
.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:active:not(disabled), .bx--text-input:focus:not(disabled), .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:disabled:hover, .bx--text-input:disabled {
  background-color: var(--msk-color-bg-disabled, #f7f3f2);
  border-bottom-color: var(--msk-color-border-disabled, #8f8b8b);
}
.bx--text-input:disabled:hover:active, .bx--text-input:disabled:hover:focus, .bx--text-input:disabled:active, .bx--text-input:disabled:focus {
  box-shadow: none;
}
input[type=number] {
  font-family: "redhat-mono", "Menlo", Courier, monospace;
}
.bx--form-item .bx--label {
  color: var(--msk-color-content-input-primary, #111417);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}
.bx--form-item .bx--form__helper-text {
  color: var(--msk-color-content-secondary, #3c3838);
  font-size: 1rem;
}
.bx--form-item .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;
}
.msk-form-full-page {
  padding-inline: 0.5rem;
}
.msk-checkbox-form-bottom {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.msk-fieldset {
  border: 0;
  padding: 0;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.msk-fieldset .msk-label-text {
  color: var(--msk-color-content-input-primary, #111417);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.msk-fieldset .msk-legend-text {
  margin-bottom: 1.5rem;
}
.msk-fieldset .msk-fieldset-content {
  display: grid;
  row-gap: 1.5rem;
  margin: 0;
}
.msk-fieldset.msk-fieldset-colored {
  background-color: #f2f4f8;
  padding: 2rem 1rem;
}
.msk-fieldset .msk-fieldset {
  margin: 0;
  padding: 0;
}
.msk-fieldset-address .bx--select-input__wrapper,
.msk-fieldset-address .bx--select-input,
.msk-fieldset-address .bx--text-input {
  max-width: 30rem;
}
.msk-fieldset-address .bx--form-requirement {
  width: -moz-max-content;
  width: max-content;
}
.msk-fieldset-address .msk-state-zip-container {
  display: grid;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.msk-fieldset-address .msk-state-zip-container.msk-state-full {
  grid-template-columns: 13rem 7rem;
}
.msk-fieldset-address .msk-state-zip-container.msk-state-abbrev {
  grid-template-columns: 6rem 7rem;
}
.msk-fieldset-date-of-birth .msk-date-of-birth-wrapper {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: grid;
  grid-template-columns: 4rem 4rem 6rem;
}
/* ----- Global ----- */
.bx--checkbox-label .bx--visually-hidden {
  white-space: nowrap;
  visibility: hidden;
  width: 0;
  padding-left: 0;
}
.bx--form-item.bx--checkbox-wrapper {
  margin-bottom: 0.5rem;
  transition: background-color 110ms ease-in-out;
}
.bx--form-item.bx--checkbox-wrapper:first-of-type {
  margin-top: 0;
}
.bx--form-item.bx--checkbox-wrapper:last-of-type {
  margin-bottom: 0;
}
.bx--form-item.bx--checkbox-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.bx--checkbox-label {
  color: #171414;
  padding-top: 0;
  padding-left: 1.25rem;
  padding-right: 0.25rem;
}
.bx--checkbox-label::before {
  background-color: #ffffff;
  border-color: #343a3f;
  border-radius: 0.125rem;
  left: 0.25rem;
  margin: 0;
  top: 0.35rem;
  transition: background-color 110ms ease-in-out;
}
.bx--checkbox-label-text {
  font-family: "gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 0.5rem;
}
.bx--checkbox:checked + .bx--checkbox-label::after,
.bx--checkbox-label[data-contained-checkbox-state=true]::after {
  top: 0.75rem;
  left: 0.75rem;
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  height: 0.375rem;
  width: 0.6875rem;
  margin: 0;
}
.bx--checkbox:indeterminate + .bx--checkbox-label::after,
.bx--checkbox-label[data-contained-checkbox-state=mixed]::after {
  top: 0.8125rem;
  left: 0.4375rem;
  width: 10px;
  border-bottom: none;
  border-left: none;
  height: 0.125rem;
  margin-top: 0;
  transform: none;
  background-color: #ffffff;
}
.bx--checkbox:checked + .bx--checkbox-label::before,
.bx--checkbox:indeterminate + .bx--checkbox-label::before,
.bx--checkbox-label[data-contained-checkbox-state=true]::before,
.bx--checkbox-label[data-contained-checkbox-state=mixed]::before {
  background-color: #002569;
  border-color: #002569;
}
.bx--checkbox-wrapper:hover {
  background-color: #f0f5ff;
  border-radius: 0.25rem;
}
.bx--checkbox:not(:disabled):active + .bx--checkbox-label::before {
  border-color: #001641;
}
.bx--checkbox:checked:not(:disabled):active + .bx--checkbox-label::before,
.bx--checkbox:indeterminate:not(:disabled):active + .bx--checkbox-label::before {
  background-color: #001641;
}
.bx--checkbox:focus + .bx--checkbox-label::before,
.bx--checkbox-label__focus::before,
.bx--checkbox:checked:focus + .bx--checkbox-label::before,
.bx--checkbox-label[data-contained-checkbox-state=true].bx--checkbox-label__focus::before,
.bx--checkbox:indeterminate:focus + .bx--checkbox-label::before,
.bx--checkbox-label[data-contained-checkbox-state=mixed].bx--checkbox-label__focus::before {
  outline: none;
}
.bx--checkbox-wrapper:focus-within {
  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);
}
.bx--checkbox:disabled + .bx--checkbox-label,
.bx--checkbox-label[data-contained-checkbox-disabled=true] {
  color: #565151;
}
.bx--checkbox:disabled + .bx--checkbox-label::before,
.bx--checkbox-label[data-contained-checkbox-disabled=true]::before,
.bx--checkbox:checked:disabled + .bx--checkbox-label::before,
.bx--checkbox:indeterminate:disabled + .bx--checkbox-label::before,
.bx--checkbox-label[data-contained-checkbox-state=true][data-contained-checkbox-disabled=true]::before,
.bx--checkbox-label[data-contained-checkbox-state=mixed][data-contained-checkbox-disabled=true]::before {
  border-color: #8f8b8b;
  background-color: #f7f3f2;
}
.bx--checkbox:checked:disabled + .bx--checkbox-label::before,
.bx--checkbox:indeterminate:disabled + .bx--checkbox-label::before,
.bx--checkbox-label[data-contained-checkbox-state=true][data-contained-checkbox-disabled=true]::before,
.bx--checkbox-label[data-contained-checkbox-state=mixed][data-contained-checkbox-disabled=true]::before,
.bx--checkbox:disabled + .bx--checkbox-label[data-contained-checkbox-state=mixed]::before {
  background-color: #8f8b8b;
}
.msk-checkbox-error .bx--checkbox-label::before,
.msk-checkbox-error .bx--checkbox:focus + .bx--checkbox-label::before,
.msk-checkbox-error .bx--checkbox-label__focus::before,
.msk-checkbox-error .bx--checkbox:checked:focus + .bx--checkbox-label::before,
.msk-checkbox-error .bx--checkbox-label[data-contained-checkbox-state=true].bx--checkbox-label__focus::before,
.msk-checkbox-error .bx--checkbox:indeterminate:focus + .bx--checkbox-label::before,
.msk-checkbox-error .bx--checkbox-label[data-contained-checkbox-state=mixed].bx--checkbox-label__focus::before, .msk-checkbox-error.bx--checkbox-label::before {
  box-shadow: 0 0 0 0.0625rem #ffffff, 0 0 0 0.1875rem #a80900;
}
.msk-checkbox-group-horizontal {
  display: flex;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.msk-checkbox-group-horizontal .bx--form-item.bx--checkbox-wrapper {
  margin-bottom: 0;
}
.msk-checkbox-group-horizontal .bx--form-item.bx--checkbox-wrapper:not(:last-of-type) {
  margin-right: 1rem;
}
/* ----- Styling for difference sizes ----- */
.msk-checkbox-wrapper-md .bx--checkbox-label::before {
  width: 1.25rem;
  height: 1.25rem;
}
.msk-checkbox-wrapper-md .bx--checkbox-label {
  min-height: 44px;
  padding-block: 0.25rem;
  padding-left: 1.75rem;
}
.msk-checkbox-wrapper-md .bx--checkbox-label::before {
  top: 0.75rem;
}
.msk-checkbox-wrapper-md .bx--checkbox:checked + .bx--checkbox-label::after,
.msk-checkbox-wrapper-md .bx--checkbox-label[data-contained-checkbox-state=true]::after {
  top: 1.3125rem;
  left: 0.875rem;
  border-left-width: 2.5px;
  border-bottom-width: 2.5px;
  width: 0.75rem;
  height: 0.375rem;
}
.msk-checkbox-wrapper-md .bx--checkbox:indeterminate + .bx--checkbox-label::after,
.msk-checkbox-wrapper-md .bx--checkbox-label[data-contained-checkbox-state=mixed]::after {
  top: 1.28125rem;
  left: 0.4375rem;
  width: 0.875rem;
  height: 0.1875rem;
}
.msk-checkbox-wrapper-md .bx--checkbox-label-text {
  padding-top: 0.375rem;
}
.msk-checkbox-wrapper-lg .bx--checkbox-label::before {
  width: 1.5rem;
  height: 1.5rem;
}
.msk-checkbox-wrapper-lg .bx--checkbox-label {
  min-height: 44px;
  padding-block: 0.25rem;
  padding-left: 1.75rem;
}
.msk-checkbox-wrapper-lg .bx--checkbox-label::before {
  top: 0.625rem;
}
.msk-checkbox-wrapper-lg .bx--checkbox:checked + .bx--checkbox-label::after,
.msk-checkbox-wrapper-lg .bx--checkbox-label[data-contained-checkbox-state=true]::after {
  top: 1.25rem;
  left: 1rem;
  border-left-width: 3px;
  border-bottom-width: 3px;
  width: 1rem;
  height: 0.5rem;
}
.msk-checkbox-wrapper-lg .bx--checkbox:indeterminate + .bx--checkbox-label::after,
.msk-checkbox-wrapper-lg .bx--checkbox-label[data-contained-checkbox-state=mixed]::after {
  top: 1.25rem;
  left: 0.5rem;
  width: 1rem;
  height: 0.1875rem;
}
.msk-checkbox-wrapper-lg .bx--checkbox-label-text {
  padding-top: 0.3125rem;
}
.bx--select .bx--label {
  color: var(--msk-color-content-input-primary, #111417);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}
.bx--select .bx--select-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;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.bx--select .bx--select-input::-moz-placeholder {
  color: var(--msk-color-content-input-secondary, #4d5358);
  font-size: 1rem;
}
.bx--select .bx--select-input::placeholder {
  color: var(--msk-color-content-input-secondary, #4d5358);
  font-size: 1rem;
}
.bx--select .bx--select-input:hover:not([disabled]) {
  box-shadow: inset 0 0 0 0.1875rem var(--msk-color-border-input-hover-secondary, #f0f5ff);
}
.bx--select .bx--select-input:active:not(disabled), .bx--select .bx--select-input:focus:not(disabled), .bx--select .bx--select-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--select .bx--select-input:disabled:hover, .bx--select .bx--select-input:disabled {
  background-color: var(--msk-color-bg-disabled, #f7f3f2);
  border-bottom-color: var(--msk-color-border-disabled, #8f8b8b);
}
.bx--select .bx--select-input:disabled:hover:active, .bx--select .bx--select-input:disabled:hover:focus, .bx--select .bx--select-input:disabled:active, .bx--select .bx--select-input:disabled:focus {
  box-shadow: none;
}
.bx--select .bx--select-input__wrapper {
  max-width: 100%;
  width: auto;
}
.bx--select .bx--select__arrow {
  width: 1rem;
}
.bx--select .bx--select__arrow path {
  display: none;
}
.bx--select .bx--form__helper-text {
  color: var(--msk-color-content-secondary, #3c3838);
  font-size: 1rem;
}
.bx--select.bx--select--invalid .bx--select__invalid-icon {
  display: none;
}
.bx--select.bx--select--invalid .bx--select-input {
  padding-right: 1rem;
}
.bx--select.bx--select--invalid .bx--select-input:not(:focus) {
  border-color: var(--msk-color-border-error, #85375c);
  outline-color: var(--msk-color-border-error, #85375c);
}
.bx--select.bx--select--invalid .bx--select-input:focus, .bx--select.bx--select--invalid .bx--select-input: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--select.bx--select--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--select.bx--select--inline {
  overflow: hidden;
}
.bx--select.bx--select--inline .bx--select-input {
  background-color: #ffffff;
  border-bottom: 1px solid #4d5358;
  padding: 0 3rem 0 1rem;
  width: 100%;
}
.bx--select.bx--select--inline .bx--select__arrow {
  right: 1rem;
}
.msk-select fieldset[disabled] .multiselect {
  pointer-events: none;
}
.msk-select .multiselect {
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: left;
  color: #4d5358;
  border: 1px solid #4d5358;
  border-radius: 4px;
}
.msk-select .multiselect,
.msk-select .multiselect .multiselect__input,
.msk-select .multiselect .multiselect__single {
  font-family: inherit;
  font-size: 16px;
  touch-action: manipulation;
}
.msk-select .multiselect:focus-within {
  outline: none;
}
.msk-select .multiselect.multiselect--disabled {
  background: #ededed;
  pointer-events: none;
  opacity: 0.6;
}
.msk-select .multiselect.multiselect--disabled input {
  background: #ededed;
  color: #ededed;
}
.msk-select .multiselect.multiselect--active {
  z-index: 50;
}
.msk-select .multiselect.multiselect--active .multiselect__select {
  transform: rotateZ(180deg);
}
.msk-select .multiselect.multiselect--active:not(.multiselect--above) .multiselect__current,
.msk-select .multiselect.multiselect--active:not(.multiselect--above) .multiselect__input,
.msk-select .multiselect.multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.msk-select .multiselect.multiselect--active .multiselect__placeholder {
  display: none;
}
.msk-select .multiselect.multiselect--above.multiselect--active .multiselect__current,
.msk-select .multiselect.multiselect--above.multiselect--active .multiselect__input,
.msk-select .multiselect.multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.msk-select .multiselect.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  border-top: 1px solid #e8e8e8;
}
.msk-select .multiselect.multiselect--disabled .multiselect__current,
.msk-select .multiselect.multiselect--disabled .multiselect__select {
  background: #ededed;
  color: #a6a6a6;
}
.msk-select .multiselect .multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 50;
  -webkit-overflow-scrolling: touch;
}
.msk-select .multiselect .multiselect__content-wrapper .multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top;
}
.msk-select .multiselect .multiselect__content-wrapper .multiselect__content::webkit-scrollbar {
  display: none;
}
.msk-select .multiselect .multiselect__content-wrapper .multiselect__content .multiselect__element {
  display: block;
}
.msk-select .multiselect .multiselect__content-wrapper .multiselect__content .multiselect__option {
  display: block;
  padding: 12px;
  min-height: 40px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
.msk-select .multiselect .multiselect__content-wrapper .multiselect__content .multiselect__option::after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
  font-size: 13px;
}
.msk-select .multiselect .multiselect__content-wrapper .multiselect__content .multiselect__option.multiselect__option--checkbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.msk-select .multiselect .multiselect__content-wrapper .multiselect__content .multiselect__option.multiselect__option--checkbox .bx--checkbox-wrapper .bx--checkbox-label-text {
  display: none;
}
.msk-select .multiselect .multiselect__content-wrapper .multiselect__content .multiselect__option.multiselect__option--checkbox .bx--form-item {
  flex: 0 1;
}
.msk-select .multiselect .multiselect__content-wrapper .multiselect__content .multiselect__option--highlight {
  background: #f2f4f8;
  outline: none;
  color: inherit;
}
.msk-select .multiselect .multiselect__content-wrapper .multiselect__content .multiselect__option--highlight::after {
  content: attr(data-select);
  background: #f2f4f8;
  color: inherit;
}
.msk-select .multiselect .multiselect__content-wrapper .multiselect__content .multiselect__option--selected {
  background: #f2f4f8;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.msk-select .multiselect .multiselect__content-wrapper .multiselect__content .multiselect__option--selected::after {
  content: attr(data-selected);
  color: silver;
  background: inherit;
}
.msk-select .multiselect .multiselect__content-wrapper .multiselect__content .multiselect__option--selected .msk-icon {
  color: #113e90;
}
.msk-select .multiselect .multiselect__spinner {
  position: absolute;
  right: 35px;
  width: 40px;
  height: 30px;
  background: #fff;
  display: block;
  z-index: 49;
}
.msk-select .multiselect .multiselect__spinner::before, .msk-select .multiselect .multiselect__spinner::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border-color: #4d5358 transparent transparent;
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 0 0 1px transparent;
}
.msk-select .multiselect .multiselect__spinner::before {
  animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count: infinite;
}
.msk-select .multiselect .multiselect__spinner::after {
  animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation-iteration-count: infinite;
}
.msk-select .multiselect .multiselect__loading-enter-active,
.msk-select .multiselect .multiselect__loading-leave-active {
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}
.msk-select .multiselect .multiselect__loading-enter,
.msk-select .multiselect .multiselect__loading-leave-active {
  opacity: 0;
}
.msk-select .multiselect .multiselect__input,
.msk-select .multiselect .multiselect__single {
  position: relative;
  display: inline-block;
  min-height: 28;
  line-height: 40px;
  border: none;
  border-radius: 5px;
  background: #fff;
  padding: 0 0 0 5px;
  width: 100%;
  transition: border 0.1s ease;
  box-sizing: border-box;
  margin-bottom: 8px;
  vertical-align: top;
}
.msk-select .multiselect .multiselect__input:hover,
.msk-select .multiselect .multiselect__single:hover {
  border-color: #cfcfcf;
}
.msk-select .multiselect .multiselect__input:focus,
.msk-select .multiselect .multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none;
}
.msk-select .multiselect .multiselect__input::-moz-placeholder {
  color: #35495e;
}
.msk-select .multiselect .multiselect__input::placeholder {
  color: #35495e;
}
.msk-select .multiselect .multiselect__single {
  padding-left: 5px;
  margin-bottom: 8px;
}
.msk-select .multiselect .multiselect_actions {
  right: 1px;
  display: block;
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 49;
  height: 100%;
}
.msk-select .multiselect .multiselect_actions .multiselect_separator {
  align-self: stretch;
  width: 1px;
  background-color: #4d5358;
  margin-bottom: 8px;
  margin-top: 8px;
  box-sizing: border-box;
}
.msk-select .multiselect .multiselect_actions .multiselect__select {
  line-height: 16px;
  box-sizing: border-box;
  width: 38px;
  height: 38px;
  top: 1px;
  padding: 4px 8px;
  margin: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111417;
}
.msk-select .multiselect .multiselect_actions .multiselect__select svg path {
  fill: #111417;
}
.msk-select .multiselect .multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px;
}
.msk-select .multiselect .multiselect__tag ~ .multiselect__input,
.msk-select .multiselect .multiselect__tag ~ .multiselect__single {
  width: auto;
}
.msk-select .multiselect.multiselect--has-reset-icon .multiselect__tags {
  padding: 8px 60px 0 8px;
}
.msk-select .multiselect.multiselect--has-reset-text .multiselect__tags {
  padding: 8px 130px 0 8px;
}
.msk-select .multiselect.multiselect--overflow {
  height: 60px;
}
.msk-select .multiselect.multiselect--overflow .multiselect_actions .multiselect_overflow_rectangle {
  width: 24px;
  height: 48px;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.msk-select .multiselect.multiselect--overflow .multiselect_actions .multiselect__remove_container {
  background-color: #fff;
  height: 48px;
}
.msk-select .multiselect.multiselect--overflow .multiselect__tags:not(.multiselect__tags__outside) {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
}
.msk-select .multiselect__tags {
  min-height: 40px;
  display: block;
  padding: 8px 30px 0 8px;
  border-radius: 5px;
  font-size: 14px;
}
.msk-select .multiselect__tags .multiselect__tags-wrap {
  display: inline-block;
}
.msk-select .multiselect__tags.multiselect__tags__outside {
  padding: 8px 0px;
}
.msk-select .multiselect__tags.multiselect__tags__outside .multiselect__tags-wrap {
  display: inline-block;
}
.msk-select .multiselect__tags.multiselect__tags__outside .multiselect__tag_reset {
  color: inherit;
  background-color: transparent;
  border: none;
}
.msk-select .multiselect__tags .multiselect__tag_plain {
  color: #111417;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
}
.msk-select .multiselect__tags .multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 0px 30px 0px 8px;
  margin-right: 10px;
  color: #4d5358;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  background: #f2f4f8;
  border: 2px solid #dde1e6;
  border-radius: 4px;
  margin-bottom: 1px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}
.msk-select .multiselect__tags .multiselect__tag .multiselect__tag-icon {
  width: 20px;
  height: auto;
  position: absolute;
  line-height: 40px;
  right: 5px;
}
.msk-select .multiselect__tags .multiselect__tag .multiselect__tag-icon::after, .msk-select .multiselect__tags .multiselect__tag .multiselect__tag-icon::before {
  color: #4d5358;
  font-size: 20px;
  font-weight: normal;
}
.msk-select .multiselect__tags .multiselect__tag .multiselect__tag-icon:focus, .msk-select .multiselect__tags .multiselect__tag .multiselect__tag-icon:hover {
  color: #4d5358;
  background: #f2f4f8;
}
.msk-select .multiselect__tags .multiselect__tag .multiselect__tag-icon:focus::after, .msk-select .multiselect__tags .multiselect__tag .multiselect__tag-icon:hover::after {
  color: #4d5358;
}
.msk-select .multiselect * {
  box-sizing: border-box;
}
.msk-select .multiselect__remove_container {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #113e90;
}
.msk-select .multiselect__remove_container.multiselect__tag {
  background: none;
  border: none;
}
.msk-select .multiselect__remove_container.multiselect__tag .multiselect__remove {
  position: absolute;
  line-height: 40px;
}
.msk-select .multiselect__reset_text {
  color: #113e90;
}
.msk-select .multiselect__remove {
  width: 30px;
  height: 38px;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: initial;
  text-align: center;
  line-height: 38px;
  transition: all 0.2s ease;
  border-radius: 5px;
  cursor: pointer;
}
.msk-select .multiselect__remove::before {
  content: "×";
  color: #113e90;
  font-size: 20px;
  font-weight: normal;
}
.msk-select .multiselect__current {
  line-height: 16px;
  min-height: 40px;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  padding: 8px 12px 0;
  padding-right: 30px;
  white-space: nowrap;
  margin: 0;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  cursor: pointer;
}
.msk-select .multiselect__option--disabled {
  background: #ededed !important;
  color: #a6a6a6 !important;
  cursor: text;
  pointer-events: none;
}
.msk-select .multiselect__option--group {
  background: #ededed;
  color: #35495e;
}
.msk-select .multiselect-enter-active,
.msk-select .multiselect-leave-active {
  transition: all 0.15s ease;
}
.msk-select .multiselect-enter,
.msk-select .multiselect-leave-active {
  opacity: 0;
}
.msk-select .multiselect__strong {
  margin-bottom: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.msk-select *[dir=rtl] .multiselect {
  text-align: right;
}
.msk-select *[dir=rtl] .multiselect__select {
  right: auto;
  left: 1px;
}
.msk-select *[dir=rtl] .multiselect__tags {
  padding: 8px 8px 0px 40px;
}
.msk-select *[dir=rtl] .multiselect__content {
  text-align: right;
}
.msk-select *[dir=rtl] .multiselect__option:after {
  right: auto;
  left: 0;
}
.msk-select *[dir=rtl] .multiselect__clear {
  right: auto;
  left: 12px;
}
.msk-select *[dir=rtl] .multiselect__spinner {
  right: auto;
  left: 1px;
}
@keyframes spinning {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(2turn);
  }
}