/*---------- Begin Roboto ----------*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url('../../Fonts/Roboto-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url('../../Fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../../Fonts/Roboto-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../../Fonts/Roboto-Bold.ttf') format('truetype');
}
/*----------- End Roboto -----------*/
/*--------- Begin Material Icons ---------*/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url('../../Fonts/MaterialIcons-Regular.woff') format('woff');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  vertical-align: text-bottom;
}
/*---------- End Material Icons ----------*/
*,
*::before,
*::after {
  transition-property: none;
  transition-duration: 250ms;
}
.container {
  width: 100%;
}
/* Components */
.eds-alert {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  color: #333333;
}
.eds-alert::after {
  position: absolute;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center top 12px;
  bottom: 0;
  height: 100%;
  left: 0;
  top: 0;
  width: 28px;
  content: "";
}
.eds-alert\.border {
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
}
.eds-alert_\#content {
  display: block;
  margin-left: 40px;
  margin-right: 32px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
}
.eds-alert_\#title,
.eds-alert_\#message {
  margin: 0;
  font-size: 16px;
}
.eds-alert_\#title {
  font-weight: 500;
}
.eds-alert_\#message {
  font-weight: 400;
  margin-top: 12px;
}
.eds-alert_\#close {
  position: absolute;
  background-color: transparent;
  border-width: 0;
  margin-right: 12px;
  margin-top: 12px;
  padding: 0;
  right: 0;
  /* Material Design claims that its button is compatible with MD Icons, Font Awesome, SVG, and ???.
     * Therefore, we apply the same styles here as its mdc-button__icon class.
     * See also: https://material.io/develop/web/components/buttons/
     */
  width: 18px;
  height: 18px;
  font-size: 18px;
  fill: currentColor;
}
.eds-alert\.gray {
  background-color: #f6f6f6;
}
.eds-alert\.shadow {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
}
.eds-alert\.info::after {
  background-color: #d6e3f4;
  color: #426da9;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='%23426da9'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0 -8h-2V7h2v2z'/%3E%3C/svg%3E");
}
.eds-alert\.info .eds-alert_\#title {
  color: #426da9;
}
.eds-alert\.success::after {
  background-color: #D0F6DB;
  color: #007a3b;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='%23007a3b'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E");
}
.eds-alert\.success .eds-alert_\#title {
  color: #007a3b;
}
.eds-alert\.warning::after,
.eds-alert\.warning .eds-alert_\#title {
  color: #995006;
}
.eds-alert\.warning::after {
  background-color: #FFF1BD;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='%23995006'%3E%3Cpath d='M1 21h22L12 2 1 21zm12-3 h-2v-2h2v2zm0-4h-2v-4h2v4z'/%3E%3C/svg%3E");
}
.eds-alert\.error::after,
.eds-alert\.error .eds-alert_\#title {
  color: #c60025;
}
.eds-alert\.error::after {
  background-color: #FFD6DD;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='%23c60025'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z'/%3E%3C/svg%3E");
}
.eds-avatar {
  box-sizing: content-box;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  border-radius: 9999px;
  overflow: hidden;
  width: 32px;
  height: 32px;
  border-width: 1px;
  border-style: solid;
  border-color: #c1c1c1;
  color: #c1c1c1;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 32px;
}
.eds-avatar\.gray {
  background-color: #ffffff;
}
.eds-avatar\.inverse {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.eds-avatar\.blue {
  border-color: #426da9;
  color: #426da9;
}
.eds-avatar\.sm {
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
}
.eds-avatar\.lg {
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
}
.eds-avatar::before {
  content: attr(data-initials);
}
.eds-avatar:not([data-initials]) {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23c1c1c1'%3E %3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E %3C/svg%3E");
  background-size: 80%;
}
.eds-avatar\.inverse:not([data-initials]) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23ffffff'%3E %3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E %3C/svg%3E");
}
.eds-avatar\.blue:not([data-initials]) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23426da9'%3E %3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E %3C/svg%3E");
}
.eds-badge {
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  padding: 4px;
  border-radius: 9999px;
  min-width: 16px;
  text-align: center;
  background-color: #e4002b;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1;
  font-size: 14px;
}
.eds-breadcrumbs {
  display: flex;
  align-items: center;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-style: solid;
  border-color: #d6d6d6;
  height: 48px;
  font-weight: 400;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  color: #8c8c8c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  list-style-type: none;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 20px;
  margin: 0;
}
.eds-breadcrumbs_\.part {
  margin-left: 12px;
}
.eds-breadcrumbs_\.icon {
  /* Material Design claims that its button is compatible with MD Icons, Font Awesome, SVG, and ???.
     * Therefore, we apply the same styles here as its mdc-button__icon class.
     * See also: https://material.io/develop/web/components/buttons/
     */
  width: 18px;
  height: 18px;
  font-size: 18px;
  fill: currentColor;
}
.eds-button,
.ucFileUpload .fileUploadButton {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-width: 1px;
  border-style: solid;
  cursor: default;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  height: 32px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
  font-size: 14px;
  transition-duration: 150ms;
  transition-property: background-color;
  transition-timing-function: ease;
}
.eds-button:focus {
  outline: 0;
}
.eds-button:disabled {
  cursor: not-allowed;
}
.eds-button\.inverse {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.eds-button\.inverse:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.eds-button\.inverse:focus {
  border-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
}
.eds-button\.inverse:active {
  background-color: rgba(255, 255, 255, 0.4);
}
.eds-button\.inverse:disabled {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}
.eds-button\.basic,
.ucFileUpload .fileUploadButton {
  background-color: #f2f8ff;
  border-color: #bbcfea;
  color: #426da9;
}
.eds-button\.basic:hover {
  background-color: #d6e3f4;
}
.eds-button\.basic:focus {
  border-color: #426da9;
  outline: 0;
  box-shadow: 0 0 0 1px #426da9;
}
.eds-button\.basic:active {
  background-color: #bbcfea;
}
.eds-button\.basic:disabled {
  background-color: #f6f6f6;
  border-color: #c1c1c1;
  color: #8c8c8c;
}
.eds-button\.primary {
  background-color: #426da9;
  border-color: #1d4f91;
  color: #ffffff;
}
.eds-button\.primary:hover {
  background-color: #1d4f91;
}
.eds-button\.primary:focus {
  border-color: #1d4f91;
  box-shadow: 0 0 0 1px #1d4f91;
}
.eds-button\.primary:active {
  background-color: #123f7a;
}
.eds-button\.primary:disabled {
  background-color: #eaeaea;
  border-color: #c1c1c1;
  color: #8c8c8c;
}
.eds-button\.tertiary {
  background-color: transparent;
  border-color: transparent;
  padding-left: 12px;
  padding-right: 12px;
  color: #426da9;
}
.eds-button\.tertiary:hover {
  color: #1d4f91;
}
.eds-button\.tertiary:focus {
  border-color: #426da9;
  box-shadow: 0 0 0 1px #426da9;
}
.eds-button\.tertiary:active {
  background-color: #f2f8ff;
  color: #123f7a;
}
.eds-button\.tertiary:disabled {
  background-color: transparent;
  color: #8c8c8c;
}
.eds-button\.basic-inverse {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.eds-button\.basic-inverse:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.eds-button\.basic-inverse:focus {
  border-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
}
.eds-button\.basic-inverse:active {
  background-color: rgba(255, 255, 255, 0.4);
}
.eds-button\.primary-inverse {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.9);
  color: #6d2077;
}
.eds-button\.primary-inverse:hover {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: #ffffff;
}
.eds-button\.primary-inverse:focus {
  border-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
}
.eds-button\.primary-inverse:active {
  background-color: #ffffff;
}
.eds-button\.basic-inverse:disabled,
.eds-button\.primary-inverse:disabled {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}
.eds-button\.tertiary-inverse {
  background-color: transparent;
  border-color: transparent;
  padding-left: 12px;
  padding-right: 12px;
  color: #f6f6f6;
}
.eds-button\.tertiary-inverse:hover {
  color: #ffffff;
}
.eds-button\.tertiary-inverse:focus {
  border-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
}
.eds-button\.tertiary-inverse:active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.eds-button\.tertiary-inverse:disabled {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.6);
}
.eds-button\.compact {
  padding-left: 8px;
  padding-right: 8px;
}
.eds-button_\#icon + .eds-button_\#label {
  margin-left: 4px;
}
.eds-button_\#label + .eds-button_\#icon {
  margin-left: 4px;
}
.eds-button_\#icon {
  /* Material Design claims that its button is compatible with MD Icons, Font Awesome, SVG, and ???.
     * Therefore, we apply the same styles here as its mdc-button__icon class.
     * See also: https://material.io/develop/web/components/buttons/
     */
  width: 18px;
  height: 18px;
  font-size: 18px;
  fill: currentColor;
}
.eds-card_\#header,
.eds-card_\#content,
.eds-card_\#footer {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 1.25;
  background-color: #ffffff;
  color: #333333;
}
.eds-card\.gray .eds-card_\#header,
.eds-card\.gray .eds-card_\#content,
.eds-card\.gray .eds-card_\#footer {
  background-color: #f6f6f6;
}
.eds-card_\#header:first-child,
.eds-card_\#content:first-child,
.eds-card_\#footer:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.eds-card_\#header:not(:first-child),
.eds-card_\#content:not(:first-child),
.eds-card_\#footer:not(:first-child) {
  border-top-width: 0;
}
.eds-card_\#header:last-child,
.eds-card_\#content:last-child,
.eds-card_\#footer:last-child {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.eds-card_\#header:first-child,
.eds-card_\#header:last-child,
.eds-card_\#content:first-child,
.eds-card_\#content:last-child,
.eds-card_\#footer:first-child,
.eds-card_\#footer:last-child {
  overflow: hidden;
}
.eds-card_\#header\.no-padding,
.eds-card_\#content\.no-padding,
.eds-card_\#footer\.no-padding {
  padding: 0;
}
.eds-card_\.title {
  font-weight: 500;
  margin: 0;
}
.eds-checkbox {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.eds-checkbox_\#input,
.eds-checkbox input,
.chkboxlist li input {
  outline: 0;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  color: #426da9;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  transition-duration: 150ms;
  transition-property: background-color, background-position, border, box-shadow;
  transition-timing-function: ease;
  background-size: 12px 12px;
}
.eds-checkbox_\#input:checked,
.eds-checkbox input:checked,
.chkboxlist li input:checked {
  background-color: #426da9;
  color: #ffffff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M20.285 2L9 13.567 3.714 8.556 0 12.272 9 21 24 5.715z'/%3E%3C/svg%3E");
}
.eds-checkbox_\#input:checked:disabled,
.eds-checkbox input:checked:disabled,
.chkboxlist li input:checked:disabled {
  background-color: #d6d6d6;
}
.eds-checkbox_\#input:indeterminate,
.eds-checkbox input:indeterminate,
.chkboxlist li input:indeterminate {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='%23426da9'%3E%3Crect x='0' y='0' width='8' height='8' rx='2'/%3E%3C/svg%3E");
  background-size: 8px 8px;
}
.eds-checkbox_\#input:indeterminate:disabled,
.eds-checkbox input:indeterminate:disabled,
.chkboxlist li input:indeterminate:disabled {
  color: #d6d6d6;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='%23d6d6d6'%3E%3Crect x='0' y='0' width='8' height='8' rx='2'/%3E%3C/svg%3E");
}
.eds-checkbox_\#input:focus,
.eds-checkbox input:focus,
.chkboxlist li input:focus {
  box-shadow: 0 0 0 1px #426da9;
}
.eds-checkbox_\#label,
.eds-checkbox label,
.chkboxlist li label {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  color: #333333;
  margin-left: 8px;
}
.eds-checkbox_\#input:disabled ~ .eds-checkbox_\#label,
.eds-checkbox input:disabled ~ .eds-checkbox_\#label,
.eds-checkbox_\#input:disabled ~ .eds-checkbox label,
.chkboxlist li input:disabled ~ .eds-checkbox_\#label,
.eds-checkbox_\#input:disabled ~ .chkboxlist li label {
  color: #8c8c8c;
}
@supports not (-ms-high-contrast: none) {
  .eds-checkbox_\#input,
  .eds-checkbox input,
  .chkboxlist li input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-width: 1px;
    border-style: solid;
    border-color: #8c8c8c;
  }
  .eds-checkbox_\#input:checked,
  .eds-checkbox_\#input:indeterminate,
  .eds-checkbox_\#input:focus,
  .eds-checkbox input:checked,
  .eds-checkbox input:indeterminate,
  .eds-checkbox input:focus,
  .chkboxlist li input:checked,
  .chkboxlist li input:indeterminate,
  .chkboxlist li input:focus {
    border-color: #426da9;
  }
  .eds-checkbox_\#input:disabled,
  .eds-checkbox input:disabled,
  .chkboxlist li input:disabled {
    border-color: #d6d6d6;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .eds-checkbox_\#input::-ms-check,
  .eds-checkbox input::-ms-check,
  .chkboxlist li input::-ms-check {
    border-width: 1px;
    border-style: solid;
    border-color: #8c8c8c;
    border-radius: 2px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: transparent;
    transition-duration: 150ms;
    transition-property: border;
    transition-timing-function: ease;
  }
  .eds-checkbox_\#input:focus::-ms-check,
  .eds-checkbox_\#input:checked::-ms-check,
  .eds-checkbox_\#input:indeterminate::-ms-check,
  .eds-checkbox input:focus::-ms-check,
  .eds-checkbox input:checked::-ms-check,
  .eds-checkbox input:indeterminate::-ms-check,
  .chkboxlist li input:focus::-ms-check,
  .chkboxlist li input:checked::-ms-check,
  .chkboxlist li input:indeterminate::-ms-check {
    border-color: #426da9;
  }
}
.eds-control-list {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
}
.eds-control-list_\.control:not(:last-child) {
  margin-bottom: 8px;
}
.eds-details {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f6f6f6;
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  font-weight: 400;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  position: relative;
  border-radius: 6px;
  font-size: 14px;
  color: #333333;
  min-height: 40px;
}
.eds-details[focus-within] {
  border-color: #426da9;
  box-shadow: 0 0 0 1px #426da9;
}
.eds-details:focus-within {
  border-color: #426da9;
  box-shadow: 0 0 0 1px #426da9;
}
.eds-details_\#summary {
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent;
  border-width: 0;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 700;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  height: 40px;
  left: 0;
  list-style-type: none;
  margin: 0;
  outline: 0;
  padding-left: 16px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  right: 0;
  font-size: 14px;
  color: #333333;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 20;
  line-height: 40px;
}
.eds-details_\#summary::-webkit-details-marker {
  display: none;
}
.eds-details_\#summary::after,
.workbenchDocumentLinks .eds-details_\#summary::before,
.WorkBenchVad .VadContent .eds-details_\#summary::before,
.workbenchMap .eds-details_\#summary::before {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0;
  margin-right: 16px;
  right: 0;
  color: #426da9;
  top: 0;
  transition-duration: 150ms;
  transition-timing-function: ease;
  transition-property: transform;
  width: 12px;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='%23426da9'%3E%3Cpath d='M2 0L0.59 1.41 5.17 6l-4.58 4.59L2 12l6 -6z'/%3E%3C/svg%3E");
  transform: rotate(90deg);
}
.eds-details_\#content {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-style: solid;
  border-top-width: 1px;
  border-color: transparent;
  line-height: 1.5;
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.eds-details_\#container {
  margin-top: 40px;
  height: 0;
  overflow: hidden;
}
.eds-details\.enhanced .eds-details_\#content {
  opacity: 0;
  transition-duration: 150ms;
  transition-timing-function: ease;
  transition-delay: 150ms;
  transition-property: opacity;
}
.eds-details\.open {
  background-color: #ffffff;
}
.eds-details\.open .eds-details_\#summary::after,
.workbenchDocumentLinks .eds-details\.open .eds-details_\#summary::before,
.WorkBenchVad .VadContent .eds-details\.open .eds-details_\#summary::before,
.workbenchMap .eds-details\.open .eds-details_\#summary::before {
  transform: rotate(-90deg);
}
.eds-details\.open .eds-details_\#container {
  height: auto;
}
.eds-details\.open .eds-details_\#content {
  border-color: #d6d6d6;
  opacity: 1;
}
.eds-details[open] .eds-details_\#container {
  height: auto;
}
.eds-field,
.Notes .addNotesSection .addNotesFormContainer .addNotesTextArea,
.Notes .addNotesSection .addNotesFormContainer .addNotesClassificationContainer {
  display: inline-block;
}
.eds-field_\#label,
.eds-field_\#assistive-text,
.ucFileUpload .fileUploadValidator {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.25;
  font-size: 14px;
}
.eds-field_\#label {
  display: block;
  font-weight: 500;
  padding-bottom: 8px;
  color: #333333;
}
.eds-field_\#label\.disabled {
  color: #8c8c8c;
}
.eds-field_\#control,
.ucFileUpload .fileUploadInputHolder {
  width: 100%;
}
.eds-field_\#assistive-text,
.ucFileUpload .fileUploadValidator {
  font-weight: 400;
  padding-top: 8px;
  color: #717171;
  display: table-cell;
  vertical-align: bottom;
}
.eds-field_\#assistive-text\.warning {
  color: #cc6e0f;
}
.eds-field_\#assistive-text\.error,
.ucFileUpload .fileUploadValidator {
  color: #c60025;
}
.eds-heading {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.25;
  font-size: 16px;
  color: #333333;
}
.eds-heading\.xl {
  font-size: 30px;
}
.eds-heading\.xl-caps {
  font-size: 28px;
}
.eds-heading\.lg {
  font-size: 24px;
}
.eds-heading\.lg-caps {
  font-size: 22px;
}
.eds-heading\.md {
  font-size: 16px;
}
.eds-heading\.md-caps {
  font-size: 14px;
}
.eds-heading\.mdplus {
  font-size: 18px;
}
.eds-heading\.mdplus-caps {
  font-size: 16px;
}
.eds-heading\.sm {
  font-size: 14px;
}
.eds-heading\.sm-caps {
  font-size: 12px;
}
.eds-heading\.xs {
  font-size: 12px;
}
.eds-heading\.xl,
.eds-heading\.lg {
  font-weight: 300;
}
.eds-heading\.mdplus,
.eds-heading\.md,
.eds-heading\.sm {
  font-weight: 700;
}
.eds-heading\.xl-caps,
.eds-heading\.lg-caps,
.eds-heading\.mdplus-caps,
.eds-heading\.md-caps,
.eds-heading\.sm-caps {
  text-transform: uppercase;
  color: #6d2077;
}
.eds-input,
.ucFileUpload .fileUploadInputHolder {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  height: 32px;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  border-width: 1px;
  box-sizing: border-box;
  border-color: #8c8c8c;
  border-style: solid;
  border-radius: 4px;
  transition-duration: 150ms;
  transition-property: border, box-shadow;
  transition-timing-function: ease;
}
.eds-input_\#input,
.ucFileUpload .fileUploadInput {
  margin: 0;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  background-color: transparent;
  color: #333333;
  border-width: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.25;
  font-size: 16px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: textfield;
}
.eds-input_\#input\.dropdown {
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 24px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='5' fill='%23426da9'%3E%3Cpolygon points='0,0 5,5 9,0'/%3E%3C/svg%3E");
}
.eds-input_\#input\.dropdown:disabled,
.ui-selectmenu-button.ui-state-disabled {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='5' fill='%23d6d6d6'%3E%3Cpolygon points='0,0 5,5 9,0'/%3E%3C/svg%3E");
}
.eds-input_\#input\.multiselect {
  padding-left: 0;
  padding-right: 0;
}
.eds-input_\#input::-webkit-input-placeholder {
  opacity: 1;
  color: #c1c1c1;
}
.eds-input_\#input::-moz-placeholder {
  opacity: 1;
  color: #c1c1c1;
}
.eds-input_\#input:-ms-input-placeholder {
  opacity: 1;
  color: #c1c1c1;
}
.eds-input_\#input::-ms-input-placeholder {
  opacity: 1;
  color: #c1c1c1;
}
.eds-input_\#input::placeholder {
  opacity: 1;
  color: #c1c1c1;
}
.eds-input_\#input:focus {
  outline: 0;
}
.eds-input_\#input::-ms-expand {
  display: none;
}
.eds-input_\#input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.eds-input\.error,
.ucFileUpload .fileUploadInputHolder.eds-input\.error {
  background-color: #fff0f3;
  border-color: #ed3457;
  box-shadow: 0 0 0 1px #ed3457;
}
.eds-input\.warning {
  background-color: #FFF9E8;
  border-color: #ffaa4f;
  box-shadow: 0 0 0 1px #ffaa4f;
}
.eds-input\.disabled {
  border-style: dotted;
}
.eds-input\.disabled .eds-input_\#input {
  color: #d6d6d6;
  -webkit-text-fill-color: currentColor;
}
.eds-input[focus-within] {
  border-color: #426da9;
  outline: 0;
  box-shadow: 0 0 0 1px #426da9;
}
.eds-input:focus-within {
  border-color: #426da9;
  outline: 0;
  box-shadow: 0 0 0 1px #426da9;
}
.eds-input\.no-border {
  border-color: transparent;
}
.eds-input-addon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  padding-left: 8px;
  padding-right: 8px;
}
.eds-input-addon\.prepend {
  border-right-width: 1px;
}
.eds-input-addon\.append {
  border-left-width: 1px;
}
.eds-input-addon\.gray {
  background-color: #eaeaea;
  border-color: #d6d6d6;
}
.eds-input-addon_\#content {
  border-width: 0;
  outline: 0;
  text-decoration: none;
  padding: 0;
  color: #8c8c8c;
}
.eds-input-addon_\#content\.text {
  font-weight: 400;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
.eds-input-addon_\#content\.icon {
  /* Material Design claims that its button is compatible with MD Icons, Font Awesome, SVG, and ???.
     * Therefore, we apply the same styles here as its mdc-button__icon class.
     * See also: https://material.io/develop/web/components/buttons/
     */
  width: 18px;
  height: 18px;
  font-size: 18px;
  fill: currentColor;
}
.eds-link,
.eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  background-color: transparent;
  border-width: 0;
  cursor: pointer;
  padding: 0;
  color: #426da9;
}
.eds-link:hover,
.eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon:hover,
.eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink:hover {
  color: #1d4f91;
}
.eds-link:active,
.eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon:active,
.eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink:active {
  color: #123f7a;
}
.eds-link:disabled,
.eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon:disabled,
.eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink:disabled {
  color: #8c8c8c;
}
.eds-link\.selected,
.eds-link\.selected:hover {
  color: #333333;
}
.eds-menu-header {
  box-sizing: border-box;
  padding-top: 20px;
  padding-left: 20px;
  margin: 0;
  padding-bottom: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  font-weight: 400;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}
.eds-menu-header\.basic,
.eds-menu-header\.gray {
  color: #6d2077;
}
.eds-menu-header\.basic {
  background-color: #ffffff;
}
.eds-menu-header\.gray {
  background-color: #f6f6f6;
}
.eds-menu-header\.blue,
.eds-menu-header\.raspberry {
  color: #ffffff;
}
.eds-menu-header\.blue {
  background-color: #0a3163;
}
.eds-menu-header\.raspberry {
  background-color: #af1685;
}
.eds-menu-item {
  padding-left: 20px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  outline: 0;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
}
.eds-menu-item\.basic,
.eds-menu-item\.gray {
  color: #426da9;
}
.eds-menu-item\.basic:focus,
.eds-menu-item\.gray:focus {
  box-shadow: inset 0 0 0 2px #426da9;
}
.eds-menu-item\.basic:hover,
.eds-menu-item\.gray:hover {
  color: #1d4f91;
}
.eds-menu-item\.basic .eds-menu-item_\#label::after,
.eds-menu-item\.gray .eds-menu-item_\#label::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='%23426da9'%3E%3Cpath d='M2 0L0.59 1.41 5.17 6l-4.58 4.59L2 12l6 -6z'/%3E%3C/svg%3E");
}
.eds-menu-item\.basic:hover,
.eds-menu-item\.gray:hover {
  color: #1d4f91;
}
.eds-menu-item\.basic:hover .eds-menu-item_\#label::after,
.eds-menu-item\.gray:hover .eds-menu-item_\#label::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='%231d4f91'%3E%3Cpath d='M2 0L0.59 1.41 5.17 6l-4.58 4.59L2 12l6 -6z'/%3E%3C/svg%3E");
}
.eds-menu-item\.basic-selected,
.eds-menu-item\.gray-selected {
  color: #e63888;
}
.eds-menu-item\.basic-selected .eds-menu-item_\#icon,
.eds-menu-item\.basic-selected .eds-menu-item_\#label,
.eds-menu-item\.gray-selected .eds-menu-item_\#icon,
.eds-menu-item\.gray-selected .eds-menu-item_\#label {
  color: #333333;
}
.eds-menu-item\.basic-selected .eds-menu-item_\#label::after,
.eds-menu-item\.gray-selected .eds-menu-item_\#label::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='%23333333'%3E%3Cpath d='M2 0L0.59 1.41 5.17 6l-4.58 4.59L2 12l6 -6z'/%3E%3C/svg%3E");
}
.eds-menu-item\.basic {
  background-color: #ffffff;
}
.eds-menu-item\.basic:hover,
.eds-menu-item\.basic-selected {
  background-color: #f6f6f6;
}
.eds-menu-item\.gray {
  background-color: #f6f6f6;
}
.eds-menu-item\.gray:hover,
.eds-menu-item\.gray-selected {
  background-color: #ffffff;
}
.eds-menu-item\.blue,
.eds-menu-item\.blue:hover,
.eds-menu-item\.blue\-selected,
.eds-menu-item\.blue\-selected:hover,
.eds-menu-item\.raspberry,
.eds-menu-item\.raspberry:hover,
.eds-menu-item\.raspberry\-selected,
.eds-menu-item\.raspberry\-selected:hover {
  color: #ffffff;
}
.eds-menu-item\.blue:focus,
.eds-menu-item\.raspberry:focus,
.hunterMainMenu .eds-sidebar_\.eds-menu-item.focused {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.eds-menu-item\.blue .eds-menu-item_\#label::after,
.eds-menu-item\.raspberry .eds-menu-item_\#label::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='%23ffffff'%3E%3Cpath d='M2 0L0.59 1.41 5.17 6l-4.58 4.59L2 12l6 -6z'/%3E%3C/svg%3E");
}
.eds-menu-item\.blue {
  background-color: #0a3163;
}
.eds-menu-item\.blue:hover {
  background-color: #123f7a;
}
.eds-menu-item\.blue\-selected {
  background-color: #1d4f91;
}
.eds-menu-item\.raspberry {
  background-color: #af1685;
}
.eds-menu-item\.raspberry:hover {
  background-color: #92086d;
}
.eds-menu-item\.raspberry\-selected {
  background-color: #760056;
}
.eds-menu-item\.indent {
  padding-left: 36px;
}
.eds-menu-item\.indent2 {
  padding-left: 52px;
}
.eds-menu-item\.closed .eds-menu-item_\#label::after,
.eds-menu-item\.open .eds-menu-item_\#label::after {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0;
  top: 0;
  transition-duration: 150ms;
  transition-timing-function: ease;
  transition-property: transform;
  width: 12px;
  right: -24px;
  content: "";
}
.eds-menu-item\.closed .eds-menu-item_\#label::after {
  transform: rotate(90deg);
}
.eds-menu-item\.open .eds-menu-item_\#label::after {
  transform: rotate(-90deg);
}
.eds-menu-item\.hidden,
.eds-menu-item\.hidden .eds-menu-item_\#icon,
.eds-menu-item\.hidden .eds-menu-item_\#label {
  font-size: 0;
  opacity: 0;
  padding: 0;
  width: 0;
  height: 0;
}
.eds-menu-item,
.eds-menu-item_\#icon,
.eds-menu-item_\#label {
  transition-duration: 150ms;
  transition-property: font-size, opacity, padding, width, height;
  transition-timing-function: ease;
}
.eds-menu-item_\#icon {
  /* Material Design claims that its button is compatible with MD Icons, Font Awesome, SVG, and ???.
     * Therefore, we apply the same styles here as its mdc-button__icon class.
     * See also: https://material.io/develop/web/components/buttons/
     */
  width: 24px;
  height: 24px;
  font-size: 24px;
  fill: currentColor;
}
.eds-menu-item_\#label {
  position: relative;
}
.eds-menu-item\.gray-selected .eds-menu-item_\#label::before,
.eds-menu-item\.basic-selected .eds-menu-item_\#label::before {
  content: "";
  top: calc(38%);
  bottom: calc(62%);
  left: -10px;
  position: absolute;
  width: 4px;
  height: 24px;
  background-color: #e63888;
}
.eds-menu-item_\#icon ~ .eds-menu-item_\#label {
  margin-left: 8px;
}
.eds-menu-item_\#icon ~ .eds-menu-item_\#label::before {
  left: -42px;
}
.eds-modal {
  position: fixed;
  overflow: scroll;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transform: scale(0);
  transition: transform 0ms ease 200ms, opacity 150ms ease 50ms;
}
.eds-modal\.open {
  opacity: 1;
  transform: scale(1);
  transition: transform 0ms ease 0ms, opacity 150ms ease 0ms;
}
.eds-modal_\#container {
  position: absolute;
  display: block;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  color: #333333;
  opacity: 0;
  transform: scale(0.75) translate(-60%);
  margin-left: 50%;
  top: 10%;
  min-width: 256px;
  max-width: 80%;
  background-clip: border-box;
  transition: transform 150ms ease 0ms, opacity 75ms ease 0ms;
}
.eds-modal\.open .eds-modal_\#container {
  opacity: 1;
  transform: scale(1) translate(-50%);
  transition: transform 100ms ease 0ms, opacity 75ms ease 25ms;
}
.eds-modal_\#close {
  position: absolute;
  background-color: transparent;
  border-width: 0;
  margin-right: 24px;
  padding: 0;
  right: 0;
  /* Material Design claims that its button is compatible with MD Icons, Font Awesome, SVG, and ???.
     * Therefore, we apply the same styles here as its mdc-button__icon class.
     * See also: https://material.io/develop/web/components/buttons/
     */
  width: 18px;
  height: 18px;
  font-size: 18px;
  fill: currentColor;
}
.eds-modal_\#header {
  margin-bottom: 20px;
}
.eds-modal_\#footer {
  margin-top: 20px;
}
.eds-modal_\.title {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
}
.eds-pagination,
.eds-pagination td {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  color: #333333;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.eds-pagination_\.pagesize-label {
  margin-left: 32px;
}
.eds-pagination_\.pagesize-label,
.eds-pagination_\.pagesize-select,
.eds-pagination_\.range {
  margin-right: 8px;
}
.eds-popover {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  font-weight: 400;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: inline-block;
  margin: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
  font-size: 16px;
  color: #333333;
}
.eds-popover_\#marker {
  position: absolute;
}
.eds-popover\.top,
.eds-popover\.top-start,
.eds-popover\.top-end,
.eds-popover\.bottom,
.eds-popover\.bottom-start,
.eds-popover\.bottom-end {
  margin-right: 0;
  margin-left: 0;
}
.eds-popover\.top .eds-popover_\#marker,
.eds-popover\.top-start .eds-popover_\#marker,
.eds-popover\.top-end .eds-popover_\#marker,
.eds-popover\.bottom .eds-popover_\#marker,
.eds-popover\.bottom-start .eds-popover_\#marker,
.eds-popover\.bottom-end .eds-popover_\#marker {
  width: 15px;
  height: 9px;
}
.eds-popover\.top .eds-popover_\#marker,
.eds-popover\.bottom .eds-popover_\#marker {
  left: calc(42.5%);
  /* default for unmanaged marker position */
}
.eds-popover\.top-start .eds-popover_\#marker,
.eds-popover\.bottom-start .eds-popover_\#marker {
  left: 4px;
  /* default for unmanaged marker position */
}
.eds-popover\.top-end .eds-popover_\#marker,
.eds-popover\.bottom-end .eds-popover_\#marker {
  right: 4px;
  /* default for unmanaged marker position */
}
.eds-popover\.top,
.eds-popover\.top-start,
.eds-popover\.top-end {
  margin-top: 0;
}
.eds-popover\.top .eds-popover_\#marker,
.eds-popover\.top-start .eds-popover_\#marker,
.eds-popover\.top-end .eds-popover_\#marker {
  bottom: -9px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='9' fill='%23ffffff'%3E %3Cpolygon points='0,1 8,9 15,1' fill='%23d6d6d6'/%3E %3Cpolygon points='0,0 8,8 15,0'/%3E %3C/svg%3E");
}
.eds-popover\.bottom,
.eds-popover\.bottom-start,
.eds-popover\.bottom-end {
  margin-bottom: 0;
}
.eds-popover\.bottom .eds-popover_\#marker,
.eds-popover\.bottom-start .eds-popover_\#marker,
.eds-popover\.bottom-end .eds-popover_\#marker {
  top: -9px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='9' fill='%23ffffff'%3E %3Cpolygon points='0,8 8,0 15,8' fill='%23d6d6d6'/%3E %3Cpolygon points='0,9 8,1 15,9'/%3E %3C/svg%3E");
}
.eds-popover\.right,
.eds-popover\.right-start,
.eds-popover\.right-end,
.eds-popover\.left,
.eds-popover\.left-start,
.eds-popover\.left-end {
  margin-top: 0;
  margin-bottom: 0;
}
.eds-popover\.right .eds-popover_\#marker,
.eds-popover\.right-start .eds-popover_\#marker,
.eds-popover\.right-end .eds-popover_\#marker,
.eds-popover\.left .eds-popover_\#marker,
.eds-popover\.left-start .eds-popover_\#marker,
.eds-popover\.left-end .eds-popover_\#marker {
  width: 9px;
  height: 15px;
}
.eds-popover\.right .eds-popover_\#marker,
.eds-popover\.left .eds-popover_\#marker {
  top: calc(42.5%);
  /* default for unmanaged marker position */
}
.eds-popover\.right-start .eds-popover_\#marker,
.eds-popover\.left-start .eds-popover_\#marker {
  top: 4px;
  /* default for unmanaged marker position */
}
.eds-popover\.right-end .eds-popover_\#marker,
.eds-popover\.left-end .eds-popover_\#marker {
  bottom: 4px;
  /* default for unmanaged marker position */
}
.eds-popover\.right,
.eds-popover\.right-start,
.eds-popover\.right-end {
  margin-right: 0;
}
.eds-popover\.right .eds-popover_\#marker,
.eds-popover\.right-start .eds-popover_\#marker,
.eds-popover\.right-end .eds-popover_\#marker {
  left: -9px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='15' fill='%23ffffff'%3E %3Cpolygon points='8,0 0,8 8,15' fill='%23d6d6d6'/%3E %3Cpolygon points='9,0 1,8 9,15'/%3E %3C/svg%3E");
}
.eds-popover\.left,
.eds-popover\.left-start,
.eds-popover\.left-end {
  margin-left: 0;
}
.eds-popover\.left .eds-popover_\#marker,
.eds-popover\.left-start .eds-popover_\#marker,
.eds-popover\.left-end .eds-popover_\#marker {
  right: -9px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='15' fill='%23ffffff'%3E %3Cpolygon points='1,0 9,8 1,15' fill='%23d6d6d6'/%3E %3Cpolygon points='0,0 8,8 0,15'/%3E %3C/svg%3E");
}
.eds-popover\.reduced-padding {
  padding-left: 8px;
  padding-right: 8px;
}
.eds-popover\.no-padding {
  padding-left: 0;
  padding-right: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}
.eds-primary-header {
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  color: #333333;
  border-bottom-width: 2px;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  -o-border-image: linear-gradient(to right, #af1685, #1d4f91) 50;
  border-image: linear-gradient(to right, #af1685, #1d4f91) 50;
  border-style: solid;
  height: 64px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.eds-primary-header_\#logo {
  padding-left: 16px;
  padding-right: 16px;
  height: 100%;
  display: flex;
  align-items: center;
}
.eds-primary-header_\#title {
  font-weight: 400;
  font-size: 16px;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 1px;
  border-style: solid;
  border-color: #c1c1c1;
  margin: 0;
  padding-top: 8px;
  padding-left: 16px;
  height: 32px;
  box-sizing: border-box;
}
.eds-primary-header_\.section {
  height: 100%;
  margin: 0;
  padding: 0;
  flex: 1 1 0%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.eds-primary-header_\.icon {
  /* Material Design claims that its button is compatible with MD Icons, Font Awesome, SVG, and ???.
     * Therefore, we apply the same styles here as its mdc-button__icon class.
     * See also: https://material.io/develop/web/components/buttons/
     */
  width: 24px;
  height: 24px;
  font-size: 24px;
  fill: currentColor;
}
.eds-primary-header_\.icon\.prepend {
  margin-right: 8px;
}
.eds-primary-header_\.icon\.append {
  margin-left: 4px;
}
.eds-primary-nav-item,
.pageTitleContainer .pageTitleRightPanelItem-eds-link {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  font-size: 16px;
}
.eds-primary-nav-item::after,
.pageTitleContainer .pageTitleRightPanelItem-eds-link::after {
  content: "";
  width: 9px;
  height: 5px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' fill='%23d6d6d6'%3E%3Cpolygon points='0,0 5,5 9,0'/%3E%3C/svg%3E");
  margin-left: 8px;
  background-repeat: no-repeat;
  display: none;
}
.eds-primary-nav-item\.dropdown::after {
  display: inline-block;
}
.eds-primary-nav-item\.selected,
.eds-primary-nav-item\.hover {
  background-color: #f6f6f6;
}
.eds-primary-nav-item_\#icon {
  /* Material Design claims that its button is compatible with MD Icons, Font Awesome, SVG, and ???.
     * Therefore, we apply the same styles here as its mdc-button__icon class.
     * See also: https://material.io/develop/web/components/buttons/
     */
  width: 24px;
  height: 24px;
  font-size: 24px;
  fill: currentColor;
}
.eds-primary-nav-item_\#label:not(:first-child) {
  margin-left: 8px;
}
.eds-radio,
.userPreferences .flex.flex-row.items-center span,
.maintainBatch .radioList li {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.eds-radio_\#input,
.eds-radio input,
.criteriaContainer .letterCriteriaContainer input,
.criteriaContainer .digitCriteriaContainer input,
.criteriaContainer .specialSymbolCriteriaContainer input,
.criteriaContainer .sequenceOfThreeCriteriaContainer input,
.criteriaContainer .sequenceOfTwoCriteriaContainer input,
.criteriaContainer .repeatingPatternCriteriaContainer input,
.criteriaContainer .commonWordCriteriaContainer input,
.criteriaContainer .forbiddenSymbolCriteriaContainer input,
.userPreferences .flex.flex-row.items-center span input,
.userPreferences .flex.flex-row.items-center span input,
.maintainBatch .radioList li input {
  outline: 0;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  color: #426da9;
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  transition-duration: 150ms;
  transition-property: border, box-shadow;
  transition-timing-function: ease;
  background-size: 10px 10px;
}
.eds-radio_\#input:checked,
.eds-radio input:checked,
.criteriaContainer .letterCriteriaContainer input:checked,
.criteriaContainer .digitCriteriaContainer input:checked,
.criteriaContainer .specialSymbolCriteriaContainer input:checked,
.criteriaContainer .sequenceOfThreeCriteriaContainer input:checked,
.criteriaContainer .sequenceOfTwoCriteriaContainer input:checked,
.criteriaContainer .repeatingPatternCriteriaContainer input:checked,
.criteriaContainer .commonWordCriteriaContainer input:checked,
.criteriaContainer .forbiddenSymbolCriteriaContainer input:checked,
.userPreferences .flex.flex-row.items-center span input:checked,
.userPreferences .flex.flex-row.items-center span input:checked,
.maintainBatch .radioList li input:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' fill='%23426da9'%3E%3Ccircle cx='5' cy='5' r='5'/%3E%3C/svg%3E");
}
.eds-radio_\#input:checked:disabled,
.eds-radio input:checked:disabled,
.criteriaContainer .letterCriteriaContainer input:checked:disabled,
.criteriaContainer .digitCriteriaContainer input:checked:disabled,
.criteriaContainer .specialSymbolCriteriaContainer input:checked:disabled,
.criteriaContainer .sequenceOfThreeCriteriaContainer input:checked:disabled,
.criteriaContainer .sequenceOfTwoCriteriaContainer input:checked:disabled,
.criteriaContainer .repeatingPatternCriteriaContainer input:checked:disabled,
.criteriaContainer .commonWordCriteriaContainer input:checked:disabled,
.criteriaContainer .forbiddenSymbolCriteriaContainer input:checked:disabled,
.userPreferences .flex.flex-row.items-center span input:checked:disabled,
.userPreferences .flex.flex-row.items-center span input:checked:disabled,
.maintainBatch .radioList li input:checked:disabled {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' fill='%23d6d6d6'%3E%3Ccircle cx='5' cy='5' r='5'/%3E%3C/svg%3E");
}
.eds-radio_\#input:disabled,
.eds-radio input:disabled,
.criteriaContainer .letterCriteriaContainer input:disabled,
.criteriaContainer .digitCriteriaContainer input:disabled,
.criteriaContainer .specialSymbolCriteriaContainer input:disabled,
.criteriaContainer .sequenceOfThreeCriteriaContainer input:disabled,
.criteriaContainer .sequenceOfTwoCriteriaContainer input:disabled,
.criteriaContainer .repeatingPatternCriteriaContainer input:disabled,
.criteriaContainer .commonWordCriteriaContainer input:disabled,
.criteriaContainer .forbiddenSymbolCriteriaContainer input:disabled,
.userPreferences .flex.flex-row.items-center span input:disabled,
.userPreferences .flex.flex-row.items-center span input:disabled,
.maintainBatch .radioList li input:disabled {
  color: #d6d6d6;
}
.eds-radio_\#input:focus,
.eds-radio input:focus,
.criteriaContainer .letterCriteriaContainer input:focus,
.criteriaContainer .digitCriteriaContainer input:focus,
.criteriaContainer .specialSymbolCriteriaContainer input:focus,
.criteriaContainer .sequenceOfThreeCriteriaContainer input:focus,
.criteriaContainer .sequenceOfTwoCriteriaContainer input:focus,
.criteriaContainer .repeatingPatternCriteriaContainer input:focus,
.criteriaContainer .commonWordCriteriaContainer input:focus,
.criteriaContainer .forbiddenSymbolCriteriaContainer input:focus,
.userPreferences .flex.flex-row.items-center span input:focus,
.userPreferences .flex.flex-row.items-center span input:focus,
.maintainBatch .radioList li input:focus {
  box-shadow: 0 0 0 1px #426da9;
}
.eds-radio_\#label,
.eds-radio label,
.criteriaContainer .letterCriteriaContainer label,
.criteriaContainer .digitCriteriaContainer label,
.criteriaContainer .specialSymbolCriteriaContainer label,
.criteriaContainer .sequenceOfThreeCriteriaContainer label,
.criteriaContainer .sequenceOfTwoCriteriaContainer label,
.criteriaContainer .repeatingPatternCriteriaContainer label,
.criteriaContainer .commonWordCriteriaContainer label,
.criteriaContainer .forbiddenSymbolCriteriaContainer label,
.userPreferences .flex.flex-row.items-center span label,
.userPreferences .flex.flex-row.items-center span label,
.maintainBatch .radioList li label {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  color: #333333;
  margin-left: 8px;
}
.eds-radio_\#input:disabled ~ .eds-radio_\#label,
.eds-radio input:disabled ~ .eds-radio_\#label,
.eds-radio_\#input:disabled ~ .eds-radio label,
.eds-radio input:disabled ~ label,
.criteriaContainer .letterCriteriaContainer input:disabled ~ .eds-radio_\#label,
.criteriaContainer .digitCriteriaContainer input:disabled ~ .eds-radio_\#label,
.criteriaContainer .specialSymbolCriteriaContainer input:disabled ~ .eds-radio_\#label,
.eds-radio_\#input:disabled ~ .criteriaContainer .letterCriteriaContainer label,
.eds-radio_\#input:disabled ~ .criteriaContainer .digitCriteriaContainer label,
.eds-radio_\#input:disabled ~ .criteriaContainer .specialSymbolCriteriaContainer label,
.criteriaContainer .letterCriteriaContainer input:disabled ~ label,
.criteriaContainer .digitCriteriaContainer input:disabled ~ label,
.criteriaContainer .specialSymbolCriteriaContainer input:disabled ~ label,
.criteriaContainer .sequenceOfThreeCriteriaContainer input:disabled ~ .eds-radio_\#label,
.criteriaContainer .sequenceOfTwoCriteriaContainer input:disabled ~ .eds-radio_\#label,
.criteriaContainer .repeatingPatternCriteriaContainer input:disabled ~ .eds-radio_\#label,
.criteriaContainer .commonWordCriteriaContainer input:disabled ~ .eds-radio_\#label,
.criteriaContainer .forbiddenSymbolCriteriaContainer input:disabled ~ .eds-radio_\#label,
.eds-radio_\#input:disabled ~ .criteriaContainer .sequenceOfThreeCriteriaContainer label,
.eds-radio_\#input:disabled ~ .criteriaContainer .sequenceOfTwoCriteriaContainer label,
.eds-radio_\#input:disabled ~ .criteriaContainer .repeatingPatternCriteriaContainer label,
.eds-radio_\#input:disabled ~ .criteriaContainer .commonWordCriteriaContainer label,
.eds-radio_\#input:disabled ~ .criteriaContainer .forbiddenSymbolCriteriaContainer label,
.criteriaContainer .sequenceOfThreeCriteriaContainer input:disabled ~ label,
.criteriaContainer .sequenceOfTwoCriteriaContainer input:disabled ~ label,
.criteriaContainer .repeatingPatternCriteriaContainer input:disabled ~ label,
.criteriaContainer .commonWordCriteriaContainer input:disabled ~ label,
.criteriaContainer .forbiddenSymbolCriteriaContainer input:disabled ~ label,
.userPreferences .flex.flex-row.items-center span input:disabled ~ .eds-radio_\#label,
.eds-radio_\#input:disabled ~ .userPreferences .flex.flex-row.items-center span label,
.userPreferences .flex.flex-row.items-center span input:disabled ~ .eds-radio_\#label,
.eds-radio_\#input:disabled ~ .userPreferences .flex.flex-row.items-center span label,
.userPreferences .flex.flex-row.items-center span input:disabled ~ label,
.maintainBatch .radioList li input:disabled ~ .eds-radio_\#label,
.eds-radio_\#input:disabled ~ .maintainBatch .radioList li label,
.maintainBatch .radioList li input:disabled ~ label {
  color: #8c8c8c;
}
@supports not (-ms-high-contrast: none) {
  .eds-radio_\#input,
  .eds-radio input,
  .criteriaContainer .letterCriteriaContainer input,
  .criteriaContainer .digitCriteriaContainer input,
  .criteriaContainer .specialSymbolCriteriaContainer input,
  .criteriaContainer .sequenceOfThreeCriteriaContainer input,
  .criteriaContainer .sequenceOfTwoCriteriaContainer input,
  .criteriaContainer .repeatingPatternCriteriaContainer input,
  .criteriaContainer .commonWordCriteriaContainer input,
  .criteriaContainer .forbiddenSymbolCriteriaContainer input,
  .userPreferences .flex.flex-row.items-center span input,
  .userPreferences .flex.flex-row.items-center span input,
  .maintainBatch .radioList li input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-width: 1px;
    border-style: solid;
    border-color: #8c8c8c;
    border-radius: 9999px;
  }
  .eds-radio_\#input:checked,
  .eds-radio_\#input:focus,
  .eds-radio input:checked,
  .eds-radio input:focus,
  .criteriaContainer .letterCriteriaContainer input:checked,
  .criteriaContainer .letterCriteriaContainer input:focus,
  .criteriaContainer .digitCriteriaContainer input:checked,
  .criteriaContainer .digitCriteriaContainer input:focus,
  .criteriaContainer .specialSymbolCriteriaContainer input:checked,
  .criteriaContainer .specialSymbolCriteriaContainer input:focus,
  .criteriaContainer .sequenceOfThreeCriteriaContainer input:checked,
  .criteriaContainer .sequenceOfThreeCriteriaContainer input:focus,
  .criteriaContainer .sequenceOfTwoCriteriaContainer input:checked,
  .criteriaContainer .sequenceOfTwoCriteriaContainer input:focus,
  .criteriaContainer .repeatingPatternCriteriaContainer input:checked,
  .criteriaContainer .repeatingPatternCriteriaContainer input:focus,
  .criteriaContainer .commonWordCriteriaContainer input:checked,
  .criteriaContainer .commonWordCriteriaContainer input:focus,
  .criteriaContainer .forbiddenSymbolCriteriaContainer input:checked,
  .criteriaContainer .forbiddenSymbolCriteriaContainer input:focus,
  .userPreferences .flex.flex-row.items-center span input:checked,
  .userPreferences .flex.flex-row.items-center span input:focus,
  .userPreferences .flex.flex-row.items-center span input:checked,
  .userPreferences .flex.flex-row.items-center span input:focus,
  .maintainBatch .radioList li input:checked,
  .maintainBatch .radioList li input:focus {
    border-color: #426da9;
  }
  .eds-radio_\#input:disabled,
  .eds-radio input:disabled,
  .criteriaContainer .letterCriteriaContainer input:disabled,
  .criteriaContainer .digitCriteriaContainer input:disabled,
  .criteriaContainer .specialSymbolCriteriaContainer input:disabled,
  .criteriaContainer .sequenceOfThreeCriteriaContainer input:disabled,
  .criteriaContainer .sequenceOfTwoCriteriaContainer input:disabled,
  .criteriaContainer .repeatingPatternCriteriaContainer input:disabled,
  .criteriaContainer .commonWordCriteriaContainer input:disabled,
  .criteriaContainer .forbiddenSymbolCriteriaContainer input:disabled,
  .userPreferences .flex.flex-row.items-center span input:disabled,
  .userPreferences .flex.flex-row.items-center span input:disabled,
  .maintainBatch .radioList li input:disabled {
    border-color: #d6d6d6;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .eds-radio_\#input::-ms-check,
  .eds-radio input::-ms-check,
  .criteriaContainer .letterCriteriaContainer input::-ms-check,
  .criteriaContainer .digitCriteriaContainer input::-ms-check,
  .criteriaContainer .specialSymbolCriteriaContainer input::-ms-check,
  .criteriaContainer .sequenceOfThreeCriteriaContainer input::-ms-check,
  .criteriaContainer .sequenceOfTwoCriteriaContainer input::-ms-check,
  .criteriaContainer .repeatingPatternCriteriaContainer input::-ms-check,
  .criteriaContainer .commonWordCriteriaContainer input::-ms-check,
  .criteriaContainer .forbiddenSymbolCriteriaContainer input::-ms-check,
  .userPreferences .flex.flex-row.items-center span input::-ms-check,
  .userPreferences .flex.flex-row.items-center span input::-ms-check,
  .maintainBatch .radioList li input::-ms-check {
    border-width: 1px;
    border-style: solid;
    border-color: #8c8c8c;
    border-radius: 9999px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: transparent;
    transition-duration: 150ms;
    transition-property: border;
    transition-timing-function: ease;
  }
  .eds-radio_\#input:checked::-ms-check,
  .eds-radio_\#input:focus::-ms-check,
  .eds-radio input:checked::-ms-check,
  .eds-radio input:focus::-ms-check,
  .criteriaContainer .letterCriteriaContainer input:checked::-ms-check,
  .criteriaContainer .letterCriteriaContainer input:focus::-ms-check,
  .criteriaContainer .digitCriteriaContainer input:checked::-ms-check,
  .criteriaContainer .digitCriteriaContainer input:focus::-ms-check,
  .criteriaContainer .specialSymbolCriteriaContainer input:checked::-ms-check,
  .criteriaContainer .specialSymbolCriteriaContainer input:focus::-ms-check,
  .criteriaContainer .sequenceOfThreeCriteriaContainer input:checked::-ms-check,
  .criteriaContainer .sequenceOfThreeCriteriaContainer input:focus::-ms-check,
  .criteriaContainer .sequenceOfTwoCriteriaContainer input:checked::-ms-check,
  .criteriaContainer .sequenceOfTwoCriteriaContainer input:focus::-ms-check,
  .criteriaContainer .repeatingPatternCriteriaContainer input:checked::-ms-check,
  .criteriaContainer .repeatingPatternCriteriaContainer input:focus::-ms-check,
  .criteriaContainer .commonWordCriteriaContainer input:checked::-ms-check,
  .criteriaContainer .commonWordCriteriaContainer input:focus::-ms-check,
  .criteriaContainer .forbiddenSymbolCriteriaContainer input:checked::-ms-check,
  .criteriaContainer .forbiddenSymbolCriteriaContainer input:focus::-ms-check,
  .userPreferences .flex.flex-row.items-center span input:checked::-ms-check,
  .userPreferences .flex.flex-row.items-center span input:focus::-ms-check,
  .userPreferences .flex.flex-row.items-center span input:checked::-ms-check,
  .userPreferences .flex.flex-row.items-center span input:focus::-ms-check,
  .maintainBatch .radioList li input:checked::-ms-check,
  .maintainBatch .radioList li input:focus::-ms-check {
    border-color: #426da9;
  }
}
.eds-sidebar {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  transition-duration: 150ms;
  transition-timing-function: ease;
  transition-property: width;
}
.eds-sidebar_\#content,
.eds-sidebar_\#controls {
  overflow-x: hidden;
}
.eds-sidebar_\#content {
  flex: 1 1 0%;
  overflow-y: auto;
}
.eds-sidebar\.closed {
  width: 48px;
}
.eds-sidebar\.open {
  width: 256px;
}
.eds-sidebar_\#controls {
  border-top-width: 1px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-style: solid;
  border-color: transparent;
}
.eds-sidebar_\.section {
  padding-top: 12px;
  padding-bottom: 12px;
}
.eds-sidebar_\.section:not(:first-child) {
  position: relative;
}
.eds-sidebar_\.section:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  margin-left: 12px;
  margin-right: 12px;
  background-color: transparent;
}
.eds-sidebar_\.when-closed,
.eds-sidebar_\.when-open {
  transition-duration: 150ms;
  transition-property: font-size, opacity, padding, width, height;
  transition-timing-function: ease;
}
.eds-sidebar\.open .eds-sidebar_\.when-closed,
.eds-sidebar\.closed .eds-sidebar_\.when-open {
  font-size: 0;
  opacity: 0;
  padding: 0;
  width: 0;
  height: 0;
}
.eds-sidebar\.basic {
  background-color: #ffffff;
  border-top-width: 0;
  border-right-width: 1px;
  border-bottom-width: 0;
  border-left-width: 0;
  border-style: solid;
  border-color: #d6d6d6;
}
.eds-sidebar\.basic .eds-sidebar_\.section:not(:first-child)::after,
.eds-sidebar\.gray .eds-sidebar_\.section:not(:first-child)::after {
  background-color: #d6d6d6;
}
.eds-sidebar\.basic .eds-sidebar_\#controls,
.eds-sidebar\.gray .eds-sidebar_\#controls {
  border-color: #d6d6d6;
}
.eds-sidebar\.blue {
  background-color: #0a3163;
}
.eds-sidebar\.blue .eds-sidebar_\.section:not(:first-child)::after {
  background-color: #1d4f91;
}
.eds-sidebar\.blue .eds-sidebar_\#controls {
  border-color: #1d4f91;
}
.eds-sidebar\.raspberry {
  background-color: #af1685;
}
.eds-sidebar\.raspberry .eds-sidebar_\.section:not(:first-child)::after {
  background-color: #760056;
}
.eds-sidebar\.raspberry .eds-sidebar_\#controls {
  border-color: #760056;
}
.eds-sidebar\.gray {
  background-color: #f6f6f6;
}
.eds-switch {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.eds-switch_\#input {
  outline: 0;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  color: #8c8c8c;
  width: 32px;
  height: 16px;
  border-radius: 9999px;
  transition-duration: 150ms;
  transition-property: background-color, background-position, border, box-shadow;
  transition-timing-function: ease;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' fill='%238c8c8c'%3E%3Ccircle cx='5' cy='5' r='5'/%3E%3C/svg%3E");
  background-size: 10px 10px;
}
.eds-switch_\#input:disabled {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' fill='%23d6d6d6'%3E%3Ccircle cx='5' cy='5' r='5'/%3E%3C/svg%3E");
}
.eds-switch_\#input:checked {
  background-color: #426da9;
  color: #ffffff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' fill='%23ffffff'%3E%3Ccircle cx='5' cy='5' r='5'/%3E%3C/svg%3E");
}
.eds-switch_\#input:checked:disabled {
  background-color: #d6d6d6;
}
.eds-switch_\#input:disabled {
  color: #d6d6d6;
}
.eds-switch_\#input:focus {
  box-shadow: 0 0 0 1px #426da9;
}
.eds-switch_\#label {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  color: #333333;
  margin-left: 8px;
}
.eds-switch_\#input:disabled ~ .eds-switch_\#label {
  color: #8c8c8c;
}
@supports not (-ms-high-contrast: none) {
  .eds-switch_\#input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-width: 1px;
    border-style: solid;
    border-color: #8c8c8c;
    border-radius: 9999px;
    background-position: 2px center;
  }
  .eds-switch_\#input:checked {
    background-position: 18px center;
  }
  .eds-switch_\#input:checked,
  .eds-switch_\#input:focus {
    border-color: #426da9;
  }
  .eds-switch_\#input:disabled {
    border-color: #d6d6d6;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .eds-switch_\#input {
    background-position: 3px center;
  }
  .eds-switch_\#input:checked {
    background-position: 19px center;
  }
  .eds-switch_\#input::-ms-check {
    border-width: 1px;
    border-style: solid;
    border-color: #8c8c8c;
    border-radius: 9999px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: transparent;
    transition-duration: 150ms;
    transition-property: border;
    transition-timing-function: ease;
  }
  .eds-switch_\#input:checked::-ms-check,
  .eds-switch_\#input:focus::-ms-check {
    border-color: #426da9;
  }
}
.eds-sidebar-toggle {
  height: 48px;
  display: block;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1;
  font-size: 14px;
}
.eds-sidebar-toggle_\#icon {
  /* Material Design claims that its button is compatible with MD Icons, Font Awesome, SVG, and ???.
     * Therefore, we apply the same styles here as its mdc-button__icon class.
     * See also: https://material.io/develop/web/components/buttons/
     */
  width: 24px;
  height: 24px;
  font-size: 24px;
  fill: currentColor;
}
.eds-sidebar-toggle_\#label {
  margin-left: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.eds-sidebar-toggle\.basic,
.eds-sidebar-toggle\.basic:focus,
.eds-sidebar-toggle\.gray,
.eds-sidebar-toggle\.gray:focus {
  color: #426da9;
}
.eds-sidebar-toggle\.basic:hover,
.eds-sidebar-toggle\.gray:hover {
  color: #1d4f91;
}
.eds-sidebar-toggle\.basic:focus,
.eds-sidebar-toggle\.gray:focus {
  box-shadow: inset 0 0 0 2px #426da9;
}
.eds-sidebar-toggle\.blue,
.eds-sidebar-toggle\.blue:hover,
.eds-sidebar-toggle\.blue:focus,
.eds-sidebar-toggle\.raspberry,
.eds-sidebar-toggle\.raspberry:hover,
.eds-sidebar-toggle\.raspberry:focus {
  color: #ffffff;
}
.eds-sidebar-toggle\.blue:focus,
.eds-sidebar-toggle\.raspberry:focus {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.eds-table {
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  background-color: #ffffff;
  color: #333333;
  border-spacing: 0;
}
.eds-table_\.row,
.workflowConfig .gridViewItem,
.workflowConfig .gridViewAlternatingItem {
  display: block;
}
.eds-table_\.row:nth-child(2n),
.workflowConfig .gridViewAlternatingItem {
  background-color: #f6f6f6;
}
.eds-table_\.row:hover,
.workflowConfig .gridViewItem:hover,
.workflowConfig .gridViewAlternatingItem:hover {
  background-color: #f2f8ff;
}
.eds-table_\.row\.selected,
.eds-table_\.row\.selected:hover,
.eds-table_\.row\.selected:nth-child(2n) {
  background-color: #fef2ff;
}
.eds-table_\.cell {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  padding: 8px;
  box-sizing: border-box;
  text-align: left;
  border-top-width: 0;
  border-right-width: 1px;
  border-bottom-width: 0;
  border-left-width: 0;
  border-style: solid;
  border-color: #d6d6d6;
  overflow-x: scroll;
}
.eds-table_\.cell:last-child {
  border-right-width: 0;
}
.eds-table_\.cell\.header {
  background-color: #f6f6f6;
  font-weight: 500;
}
.eds-table_\#header,
.eds-table_\#grid-view > thead {
  position: relative;
  display: block;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-style: solid;
  border-color: #d6d6d6;
  -ms-overflow-style: none;
}
.eds-table_\#header,
.eds-table_\#content,
.eds-table_\#grid-view > thead,
.eds-table_\#grid-view > tbody {
  display: block;
  overflow-y: scroll;
  width: 100%;
}
.eds-table_\#header,
.eds-table_\#grid-view > thead {
  -ms-overflow-style: none;
}
.eds-table_\#content,
.eds-table_\#grid-view > tbody {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.eds-table_\.row,
.workflowConfig .gridViewItem,
.workflowConfig .gridViewAlternatingItem {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.eds-table_\.cell {
  display: inline-flex;
  align-items: center;
  flex: 4;
}
.eds-table_\.cell\.custom,
.eds-table_\.cell\.select {
  flex: 0;
}
.eds-table_\.cell\.select {
  min-width: 40px;
  justify-content: center;
  padding: 0;
}
.eds-table_\.cell\.xs {
  flex: 1;
}
.eds-table_\.cell\.sm {
  flex: 2;
}
.eds-table_\.cell\.lg {
  flex: 8;
}
.eds-table_\.cell\.xl {
  flex: 16;
}
.eds-table-wrap {
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.eds-table-wrap_\#tools {
  border-bottom-width: 1px;
  border-top-width: 0;
}
.eds-table-wrap_\#pagination,
.eds-table_\#grid-view > tfoot {
  border-top-width: 1px;
  border-bottom-width: 0;
}
.eds-table-wrap_\#tools,
.eds-table-wrap_\#pagination,
.eds-table_\#grid-view > tfoot {
  border-right-width: 0;
  border-left-width: 0;
  border-style: solid;
  border-color: #d6d6d6;
}
.eds-tab {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 4px;
  border-left-width: 0;
  border-style: solid;
  border-color: transparent;
}
.eds-tab:hover {
  border-color: #d6d6d6;
}
.eds-tab\.selected,
.eds-tab\.selected:hover {
  border-color: #e63888;
}
.eds-tab_\#content {
  height: 48px;
  padding-left: 20px;
  display: inline-flex;
  align-items: center;
}
.eds-tab_\#content:last-child {
  padding-right: 20px;
}
.eds-tab\.compact .eds-tab_\#content {
  padding-left: 12px;
}
.eds-tab\.compact .eds-tab_\#content:last-child {
  padding-right: 12px;
}
.eds-tab_\#label:not(:first-child) {
  margin-left: 12px;
}
.eds-tab_\#close {
  margin-left: 12px;
  margin-right: 20px;
}
.eds-tab_\.icon {
  /* Material Design claims that its button is compatible with MD Icons, Font Awesome, SVG, and ???.
     * Therefore, we apply the same styles here as its mdc-button__icon class.
     * See also: https://material.io/develop/web/components/buttons/
     */
  width: 18px;
  height: 18px;
  font-size: 18px;
  fill: currentColor;
}
.eds-tabset {
  list-style-type: none;
  padding: 0;
  display: flex;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-style: solid;
  border-color: #d6d6d6;
}
.eds-tag {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 9999px;
  background-color: #d6d6d6;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
}
.eds-tag\.error {
  background-color: #FFD6DD;
  color: #c60025;
}
.eds-tag\.warning {
  background-color: #FFF1BD;
  color: #995006;
}
.eds-tag\.success {
  background-color: #D0F6DB;
  color: #007a3b;
}
.eds-token {
  height: 24px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  border-radius: 4px;
  background-color: #d6e3f4;
  color: #333333;
  font-size: 14px;
}
.eds-token,
.eds-token_\#close {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1;
}
.eds-token_\#label {
  font-weight: 500;
  margin-right: 4px;
}
.eds-token_\#close {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 8px;
  padding: 0;
  border-width: 0;
  background-color: transparent;
  color: #426da9;
  cursor: pointer;
  font-size: 18px;
}
.eds-token_\#close:hover {
  font-weight: 700;
  color: #1d4f91;
}
.eds-toolbar {
  display: flex;
  flex-direction: row;
}
.eds-toolbar_\.section {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-style: solid;
  border-color: #d6d6d6;
  padding: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
}
.eds-toolbar_\.section:first-child {
  flex: 1 1 0%;
  padding-left: 20px;
  padding-right: 20px;
}
.eds-toolbar_\.section\.no-padding:first-child {
  padding-left: 8px;
  padding-right: 8px;
}
.eds-toolbar_\.section + .eds-toolbar_\.section {
  border-left-width: 1px;
}
.eds-toolbar\.inverse .eds-toolbar_\.section {
  background-color: #6d2077;
  border-color: #a45dad;
  color: #ffffff;
}
.eds-tooltip {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #333333;
  font-weight: 400;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: inline-block;
  margin: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
  font-size: 14px;
  color: #ffffff;
}
.eds-tooltip_\#marker {
  position: absolute;
}
.eds-tooltip\.top,
.eds-tooltip\.top-start,
.eds-tooltip\.top-end,
.eds-tooltip\.bottom,
.eds-tooltip\.bottom-start,
.eds-tooltip\.bottom-end {
  margin-right: 0;
  margin-left: 0;
}
.eds-tooltip\.top .eds-tooltip_\#marker,
.eds-tooltip\.top-start .eds-tooltip_\#marker,
.eds-tooltip\.top-end .eds-tooltip_\#marker,
.eds-tooltip\.bottom .eds-tooltip_\#marker,
.eds-tooltip\.bottom-start .eds-tooltip_\#marker,
.eds-tooltip\.bottom-end .eds-tooltip_\#marker {
  width: 15px;
  height: 8px;
}
.eds-tooltip\.top .eds-tooltip_\#marker,
.eds-tooltip\.bottom .eds-tooltip_\#marker {
  left: calc(42.5%);
  /* default for unmanaged marker position */
}
.eds-tooltip\.top-start .eds-tooltip_\#marker,
.eds-tooltip\.bottom-start .eds-tooltip_\#marker {
  left: 4px;
  /* default for unmanaged marker position */
}
.eds-tooltip\.top-end .eds-tooltip_\#marker,
.eds-tooltip\.bottom-end .eds-tooltip_\#marker {
  right: 4px;
  /* default for unmanaged marker position */
}
.eds-tooltip\.top,
.eds-tooltip\.top-start,
.eds-tooltip\.top-end {
  margin-top: 0;
}
.eds-tooltip\.top .eds-tooltip_\#marker,
.eds-tooltip\.top-start .eds-tooltip_\#marker,
.eds-tooltip\.top-end .eds-tooltip_\#marker {
  bottom: -8px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='8' fill='%23333333'%3E%3Cpolygon points='0,0 8,8 15,0'/%3E%3C/svg%3E");
}
.eds-tooltip\.bottom,
.eds-tooltip\.bottom-start,
.eds-tooltip\.bottom-end {
  margin-bottom: 0;
}
.eds-tooltip\.bottom .eds-tooltip_\#marker,
.eds-tooltip\.bottom-start .eds-tooltip_\#marker,
.eds-tooltip\.bottom-end .eds-tooltip_\#marker {
  top: -8px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='8' fill='%23333333'%3E%3Cpolygon points='0,8 8,0 15,8'/%3E%3C/svg%3E");
}
.eds-tooltip\.right,
.eds-tooltip\.right-start,
.eds-tooltip\.right-end,
.eds-tooltip\.left,
.eds-tooltip\.left-start,
.eds-tooltip\.left-end {
  margin-top: 0;
  margin-bottom: 0;
}
.eds-tooltip\.right .eds-tooltip_\#marker,
.eds-tooltip\.right-start .eds-tooltip_\#marker,
.eds-tooltip\.right-end .eds-tooltip_\#marker,
.eds-tooltip\.left .eds-tooltip_\#marker,
.eds-tooltip\.left-start .eds-tooltip_\#marker,
.eds-tooltip\.left-end .eds-tooltip_\#marker {
  width: 8px;
  height: 15px;
}
.eds-tooltip\.right .eds-tooltip_\#marker,
.eds-tooltip\.left .eds-tooltip_\#marker {
  top: calc(42.5%);
  /* default for unmanaged marker position */
}
.eds-tooltip\.right-start .eds-tooltip_\#marker,
.eds-tooltip\.left-start .eds-tooltip_\#marker {
  top: 4px;
  /* default for unmanaged marker position */
}
.eds-tooltip\.right-end .eds-tooltip_\#marker,
.eds-tooltip\.left-end .eds-tooltip_\#marker {
  bottom: 4px;
  /* default for unmanaged marker position */
}
.eds-tooltip\.right,
.eds-tooltip\.right-start,
.eds-tooltip\.right-end {
  margin-right: 0;
}
.eds-tooltip\.right .eds-tooltip_\#marker,
.eds-tooltip\.right-start .eds-tooltip_\#marker,
.eds-tooltip\.right-end .eds-tooltip_\#marker {
  left: -8px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='15' fill='%23333333'%3E%3Cpolygon points='8,0 0,8 8,15'/%3E%3C/svg%3E");
}
.eds-tooltip\.left,
.eds-tooltip\.left-start,
.eds-tooltip\.left-end {
  margin-left: 0;
}
.eds-tooltip\.left .eds-tooltip_\#marker,
.eds-tooltip\.left-start .eds-tooltip_\#marker,
.eds-tooltip\.left-end .eds-tooltip_\#marker {
  right: -8px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='15' fill='%23333333'%3E%3Cpolygon points='0,0 8,8 0,15'/%3E%3C/svg%3E");
}
/* Mixes */
.eds-accordion_\.eds-details:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.eds-accordion_\.eds-details:not(:last-child) {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}
.eds-accordion_\.eds-details:not(:last-child)[focus-within] {
  border-bottom-color: #426da9;
}
.eds-accordion_\.eds-details:not(:last-child):focus-within {
  border-bottom-color: #426da9;
}
.eds-accordion_\.eds-details:not(:last-child)[focus-within] + .eds-accordion_\.eds-details {
  border-top-color: #426da9;
}
.eds-accordion_\.eds-details:not(:last-child):focus-within + .eds-accordion_\.eds-details {
  border-top-color: #426da9;
}
.eds-primary-nav-item\.eds-link {
  text-decoration: none;
}
.eds-primary-nav-item\.eds-link::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' fill='%23426da9'%3E%3Cpolygon points='0,0 5,5 9,0'/%3E%3C/svg%3E");
}
.eds-primary-nav-item\.eds-link:hover::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' fill='%231d4f91'%3E%3Cpolygon points='0,0 5,5 9,0'/%3E%3C/svg%3E");
}
.eds-primary-nav-item\.eds-link.eds-link\.selected::after {
  /* This is not ideal as chaining CSS classes increases specificity. */
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' fill='%23333333'%3E%3Cpolygon points='0,0 5,5 9,0'/%3E%3C/svg%3E");
}
.eds-sidebar_\.eds-menu-item {
  transition-duration: 150ms;
  transition-timing-function: ease;
  transition-property: padding;
}
.eds-sidebar\.closed_\.eds-menu-item {
  padding-left: 12px;
}
.eds-sidebar .eds-sidebar\.closed_\.eds-menu-item_\#icon {
  transform: scale(1.1);
  color: inherit;
}
.eds-sidebar\.closed_\.eds-sidebar-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.eds-tab_\.eds-link {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.eds-table-wrap_\.eds-table {
  border-width: 0;
  border-radius: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.focus\:sr-only:focus {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-local {
  background-attachment: local;
}
.bg-scroll {
  background-attachment: scroll;
}
.bg-black {
  background-color: #333333;
}
.bg-blue-100 {
  background-color: #f2f8ff;
}
.bg-blue-150 {
  background-color: #E6EFFB;
}
.bg-blue-200 {
  background-color: #d6e3f4;
}
.bg-blue-300 {
  background-color: #bbcfea;
}
.bg-blue-400 {
  background-color: #8dabd4;
}
.bg-blue-500 {
  background-color: #648abf;
}
.bg-blue-600 {
  background-color: #426da9;
}
.bg-blue-700 {
  background-color: #1d4f91;
}
.bg-blue-800 {
  background-color: #123f7a;
}
.bg-blue-900 {
  background-color: #0a3163;
}
.bg-gray-100 {
  background-color: #f6f6f6;
}
.bg-gray-200 {
  background-color: #eaeaea;
}
.bg-gray-300 {
  background-color: #d6d6d6;
}
.bg-gray-400 {
  background-color: #c1c1c1;
}
.bg-gray-500 {
  background-color: #a7a7a7;
}
.bg-gray-600 {
  background-color: #8c8c8c;
}
.bg-gray-700 {
  background-color: #717171;
}
.bg-gray-800 {
  background-color: #585858;
}
.bg-gray-900 {
  background-color: #404040;
}
.bg-green-100 {
  background-color: #F2FFF5;
}
.bg-green-200 {
  background-color: #D0F6DB;
}
.bg-green-300 {
  background-color: #9AE8B4;
}
.bg-green-400 {
  background-color: #5CD08E;
}
.bg-green-500 {
  background-color: #29B769;
}
.bg-green-600 {
  background-color: #009f4d;
}
.bg-green-700 {
  background-color: #007a3b;
}
.bg-green-800 {
  background-color: #00612F;
}
.bg-green-900 {
  background-color: #004A24;
}
.bg-lime-100 {
  background-color: #fefff2;
}
.bg-lime-200 {
  background-color: #f7f9cc;
}
.bg-lime-300 {
  background-color: #f0f3a7;
}
.bg-lime-400 {
  background-color: #dce26d;
}
.bg-lime-500 {
  background-color: #cad03b;
}
.bg-lime-600 {
  background-color: #b7bf10;
}
.bg-lime-700 {
  background-color: #979e08;
}
.bg-lime-800 {
  background-color: #777d03;
}
.bg-lime-900 {
  background-color: #575c00;
}
.bg-magenta-100 {
  background-color: #fff1fa;
}
.bg-magenta-200 {
  background-color: #ffd8f0;
}
.bg-magenta-300 {
  background-color: #ffc0e4;
}
.bg-magenta-400 {
  background-color: #f790c6;
}
.bg-magenta-500 {
  background-color: #ef62a8;
}
.bg-magenta-600 {
  background-color: #e63888;
}
.bg-magenta-700 {
  background-color: #c41d73;
}
.bg-magenta-800 {
  background-color: #a20861;
}
.bg-magenta-900 {
  background-color: #800051;
}
.bg-orange-100 {
  background-color: #fff9f2;
}
.bg-orange-200 {
  background-color: #ffeed7;
}
.bg-orange-300 {
  background-color: #ffe3ba;
}
.bg-orange-400 {
  background-color: #ffc684;
}
.bg-orange-500 {
  background-color: #ffaa4f;
}
.bg-orange-600 {
  background-color: #ff8f1c;
}
.bg-orange-700 {
  background-color: #cc6e0f;
}
.bg-orange-800 {
  background-color: #995006;
}
.bg-orange-900 {
  background-color: #663300;
}
.bg-purple-100 {
  background-color: #fef2ff;
}
.bg-purple-200 {
  background-color: #eed3f1;
}
.bg-purple-300 {
  background-color: #dfb6e4;
}
.bg-purple-400 {
  background-color: #c186c9;
}
.bg-purple-500 {
  background-color: #a45dad;
}
.bg-purple-600 {
  background-color: #883b92;
}
.bg-purple-700 {
  background-color: #6d2077;
}
.bg-purple-800 {
  background-color: #53135b;
}
.bg-purple-900 {
  background-color: #390a40;
}
.bg-raspberry-100 {
  background-color: #fff0fb;
}
.bg-raspberry-200 {
  background-color: #f6cbea;
}
.bg-raspberry-300 {
  background-color: #eda7da;
}
.bg-raspberry-400 {
  background-color: #d86fbc;
}
.bg-raspberry-500 {
  background-color: #c43e9f;
}
.bg-raspberry-600 {
  background-color: #af1685;
}
.bg-raspberry-700 {
  background-color: #92086d;
}
.bg-raspberry-800 {
  background-color: #760056;
}
.bg-raspberry-900 {
  background-color: #570041;
}
.bg-red-100 {
  background-color: #fff0f3;
}
.bg-red-200 {
  background-color: #FFD6DD;
}
.bg-red-300 {
  background-color: #fea8b8;
}
.bg-red-400 {
  background-color: #f66c86;
}
.bg-red-500 {
  background-color: #ed3457;
}
.bg-red-600 {
  background-color: #e4002b;
}
.bg-red-700 {
  background-color: #c60025;
}
.bg-red-800 {
  background-color: #a8001f;
}
.bg-red-900 {
  background-color: #8a0019;
}
.bg-sapphire-100 {
  background-color: #f2fcff;
}
.bg-sapphire-200 {
  background-color: #d0eff8;
}
.bg-sapphire-300 {
  background-color: #afe2f1;
}
.bg-sapphire-400 {
  background-color: #79c8de;
}
.bg-sapphire-500 {
  background-color: #4aafcc;
}
.bg-sapphire-600 {
  background-color: #2197b9;
}
.bg-sapphire-700 {
  background-color: #0081a6;
}
.bg-sapphire-800 {
  background-color: #006580;
}
.bg-sapphire-900 {
  background-color: #004759;
}
.bg-teal-100 {
  background-color: #f2fffe;
}
.bg-teal-200 {
  background-color: #c6f7f4;
}
.bg-teal-300 {
  background-color: #9befea;
}
.bg-teal-400 {
  background-color: #5fdad4;
}
.bg-teal-500 {
  background-color: #2bc6be;
}
.bg-teal-600 {
  background-color: #00b2a9;
}
.bg-teal-700 {
  background-color: #00948c;
}
.bg-teal-800 {
  background-color: #00756f;
}
.bg-teal-900 {
  background-color: #005752;
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  background-color: #ffffff;
}
.bg-white-a10 {
  background-color: rgba(255, 255, 255, 0.1);
}
.bg-white-a20 {
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-white-a30 {
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-white-a40 {
  background-color: rgba(255, 255, 255, 0.4);
}
.bg-white-a50 {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-white-a60 {
  background-color: rgba(255, 255, 255, 0.6);
}
.bg-white-a70 {
  background-color: rgba(255, 255, 255, 0.7);
}
.bg-white-a80 {
  background-color: rgba(255, 255, 255, 0.8);
}
.bg-white-a90 {
  background-color: rgba(255, 255, 255, 0.9);
}
.bg-yellow-100 {
  background-color: #FFF9E8;
}
.bg-yellow-200 {
  background-color: #FFF1BD;
}
.bg-yellow-300 {
  background-color: #FFEA90;
}
.bg-yellow-400 {
  background-color: #FFD146;
}
.bg-yellow-500 {
  background-color: #FEBA00;
}
.bg-yellow-600 {
  background-color: #D49A00;
}
.bg-yellow-700 {
  background-color: #AA7A00;
}
.bg-yellow-800 {
  background-color: #815B00;
}
.bg-yellow-900 {
  background-color: #573D00;
}
.hover\:bg-black:hover {
  background-color: #333333;
}
.hover\:bg-blue-100:hover {
  background-color: #f2f8ff;
}
.hover\:bg-blue-150:hover {
  background-color: #E6EFFB;
}
.hover\:bg-blue-200:hover {
  background-color: #d6e3f4;
}
.hover\:bg-blue-300:hover {
  background-color: #bbcfea;
}
.hover\:bg-blue-400:hover {
  background-color: #8dabd4;
}
.hover\:bg-blue-500:hover {
  background-color: #648abf;
}
.hover\:bg-blue-600:hover {
  background-color: #426da9;
}
.hover\:bg-blue-700:hover {
  background-color: #1d4f91;
}
.hover\:bg-blue-800:hover {
  background-color: #123f7a;
}
.hover\:bg-blue-900:hover {
  background-color: #0a3163;
}
.hover\:bg-gray-100:hover {
  background-color: #f6f6f6;
}
.hover\:bg-gray-200:hover {
  background-color: #eaeaea;
}
.hover\:bg-gray-300:hover {
  background-color: #d6d6d6;
}
.hover\:bg-gray-400:hover {
  background-color: #c1c1c1;
}
.hover\:bg-gray-500:hover {
  background-color: #a7a7a7;
}
.hover\:bg-gray-600:hover {
  background-color: #8c8c8c;
}
.hover\:bg-gray-700:hover {
  background-color: #717171;
}
.hover\:bg-gray-800:hover {
  background-color: #585858;
}
.hover\:bg-gray-900:hover {
  background-color: #404040;
}
.hover\:bg-green-100:hover {
  background-color: #F2FFF5;
}
.hover\:bg-green-200:hover {
  background-color: #D0F6DB;
}
.hover\:bg-green-300:hover {
  background-color: #9AE8B4;
}
.hover\:bg-green-400:hover {
  background-color: #5CD08E;
}
.hover\:bg-green-500:hover {
  background-color: #29B769;
}
.hover\:bg-green-600:hover {
  background-color: #009f4d;
}
.hover\:bg-green-700:hover {
  background-color: #007a3b;
}
.hover\:bg-green-800:hover {
  background-color: #00612F;
}
.hover\:bg-green-900:hover {
  background-color: #004A24;
}
.hover\:bg-lime-100:hover {
  background-color: #fefff2;
}
.hover\:bg-lime-200:hover {
  background-color: #f7f9cc;
}
.hover\:bg-lime-300:hover {
  background-color: #f0f3a7;
}
.hover\:bg-lime-400:hover {
  background-color: #dce26d;
}
.hover\:bg-lime-500:hover {
  background-color: #cad03b;
}
.hover\:bg-lime-600:hover {
  background-color: #b7bf10;
}
.hover\:bg-lime-700:hover {
  background-color: #979e08;
}
.hover\:bg-lime-800:hover {
  background-color: #777d03;
}
.hover\:bg-lime-900:hover {
  background-color: #575c00;
}
.hover\:bg-magenta-100:hover {
  background-color: #fff1fa;
}
.hover\:bg-magenta-200:hover {
  background-color: #ffd8f0;
}
.hover\:bg-magenta-300:hover {
  background-color: #ffc0e4;
}
.hover\:bg-magenta-400:hover {
  background-color: #f790c6;
}
.hover\:bg-magenta-500:hover {
  background-color: #ef62a8;
}
.hover\:bg-magenta-600:hover {
  background-color: #e63888;
}
.hover\:bg-magenta-700:hover {
  background-color: #c41d73;
}
.hover\:bg-magenta-800:hover {
  background-color: #a20861;
}
.hover\:bg-magenta-900:hover {
  background-color: #800051;
}
.hover\:bg-orange-100:hover {
  background-color: #fff9f2;
}
.hover\:bg-orange-200:hover {
  background-color: #ffeed7;
}
.hover\:bg-orange-300:hover {
  background-color: #ffe3ba;
}
.hover\:bg-orange-400:hover {
  background-color: #ffc684;
}
.hover\:bg-orange-500:hover {
  background-color: #ffaa4f;
}
.hover\:bg-orange-600:hover {
  background-color: #ff8f1c;
}
.hover\:bg-orange-700:hover {
  background-color: #cc6e0f;
}
.hover\:bg-orange-800:hover {
  background-color: #995006;
}
.hover\:bg-orange-900:hover {
  background-color: #663300;
}
.hover\:bg-purple-100:hover {
  background-color: #fef2ff;
}
.hover\:bg-purple-200:hover {
  background-color: #eed3f1;
}
.hover\:bg-purple-300:hover {
  background-color: #dfb6e4;
}
.hover\:bg-purple-400:hover {
  background-color: #c186c9;
}
.hover\:bg-purple-500:hover {
  background-color: #a45dad;
}
.hover\:bg-purple-600:hover {
  background-color: #883b92;
}
.hover\:bg-purple-700:hover {
  background-color: #6d2077;
}
.hover\:bg-purple-800:hover {
  background-color: #53135b;
}
.hover\:bg-purple-900:hover {
  background-color: #390a40;
}
.hover\:bg-raspberry-100:hover {
  background-color: #fff0fb;
}
.hover\:bg-raspberry-200:hover {
  background-color: #f6cbea;
}
.hover\:bg-raspberry-300:hover {
  background-color: #eda7da;
}
.hover\:bg-raspberry-400:hover {
  background-color: #d86fbc;
}
.hover\:bg-raspberry-500:hover {
  background-color: #c43e9f;
}
.hover\:bg-raspberry-600:hover {
  background-color: #af1685;
}
.hover\:bg-raspberry-700:hover {
  background-color: #92086d;
}
.hover\:bg-raspberry-800:hover {
  background-color: #760056;
}
.hover\:bg-raspberry-900:hover {
  background-color: #570041;
}
.hover\:bg-red-100:hover {
  background-color: #fff0f3;
}
.hover\:bg-red-200:hover {
  background-color: #FFD6DD;
}
.hover\:bg-red-300:hover {
  background-color: #fea8b8;
}
.hover\:bg-red-400:hover {
  background-color: #f66c86;
}
.hover\:bg-red-500:hover {
  background-color: #ed3457;
}
.hover\:bg-red-600:hover {
  background-color: #e4002b;
}
.hover\:bg-red-700:hover {
  background-color: #c60025;
}
.hover\:bg-red-800:hover {
  background-color: #a8001f;
}
.hover\:bg-red-900:hover {
  background-color: #8a0019;
}
.hover\:bg-sapphire-100:hover {
  background-color: #f2fcff;
}
.hover\:bg-sapphire-200:hover {
  background-color: #d0eff8;
}
.hover\:bg-sapphire-300:hover {
  background-color: #afe2f1;
}
.hover\:bg-sapphire-400:hover {
  background-color: #79c8de;
}
.hover\:bg-sapphire-500:hover {
  background-color: #4aafcc;
}
.hover\:bg-sapphire-600:hover {
  background-color: #2197b9;
}
.hover\:bg-sapphire-700:hover {
  background-color: #0081a6;
}
.hover\:bg-sapphire-800:hover {
  background-color: #006580;
}
.hover\:bg-sapphire-900:hover {
  background-color: #004759;
}
.hover\:bg-teal-100:hover {
  background-color: #f2fffe;
}
.hover\:bg-teal-200:hover {
  background-color: #c6f7f4;
}
.hover\:bg-teal-300:hover {
  background-color: #9befea;
}
.hover\:bg-teal-400:hover {
  background-color: #5fdad4;
}
.hover\:bg-teal-500:hover {
  background-color: #2bc6be;
}
.hover\:bg-teal-600:hover {
  background-color: #00b2a9;
}
.hover\:bg-teal-700:hover {
  background-color: #00948c;
}
.hover\:bg-teal-800:hover {
  background-color: #00756f;
}
.hover\:bg-teal-900:hover {
  background-color: #005752;
}
.hover\:bg-transparent:hover {
  background-color: transparent;
}
.hover\:bg-white:hover {
  background-color: #ffffff;
}
.hover\:bg-white-a10:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.hover\:bg-white-a20:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.hover\:bg-white-a30:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.hover\:bg-white-a40:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.hover\:bg-white-a50:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.hover\:bg-white-a60:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.hover\:bg-white-a70:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.hover\:bg-white-a80:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.hover\:bg-white-a90:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.hover\:bg-yellow-100:hover {
  background-color: #FFF9E8;
}
.hover\:bg-yellow-200:hover {
  background-color: #FFF1BD;
}
.hover\:bg-yellow-300:hover {
  background-color: #FFEA90;
}
.hover\:bg-yellow-400:hover {
  background-color: #FFD146;
}
.hover\:bg-yellow-500:hover {
  background-color: #FEBA00;
}
.hover\:bg-yellow-600:hover {
  background-color: #D49A00;
}
.hover\:bg-yellow-700:hover {
  background-color: #AA7A00;
}
.hover\:bg-yellow-800:hover {
  background-color: #815B00;
}
.hover\:bg-yellow-900:hover {
  background-color: #573D00;
}
.focus\:bg-black:focus {
  background-color: #333333;
}
.focus\:bg-blue-100:focus {
  background-color: #f2f8ff;
}
.focus\:bg-blue-150:focus {
  background-color: #E6EFFB;
}
.focus\:bg-blue-200:focus {
  background-color: #d6e3f4;
}
.focus\:bg-blue-300:focus {
  background-color: #bbcfea;
}
.focus\:bg-blue-400:focus {
  background-color: #8dabd4;
}
.focus\:bg-blue-500:focus {
  background-color: #648abf;
}
.focus\:bg-blue-600:focus {
  background-color: #426da9;
}
.focus\:bg-blue-700:focus {
  background-color: #1d4f91;
}
.focus\:bg-blue-800:focus {
  background-color: #123f7a;
}
.focus\:bg-blue-900:focus {
  background-color: #0a3163;
}
.focus\:bg-gray-100:focus {
  background-color: #f6f6f6;
}
.focus\:bg-gray-200:focus {
  background-color: #eaeaea;
}
.focus\:bg-gray-300:focus {
  background-color: #d6d6d6;
}
.focus\:bg-gray-400:focus {
  background-color: #c1c1c1;
}
.focus\:bg-gray-500:focus {
  background-color: #a7a7a7;
}
.focus\:bg-gray-600:focus {
  background-color: #8c8c8c;
}
.focus\:bg-gray-700:focus {
  background-color: #717171;
}
.focus\:bg-gray-800:focus {
  background-color: #585858;
}
.focus\:bg-gray-900:focus {
  background-color: #404040;
}
.focus\:bg-green-100:focus {
  background-color: #F2FFF5;
}
.focus\:bg-green-200:focus {
  background-color: #D0F6DB;
}
.focus\:bg-green-300:focus {
  background-color: #9AE8B4;
}
.focus\:bg-green-400:focus {
  background-color: #5CD08E;
}
.focus\:bg-green-500:focus {
  background-color: #29B769;
}
.focus\:bg-green-600:focus {
  background-color: #009f4d;
}
.focus\:bg-green-700:focus {
  background-color: #007a3b;
}
.focus\:bg-green-800:focus {
  background-color: #00612F;
}
.focus\:bg-green-900:focus {
  background-color: #004A24;
}
.focus\:bg-lime-100:focus {
  background-color: #fefff2;
}
.focus\:bg-lime-200:focus {
  background-color: #f7f9cc;
}
.focus\:bg-lime-300:focus {
  background-color: #f0f3a7;
}
.focus\:bg-lime-400:focus {
  background-color: #dce26d;
}
.focus\:bg-lime-500:focus {
  background-color: #cad03b;
}
.focus\:bg-lime-600:focus {
  background-color: #b7bf10;
}
.focus\:bg-lime-700:focus {
  background-color: #979e08;
}
.focus\:bg-lime-800:focus {
  background-color: #777d03;
}
.focus\:bg-lime-900:focus {
  background-color: #575c00;
}
.focus\:bg-magenta-100:focus {
  background-color: #fff1fa;
}
.focus\:bg-magenta-200:focus {
  background-color: #ffd8f0;
}
.focus\:bg-magenta-300:focus {
  background-color: #ffc0e4;
}
.focus\:bg-magenta-400:focus {
  background-color: #f790c6;
}
.focus\:bg-magenta-500:focus {
  background-color: #ef62a8;
}
.focus\:bg-magenta-600:focus {
  background-color: #e63888;
}
.focus\:bg-magenta-700:focus {
  background-color: #c41d73;
}
.focus\:bg-magenta-800:focus {
  background-color: #a20861;
}
.focus\:bg-magenta-900:focus {
  background-color: #800051;
}
.focus\:bg-orange-100:focus {
  background-color: #fff9f2;
}
.focus\:bg-orange-200:focus {
  background-color: #ffeed7;
}
.focus\:bg-orange-300:focus {
  background-color: #ffe3ba;
}
.focus\:bg-orange-400:focus {
  background-color: #ffc684;
}
.focus\:bg-orange-500:focus {
  background-color: #ffaa4f;
}
.focus\:bg-orange-600:focus {
  background-color: #ff8f1c;
}
.focus\:bg-orange-700:focus {
  background-color: #cc6e0f;
}
.focus\:bg-orange-800:focus {
  background-color: #995006;
}
.focus\:bg-orange-900:focus {
  background-color: #663300;
}
.focus\:bg-purple-100:focus {
  background-color: #fef2ff;
}
.focus\:bg-purple-200:focus {
  background-color: #eed3f1;
}
.focus\:bg-purple-300:focus {
  background-color: #dfb6e4;
}
.focus\:bg-purple-400:focus {
  background-color: #c186c9;
}
.focus\:bg-purple-500:focus {
  background-color: #a45dad;
}
.focus\:bg-purple-600:focus {
  background-color: #883b92;
}
.focus\:bg-purple-700:focus {
  background-color: #6d2077;
}
.focus\:bg-purple-800:focus {
  background-color: #53135b;
}
.focus\:bg-purple-900:focus {
  background-color: #390a40;
}
.focus\:bg-raspberry-100:focus {
  background-color: #fff0fb;
}
.focus\:bg-raspberry-200:focus {
  background-color: #f6cbea;
}
.focus\:bg-raspberry-300:focus {
  background-color: #eda7da;
}
.focus\:bg-raspberry-400:focus {
  background-color: #d86fbc;
}
.focus\:bg-raspberry-500:focus {
  background-color: #c43e9f;
}
.focus\:bg-raspberry-600:focus {
  background-color: #af1685;
}
.focus\:bg-raspberry-700:focus {
  background-color: #92086d;
}
.focus\:bg-raspberry-800:focus {
  background-color: #760056;
}
.focus\:bg-raspberry-900:focus {
  background-color: #570041;
}
.focus\:bg-red-100:focus {
  background-color: #fff0f3;
}
.focus\:bg-red-200:focus {
  background-color: #FFD6DD;
}
.focus\:bg-red-300:focus {
  background-color: #fea8b8;
}
.focus\:bg-red-400:focus {
  background-color: #f66c86;
}
.focus\:bg-red-500:focus {
  background-color: #ed3457;
}
.focus\:bg-red-600:focus {
  background-color: #e4002b;
}
.focus\:bg-red-700:focus {
  background-color: #c60025;
}
.focus\:bg-red-800:focus {
  background-color: #a8001f;
}
.focus\:bg-red-900:focus {
  background-color: #8a0019;
}
.focus\:bg-sapphire-100:focus {
  background-color: #f2fcff;
}
.focus\:bg-sapphire-200:focus {
  background-color: #d0eff8;
}
.focus\:bg-sapphire-300:focus {
  background-color: #afe2f1;
}
.focus\:bg-sapphire-400:focus {
  background-color: #79c8de;
}
.focus\:bg-sapphire-500:focus {
  background-color: #4aafcc;
}
.focus\:bg-sapphire-600:focus {
  background-color: #2197b9;
}
.focus\:bg-sapphire-700:focus {
  background-color: #0081a6;
}
.focus\:bg-sapphire-800:focus {
  background-color: #006580;
}
.focus\:bg-sapphire-900:focus {
  background-color: #004759;
}
.focus\:bg-teal-100:focus {
  background-color: #f2fffe;
}
.focus\:bg-teal-200:focus {
  background-color: #c6f7f4;
}
.focus\:bg-teal-300:focus {
  background-color: #9befea;
}
.focus\:bg-teal-400:focus {
  background-color: #5fdad4;
}
.focus\:bg-teal-500:focus {
  background-color: #2bc6be;
}
.focus\:bg-teal-600:focus {
  background-color: #00b2a9;
}
.focus\:bg-teal-700:focus {
  background-color: #00948c;
}
.focus\:bg-teal-800:focus {
  background-color: #00756f;
}
.focus\:bg-teal-900:focus {
  background-color: #005752;
}
.focus\:bg-transparent:focus {
  background-color: transparent;
}
.focus\:bg-white:focus {
  background-color: #ffffff;
}
.focus\:bg-white-a10:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.focus\:bg-white-a20:focus {
  background-color: rgba(255, 255, 255, 0.2);
}
.focus\:bg-white-a30:focus {
  background-color: rgba(255, 255, 255, 0.3);
}
.focus\:bg-white-a40:focus {
  background-color: rgba(255, 255, 255, 0.4);
}
.focus\:bg-white-a50:focus {
  background-color: rgba(255, 255, 255, 0.5);
}
.focus\:bg-white-a60:focus {
  background-color: rgba(255, 255, 255, 0.6);
}
.focus\:bg-white-a70:focus {
  background-color: rgba(255, 255, 255, 0.7);
}
.focus\:bg-white-a80:focus {
  background-color: rgba(255, 255, 255, 0.8);
}
.focus\:bg-white-a90:focus {
  background-color: rgba(255, 255, 255, 0.9);
}
.focus\:bg-yellow-100:focus {
  background-color: #FFF9E8;
}
.focus\:bg-yellow-200:focus {
  background-color: #FFF1BD;
}
.focus\:bg-yellow-300:focus {
  background-color: #FFEA90;
}
.focus\:bg-yellow-400:focus {
  background-color: #FFD146;
}
.focus\:bg-yellow-500:focus {
  background-color: #FEBA00;
}
.focus\:bg-yellow-600:focus {
  background-color: #D49A00;
}
.focus\:bg-yellow-700:focus {
  background-color: #AA7A00;
}
.focus\:bg-yellow-800:focus {
  background-color: #815B00;
}
.focus\:bg-yellow-900:focus {
  background-color: #573D00;
}
.active\:bg-black:active {
  background-color: #333333;
}
.active\:bg-blue-100:active {
  background-color: #f2f8ff;
}
.active\:bg-blue-150:active {
  background-color: #E6EFFB;
}
.active\:bg-blue-200:active {
  background-color: #d6e3f4;
}
.active\:bg-blue-300:active {
  background-color: #bbcfea;
}
.active\:bg-blue-400:active {
  background-color: #8dabd4;
}
.active\:bg-blue-500:active {
  background-color: #648abf;
}
.active\:bg-blue-600:active {
  background-color: #426da9;
}
.active\:bg-blue-700:active {
  background-color: #1d4f91;
}
.active\:bg-blue-800:active {
  background-color: #123f7a;
}
.active\:bg-blue-900:active {
  background-color: #0a3163;
}
.active\:bg-gray-100:active {
  background-color: #f6f6f6;
}
.active\:bg-gray-200:active {
  background-color: #eaeaea;
}
.active\:bg-gray-300:active {
  background-color: #d6d6d6;
}
.active\:bg-gray-400:active {
  background-color: #c1c1c1;
}
.active\:bg-gray-500:active {
  background-color: #a7a7a7;
}
.active\:bg-gray-600:active {
  background-color: #8c8c8c;
}
.active\:bg-gray-700:active {
  background-color: #717171;
}
.active\:bg-gray-800:active {
  background-color: #585858;
}
.active\:bg-gray-900:active {
  background-color: #404040;
}
.active\:bg-green-100:active {
  background-color: #F2FFF5;
}
.active\:bg-green-200:active {
  background-color: #D0F6DB;
}
.active\:bg-green-300:active {
  background-color: #9AE8B4;
}
.active\:bg-green-400:active {
  background-color: #5CD08E;
}
.active\:bg-green-500:active {
  background-color: #29B769;
}
.active\:bg-green-600:active {
  background-color: #009f4d;
}
.active\:bg-green-700:active {
  background-color: #007a3b;
}
.active\:bg-green-800:active {
  background-color: #00612F;
}
.active\:bg-green-900:active {
  background-color: #004A24;
}
.active\:bg-lime-100:active {
  background-color: #fefff2;
}
.active\:bg-lime-200:active {
  background-color: #f7f9cc;
}
.active\:bg-lime-300:active {
  background-color: #f0f3a7;
}
.active\:bg-lime-400:active {
  background-color: #dce26d;
}
.active\:bg-lime-500:active {
  background-color: #cad03b;
}
.active\:bg-lime-600:active {
  background-color: #b7bf10;
}
.active\:bg-lime-700:active {
  background-color: #979e08;
}
.active\:bg-lime-800:active {
  background-color: #777d03;
}
.active\:bg-lime-900:active {
  background-color: #575c00;
}
.active\:bg-magenta-100:active {
  background-color: #fff1fa;
}
.active\:bg-magenta-200:active {
  background-color: #ffd8f0;
}
.active\:bg-magenta-300:active {
  background-color: #ffc0e4;
}
.active\:bg-magenta-400:active {
  background-color: #f790c6;
}
.active\:bg-magenta-500:active {
  background-color: #ef62a8;
}
.active\:bg-magenta-600:active {
  background-color: #e63888;
}
.active\:bg-magenta-700:active {
  background-color: #c41d73;
}
.active\:bg-magenta-800:active {
  background-color: #a20861;
}
.active\:bg-magenta-900:active {
  background-color: #800051;
}
.active\:bg-orange-100:active {
  background-color: #fff9f2;
}
.active\:bg-orange-200:active {
  background-color: #ffeed7;
}
.active\:bg-orange-300:active {
  background-color: #ffe3ba;
}
.active\:bg-orange-400:active {
  background-color: #ffc684;
}
.active\:bg-orange-500:active {
  background-color: #ffaa4f;
}
.active\:bg-orange-600:active {
  background-color: #ff8f1c;
}
.active\:bg-orange-700:active {
  background-color: #cc6e0f;
}
.active\:bg-orange-800:active {
  background-color: #995006;
}
.active\:bg-orange-900:active {
  background-color: #663300;
}
.active\:bg-purple-100:active {
  background-color: #fef2ff;
}
.active\:bg-purple-200:active {
  background-color: #eed3f1;
}
.active\:bg-purple-300:active {
  background-color: #dfb6e4;
}
.active\:bg-purple-400:active {
  background-color: #c186c9;
}
.active\:bg-purple-500:active {
  background-color: #a45dad;
}
.active\:bg-purple-600:active {
  background-color: #883b92;
}
.active\:bg-purple-700:active {
  background-color: #6d2077;
}
.active\:bg-purple-800:active {
  background-color: #53135b;
}
.active\:bg-purple-900:active {
  background-color: #390a40;
}
.active\:bg-raspberry-100:active {
  background-color: #fff0fb;
}
.active\:bg-raspberry-200:active {
  background-color: #f6cbea;
}
.active\:bg-raspberry-300:active {
  background-color: #eda7da;
}
.active\:bg-raspberry-400:active {
  background-color: #d86fbc;
}
.active\:bg-raspberry-500:active {
  background-color: #c43e9f;
}
.active\:bg-raspberry-600:active {
  background-color: #af1685;
}
.active\:bg-raspberry-700:active {
  background-color: #92086d;
}
.active\:bg-raspberry-800:active {
  background-color: #760056;
}
.active\:bg-raspberry-900:active {
  background-color: #570041;
}
.active\:bg-red-100:active {
  background-color: #fff0f3;
}
.active\:bg-red-200:active {
  background-color: #FFD6DD;
}
.active\:bg-red-300:active {
  background-color: #fea8b8;
}
.active\:bg-red-400:active {
  background-color: #f66c86;
}
.active\:bg-red-500:active {
  background-color: #ed3457;
}
.active\:bg-red-600:active {
  background-color: #e4002b;
}
.active\:bg-red-700:active {
  background-color: #c60025;
}
.active\:bg-red-800:active {
  background-color: #a8001f;
}
.active\:bg-red-900:active {
  background-color: #8a0019;
}
.active\:bg-sapphire-100:active {
  background-color: #f2fcff;
}
.active\:bg-sapphire-200:active {
  background-color: #d0eff8;
}
.active\:bg-sapphire-300:active {
  background-color: #afe2f1;
}
.active\:bg-sapphire-400:active {
  background-color: #79c8de;
}
.active\:bg-sapphire-500:active {
  background-color: #4aafcc;
}
.active\:bg-sapphire-600:active {
  background-color: #2197b9;
}
.active\:bg-sapphire-700:active {
  background-color: #0081a6;
}
.active\:bg-sapphire-800:active {
  background-color: #006580;
}
.active\:bg-sapphire-900:active {
  background-color: #004759;
}
.active\:bg-teal-100:active {
  background-color: #f2fffe;
}
.active\:bg-teal-200:active {
  background-color: #c6f7f4;
}
.active\:bg-teal-300:active {
  background-color: #9befea;
}
.active\:bg-teal-400:active {
  background-color: #5fdad4;
}
.active\:bg-teal-500:active {
  background-color: #2bc6be;
}
.active\:bg-teal-600:active {
  background-color: #00b2a9;
}
.active\:bg-teal-700:active {
  background-color: #00948c;
}
.active\:bg-teal-800:active {
  background-color: #00756f;
}
.active\:bg-teal-900:active {
  background-color: #005752;
}
.active\:bg-transparent:active {
  background-color: transparent;
}
.active\:bg-white:active {
  background-color: #ffffff;
}
.active\:bg-white-a10:active {
  background-color: rgba(255, 255, 255, 0.1);
}
.active\:bg-white-a20:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.active\:bg-white-a30:active {
  background-color: rgba(255, 255, 255, 0.3);
}
.active\:bg-white-a40:active {
  background-color: rgba(255, 255, 255, 0.4);
}
.active\:bg-white-a50:active {
  background-color: rgba(255, 255, 255, 0.5);
}
.active\:bg-white-a60:active {
  background-color: rgba(255, 255, 255, 0.6);
}
.active\:bg-white-a70:active {
  background-color: rgba(255, 255, 255, 0.7);
}
.active\:bg-white-a80:active {
  background-color: rgba(255, 255, 255, 0.8);
}
.active\:bg-white-a90:active {
  background-color: rgba(255, 255, 255, 0.9);
}
.active\:bg-yellow-100:active {
  background-color: #FFF9E8;
}
.active\:bg-yellow-200:active {
  background-color: #FFF1BD;
}
.active\:bg-yellow-300:active {
  background-color: #FFEA90;
}
.active\:bg-yellow-400:active {
  background-color: #FFD146;
}
.active\:bg-yellow-500:active {
  background-color: #FEBA00;
}
.active\:bg-yellow-600:active {
  background-color: #D49A00;
}
.active\:bg-yellow-700:active {
  background-color: #AA7A00;
}
.active\:bg-yellow-800:active {
  background-color: #815B00;
}
.active\:bg-yellow-900:active {
  background-color: #573D00;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-left {
  background-position: left;
}
.bg-left-bottom {
  background-position: left bottom;
}
.bg-left-top {
  background-position: left top;
}
.bg-right {
  background-position: right;
}
.bg-right-bottom {
  background-position: right bottom;
}
.bg-right-top {
  background-position: right top;
}
.bg-top {
  background-position: top;
}
.bg-top-12 {
  background-position: center top 12px;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.bg-repeat-y {
  background-repeat: repeat-y;
}
.bg-repeat-round {
  background-repeat: round;
}
.bg-repeat-space {
  background-repeat: space;
}
.bg-auto {
  background-size: auto;
}
.bg-cover {
  background-size: cover;
}
.bg-contain {
  background-size: contain;
}
.border-collapse {
  border-collapse: collapse;
}
.border-separate {
  border-collapse: separate;
}
.border-black {
  border-color: #333333;
}
.border-blue-100 {
  border-color: #f2f8ff;
}
.border-blue-150 {
  border-color: #E6EFFB;
}
.border-blue-200 {
  border-color: #d6e3f4;
}
.border-blue-300 {
  border-color: #bbcfea;
}
.border-blue-400 {
  border-color: #8dabd4;
}
.border-blue-500 {
  border-color: #648abf;
}
.border-blue-600 {
  border-color: #426da9;
}
.border-blue-700 {
  border-color: #1d4f91;
}
.border-blue-800 {
  border-color: #123f7a;
}
.border-blue-900 {
  border-color: #0a3163;
}
.border-gray-100 {
  border-color: #f6f6f6;
}
.border-gray-200 {
  border-color: #eaeaea;
}
.border-gray-300 {
  border-color: #d6d6d6;
}
.border-gray-400 {
  border-color: #c1c1c1;
}
.border-gray-500 {
  border-color: #a7a7a7;
}
.border-gray-600 {
  border-color: #8c8c8c;
}
.border-gray-700 {
  border-color: #717171;
}
.border-gray-800 {
  border-color: #585858;
}
.border-gray-900 {
  border-color: #404040;
}
.border-green-100 {
  border-color: #F2FFF5;
}
.border-green-200 {
  border-color: #D0F6DB;
}
.border-green-300 {
  border-color: #9AE8B4;
}
.border-green-400 {
  border-color: #5CD08E;
}
.border-green-500 {
  border-color: #29B769;
}
.border-green-600 {
  border-color: #009f4d;
}
.border-green-700 {
  border-color: #007a3b;
}
.border-green-800 {
  border-color: #00612F;
}
.border-green-900 {
  border-color: #004A24;
}
.border-lime-100 {
  border-color: #fefff2;
}
.border-lime-200 {
  border-color: #f7f9cc;
}
.border-lime-300 {
  border-color: #f0f3a7;
}
.border-lime-400 {
  border-color: #dce26d;
}
.border-lime-500 {
  border-color: #cad03b;
}
.border-lime-600 {
  border-color: #b7bf10;
}
.border-lime-700 {
  border-color: #979e08;
}
.border-lime-800 {
  border-color: #777d03;
}
.border-lime-900 {
  border-color: #575c00;
}
.border-magenta-100 {
  border-color: #fff1fa;
}
.border-magenta-200 {
  border-color: #ffd8f0;
}
.border-magenta-300 {
  border-color: #ffc0e4;
}
.border-magenta-400 {
  border-color: #f790c6;
}
.border-magenta-500 {
  border-color: #ef62a8;
}
.border-magenta-600 {
  border-color: #e63888;
}
.border-magenta-700 {
  border-color: #c41d73;
}
.border-magenta-800 {
  border-color: #a20861;
}
.border-magenta-900 {
  border-color: #800051;
}
.border-orange-100 {
  border-color: #fff9f2;
}
.border-orange-200 {
  border-color: #ffeed7;
}
.border-orange-300 {
  border-color: #ffe3ba;
}
.border-orange-400 {
  border-color: #ffc684;
}
.border-orange-500 {
  border-color: #ffaa4f;
}
.border-orange-600 {
  border-color: #ff8f1c;
}
.border-orange-700 {
  border-color: #cc6e0f;
}
.border-orange-800 {
  border-color: #995006;
}
.border-orange-900 {
  border-color: #663300;
}
.border-purple-100 {
  border-color: #fef2ff;
}
.border-purple-200 {
  border-color: #eed3f1;
}
.border-purple-300 {
  border-color: #dfb6e4;
}
.border-purple-400 {
  border-color: #c186c9;
}
.border-purple-500 {
  border-color: #a45dad;
}
.border-purple-600 {
  border-color: #883b92;
}
.border-purple-700 {
  border-color: #6d2077;
}
.border-purple-800 {
  border-color: #53135b;
}
.border-purple-900 {
  border-color: #390a40;
}
.border-raspberry-100 {
  border-color: #fff0fb;
}
.border-raspberry-200 {
  border-color: #f6cbea;
}
.border-raspberry-300 {
  border-color: #eda7da;
}
.border-raspberry-400 {
  border-color: #d86fbc;
}
.border-raspberry-500 {
  border-color: #c43e9f;
}
.border-raspberry-600 {
  border-color: #af1685;
}
.border-raspberry-700 {
  border-color: #92086d;
}
.border-raspberry-800 {
  border-color: #760056;
}
.border-raspberry-900 {
  border-color: #570041;
}
.border-red-100 {
  border-color: #fff0f3;
}
.border-red-200 {
  border-color: #FFD6DD;
}
.border-red-300 {
  border-color: #fea8b8;
}
.border-red-400 {
  border-color: #f66c86;
}
.border-red-500 {
  border-color: #ed3457;
}
.border-red-600 {
  border-color: #e4002b;
}
.border-red-700 {
  border-color: #c60025;
}
.border-red-800 {
  border-color: #a8001f;
}
.border-red-900 {
  border-color: #8a0019;
}
.border-sapphire-100 {
  border-color: #f2fcff;
}
.border-sapphire-200 {
  border-color: #d0eff8;
}
.border-sapphire-300 {
  border-color: #afe2f1;
}
.border-sapphire-400 {
  border-color: #79c8de;
}
.border-sapphire-500 {
  border-color: #4aafcc;
}
.border-sapphire-600 {
  border-color: #2197b9;
}
.border-sapphire-700 {
  border-color: #0081a6;
}
.border-sapphire-800 {
  border-color: #006580;
}
.border-sapphire-900 {
  border-color: #004759;
}
.border-teal-100 {
  border-color: #f2fffe;
}
.border-teal-200 {
  border-color: #c6f7f4;
}
.border-teal-300 {
  border-color: #9befea;
}
.border-teal-400 {
  border-color: #5fdad4;
}
.border-teal-500 {
  border-color: #2bc6be;
}
.border-teal-600 {
  border-color: #00b2a9;
}
.border-teal-700 {
  border-color: #00948c;
}
.border-teal-800 {
  border-color: #00756f;
}
.border-teal-900 {
  border-color: #005752;
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  border-color: #ffffff;
}
.border-white-a10 {
  border-color: rgba(255, 255, 255, 0.1);
}
.border-white-a20 {
  border-color: rgba(255, 255, 255, 0.2);
}
.border-white-a30 {
  border-color: rgba(255, 255, 255, 0.3);
}
.border-white-a40 {
  border-color: rgba(255, 255, 255, 0.4);
}
.border-white-a50 {
  border-color: rgba(255, 255, 255, 0.5);
}
.border-white-a60 {
  border-color: rgba(255, 255, 255, 0.6);
}
.border-white-a70 {
  border-color: rgba(255, 255, 255, 0.7);
}
.border-white-a80 {
  border-color: rgba(255, 255, 255, 0.8);
}
.border-white-a90 {
  border-color: rgba(255, 255, 255, 0.9);
}
.border-yellow-100 {
  border-color: #FFF9E8;
}
.border-yellow-200 {
  border-color: #FFF1BD;
}
.border-yellow-300 {
  border-color: #FFEA90;
}
.border-yellow-400 {
  border-color: #FFD146;
}
.border-yellow-500 {
  border-color: #FEBA00;
}
.border-yellow-600 {
  border-color: #D49A00;
}
.border-yellow-700 {
  border-color: #AA7A00;
}
.border-yellow-800 {
  border-color: #815B00;
}
.border-yellow-900 {
  border-color: #573D00;
}
.hover\:border-black:hover {
  border-color: #333333;
}
.hover\:border-blue-100:hover {
  border-color: #f2f8ff;
}
.hover\:border-blue-150:hover {
  border-color: #E6EFFB;
}
.hover\:border-blue-200:hover {
  border-color: #d6e3f4;
}
.hover\:border-blue-300:hover {
  border-color: #bbcfea;
}
.hover\:border-blue-400:hover {
  border-color: #8dabd4;
}
.hover\:border-blue-500:hover {
  border-color: #648abf;
}
.hover\:border-blue-600:hover {
  border-color: #426da9;
}
.hover\:border-blue-700:hover {
  border-color: #1d4f91;
}
.hover\:border-blue-800:hover {
  border-color: #123f7a;
}
.hover\:border-blue-900:hover {
  border-color: #0a3163;
}
.hover\:border-gray-100:hover {
  border-color: #f6f6f6;
}
.hover\:border-gray-200:hover {
  border-color: #eaeaea;
}
.hover\:border-gray-300:hover {
  border-color: #d6d6d6;
}
.hover\:border-gray-400:hover {
  border-color: #c1c1c1;
}
.hover\:border-gray-500:hover {
  border-color: #a7a7a7;
}
.hover\:border-gray-600:hover {
  border-color: #8c8c8c;
}
.hover\:border-gray-700:hover {
  border-color: #717171;
}
.hover\:border-gray-800:hover {
  border-color: #585858;
}
.hover\:border-gray-900:hover {
  border-color: #404040;
}
.hover\:border-green-100:hover {
  border-color: #F2FFF5;
}
.hover\:border-green-200:hover {
  border-color: #D0F6DB;
}
.hover\:border-green-300:hover {
  border-color: #9AE8B4;
}
.hover\:border-green-400:hover {
  border-color: #5CD08E;
}
.hover\:border-green-500:hover {
  border-color: #29B769;
}
.hover\:border-green-600:hover {
  border-color: #009f4d;
}
.hover\:border-green-700:hover {
  border-color: #007a3b;
}
.hover\:border-green-800:hover {
  border-color: #00612F;
}
.hover\:border-green-900:hover {
  border-color: #004A24;
}
.hover\:border-lime-100:hover {
  border-color: #fefff2;
}
.hover\:border-lime-200:hover {
  border-color: #f7f9cc;
}
.hover\:border-lime-300:hover {
  border-color: #f0f3a7;
}
.hover\:border-lime-400:hover {
  border-color: #dce26d;
}
.hover\:border-lime-500:hover {
  border-color: #cad03b;
}
.hover\:border-lime-600:hover {
  border-color: #b7bf10;
}
.hover\:border-lime-700:hover {
  border-color: #979e08;
}
.hover\:border-lime-800:hover {
  border-color: #777d03;
}
.hover\:border-lime-900:hover {
  border-color: #575c00;
}
.hover\:border-magenta-100:hover {
  border-color: #fff1fa;
}
.hover\:border-magenta-200:hover {
  border-color: #ffd8f0;
}
.hover\:border-magenta-300:hover {
  border-color: #ffc0e4;
}
.hover\:border-magenta-400:hover {
  border-color: #f790c6;
}
.hover\:border-magenta-500:hover {
  border-color: #ef62a8;
}
.hover\:border-magenta-600:hover {
  border-color: #e63888;
}
.hover\:border-magenta-700:hover {
  border-color: #c41d73;
}
.hover\:border-magenta-800:hover {
  border-color: #a20861;
}
.hover\:border-magenta-900:hover {
  border-color: #800051;
}
.hover\:border-orange-100:hover {
  border-color: #fff9f2;
}
.hover\:border-orange-200:hover {
  border-color: #ffeed7;
}
.hover\:border-orange-300:hover {
  border-color: #ffe3ba;
}
.hover\:border-orange-400:hover {
  border-color: #ffc684;
}
.hover\:border-orange-500:hover {
  border-color: #ffaa4f;
}
.hover\:border-orange-600:hover {
  border-color: #ff8f1c;
}
.hover\:border-orange-700:hover {
  border-color: #cc6e0f;
}
.hover\:border-orange-800:hover {
  border-color: #995006;
}
.hover\:border-orange-900:hover {
  border-color: #663300;
}
.hover\:border-purple-100:hover {
  border-color: #fef2ff;
}
.hover\:border-purple-200:hover {
  border-color: #eed3f1;
}
.hover\:border-purple-300:hover {
  border-color: #dfb6e4;
}
.hover\:border-purple-400:hover {
  border-color: #c186c9;
}
.hover\:border-purple-500:hover {
  border-color: #a45dad;
}
.hover\:border-purple-600:hover {
  border-color: #883b92;
}
.hover\:border-purple-700:hover {
  border-color: #6d2077;
}
.hover\:border-purple-800:hover {
  border-color: #53135b;
}
.hover\:border-purple-900:hover {
  border-color: #390a40;
}
.hover\:border-raspberry-100:hover {
  border-color: #fff0fb;
}
.hover\:border-raspberry-200:hover {
  border-color: #f6cbea;
}
.hover\:border-raspberry-300:hover {
  border-color: #eda7da;
}
.hover\:border-raspberry-400:hover {
  border-color: #d86fbc;
}
.hover\:border-raspberry-500:hover {
  border-color: #c43e9f;
}
.hover\:border-raspberry-600:hover {
  border-color: #af1685;
}
.hover\:border-raspberry-700:hover {
  border-color: #92086d;
}
.hover\:border-raspberry-800:hover {
  border-color: #760056;
}
.hover\:border-raspberry-900:hover {
  border-color: #570041;
}
.hover\:border-red-100:hover {
  border-color: #fff0f3;
}
.hover\:border-red-200:hover {
  border-color: #FFD6DD;
}
.hover\:border-red-300:hover {
  border-color: #fea8b8;
}
.hover\:border-red-400:hover {
  border-color: #f66c86;
}
.hover\:border-red-500:hover {
  border-color: #ed3457;
}
.hover\:border-red-600:hover {
  border-color: #e4002b;
}
.hover\:border-red-700:hover {
  border-color: #c60025;
}
.hover\:border-red-800:hover {
  border-color: #a8001f;
}
.hover\:border-red-900:hover {
  border-color: #8a0019;
}
.hover\:border-sapphire-100:hover {
  border-color: #f2fcff;
}
.hover\:border-sapphire-200:hover {
  border-color: #d0eff8;
}
.hover\:border-sapphire-300:hover {
  border-color: #afe2f1;
}
.hover\:border-sapphire-400:hover {
  border-color: #79c8de;
}
.hover\:border-sapphire-500:hover {
  border-color: #4aafcc;
}
.hover\:border-sapphire-600:hover {
  border-color: #2197b9;
}
.hover\:border-sapphire-700:hover {
  border-color: #0081a6;
}
.hover\:border-sapphire-800:hover {
  border-color: #006580;
}
.hover\:border-sapphire-900:hover {
  border-color: #004759;
}
.hover\:border-teal-100:hover {
  border-color: #f2fffe;
}
.hover\:border-teal-200:hover {
  border-color: #c6f7f4;
}
.hover\:border-teal-300:hover {
  border-color: #9befea;
}
.hover\:border-teal-400:hover {
  border-color: #5fdad4;
}
.hover\:border-teal-500:hover {
  border-color: #2bc6be;
}
.hover\:border-teal-600:hover {
  border-color: #00b2a9;
}
.hover\:border-teal-700:hover {
  border-color: #00948c;
}
.hover\:border-teal-800:hover {
  border-color: #00756f;
}
.hover\:border-teal-900:hover {
  border-color: #005752;
}
.hover\:border-transparent:hover {
  border-color: transparent;
}
.hover\:border-white:hover {
  border-color: #ffffff;
}
.hover\:border-white-a10:hover {
  border-color: rgba(255, 255, 255, 0.1);
}
.hover\:border-white-a20:hover {
  border-color: rgba(255, 255, 255, 0.2);
}
.hover\:border-white-a30:hover {
  border-color: rgba(255, 255, 255, 0.3);
}
.hover\:border-white-a40:hover {
  border-color: rgba(255, 255, 255, 0.4);
}
.hover\:border-white-a50:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.hover\:border-white-a60:hover {
  border-color: rgba(255, 255, 255, 0.6);
}
.hover\:border-white-a70:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
.hover\:border-white-a80:hover {
  border-color: rgba(255, 255, 255, 0.8);
}
.hover\:border-white-a90:hover {
  border-color: rgba(255, 255, 255, 0.9);
}
.hover\:border-yellow-100:hover {
  border-color: #FFF9E8;
}
.hover\:border-yellow-200:hover {
  border-color: #FFF1BD;
}
.hover\:border-yellow-300:hover {
  border-color: #FFEA90;
}
.hover\:border-yellow-400:hover {
  border-color: #FFD146;
}
.hover\:border-yellow-500:hover {
  border-color: #FEBA00;
}
.hover\:border-yellow-600:hover {
  border-color: #D49A00;
}
.hover\:border-yellow-700:hover {
  border-color: #AA7A00;
}
.hover\:border-yellow-800:hover {
  border-color: #815B00;
}
.hover\:border-yellow-900:hover {
  border-color: #573D00;
}
.focus\:border-black:focus {
  border-color: #333333;
}
.focus\:border-blue-100:focus {
  border-color: #f2f8ff;
}
.focus\:border-blue-150:focus {
  border-color: #E6EFFB;
}
.focus\:border-blue-200:focus {
  border-color: #d6e3f4;
}
.focus\:border-blue-300:focus {
  border-color: #bbcfea;
}
.focus\:border-blue-400:focus {
  border-color: #8dabd4;
}
.focus\:border-blue-500:focus {
  border-color: #648abf;
}
.focus\:border-blue-600:focus {
  border-color: #426da9;
}
.focus\:border-blue-700:focus {
  border-color: #1d4f91;
}
.focus\:border-blue-800:focus {
  border-color: #123f7a;
}
.focus\:border-blue-900:focus {
  border-color: #0a3163;
}
.focus\:border-gray-100:focus {
  border-color: #f6f6f6;
}
.focus\:border-gray-200:focus {
  border-color: #eaeaea;
}
.focus\:border-gray-300:focus {
  border-color: #d6d6d6;
}
.focus\:border-gray-400:focus {
  border-color: #c1c1c1;
}
.focus\:border-gray-500:focus {
  border-color: #a7a7a7;
}
.focus\:border-gray-600:focus {
  border-color: #8c8c8c;
}
.focus\:border-gray-700:focus {
  border-color: #717171;
}
.focus\:border-gray-800:focus {
  border-color: #585858;
}
.focus\:border-gray-900:focus {
  border-color: #404040;
}
.focus\:border-green-100:focus {
  border-color: #F2FFF5;
}
.focus\:border-green-200:focus {
  border-color: #D0F6DB;
}
.focus\:border-green-300:focus {
  border-color: #9AE8B4;
}
.focus\:border-green-400:focus {
  border-color: #5CD08E;
}
.focus\:border-green-500:focus {
  border-color: #29B769;
}
.focus\:border-green-600:focus {
  border-color: #009f4d;
}
.focus\:border-green-700:focus {
  border-color: #007a3b;
}
.focus\:border-green-800:focus {
  border-color: #00612F;
}
.focus\:border-green-900:focus {
  border-color: #004A24;
}
.focus\:border-lime-100:focus {
  border-color: #fefff2;
}
.focus\:border-lime-200:focus {
  border-color: #f7f9cc;
}
.focus\:border-lime-300:focus {
  border-color: #f0f3a7;
}
.focus\:border-lime-400:focus {
  border-color: #dce26d;
}
.focus\:border-lime-500:focus {
  border-color: #cad03b;
}
.focus\:border-lime-600:focus {
  border-color: #b7bf10;
}
.focus\:border-lime-700:focus {
  border-color: #979e08;
}
.focus\:border-lime-800:focus {
  border-color: #777d03;
}
.focus\:border-lime-900:focus {
  border-color: #575c00;
}
.focus\:border-magenta-100:focus {
  border-color: #fff1fa;
}
.focus\:border-magenta-200:focus {
  border-color: #ffd8f0;
}
.focus\:border-magenta-300:focus {
  border-color: #ffc0e4;
}
.focus\:border-magenta-400:focus {
  border-color: #f790c6;
}
.focus\:border-magenta-500:focus {
  border-color: #ef62a8;
}
.focus\:border-magenta-600:focus {
  border-color: #e63888;
}
.focus\:border-magenta-700:focus {
  border-color: #c41d73;
}
.focus\:border-magenta-800:focus {
  border-color: #a20861;
}
.focus\:border-magenta-900:focus {
  border-color: #800051;
}
.focus\:border-orange-100:focus {
  border-color: #fff9f2;
}
.focus\:border-orange-200:focus {
  border-color: #ffeed7;
}
.focus\:border-orange-300:focus {
  border-color: #ffe3ba;
}
.focus\:border-orange-400:focus {
  border-color: #ffc684;
}
.focus\:border-orange-500:focus {
  border-color: #ffaa4f;
}
.focus\:border-orange-600:focus {
  border-color: #ff8f1c;
}
.focus\:border-orange-700:focus {
  border-color: #cc6e0f;
}
.focus\:border-orange-800:focus {
  border-color: #995006;
}
.focus\:border-orange-900:focus {
  border-color: #663300;
}
.focus\:border-purple-100:focus {
  border-color: #fef2ff;
}
.focus\:border-purple-200:focus {
  border-color: #eed3f1;
}
.focus\:border-purple-300:focus {
  border-color: #dfb6e4;
}
.focus\:border-purple-400:focus {
  border-color: #c186c9;
}
.focus\:border-purple-500:focus {
  border-color: #a45dad;
}
.focus\:border-purple-600:focus {
  border-color: #883b92;
}
.focus\:border-purple-700:focus {
  border-color: #6d2077;
}
.focus\:border-purple-800:focus {
  border-color: #53135b;
}
.focus\:border-purple-900:focus {
  border-color: #390a40;
}
.focus\:border-raspberry-100:focus {
  border-color: #fff0fb;
}
.focus\:border-raspberry-200:focus {
  border-color: #f6cbea;
}
.focus\:border-raspberry-300:focus {
  border-color: #eda7da;
}
.focus\:border-raspberry-400:focus {
  border-color: #d86fbc;
}
.focus\:border-raspberry-500:focus {
  border-color: #c43e9f;
}
.focus\:border-raspberry-600:focus {
  border-color: #af1685;
}
.focus\:border-raspberry-700:focus {
  border-color: #92086d;
}
.focus\:border-raspberry-800:focus {
  border-color: #760056;
}
.focus\:border-raspberry-900:focus {
  border-color: #570041;
}
.focus\:border-red-100:focus {
  border-color: #fff0f3;
}
.focus\:border-red-200:focus {
  border-color: #FFD6DD;
}
.focus\:border-red-300:focus {
  border-color: #fea8b8;
}
.focus\:border-red-400:focus {
  border-color: #f66c86;
}
.focus\:border-red-500:focus {
  border-color: #ed3457;
}
.focus\:border-red-600:focus {
  border-color: #e4002b;
}
.focus\:border-red-700:focus {
  border-color: #c60025;
}
.focus\:border-red-800:focus {
  border-color: #a8001f;
}
.focus\:border-red-900:focus {
  border-color: #8a0019;
}
.focus\:border-sapphire-100:focus {
  border-color: #f2fcff;
}
.focus\:border-sapphire-200:focus {
  border-color: #d0eff8;
}
.focus\:border-sapphire-300:focus {
  border-color: #afe2f1;
}
.focus\:border-sapphire-400:focus {
  border-color: #79c8de;
}
.focus\:border-sapphire-500:focus {
  border-color: #4aafcc;
}
.focus\:border-sapphire-600:focus {
  border-color: #2197b9;
}
.focus\:border-sapphire-700:focus {
  border-color: #0081a6;
}
.focus\:border-sapphire-800:focus {
  border-color: #006580;
}
.focus\:border-sapphire-900:focus {
  border-color: #004759;
}
.focus\:border-teal-100:focus {
  border-color: #f2fffe;
}
.focus\:border-teal-200:focus {
  border-color: #c6f7f4;
}
.focus\:border-teal-300:focus {
  border-color: #9befea;
}
.focus\:border-teal-400:focus {
  border-color: #5fdad4;
}
.focus\:border-teal-500:focus {
  border-color: #2bc6be;
}
.focus\:border-teal-600:focus {
  border-color: #00b2a9;
}
.focus\:border-teal-700:focus {
  border-color: #00948c;
}
.focus\:border-teal-800:focus {
  border-color: #00756f;
}
.focus\:border-teal-900:focus {
  border-color: #005752;
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.focus\:border-white:focus {
  border-color: #ffffff;
}
.focus\:border-white-a10:focus {
  border-color: rgba(255, 255, 255, 0.1);
}
.focus\:border-white-a20:focus {
  border-color: rgba(255, 255, 255, 0.2);
}
.focus\:border-white-a30:focus {
  border-color: rgba(255, 255, 255, 0.3);
}
.focus\:border-white-a40:focus {
  border-color: rgba(255, 255, 255, 0.4);
}
.focus\:border-white-a50:focus {
  border-color: rgba(255, 255, 255, 0.5);
}
.focus\:border-white-a60:focus {
  border-color: rgba(255, 255, 255, 0.6);
}
.focus\:border-white-a70:focus {
  border-color: rgba(255, 255, 255, 0.7);
}
.focus\:border-white-a80:focus {
  border-color: rgba(255, 255, 255, 0.8);
}
.focus\:border-white-a90:focus {
  border-color: rgba(255, 255, 255, 0.9);
}
.focus\:border-yellow-100:focus {
  border-color: #FFF9E8;
}
.focus\:border-yellow-200:focus {
  border-color: #FFF1BD;
}
.focus\:border-yellow-300:focus {
  border-color: #FFEA90;
}
.focus\:border-yellow-400:focus {
  border-color: #FFD146;
}
.focus\:border-yellow-500:focus {
  border-color: #FEBA00;
}
.focus\:border-yellow-600:focus {
  border-color: #D49A00;
}
.focus\:border-yellow-700:focus {
  border-color: #AA7A00;
}
.focus\:border-yellow-800:focus {
  border-color: #815B00;
}
.focus\:border-yellow-900:focus {
  border-color: #573D00;
}
.focus-within\:border-black[focus-within] {
  border-color: #333333;
}
.focus-within\:border-black:focus-within {
  border-color: #333333;
}
.focus-within\:border-blue-100[focus-within] {
  border-color: #f2f8ff;
}
.focus-within\:border-blue-100:focus-within {
  border-color: #f2f8ff;
}
.focus-within\:border-blue-150[focus-within] {
  border-color: #E6EFFB;
}
.focus-within\:border-blue-150:focus-within {
  border-color: #E6EFFB;
}
.focus-within\:border-blue-200[focus-within] {
  border-color: #d6e3f4;
}
.focus-within\:border-blue-200:focus-within {
  border-color: #d6e3f4;
}
.focus-within\:border-blue-300[focus-within] {
  border-color: #bbcfea;
}
.focus-within\:border-blue-300:focus-within {
  border-color: #bbcfea;
}
.focus-within\:border-blue-400[focus-within] {
  border-color: #8dabd4;
}
.focus-within\:border-blue-400:focus-within {
  border-color: #8dabd4;
}
.focus-within\:border-blue-500[focus-within] {
  border-color: #648abf;
}
.focus-within\:border-blue-500:focus-within {
  border-color: #648abf;
}
.focus-within\:border-blue-600[focus-within] {
  border-color: #426da9;
}
.focus-within\:border-blue-600:focus-within {
  border-color: #426da9;
}
.focus-within\:border-blue-700[focus-within] {
  border-color: #1d4f91;
}
.focus-within\:border-blue-700:focus-within {
  border-color: #1d4f91;
}
.focus-within\:border-blue-800[focus-within] {
  border-color: #123f7a;
}
.focus-within\:border-blue-800:focus-within {
  border-color: #123f7a;
}
.focus-within\:border-blue-900[focus-within] {
  border-color: #0a3163;
}
.focus-within\:border-blue-900:focus-within {
  border-color: #0a3163;
}
.focus-within\:border-gray-100[focus-within] {
  border-color: #f6f6f6;
}
.focus-within\:border-gray-100:focus-within {
  border-color: #f6f6f6;
}
.focus-within\:border-gray-200[focus-within] {
  border-color: #eaeaea;
}
.focus-within\:border-gray-200:focus-within {
  border-color: #eaeaea;
}
.focus-within\:border-gray-300[focus-within] {
  border-color: #d6d6d6;
}
.focus-within\:border-gray-300:focus-within {
  border-color: #d6d6d6;
}
.focus-within\:border-gray-400[focus-within] {
  border-color: #c1c1c1;
}
.focus-within\:border-gray-400:focus-within {
  border-color: #c1c1c1;
}
.focus-within\:border-gray-500[focus-within] {
  border-color: #a7a7a7;
}
.focus-within\:border-gray-500:focus-within {
  border-color: #a7a7a7;
}
.focus-within\:border-gray-600[focus-within] {
  border-color: #8c8c8c;
}
.focus-within\:border-gray-600:focus-within {
  border-color: #8c8c8c;
}
.focus-within\:border-gray-700[focus-within] {
  border-color: #717171;
}
.focus-within\:border-gray-700:focus-within {
  border-color: #717171;
}
.focus-within\:border-gray-800[focus-within] {
  border-color: #585858;
}
.focus-within\:border-gray-800:focus-within {
  border-color: #585858;
}
.focus-within\:border-gray-900[focus-within] {
  border-color: #404040;
}
.focus-within\:border-gray-900:focus-within {
  border-color: #404040;
}
.focus-within\:border-green-100[focus-within] {
  border-color: #F2FFF5;
}
.focus-within\:border-green-100:focus-within {
  border-color: #F2FFF5;
}
.focus-within\:border-green-200[focus-within] {
  border-color: #D0F6DB;
}
.focus-within\:border-green-200:focus-within {
  border-color: #D0F6DB;
}
.focus-within\:border-green-300[focus-within] {
  border-color: #9AE8B4;
}
.focus-within\:border-green-300:focus-within {
  border-color: #9AE8B4;
}
.focus-within\:border-green-400[focus-within] {
  border-color: #5CD08E;
}
.focus-within\:border-green-400:focus-within {
  border-color: #5CD08E;
}
.focus-within\:border-green-500[focus-within] {
  border-color: #29B769;
}
.focus-within\:border-green-500:focus-within {
  border-color: #29B769;
}
.focus-within\:border-green-600[focus-within] {
  border-color: #009f4d;
}
.focus-within\:border-green-600:focus-within {
  border-color: #009f4d;
}
.focus-within\:border-green-700[focus-within] {
  border-color: #007a3b;
}
.focus-within\:border-green-700:focus-within {
  border-color: #007a3b;
}
.focus-within\:border-green-800[focus-within] {
  border-color: #00612F;
}
.focus-within\:border-green-800:focus-within {
  border-color: #00612F;
}
.focus-within\:border-green-900[focus-within] {
  border-color: #004A24;
}
.focus-within\:border-green-900:focus-within {
  border-color: #004A24;
}
.focus-within\:border-lime-100[focus-within] {
  border-color: #fefff2;
}
.focus-within\:border-lime-100:focus-within {
  border-color: #fefff2;
}
.focus-within\:border-lime-200[focus-within] {
  border-color: #f7f9cc;
}
.focus-within\:border-lime-200:focus-within {
  border-color: #f7f9cc;
}
.focus-within\:border-lime-300[focus-within] {
  border-color: #f0f3a7;
}
.focus-within\:border-lime-300:focus-within {
  border-color: #f0f3a7;
}
.focus-within\:border-lime-400[focus-within] {
  border-color: #dce26d;
}
.focus-within\:border-lime-400:focus-within {
  border-color: #dce26d;
}
.focus-within\:border-lime-500[focus-within] {
  border-color: #cad03b;
}
.focus-within\:border-lime-500:focus-within {
  border-color: #cad03b;
}
.focus-within\:border-lime-600[focus-within] {
  border-color: #b7bf10;
}
.focus-within\:border-lime-600:focus-within {
  border-color: #b7bf10;
}
.focus-within\:border-lime-700[focus-within] {
  border-color: #979e08;
}
.focus-within\:border-lime-700:focus-within {
  border-color: #979e08;
}
.focus-within\:border-lime-800[focus-within] {
  border-color: #777d03;
}
.focus-within\:border-lime-800:focus-within {
  border-color: #777d03;
}
.focus-within\:border-lime-900[focus-within] {
  border-color: #575c00;
}
.focus-within\:border-lime-900:focus-within {
  border-color: #575c00;
}
.focus-within\:border-magenta-100[focus-within] {
  border-color: #fff1fa;
}
.focus-within\:border-magenta-100:focus-within {
  border-color: #fff1fa;
}
.focus-within\:border-magenta-200[focus-within] {
  border-color: #ffd8f0;
}
.focus-within\:border-magenta-200:focus-within {
  border-color: #ffd8f0;
}
.focus-within\:border-magenta-300[focus-within] {
  border-color: #ffc0e4;
}
.focus-within\:border-magenta-300:focus-within {
  border-color: #ffc0e4;
}
.focus-within\:border-magenta-400[focus-within] {
  border-color: #f790c6;
}
.focus-within\:border-magenta-400:focus-within {
  border-color: #f790c6;
}
.focus-within\:border-magenta-500[focus-within] {
  border-color: #ef62a8;
}
.focus-within\:border-magenta-500:focus-within {
  border-color: #ef62a8;
}
.focus-within\:border-magenta-600[focus-within] {
  border-color: #e63888;
}
.focus-within\:border-magenta-600:focus-within {
  border-color: #e63888;
}
.focus-within\:border-magenta-700[focus-within] {
  border-color: #c41d73;
}
.focus-within\:border-magenta-700:focus-within {
  border-color: #c41d73;
}
.focus-within\:border-magenta-800[focus-within] {
  border-color: #a20861;
}
.focus-within\:border-magenta-800:focus-within {
  border-color: #a20861;
}
.focus-within\:border-magenta-900[focus-within] {
  border-color: #800051;
}
.focus-within\:border-magenta-900:focus-within {
  border-color: #800051;
}
.focus-within\:border-orange-100[focus-within] {
  border-color: #fff9f2;
}
.focus-within\:border-orange-100:focus-within {
  border-color: #fff9f2;
}
.focus-within\:border-orange-200[focus-within] {
  border-color: #ffeed7;
}
.focus-within\:border-orange-200:focus-within {
  border-color: #ffeed7;
}
.focus-within\:border-orange-300[focus-within] {
  border-color: #ffe3ba;
}
.focus-within\:border-orange-300:focus-within {
  border-color: #ffe3ba;
}
.focus-within\:border-orange-400[focus-within] {
  border-color: #ffc684;
}
.focus-within\:border-orange-400:focus-within {
  border-color: #ffc684;
}
.focus-within\:border-orange-500[focus-within] {
  border-color: #ffaa4f;
}
.focus-within\:border-orange-500:focus-within {
  border-color: #ffaa4f;
}
.focus-within\:border-orange-600[focus-within] {
  border-color: #ff8f1c;
}
.focus-within\:border-orange-600:focus-within {
  border-color: #ff8f1c;
}
.focus-within\:border-orange-700[focus-within] {
  border-color: #cc6e0f;
}
.focus-within\:border-orange-700:focus-within {
  border-color: #cc6e0f;
}
.focus-within\:border-orange-800[focus-within] {
  border-color: #995006;
}
.focus-within\:border-orange-800:focus-within {
  border-color: #995006;
}
.focus-within\:border-orange-900[focus-within] {
  border-color: #663300;
}
.focus-within\:border-orange-900:focus-within {
  border-color: #663300;
}
.focus-within\:border-purple-100[focus-within] {
  border-color: #fef2ff;
}
.focus-within\:border-purple-100:focus-within {
  border-color: #fef2ff;
}
.focus-within\:border-purple-200[focus-within] {
  border-color: #eed3f1;
}
.focus-within\:border-purple-200:focus-within {
  border-color: #eed3f1;
}
.focus-within\:border-purple-300[focus-within] {
  border-color: #dfb6e4;
}
.focus-within\:border-purple-300:focus-within {
  border-color: #dfb6e4;
}
.focus-within\:border-purple-400[focus-within] {
  border-color: #c186c9;
}
.focus-within\:border-purple-400:focus-within {
  border-color: #c186c9;
}
.focus-within\:border-purple-500[focus-within] {
  border-color: #a45dad;
}
.focus-within\:border-purple-500:focus-within {
  border-color: #a45dad;
}
.focus-within\:border-purple-600[focus-within] {
  border-color: #883b92;
}
.focus-within\:border-purple-600:focus-within {
  border-color: #883b92;
}
.focus-within\:border-purple-700[focus-within] {
  border-color: #6d2077;
}
.focus-within\:border-purple-700:focus-within {
  border-color: #6d2077;
}
.focus-within\:border-purple-800[focus-within] {
  border-color: #53135b;
}
.focus-within\:border-purple-800:focus-within {
  border-color: #53135b;
}
.focus-within\:border-purple-900[focus-within] {
  border-color: #390a40;
}
.focus-within\:border-purple-900:focus-within {
  border-color: #390a40;
}
.focus-within\:border-raspberry-100[focus-within] {
  border-color: #fff0fb;
}
.focus-within\:border-raspberry-100:focus-within {
  border-color: #fff0fb;
}
.focus-within\:border-raspberry-200[focus-within] {
  border-color: #f6cbea;
}
.focus-within\:border-raspberry-200:focus-within {
  border-color: #f6cbea;
}
.focus-within\:border-raspberry-300[focus-within] {
  border-color: #eda7da;
}
.focus-within\:border-raspberry-300:focus-within {
  border-color: #eda7da;
}
.focus-within\:border-raspberry-400[focus-within] {
  border-color: #d86fbc;
}
.focus-within\:border-raspberry-400:focus-within {
  border-color: #d86fbc;
}
.focus-within\:border-raspberry-500[focus-within] {
  border-color: #c43e9f;
}
.focus-within\:border-raspberry-500:focus-within {
  border-color: #c43e9f;
}
.focus-within\:border-raspberry-600[focus-within] {
  border-color: #af1685;
}
.focus-within\:border-raspberry-600:focus-within {
  border-color: #af1685;
}
.focus-within\:border-raspberry-700[focus-within] {
  border-color: #92086d;
}
.focus-within\:border-raspberry-700:focus-within {
  border-color: #92086d;
}
.focus-within\:border-raspberry-800[focus-within] {
  border-color: #760056;
}
.focus-within\:border-raspberry-800:focus-within {
  border-color: #760056;
}
.focus-within\:border-raspberry-900[focus-within] {
  border-color: #570041;
}
.focus-within\:border-raspberry-900:focus-within {
  border-color: #570041;
}
.focus-within\:border-red-100[focus-within] {
  border-color: #fff0f3;
}
.focus-within\:border-red-100:focus-within {
  border-color: #fff0f3;
}
.focus-within\:border-red-200[focus-within] {
  border-color: #FFD6DD;
}
.focus-within\:border-red-200:focus-within {
  border-color: #FFD6DD;
}
.focus-within\:border-red-300[focus-within] {
  border-color: #fea8b8;
}
.focus-within\:border-red-300:focus-within {
  border-color: #fea8b8;
}
.focus-within\:border-red-400[focus-within] {
  border-color: #f66c86;
}
.focus-within\:border-red-400:focus-within {
  border-color: #f66c86;
}
.focus-within\:border-red-500[focus-within] {
  border-color: #ed3457;
}
.focus-within\:border-red-500:focus-within {
  border-color: #ed3457;
}
.focus-within\:border-red-600[focus-within] {
  border-color: #e4002b;
}
.focus-within\:border-red-600:focus-within {
  border-color: #e4002b;
}
.focus-within\:border-red-700[focus-within] {
  border-color: #c60025;
}
.focus-within\:border-red-700:focus-within {
  border-color: #c60025;
}
.focus-within\:border-red-800[focus-within] {
  border-color: #a8001f;
}
.focus-within\:border-red-800:focus-within {
  border-color: #a8001f;
}
.focus-within\:border-red-900[focus-within] {
  border-color: #8a0019;
}
.focus-within\:border-red-900:focus-within {
  border-color: #8a0019;
}
.focus-within\:border-sapphire-100[focus-within] {
  border-color: #f2fcff;
}
.focus-within\:border-sapphire-100:focus-within {
  border-color: #f2fcff;
}
.focus-within\:border-sapphire-200[focus-within] {
  border-color: #d0eff8;
}
.focus-within\:border-sapphire-200:focus-within {
  border-color: #d0eff8;
}
.focus-within\:border-sapphire-300[focus-within] {
  border-color: #afe2f1;
}
.focus-within\:border-sapphire-300:focus-within {
  border-color: #afe2f1;
}
.focus-within\:border-sapphire-400[focus-within] {
  border-color: #79c8de;
}
.focus-within\:border-sapphire-400:focus-within {
  border-color: #79c8de;
}
.focus-within\:border-sapphire-500[focus-within] {
  border-color: #4aafcc;
}
.focus-within\:border-sapphire-500:focus-within {
  border-color: #4aafcc;
}
.focus-within\:border-sapphire-600[focus-within] {
  border-color: #2197b9;
}
.focus-within\:border-sapphire-600:focus-within {
  border-color: #2197b9;
}
.focus-within\:border-sapphire-700[focus-within] {
  border-color: #0081a6;
}
.focus-within\:border-sapphire-700:focus-within {
  border-color: #0081a6;
}
.focus-within\:border-sapphire-800[focus-within] {
  border-color: #006580;
}
.focus-within\:border-sapphire-800:focus-within {
  border-color: #006580;
}
.focus-within\:border-sapphire-900[focus-within] {
  border-color: #004759;
}
.focus-within\:border-sapphire-900:focus-within {
  border-color: #004759;
}
.focus-within\:border-teal-100[focus-within] {
  border-color: #f2fffe;
}
.focus-within\:border-teal-100:focus-within {
  border-color: #f2fffe;
}
.focus-within\:border-teal-200[focus-within] {
  border-color: #c6f7f4;
}
.focus-within\:border-teal-200:focus-within {
  border-color: #c6f7f4;
}
.focus-within\:border-teal-300[focus-within] {
  border-color: #9befea;
}
.focus-within\:border-teal-300:focus-within {
  border-color: #9befea;
}
.focus-within\:border-teal-400[focus-within] {
  border-color: #5fdad4;
}
.focus-within\:border-teal-400:focus-within {
  border-color: #5fdad4;
}
.focus-within\:border-teal-500[focus-within] {
  border-color: #2bc6be;
}
.focus-within\:border-teal-500:focus-within {
  border-color: #2bc6be;
}
.focus-within\:border-teal-600[focus-within] {
  border-color: #00b2a9;
}
.focus-within\:border-teal-600:focus-within {
  border-color: #00b2a9;
}
.focus-within\:border-teal-700[focus-within] {
  border-color: #00948c;
}
.focus-within\:border-teal-700:focus-within {
  border-color: #00948c;
}
.focus-within\:border-teal-800[focus-within] {
  border-color: #00756f;
}
.focus-within\:border-teal-800:focus-within {
  border-color: #00756f;
}
.focus-within\:border-teal-900[focus-within] {
  border-color: #005752;
}
.focus-within\:border-teal-900:focus-within {
  border-color: #005752;
}
.focus-within\:border-transparent[focus-within] {
  border-color: transparent;
}
.focus-within\:border-transparent:focus-within {
  border-color: transparent;
}
.focus-within\:border-white[focus-within] {
  border-color: #ffffff;
}
.focus-within\:border-white:focus-within {
  border-color: #ffffff;
}
.focus-within\:border-white-a10[focus-within] {
  border-color: rgba(255, 255, 255, 0.1);
}
.focus-within\:border-white-a10:focus-within {
  border-color: rgba(255, 255, 255, 0.1);
}
.focus-within\:border-white-a20[focus-within] {
  border-color: rgba(255, 255, 255, 0.2);
}
.focus-within\:border-white-a20:focus-within {
  border-color: rgba(255, 255, 255, 0.2);
}
.focus-within\:border-white-a30[focus-within] {
  border-color: rgba(255, 255, 255, 0.3);
}
.focus-within\:border-white-a30:focus-within {
  border-color: rgba(255, 255, 255, 0.3);
}
.focus-within\:border-white-a40[focus-within] {
  border-color: rgba(255, 255, 255, 0.4);
}
.focus-within\:border-white-a40:focus-within {
  border-color: rgba(255, 255, 255, 0.4);
}
.focus-within\:border-white-a50[focus-within] {
  border-color: rgba(255, 255, 255, 0.5);
}
.focus-within\:border-white-a50:focus-within {
  border-color: rgba(255, 255, 255, 0.5);
}
.focus-within\:border-white-a60[focus-within] {
  border-color: rgba(255, 255, 255, 0.6);
}
.focus-within\:border-white-a60:focus-within {
  border-color: rgba(255, 255, 255, 0.6);
}
.focus-within\:border-white-a70[focus-within] {
  border-color: rgba(255, 255, 255, 0.7);
}
.focus-within\:border-white-a70:focus-within {
  border-color: rgba(255, 255, 255, 0.7);
}
.focus-within\:border-white-a80[focus-within] {
  border-color: rgba(255, 255, 255, 0.8);
}
.focus-within\:border-white-a80:focus-within {
  border-color: rgba(255, 255, 255, 0.8);
}
.focus-within\:border-white-a90[focus-within] {
  border-color: rgba(255, 255, 255, 0.9);
}
.focus-within\:border-white-a90:focus-within {
  border-color: rgba(255, 255, 255, 0.9);
}
.focus-within\:border-yellow-100[focus-within] {
  border-color: #FFF9E8;
}
.focus-within\:border-yellow-100:focus-within {
  border-color: #FFF9E8;
}
.focus-within\:border-yellow-200[focus-within] {
  border-color: #FFF1BD;
}
.focus-within\:border-yellow-200:focus-within {
  border-color: #FFF1BD;
}
.focus-within\:border-yellow-300[focus-within] {
  border-color: #FFEA90;
}
.focus-within\:border-yellow-300:focus-within {
  border-color: #FFEA90;
}
.focus-within\:border-yellow-400[focus-within] {
  border-color: #FFD146;
}
.focus-within\:border-yellow-400:focus-within {
  border-color: #FFD146;
}
.focus-within\:border-yellow-500[focus-within] {
  border-color: #FEBA00;
}
.focus-within\:border-yellow-500:focus-within {
  border-color: #FEBA00;
}
.focus-within\:border-yellow-600[focus-within] {
  border-color: #D49A00;
}
.focus-within\:border-yellow-600:focus-within {
  border-color: #D49A00;
}
.focus-within\:border-yellow-700[focus-within] {
  border-color: #AA7A00;
}
.focus-within\:border-yellow-700:focus-within {
  border-color: #AA7A00;
}
.focus-within\:border-yellow-800[focus-within] {
  border-color: #815B00;
}
.focus-within\:border-yellow-800:focus-within {
  border-color: #815B00;
}
.focus-within\:border-yellow-900[focus-within] {
  border-color: #573D00;
}
.focus-within\:border-yellow-900:focus-within {
  border-color: #573D00;
}
.rounded-none {
  border-radius: 0;
}
.rounded-sm {
  border-radius: 2px;
}
.rounded {
  border-radius: 4px;
}
.rounded-lg {
  border-radius: 6px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rounded-t-sm {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.rounded-r-sm {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.rounded-b-sm {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.rounded-l-sm {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.rounded-t {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.rounded-r {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.rounded-b {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rounded-l {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rounded-t-lg {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.rounded-r-lg {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.rounded-b-lg {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.rounded-l-lg {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-tl-none {
  border-top-left-radius: 0;
}
.rounded-tr-none {
  border-top-right-radius: 0;
}
.rounded-br-none {
  border-bottom-right-radius: 0;
}
.rounded-bl-none {
  border-bottom-left-radius: 0;
}
.rounded-tl-sm {
  border-top-left-radius: 2px;
}
.rounded-tr-sm {
  border-top-right-radius: 2px;
}
.rounded-br-sm {
  border-bottom-right-radius: 2px;
}
.rounded-bl-sm {
  border-bottom-left-radius: 2px;
}
.rounded-tl {
  border-top-left-radius: 4px;
}
.rounded-tr {
  border-top-right-radius: 4px;
}
.rounded-br {
  border-bottom-right-radius: 4px;
}
.rounded-bl {
  border-bottom-left-radius: 4px;
}
.rounded-tl-lg {
  border-top-left-radius: 6px;
}
.rounded-tr-lg {
  border-top-right-radius: 6px;
}
.rounded-br-lg {
  border-bottom-right-radius: 6px;
}
.rounded-bl-lg {
  border-bottom-left-radius: 6px;
}
.rounded-tl-full {
  border-top-left-radius: 9999px;
}
.rounded-tr-full {
  border-top-right-radius: 9999px;
}
.rounded-br-full {
  border-bottom-right-radius: 9999px;
}
.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-dotted {
  border-style: dotted;
}
.border-double {
  border-style: double;
}
.border-none {
  border-style: none;
}
.border-0 {
  border-width: 0;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border {
  border-width: 1px;
}
.border-t-0 {
  border-top-width: 0;
}
.border-r-0 {
  border-right-width: 0;
}
.border-b-0 {
  border-bottom-width: 0;
}
.border-l-0 {
  border-left-width: 0;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-r-4 {
  border-right-width: 4px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.cursor-auto {
  cursor: auto;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-wait {
  cursor: wait;
}
.cursor-text {
  cursor: text;
}
.cursor-move {
  cursor: move;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
}
.hidden,
.splash .eds-button.hidden {
  display: none;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-no-wrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.self-auto {
  align-self: auto;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.content-center {
  align-content: center;
}
.content-start {
  align-content: flex-start;
}
.content-end {
  align-content: flex-end;
}
.content-between {
  align-content: space-between;
}
.content-around {
  align-content: space-around;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-initial {
  flex: 0 1 auto;
}
.flex-none {
  flex: none;
}
.flex-grow-0 {
  flex-grow: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-shrink {
  flex-shrink: 1;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.order-first {
  order: -9999;
}
.order-last {
  order: 9999;
}
.order-none {
  order: 0;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.float-none {
  float: none;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.font-sans {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-mono {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500 {
  font-weight: 500;
}
.font-700 {
  font-weight: 700;
}
.hover\:font-300:hover {
  font-weight: 300;
}
.hover\:font-400:hover {
  font-weight: 400;
}
.hover\:font-500:hover {
  font-weight: 500;
}
.hover\:font-700:hover {
  font-weight: 700;
}
.focus\:font-300:focus {
  font-weight: 300;
}
.focus\:font-400:focus {
  font-weight: 400;
}
.focus\:font-500:focus {
  font-weight: 500;
}
.focus\:font-700:focus {
  font-weight: 700;
}
.h-0 {
  height: 0;
}
.h-1 {
  height: 1px;
}
.h-4 {
  height: 4px;
}
.h-8 {
  height: 8px;
}
.h-12 {
  height: 12px;
}
.h-16 {
  height: 16px;
}
.h-20 {
  height: 20px;
}
.h-24 {
  height: 24px;
}
.h-28 {
  height: 28px;
}
.h-32 {
  height: 32px;
}
.h-36 {
  height: 36px;
}
.h-40 {
  height: 40px;
}
.h-44 {
  height: 44px;
}
.h-48 {
  height: 48px;
}
.h-52 {
  height: 52px;
}
.h-56 {
  height: 56px;
}
.h-64 {
  height: 64px;
}
.h-80 {
  height: 80px;
}
.h-96 {
  height: 96px;
}
.h-128 {
  height: 128px;
}
.h-160 {
  height: 160px;
}
.h-192 {
  height: 192px;
}
.h-224 {
  height: 224px;
}
.h-256 {
  height: 256px;
}
.h-512 {
  height: 512px;
}
.h-auto {
  height: auto;
}
.h-1\/2 {
  height: 50%;
}
.h-full {
  height: 100%;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.25;
}
.leading-loose {
  line-height: 1.5;
}
.list-inside {
  list-style-position: inside;
}
.list-outside {
  list-style-position: outside;
}
.list-none {
  list-style-type: none;
}
.list-disc {
  list-style-type: disc;
}
.list-decimal {
  list-style-type: decimal;
}
.m-0 {
  margin: 0;
}
.m-1 {
  margin: 1px;
}
.m-4 {
  margin: 4px;
}
.m-8 {
  margin: 8px;
}
.m-12 {
  margin: 12px;
}
.m-16 {
  margin: 16px;
}
.m-20 {
  margin: 20px;
}
.m-24 {
  margin: 24px;
}
.m-28 {
  margin: 28px;
}
.m-32 {
  margin: 32px;
}
.m-36 {
  margin: 36px;
}
.m-40 {
  margin: 40px;
}
.m-44 {
  margin: 44px;
}
.m-48 {
  margin: 48px;
}
.m-52 {
  margin: 52px;
}
.m-56 {
  margin: 56px;
}
.m-64 {
  margin: 64px;
}
.m-80 {
  margin: 80px;
}
.m-96 {
  margin: 96px;
}
.m-128 {
  margin: 128px;
}
.m-160 {
  margin: 160px;
}
.m-192 {
  margin: 192px;
}
.m-224 {
  margin: 224px;
}
.m-256 {
  margin: 256px;
}
.m-512 {
  margin: 512px;
}
.m-auto {
  margin: auto;
}
.-m-1 {
  margin: -1px;
}
.-m-4 {
  margin: -4px;
}
.-m-8 {
  margin: -8px;
}
.-m-12 {
  margin: -12px;
}
.-m-16 {
  margin: -16px;
}
.-m-20 {
  margin: -20px;
}
.-m-24 {
  margin: -24px;
}
.-m-28 {
  margin: -28px;
}
.-m-32 {
  margin: -32px;
}
.-m-36 {
  margin: -36px;
}
.-m-40 {
  margin: -40px;
}
.-m-44 {
  margin: -44px;
}
.-m-48 {
  margin: -48px;
}
.-m-52 {
  margin: -52px;
}
.-m-56 {
  margin: -56px;
}
.-m-64 {
  margin: -64px;
}
.-m-80 {
  margin: -80px;
}
.-m-96 {
  margin: -96px;
}
.-m-128 {
  margin: -128px;
}
.-m-160 {
  margin: -160px;
}
.-m-192 {
  margin: -192px;
}
.-m-224 {
  margin: -224px;
}
.-m-256 {
  margin: -256px;
}
.-m-512 {
  margin: -512px;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.my-1 {
  margin-top: 1px;
  margin-bottom: 1px;
}
.mx-1 {
  margin-left: 1px;
  margin-right: 1px;
}
.my-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}
.mx-4 {
  margin-left: 4px;
  margin-right: 4px;
}
.my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.mx-8 {
  margin-left: 8px;
  margin-right: 8px;
}
.my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.mx-12 {
  margin-left: 12px;
  margin-right: 12px;
}
.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.mx-16 {
  margin-left: 16px;
  margin-right: 16px;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.mx-24 {
  margin-left: 24px;
  margin-right: 24px;
}
.my-28 {
  margin-top: 28px;
  margin-bottom: 28px;
}
.mx-28 {
  margin-left: 28px;
  margin-right: 28px;
}
.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.mx-32 {
  margin-left: 32px;
  margin-right: 32px;
}
.my-36 {
  margin-top: 36px;
  margin-bottom: 36px;
}
.mx-36 {
  margin-left: 36px;
  margin-right: 36px;
}
.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}
.my-44 {
  margin-top: 44px;
  margin-bottom: 44px;
}
.mx-44 {
  margin-left: 44px;
  margin-right: 44px;
}
.my-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}
.mx-48 {
  margin-left: 48px;
  margin-right: 48px;
}
.my-52 {
  margin-top: 52px;
  margin-bottom: 52px;
}
.mx-52 {
  margin-left: 52px;
  margin-right: 52px;
}
.my-56 {
  margin-top: 56px;
  margin-bottom: 56px;
}
.mx-56 {
  margin-left: 56px;
  margin-right: 56px;
}
.my-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}
.mx-64 {
  margin-left: 64px;
  margin-right: 64px;
}
.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.mx-80 {
  margin-left: 80px;
  margin-right: 80px;
}
.my-96 {
  margin-top: 96px;
  margin-bottom: 96px;
}
.mx-96 {
  margin-left: 96px;
  margin-right: 96px;
}
.my-128 {
  margin-top: 128px;
  margin-bottom: 128px;
}
.mx-128 {
  margin-left: 128px;
  margin-right: 128px;
}
.my-160 {
  margin-top: 160px;
  margin-bottom: 160px;
}
.mx-160 {
  margin-left: 160px;
  margin-right: 160px;
}
.my-192 {
  margin-top: 192px;
  margin-bottom: 192px;
}
.mx-192 {
  margin-left: 192px;
  margin-right: 192px;
}
.my-224 {
  margin-top: 224px;
  margin-bottom: 224px;
}
.mx-224 {
  margin-left: 224px;
  margin-right: 224px;
}
.my-256 {
  margin-top: 256px;
  margin-bottom: 256px;
}
.mx-256 {
  margin-left: 256px;
  margin-right: 256px;
}
.my-512 {
  margin-top: 512px;
  margin-bottom: 512px;
}
.mx-512 {
  margin-left: 512px;
  margin-right: 512px;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-my-1 {
  margin-top: -1px;
  margin-bottom: -1px;
}
.-mx-1 {
  margin-left: -1px;
  margin-right: -1px;
}
.-my-4 {
  margin-top: -4px;
  margin-bottom: -4px;
}
.-mx-4 {
  margin-left: -4px;
  margin-right: -4px;
}
.-my-8 {
  margin-top: -8px;
  margin-bottom: -8px;
}
.-mx-8 {
  margin-left: -8px;
  margin-right: -8px;
}
.-my-12 {
  margin-top: -12px;
  margin-bottom: -12px;
}
.-mx-12 {
  margin-left: -12px;
  margin-right: -12px;
}
.-my-16 {
  margin-top: -16px;
  margin-bottom: -16px;
}
.-mx-16 {
  margin-left: -16px;
  margin-right: -16px;
}
.-my-20 {
  margin-top: -20px;
  margin-bottom: -20px;
}
.-mx-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.-my-24 {
  margin-top: -24px;
  margin-bottom: -24px;
}
.-mx-24 {
  margin-left: -24px;
  margin-right: -24px;
}
.-my-28 {
  margin-top: -28px;
  margin-bottom: -28px;
}
.-mx-28 {
  margin-left: -28px;
  margin-right: -28px;
}
.-my-32 {
  margin-top: -32px;
  margin-bottom: -32px;
}
.-mx-32 {
  margin-left: -32px;
  margin-right: -32px;
}
.-my-36 {
  margin-top: -36px;
  margin-bottom: -36px;
}
.-mx-36 {
  margin-left: -36px;
  margin-right: -36px;
}
.-my-40 {
  margin-top: -40px;
  margin-bottom: -40px;
}
.-mx-40 {
  margin-left: -40px;
  margin-right: -40px;
}
.-my-44 {
  margin-top: -44px;
  margin-bottom: -44px;
}
.-mx-44 {
  margin-left: -44px;
  margin-right: -44px;
}
.-my-48 {
  margin-top: -48px;
  margin-bottom: -48px;
}
.-mx-48 {
  margin-left: -48px;
  margin-right: -48px;
}
.-my-52 {
  margin-top: -52px;
  margin-bottom: -52px;
}
.-mx-52 {
  margin-left: -52px;
  margin-right: -52px;
}
.-my-56 {
  margin-top: -56px;
  margin-bottom: -56px;
}
.-mx-56 {
  margin-left: -56px;
  margin-right: -56px;
}
.-my-64 {
  margin-top: -64px;
  margin-bottom: -64px;
}
.-mx-64 {
  margin-left: -64px;
  margin-right: -64px;
}
.-my-80 {
  margin-top: -80px;
  margin-bottom: -80px;
}
.-mx-80 {
  margin-left: -80px;
  margin-right: -80px;
}
.-my-96 {
  margin-top: -96px;
  margin-bottom: -96px;
}
.-mx-96 {
  margin-left: -96px;
  margin-right: -96px;
}
.-my-128 {
  margin-top: -128px;
  margin-bottom: -128px;
}
.-mx-128 {
  margin-left: -128px;
  margin-right: -128px;
}
.-my-160 {
  margin-top: -160px;
  margin-bottom: -160px;
}
.-mx-160 {
  margin-left: -160px;
  margin-right: -160px;
}
.-my-192 {
  margin-top: -192px;
  margin-bottom: -192px;
}
.-mx-192 {
  margin-left: -192px;
  margin-right: -192px;
}
.-my-224 {
  margin-top: -224px;
  margin-bottom: -224px;
}
.-mx-224 {
  margin-left: -224px;
  margin-right: -224px;
}
.-my-256 {
  margin-top: -256px;
  margin-bottom: -256px;
}
.-mx-256 {
  margin-left: -256px;
  margin-right: -256px;
}
.-my-512 {
  margin-top: -512px;
  margin-bottom: -512px;
}
.-mx-512 {
  margin-left: -512px;
  margin-right: -512px;
}
.mt-0 {
  margin-top: 0;
}
.mr-0 {
  margin-right: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.ml-0 {
  margin-left: 0;
}
.mt-1 {
  margin-top: 1px;
}
.mr-1 {
  margin-right: 1px;
}
.mb-1 {
  margin-bottom: 1px;
}
.ml-1 {
  margin-left: 1px;
}
.mt-4 {
  margin-top: 4px;
}
.mr-4 {
  margin-right: 4px;
}
.mb-4 {
  margin-bottom: 4px;
}
.ml-4 {
  margin-left: 4px;
}
.mt-8 {
  margin-top: 8px;
}
.mr-8 {
  margin-right: 8px;
}
.mb-8 {
  margin-bottom: 8px;
}
.ml-8 {
  margin-left: 8px;
}
.mt-12 {
  margin-top: 12px;
}
.mr-12 {
  margin-right: 12px;
}
.mb-12 {
  margin-bottom: 12px;
}
.ml-12 {
  margin-left: 12px;
}
.mt-16 {
  margin-top: 16px;
}
.mr-16 {
  margin-right: 16px;
}
.mb-16 {
  margin-bottom: 16px;
}
.ml-16 {
  margin-left: 16px;
}
.mt-20 {
  margin-top: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.mt-24 {
  margin-top: 24px;
}
.mr-24 {
  margin-right: 24px;
}
.mb-24 {
  margin-bottom: 24px;
}
.ml-24 {
  margin-left: 24px;
}
.mt-28 {
  margin-top: 28px;
}
.mr-28 {
  margin-right: 28px;
}
.mb-28 {
  margin-bottom: 28px;
}
.ml-28 {
  margin-left: 28px;
}
.mt-32 {
  margin-top: 32px;
}
.mr-32 {
  margin-right: 32px;
}
.mb-32 {
  margin-bottom: 32px;
}
.ml-32 {
  margin-left: 32px;
}
.mt-36 {
  margin-top: 36px;
}
.mr-36 {
  margin-right: 36px;
}
.mb-36 {
  margin-bottom: 36px;
}
.ml-36 {
  margin-left: 36px;
}
.mt-40 {
  margin-top: 40px;
}
.mr-40 {
  margin-right: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.ml-40 {
  margin-left: 40px;
}
.mt-44 {
  margin-top: 44px;
}
.mr-44 {
  margin-right: 44px;
}
.mb-44 {
  margin-bottom: 44px;
}
.ml-44 {
  margin-left: 44px;
}
.mt-48 {
  margin-top: 48px;
}
.mr-48 {
  margin-right: 48px;
}
.mb-48 {
  margin-bottom: 48px;
}
.ml-48 {
  margin-left: 48px;
}
.mt-52 {
  margin-top: 52px;
}
.mr-52 {
  margin-right: 52px;
}
.mb-52 {
  margin-bottom: 52px;
}
.ml-52 {
  margin-left: 52px;
}
.mt-56 {
  margin-top: 56px;
}
.mr-56 {
  margin-right: 56px;
}
.mb-56 {
  margin-bottom: 56px;
}
.ml-56 {
  margin-left: 56px;
}
.mt-64 {
  margin-top: 64px;
}
.mr-64 {
  margin-right: 64px;
}
.mb-64 {
  margin-bottom: 64px;
}
.ml-64 {
  margin-left: 64px;
}
.mt-80 {
  margin-top: 80px;
}
.mr-80 {
  margin-right: 80px;
}
.mb-80 {
  margin-bottom: 80px;
}
.ml-80 {
  margin-left: 80px;
}
.mt-96 {
  margin-top: 96px;
}
.mr-96 {
  margin-right: 96px;
}
.mb-96 {
  margin-bottom: 96px;
}
.ml-96 {
  margin-left: 96px;
}
.mt-128 {
  margin-top: 128px;
}
.mr-128 {
  margin-right: 128px;
}
.mb-128 {
  margin-bottom: 128px;
}
.ml-128 {
  margin-left: 128px;
}
.mt-160 {
  margin-top: 160px;
}
.mr-160 {
  margin-right: 160px;
}
.mb-160 {
  margin-bottom: 160px;
}
.ml-160 {
  margin-left: 160px;
}
.mt-192 {
  margin-top: 192px;
}
.mr-192 {
  margin-right: 192px;
}
.mb-192 {
  margin-bottom: 192px;
}
.ml-192 {
  margin-left: 192px;
}
.mt-224 {
  margin-top: 224px;
}
.mr-224 {
  margin-right: 224px;
}
.mb-224 {
  margin-bottom: 224px;
}
.ml-224 {
  margin-left: 224px;
}
.mt-256 {
  margin-top: 256px;
}
.mr-256 {
  margin-right: 256px;
}
.mb-256 {
  margin-bottom: 256px;
}
.ml-256 {
  margin-left: 256px;
}
.mt-512 {
  margin-top: 512px;
}
.mr-512 {
  margin-right: 512px;
}
.mb-512 {
  margin-bottom: 512px;
}
.ml-512 {
  margin-left: 512px;
}
.mt-auto {
  margin-top: auto;
}
.mr-auto {
  margin-right: auto;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-auto {
  margin-left: auto;
}
.-mt-1 {
  margin-top: -1px;
}
.-mr-1 {
  margin-right: -1px;
}
.-mb-1 {
  margin-bottom: -1px;
}
.-ml-1 {
  margin-left: -1px;
}
.-mt-4 {
  margin-top: -4px;
}
.-mr-4 {
  margin-right: -4px;
}
.-mb-4 {
  margin-bottom: -4px;
}
.-ml-4 {
  margin-left: -4px;
}
.-mt-8 {
  margin-top: -8px;
}
.-mr-8 {
  margin-right: -8px;
}
.-mb-8 {
  margin-bottom: -8px;
}
.-ml-8 {
  margin-left: -8px;
}
.-mt-12 {
  margin-top: -12px;
}
.-mr-12 {
  margin-right: -12px;
}
.-mb-12 {
  margin-bottom: -12px;
}
.-ml-12 {
  margin-left: -12px;
}
.-mt-16 {
  margin-top: -16px;
}
.-mr-16 {
  margin-right: -16px;
}
.-mb-16 {
  margin-bottom: -16px;
}
.-ml-16 {
  margin-left: -16px;
}
.-mt-20 {
  margin-top: -20px;
}
.-mr-20 {
  margin-right: -20px;
}
.-mb-20 {
  margin-bottom: -20px;
}
.-ml-20 {
  margin-left: -20px;
}
.-mt-24 {
  margin-top: -24px;
}
.-mr-24 {
  margin-right: -24px;
}
.-mb-24 {
  margin-bottom: -24px;
}
.-ml-24 {
  margin-left: -24px;
}
.-mt-28 {
  margin-top: -28px;
}
.-mr-28 {
  margin-right: -28px;
}
.-mb-28 {
  margin-bottom: -28px;
}
.-ml-28 {
  margin-left: -28px;
}
.-mt-32 {
  margin-top: -32px;
}
.-mr-32 {
  margin-right: -32px;
}
.-mb-32 {
  margin-bottom: -32px;
}
.-ml-32 {
  margin-left: -32px;
}
.-mt-36 {
  margin-top: -36px;
}
.-mr-36 {
  margin-right: -36px;
}
.-mb-36 {
  margin-bottom: -36px;
}
.-ml-36 {
  margin-left: -36px;
}
.-mt-40 {
  margin-top: -40px;
}
.-mr-40 {
  margin-right: -40px;
}
.-mb-40 {
  margin-bottom: -40px;
}
.-ml-40 {
  margin-left: -40px;
}
.-mt-44 {
  margin-top: -44px;
}
.-mr-44 {
  margin-right: -44px;
}
.-mb-44 {
  margin-bottom: -44px;
}
.-ml-44 {
  margin-left: -44px;
}
.-mt-48 {
  margin-top: -48px;
}
.-mr-48 {
  margin-right: -48px;
}
.-mb-48 {
  margin-bottom: -48px;
}
.-ml-48 {
  margin-left: -48px;
}
.-mt-52 {
  margin-top: -52px;
}
.-mr-52 {
  margin-right: -52px;
}
.-mb-52 {
  margin-bottom: -52px;
}
.-ml-52 {
  margin-left: -52px;
}
.-mt-56 {
  margin-top: -56px;
}
.-mr-56 {
  margin-right: -56px;
}
.-mb-56 {
  margin-bottom: -56px;
}
.-ml-56 {
  margin-left: -56px;
}
.-mt-64 {
  margin-top: -64px;
}
.-mr-64 {
  margin-right: -64px;
}
.-mb-64 {
  margin-bottom: -64px;
}
.-ml-64 {
  margin-left: -64px;
}
.-mt-80 {
  margin-top: -80px;
}
.-mr-80 {
  margin-right: -80px;
}
.-mb-80 {
  margin-bottom: -80px;
}
.-ml-80 {
  margin-left: -80px;
}
.-mt-96 {
  margin-top: -96px;
}
.-mr-96 {
  margin-right: -96px;
}
.-mb-96 {
  margin-bottom: -96px;
}
.-ml-96 {
  margin-left: -96px;
}
.-mt-128 {
  margin-top: -128px;
}
.-mr-128 {
  margin-right: -128px;
}
.-mb-128 {
  margin-bottom: -128px;
}
.-ml-128 {
  margin-left: -128px;
}
.-mt-160 {
  margin-top: -160px;
}
.-mr-160 {
  margin-right: -160px;
}
.-mb-160 {
  margin-bottom: -160px;
}
.-ml-160 {
  margin-left: -160px;
}
.-mt-192 {
  margin-top: -192px;
}
.-mr-192 {
  margin-right: -192px;
}
.-mb-192 {
  margin-bottom: -192px;
}
.-ml-192 {
  margin-left: -192px;
}
.-mt-224 {
  margin-top: -224px;
}
.-mr-224 {
  margin-right: -224px;
}
.-mb-224 {
  margin-bottom: -224px;
}
.-ml-224 {
  margin-left: -224px;
}
.-mt-256 {
  margin-top: -256px;
}
.-mr-256 {
  margin-right: -256px;
}
.-mb-256 {
  margin-bottom: -256px;
}
.-ml-256 {
  margin-left: -256px;
}
.-mt-512 {
  margin-top: -512px;
}
.-mr-512 {
  margin-right: -512px;
}
.-mb-512 {
  margin-bottom: -512px;
}
.-ml-512 {
  margin-left: -512px;
}
.max-h-full {
  max-height: 100%;
}
.max-w-full {
  max-width: 100%;
}
.min-h-0 {
  min-height: 0;
}
.min-h-full {
  min-height: 100%;
}
.min-w-0 {
  min-width: 0;
}
.min-w-1 {
  min-width: 1px;
}
.min-w-4 {
  min-width: 4px;
}
.min-w-8 {
  min-width: 8px;
}
.min-w-12 {
  min-width: 12px;
}
.min-w-16 {
  min-width: 16px;
}
.min-w-20 {
  min-width: 20px;
}
.min-w-24 {
  min-width: 24px;
}
.min-w-28 {
  min-width: 28px;
}
.min-w-32 {
  min-width: 32px;
}
.min-w-36 {
  min-width: 36px;
}
.min-w-40 {
  min-width: 40px;
}
.min-w-44 {
  min-width: 44px;
}
.min-w-48 {
  min-width: 48px;
}
.min-w-52 {
  min-width: 52px;
}
.min-w-56 {
  min-width: 56px;
}
.min-w-64 {
  min-width: 64px;
}
.min-w-80 {
  min-width: 80px;
}
.min-w-96 {
  min-width: 96px;
}
.min-w-128 {
  min-width: 128px;
}
.min-w-160 {
  min-width: 160px;
}
.min-w-192 {
  min-width: 192px;
}
.min-w-224 {
  min-width: 224px;
}
.min-w-256 {
  min-width: 256px;
}
.min-w-512 {
  min-width: 512px;
}
.min-w-full {
  min-width: 100%;
}
.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.object-fill {
  -o-object-fit: fill;
  object-fit: fill;
}
.object-none {
  -o-object-fit: none;
  object-fit: none;
}
.object-scale-down {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.object-bottom {
  -o-object-position: bottom;
  object-position: bottom;
}
.object-center {
  -o-object-position: center;
  object-position: center;
}
.object-left {
  -o-object-position: left;
  object-position: left;
}
.object-left-bottom {
  -o-object-position: left bottom;
  object-position: left bottom;
}
.object-left-top {
  -o-object-position: left top;
  object-position: left top;
}
.object-right {
  -o-object-position: right;
  object-position: right;
}
.object-right-bottom {
  -o-object-position: right bottom;
  object-position: right bottom;
}
.object-right-top {
  -o-object-position: right top;
  object-position: right top;
}
.object-top {
  -o-object-position: top;
  object-position: top;
}
.opacity-0 {
  opacity: 0;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-100 {
  opacity: 1;
}
.placeholder\:opacity-0::-webkit-input-placeholder {
  opacity: 0;
}
.placeholder\:opacity-0::-moz-placeholder {
  opacity: 0;
}
.placeholder\:opacity-0:-ms-input-placeholder {
  opacity: 0;
}
.placeholder\:opacity-0::-ms-input-placeholder {
  opacity: 0;
}
.placeholder\:opacity-0::placeholder {
  opacity: 0;
}
.placeholder\:opacity-25::-webkit-input-placeholder {
  opacity: 0.25;
}
.placeholder\:opacity-25::-moz-placeholder {
  opacity: 0.25;
}
.placeholder\:opacity-25:-ms-input-placeholder {
  opacity: 0.25;
}
.placeholder\:opacity-25::-ms-input-placeholder {
  opacity: 0.25;
}
.placeholder\:opacity-25::placeholder {
  opacity: 0.25;
}
.placeholder\:opacity-50::-webkit-input-placeholder {
  opacity: 0.5;
}
.placeholder\:opacity-50::-moz-placeholder {
  opacity: 0.5;
}
.placeholder\:opacity-50:-ms-input-placeholder {
  opacity: 0.5;
}
.placeholder\:opacity-50::-ms-input-placeholder {
  opacity: 0.5;
}
.placeholder\:opacity-50::placeholder {
  opacity: 0.5;
}
.placeholder\:opacity-75::-webkit-input-placeholder {
  opacity: 0.75;
}
.placeholder\:opacity-75::-moz-placeholder {
  opacity: 0.75;
}
.placeholder\:opacity-75:-ms-input-placeholder {
  opacity: 0.75;
}
.placeholder\:opacity-75::-ms-input-placeholder {
  opacity: 0.75;
}
.placeholder\:opacity-75::placeholder {
  opacity: 0.75;
}
.placeholder\:opacity-100::-webkit-input-placeholder {
  opacity: 1;
}
.placeholder\:opacity-100::-moz-placeholder {
  opacity: 1;
}
.placeholder\:opacity-100:-ms-input-placeholder {
  opacity: 1;
}
.placeholder\:opacity-100::-ms-input-placeholder {
  opacity: 1;
}
.placeholder\:opacity-100::placeholder {
  opacity: 1;
}
.outline-none {
  outline: 0;
}
.focus\:outline-none:focus {
  outline: 0;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-visible {
  overflow-x: visible;
}
.overflow-y-visible {
  overflow-y: visible;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.scrolling-touch {
  -webkit-overflow-scrolling: touch;
}
.scrolling-auto {
  -webkit-overflow-scrolling: auto;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 1px;
}
.p-4 {
  padding: 4px;
}
.p-8 {
  padding: 8px;
}
.p-12 {
  padding: 12px;
}
.p-16 {
  padding: 16px;
}
.p-20 {
  padding: 20px;
}
.p-24 {
  padding: 24px;
}
.p-28 {
  padding: 28px;
}
.p-32 {
  padding: 32px;
}
.p-36 {
  padding: 36px;
}
.p-40 {
  padding: 40px;
}
.p-44 {
  padding: 44px;
}
.p-48 {
  padding: 48px;
}
.p-52 {
  padding: 52px;
}
.p-56 {
  padding: 56px;
}
.p-64 {
  padding: 64px;
}
.p-80 {
  padding: 80px;
}
.p-96 {
  padding: 96px;
}
.p-128 {
  padding: 128px;
}
.p-160 {
  padding: 160px;
}
.p-192 {
  padding: 192px;
}
.p-224 {
  padding: 224px;
}
.p-256 {
  padding: 256px;
}
.p-512 {
  padding: 512px;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.py-1 {
  padding-top: 1px;
  padding-bottom: 1px;
}
.px-1 {
  padding-left: 1px;
  padding-right: 1px;
}
.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.px-4 {
  padding-left: 4px;
  padding-right: 4px;
}
.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.px-8 {
  padding-left: 8px;
  padding-right: 8px;
}
.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}
.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}
.py-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}
.px-28 {
  padding-left: 28px;
  padding-right: 28px;
}
.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}
.py-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}
.px-36 {
  padding-left: 36px;
  padding-right: 36px;
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.py-44 {
  padding-top: 44px;
  padding-bottom: 44px;
}
.px-44 {
  padding-left: 44px;
  padding-right: 44px;
}
.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.px-48 {
  padding-left: 48px;
  padding-right: 48px;
}
.py-52 {
  padding-top: 52px;
  padding-bottom: 52px;
}
.px-52 {
  padding-left: 52px;
  padding-right: 52px;
}
.py-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}
.px-56 {
  padding-left: 56px;
  padding-right: 56px;
}
.py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}
.px-64 {
  padding-left: 64px;
  padding-right: 64px;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}
.py-96 {
  padding-top: 96px;
  padding-bottom: 96px;
}
.px-96 {
  padding-left: 96px;
  padding-right: 96px;
}
.py-128 {
  padding-top: 128px;
  padding-bottom: 128px;
}
.px-128 {
  padding-left: 128px;
  padding-right: 128px;
}
.py-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}
.px-160 {
  padding-left: 160px;
  padding-right: 160px;
}
.py-192 {
  padding-top: 192px;
  padding-bottom: 192px;
}
.px-192 {
  padding-left: 192px;
  padding-right: 192px;
}
.py-224 {
  padding-top: 224px;
  padding-bottom: 224px;
}
.px-224 {
  padding-left: 224px;
  padding-right: 224px;
}
.py-256 {
  padding-top: 256px;
  padding-bottom: 256px;
}
.px-256 {
  padding-left: 256px;
  padding-right: 256px;
}
.py-512 {
  padding-top: 512px;
  padding-bottom: 512px;
}
.px-512 {
  padding-left: 512px;
  padding-right: 512px;
}
.pt-0 {
  padding-top: 0;
}
.pr-0 {
  padding-right: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pl-0 {
  padding-left: 0;
}
.pt-1 {
  padding-top: 1px;
}
.pr-1 {
  padding-right: 1px;
}
.pb-1 {
  padding-bottom: 1px;
}
.pl-1 {
  padding-left: 1px;
}
.pt-4 {
  padding-top: 4px;
}
.pr-4 {
  padding-right: 4px;
}
.pb-4 {
  padding-bottom: 4px;
}
.pl-4 {
  padding-left: 4px;
}
.pt-8 {
  padding-top: 8px;
}
.pr-8 {
  padding-right: 8px;
}
.pb-8 {
  padding-bottom: 8px;
}
.pl-8 {
  padding-left: 8px;
}
.pt-12 {
  padding-top: 12px;
}
.pr-12 {
  padding-right: 12px;
}
.pb-12 {
  padding-bottom: 12px;
}
.pl-12 {
  padding-left: 12px;
}
.pt-16 {
  padding-top: 16px;
}
.pr-16 {
  padding-right: 16px;
}
.pb-16 {
  padding-bottom: 16px;
}
.pl-16 {
  padding-left: 16px;
}
.pt-20 {
  padding-top: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.pt-24 {
  padding-top: 24px;
}
.pr-24 {
  padding-right: 24px;
}
.pb-24 {
  padding-bottom: 24px;
}
.pl-24 {
  padding-left: 24px;
}
.pt-28 {
  padding-top: 28px;
}
.pr-28 {
  padding-right: 28px;
}
.pb-28 {
  padding-bottom: 28px;
}
.pl-28 {
  padding-left: 28px;
}
.pt-32 {
  padding-top: 32px;
}
.pr-32 {
  padding-right: 32px;
}
.pb-32 {
  padding-bottom: 32px;
}
.pl-32 {
  padding-left: 32px;
}
.pt-36 {
  padding-top: 36px;
}
.pr-36 {
  padding-right: 36px;
}
.pb-36 {
  padding-bottom: 36px;
}
.pl-36 {
  padding-left: 36px;
}
.pt-40 {
  padding-top: 40px;
}
.pr-40 {
  padding-right: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pl-40 {
  padding-left: 40px;
}
.pt-44 {
  padding-top: 44px;
}
.pr-44 {
  padding-right: 44px;
}
.pb-44 {
  padding-bottom: 44px;
}
.pl-44 {
  padding-left: 44px;
}
.pt-48 {
  padding-top: 48px;
}
.pr-48 {
  padding-right: 48px;
}
.pb-48 {
  padding-bottom: 48px;
}
.pl-48 {
  padding-left: 48px;
}
.pt-52 {
  padding-top: 52px;
}
.pr-52 {
  padding-right: 52px;
}
.pb-52 {
  padding-bottom: 52px;
}
.pl-52 {
  padding-left: 52px;
}
.pt-56 {
  padding-top: 56px;
}
.pr-56 {
  padding-right: 56px;
}
.pb-56 {
  padding-bottom: 56px;
}
.pl-56 {
  padding-left: 56px;
}
.pt-64 {
  padding-top: 64px;
}
.pr-64 {
  padding-right: 64px;
}
.pb-64 {
  padding-bottom: 64px;
}
.pl-64 {
  padding-left: 64px;
}
.pt-80 {
  padding-top: 80px;
}
.pr-80 {
  padding-right: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pl-80 {
  padding-left: 80px;
}
.pt-96 {
  padding-top: 96px;
}
.pr-96 {
  padding-right: 96px;
}
.pb-96 {
  padding-bottom: 96px;
}
.pl-96 {
  padding-left: 96px;
}
.pt-128 {
  padding-top: 128px;
}
.pr-128 {
  padding-right: 128px;
}
.pb-128 {
  padding-bottom: 128px;
}
.pl-128 {
  padding-left: 128px;
}
.pt-160 {
  padding-top: 160px;
}
.pr-160 {
  padding-right: 160px;
}
.pb-160 {
  padding-bottom: 160px;
}
.pl-160 {
  padding-left: 160px;
}
.pt-192 {
  padding-top: 192px;
}
.pr-192 {
  padding-right: 192px;
}
.pb-192 {
  padding-bottom: 192px;
}
.pl-192 {
  padding-left: 192px;
}
.pt-224 {
  padding-top: 224px;
}
.pr-224 {
  padding-right: 224px;
}
.pb-224 {
  padding-bottom: 224px;
}
.pl-224 {
  padding-left: 224px;
}
.pt-256 {
  padding-top: 256px;
}
.pr-256 {
  padding-right: 256px;
}
.pb-256 {
  padding-bottom: 256px;
}
.pl-256 {
  padding-left: 256px;
}
.pt-512 {
  padding-top: 512px;
}
.pr-512 {
  padding-right: 512px;
}
.pb-512 {
  padding-bottom: 512px;
}
.pl-512 {
  padding-left: 512px;
}
.placeholder-gray-400::-webkit-input-placeholder {
  color: #c1c1c1;
}
.placeholder-gray-400::-moz-placeholder {
  color: #c1c1c1;
}
.placeholder-gray-400:-ms-input-placeholder {
  color: #c1c1c1;
}
.placeholder-gray-400::-ms-input-placeholder {
  color: #c1c1c1;
}
.placeholder-gray-400::placeholder {
  color: #c1c1c1;
}
.focus\:placeholder-gray-400:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.focus\:placeholder-gray-400:focus::-moz-placeholder {
  color: #c1c1c1;
}
.focus\:placeholder-gray-400:focus:-ms-input-placeholder {
  color: #c1c1c1;
}
.focus\:placeholder-gray-400:focus::-ms-input-placeholder {
  color: #c1c1c1;
}
.focus\:placeholder-gray-400:focus::placeholder {
  color: #c1c1c1;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.inset-y-0 {
  top: 0;
  bottom: 0;
}
.inset-x-0 {
  right: 0;
  left: 0;
}
.inset-y-auto {
  top: auto;
  bottom: auto;
}
.inset-x-auto {
  right: auto;
  left: auto;
}
.top-0 {
  top: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.top-auto {
  top: auto;
}
.right-auto {
  right: auto;
}
.bottom-auto {
  bottom: auto;
}
.left-auto {
  left: auto;
}
.resize-none {
  resize: none;
}
.resize-y {
  resize: vertical;
}
.resize-x {
  resize: horizontal;
}
.resize {
  resize: both;
}
.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.shadow-sm {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
}
.shadow-md {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
}
.shadow-lg {
  box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.2);
}
.shadow-outline-black {
  box-shadow: 0 0 0 1px #333333;
}
.shadow-outline-blue-100 {
  box-shadow: 0 0 0 1px #f2f8ff;
}
.shadow-outline-blue-150 {
  box-shadow: 0 0 0 1px #E6EFFB;
}
.shadow-outline-blue-200 {
  box-shadow: 0 0 0 1px #d6e3f4;
}
.shadow-outline-blue-300 {
  box-shadow: 0 0 0 1px #bbcfea;
}
.shadow-outline-blue-400 {
  box-shadow: 0 0 0 1px #8dabd4;
}
.shadow-outline-blue-500 {
  box-shadow: 0 0 0 1px #648abf;
}
.shadow-outline-blue-600 {
  box-shadow: 0 0 0 1px #426da9;
}
.shadow-outline-blue-700 {
  box-shadow: 0 0 0 1px #1d4f91;
}
.shadow-outline-blue-800 {
  box-shadow: 0 0 0 1px #123f7a;
}
.shadow-outline-blue-900 {
  box-shadow: 0 0 0 1px #0a3163;
}
.shadow-outline-gray-100 {
  box-shadow: 0 0 0 1px #f6f6f6;
}
.shadow-outline-gray-200 {
  box-shadow: 0 0 0 1px #eaeaea;
}
.shadow-outline-gray-300 {
  box-shadow: 0 0 0 1px #d6d6d6;
}
.shadow-outline-gray-400 {
  box-shadow: 0 0 0 1px #c1c1c1;
}
.shadow-outline-gray-500 {
  box-shadow: 0 0 0 1px #a7a7a7;
}
.shadow-outline-gray-600 {
  box-shadow: 0 0 0 1px #8c8c8c;
}
.shadow-outline-gray-700 {
  box-shadow: 0 0 0 1px #717171;
}
.shadow-outline-gray-800 {
  box-shadow: 0 0 0 1px #585858;
}
.shadow-outline-gray-900 {
  box-shadow: 0 0 0 1px #404040;
}
.shadow-outline-green-100 {
  box-shadow: 0 0 0 1px #F2FFF5;
}
.shadow-outline-green-200 {
  box-shadow: 0 0 0 1px #D0F6DB;
}
.shadow-outline-green-300 {
  box-shadow: 0 0 0 1px #9AE8B4;
}
.shadow-outline-green-400 {
  box-shadow: 0 0 0 1px #5CD08E;
}
.shadow-outline-green-500 {
  box-shadow: 0 0 0 1px #29B769;
}
.shadow-outline-green-600 {
  box-shadow: 0 0 0 1px #009f4d;
}
.shadow-outline-green-700 {
  box-shadow: 0 0 0 1px #007a3b;
}
.shadow-outline-green-800 {
  box-shadow: 0 0 0 1px #00612F;
}
.shadow-outline-green-900 {
  box-shadow: 0 0 0 1px #004A24;
}
.shadow-outline-lime-100 {
  box-shadow: 0 0 0 1px #fefff2;
}
.shadow-outline-lime-200 {
  box-shadow: 0 0 0 1px #f7f9cc;
}
.shadow-outline-lime-300 {
  box-shadow: 0 0 0 1px #f0f3a7;
}
.shadow-outline-lime-400 {
  box-shadow: 0 0 0 1px #dce26d;
}
.shadow-outline-lime-500 {
  box-shadow: 0 0 0 1px #cad03b;
}
.shadow-outline-lime-600 {
  box-shadow: 0 0 0 1px #b7bf10;
}
.shadow-outline-lime-700 {
  box-shadow: 0 0 0 1px #979e08;
}
.shadow-outline-lime-800 {
  box-shadow: 0 0 0 1px #777d03;
}
.shadow-outline-lime-900 {
  box-shadow: 0 0 0 1px #575c00;
}
.shadow-outline-magenta-100 {
  box-shadow: 0 0 0 1px #fff1fa;
}
.shadow-outline-magenta-200 {
  box-shadow: 0 0 0 1px #ffd8f0;
}
.shadow-outline-magenta-300 {
  box-shadow: 0 0 0 1px #ffc0e4;
}
.shadow-outline-magenta-400 {
  box-shadow: 0 0 0 1px #f790c6;
}
.shadow-outline-magenta-500 {
  box-shadow: 0 0 0 1px #ef62a8;
}
.shadow-outline-magenta-600 {
  box-shadow: 0 0 0 1px #e63888;
}
.shadow-outline-magenta-700 {
  box-shadow: 0 0 0 1px #c41d73;
}
.shadow-outline-magenta-800 {
  box-shadow: 0 0 0 1px #a20861;
}
.shadow-outline-magenta-900 {
  box-shadow: 0 0 0 1px #800051;
}
.shadow-outline-orange-100 {
  box-shadow: 0 0 0 1px #fff9f2;
}
.shadow-outline-orange-200 {
  box-shadow: 0 0 0 1px #ffeed7;
}
.shadow-outline-orange-300 {
  box-shadow: 0 0 0 1px #ffe3ba;
}
.shadow-outline-orange-400 {
  box-shadow: 0 0 0 1px #ffc684;
}
.shadow-outline-orange-500 {
  box-shadow: 0 0 0 1px #ffaa4f;
}
.shadow-outline-orange-600 {
  box-shadow: 0 0 0 1px #ff8f1c;
}
.shadow-outline-orange-700 {
  box-shadow: 0 0 0 1px #cc6e0f;
}
.shadow-outline-orange-800 {
  box-shadow: 0 0 0 1px #995006;
}
.shadow-outline-orange-900 {
  box-shadow: 0 0 0 1px #663300;
}
.shadow-outline-purple-100 {
  box-shadow: 0 0 0 1px #fef2ff;
}
.shadow-outline-purple-200 {
  box-shadow: 0 0 0 1px #eed3f1;
}
.shadow-outline-purple-300 {
  box-shadow: 0 0 0 1px #dfb6e4;
}
.shadow-outline-purple-400 {
  box-shadow: 0 0 0 1px #c186c9;
}
.shadow-outline-purple-500 {
  box-shadow: 0 0 0 1px #a45dad;
}
.shadow-outline-purple-600 {
  box-shadow: 0 0 0 1px #883b92;
}
.shadow-outline-purple-700 {
  box-shadow: 0 0 0 1px #6d2077;
}
.shadow-outline-purple-800 {
  box-shadow: 0 0 0 1px #53135b;
}
.shadow-outline-purple-900 {
  box-shadow: 0 0 0 1px #390a40;
}
.shadow-outline-raspberry-100 {
  box-shadow: 0 0 0 1px #fff0fb;
}
.shadow-outline-raspberry-200 {
  box-shadow: 0 0 0 1px #f6cbea;
}
.shadow-outline-raspberry-300 {
  box-shadow: 0 0 0 1px #eda7da;
}
.shadow-outline-raspberry-400 {
  box-shadow: 0 0 0 1px #d86fbc;
}
.shadow-outline-raspberry-500 {
  box-shadow: 0 0 0 1px #c43e9f;
}
.shadow-outline-raspberry-600 {
  box-shadow: 0 0 0 1px #af1685;
}
.shadow-outline-raspberry-700 {
  box-shadow: 0 0 0 1px #92086d;
}
.shadow-outline-raspberry-800 {
  box-shadow: 0 0 0 1px #760056;
}
.shadow-outline-raspberry-900 {
  box-shadow: 0 0 0 1px #570041;
}
.shadow-outline-red-100 {
  box-shadow: 0 0 0 1px #fff0f3;
}
.shadow-outline-red-200 {
  box-shadow: 0 0 0 1px #FFD6DD;
}
.shadow-outline-red-300 {
  box-shadow: 0 0 0 1px #fea8b8;
}
.shadow-outline-red-400 {
  box-shadow: 0 0 0 1px #f66c86;
}
.shadow-outline-red-500 {
  box-shadow: 0 0 0 1px #ed3457;
}
.shadow-outline-red-600 {
  box-shadow: 0 0 0 1px #e4002b;
}
.shadow-outline-red-700 {
  box-shadow: 0 0 0 1px #c60025;
}
.shadow-outline-red-800 {
  box-shadow: 0 0 0 1px #a8001f;
}
.shadow-outline-red-900 {
  box-shadow: 0 0 0 1px #8a0019;
}
.shadow-outline-sapphire-100 {
  box-shadow: 0 0 0 1px #f2fcff;
}
.shadow-outline-sapphire-200 {
  box-shadow: 0 0 0 1px #d0eff8;
}
.shadow-outline-sapphire-300 {
  box-shadow: 0 0 0 1px #afe2f1;
}
.shadow-outline-sapphire-400 {
  box-shadow: 0 0 0 1px #79c8de;
}
.shadow-outline-sapphire-500 {
  box-shadow: 0 0 0 1px #4aafcc;
}
.shadow-outline-sapphire-600 {
  box-shadow: 0 0 0 1px #2197b9;
}
.shadow-outline-sapphire-700 {
  box-shadow: 0 0 0 1px #0081a6;
}
.shadow-outline-sapphire-800 {
  box-shadow: 0 0 0 1px #006580;
}
.shadow-outline-sapphire-900 {
  box-shadow: 0 0 0 1px #004759;
}
.shadow-outline-teal-100 {
  box-shadow: 0 0 0 1px #f2fffe;
}
.shadow-outline-teal-200 {
  box-shadow: 0 0 0 1px #c6f7f4;
}
.shadow-outline-teal-300 {
  box-shadow: 0 0 0 1px #9befea;
}
.shadow-outline-teal-400 {
  box-shadow: 0 0 0 1px #5fdad4;
}
.shadow-outline-teal-500 {
  box-shadow: 0 0 0 1px #2bc6be;
}
.shadow-outline-teal-600 {
  box-shadow: 0 0 0 1px #00b2a9;
}
.shadow-outline-teal-700 {
  box-shadow: 0 0 0 1px #00948c;
}
.shadow-outline-teal-800 {
  box-shadow: 0 0 0 1px #00756f;
}
.shadow-outline-teal-900 {
  box-shadow: 0 0 0 1px #005752;
}
.shadow-outline-transparent {
  box-shadow: 0 0 0 1px transparent;
}
.shadow-outline-white {
  box-shadow: 0 0 0 1px #ffffff;
}
.shadow-outline-white-a10 {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.shadow-outline-white-a20 {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.shadow-outline-white-a30 {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.shadow-outline-white-a40 {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
}
.shadow-outline-white-a50 {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.shadow-outline-white-a60 {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
}
.shadow-outline-white-a70 {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7);
}
.shadow-outline-white-a80 {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
}
.shadow-outline-white-a90 {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9);
}
.shadow-outline-yellow-100 {
  box-shadow: 0 0 0 1px #FFF9E8;
}
.shadow-outline-yellow-200 {
  box-shadow: 0 0 0 1px #FFF1BD;
}
.shadow-outline-yellow-300 {
  box-shadow: 0 0 0 1px #FFEA90;
}
.shadow-outline-yellow-400 {
  box-shadow: 0 0 0 1px #FFD146;
}
.shadow-outline-yellow-500 {
  box-shadow: 0 0 0 1px #FEBA00;
}
.shadow-outline-yellow-600 {
  box-shadow: 0 0 0 1px #D49A00;
}
.shadow-outline-yellow-700 {
  box-shadow: 0 0 0 1px #AA7A00;
}
.shadow-outline-yellow-800 {
  box-shadow: 0 0 0 1px #815B00;
}
.shadow-outline-yellow-900 {
  box-shadow: 0 0 0 1px #573D00;
}
.shadow-inside-outline-black {
  box-shadow: inset 0 0 0 2px #333333;
}
.shadow-inside-outline-blue-100 {
  box-shadow: inset 0 0 0 2px #f2f8ff;
}
.shadow-inside-outline-blue-150 {
  box-shadow: inset 0 0 0 2px #E6EFFB;
}
.shadow-inside-outline-blue-200 {
  box-shadow: inset 0 0 0 2px #d6e3f4;
}
.shadow-inside-outline-blue-300 {
  box-shadow: inset 0 0 0 2px #bbcfea;
}
.shadow-inside-outline-blue-400 {
  box-shadow: inset 0 0 0 2px #8dabd4;
}
.shadow-inside-outline-blue-500 {
  box-shadow: inset 0 0 0 2px #648abf;
}
.shadow-inside-outline-blue-600 {
  box-shadow: inset 0 0 0 2px #426da9;
}
.shadow-inside-outline-blue-700 {
  box-shadow: inset 0 0 0 2px #1d4f91;
}
.shadow-inside-outline-blue-800 {
  box-shadow: inset 0 0 0 2px #123f7a;
}
.shadow-inside-outline-blue-900 {
  box-shadow: inset 0 0 0 2px #0a3163;
}
.shadow-inside-outline-gray-100 {
  box-shadow: inset 0 0 0 2px #f6f6f6;
}
.shadow-inside-outline-gray-200 {
  box-shadow: inset 0 0 0 2px #eaeaea;
}
.shadow-inside-outline-gray-300 {
  box-shadow: inset 0 0 0 2px #d6d6d6;
}
.shadow-inside-outline-gray-400 {
  box-shadow: inset 0 0 0 2px #c1c1c1;
}
.shadow-inside-outline-gray-500 {
  box-shadow: inset 0 0 0 2px #a7a7a7;
}
.shadow-inside-outline-gray-600 {
  box-shadow: inset 0 0 0 2px #8c8c8c;
}
.shadow-inside-outline-gray-700 {
  box-shadow: inset 0 0 0 2px #717171;
}
.shadow-inside-outline-gray-800 {
  box-shadow: inset 0 0 0 2px #585858;
}
.shadow-inside-outline-gray-900 {
  box-shadow: inset 0 0 0 2px #404040;
}
.shadow-inside-outline-green-100 {
  box-shadow: inset 0 0 0 2px #F2FFF5;
}
.shadow-inside-outline-green-200 {
  box-shadow: inset 0 0 0 2px #D0F6DB;
}
.shadow-inside-outline-green-300 {
  box-shadow: inset 0 0 0 2px #9AE8B4;
}
.shadow-inside-outline-green-400 {
  box-shadow: inset 0 0 0 2px #5CD08E;
}
.shadow-inside-outline-green-500 {
  box-shadow: inset 0 0 0 2px #29B769;
}
.shadow-inside-outline-green-600 {
  box-shadow: inset 0 0 0 2px #009f4d;
}
.shadow-inside-outline-green-700 {
  box-shadow: inset 0 0 0 2px #007a3b;
}
.shadow-inside-outline-green-800 {
  box-shadow: inset 0 0 0 2px #00612F;
}
.shadow-inside-outline-green-900 {
  box-shadow: inset 0 0 0 2px #004A24;
}
.shadow-inside-outline-lime-100 {
  box-shadow: inset 0 0 0 2px #fefff2;
}
.shadow-inside-outline-lime-200 {
  box-shadow: inset 0 0 0 2px #f7f9cc;
}
.shadow-inside-outline-lime-300 {
  box-shadow: inset 0 0 0 2px #f0f3a7;
}
.shadow-inside-outline-lime-400 {
  box-shadow: inset 0 0 0 2px #dce26d;
}
.shadow-inside-outline-lime-500 {
  box-shadow: inset 0 0 0 2px #cad03b;
}
.shadow-inside-outline-lime-600 {
  box-shadow: inset 0 0 0 2px #b7bf10;
}
.shadow-inside-outline-lime-700 {
  box-shadow: inset 0 0 0 2px #979e08;
}
.shadow-inside-outline-lime-800 {
  box-shadow: inset 0 0 0 2px #777d03;
}
.shadow-inside-outline-lime-900 {
  box-shadow: inset 0 0 0 2px #575c00;
}
.shadow-inside-outline-magenta-100 {
  box-shadow: inset 0 0 0 2px #fff1fa;
}
.shadow-inside-outline-magenta-200 {
  box-shadow: inset 0 0 0 2px #ffd8f0;
}
.shadow-inside-outline-magenta-300 {
  box-shadow: inset 0 0 0 2px #ffc0e4;
}
.shadow-inside-outline-magenta-400 {
  box-shadow: inset 0 0 0 2px #f790c6;
}
.shadow-inside-outline-magenta-500 {
  box-shadow: inset 0 0 0 2px #ef62a8;
}
.shadow-inside-outline-magenta-600 {
  box-shadow: inset 0 0 0 2px #e63888;
}
.shadow-inside-outline-magenta-700 {
  box-shadow: inset 0 0 0 2px #c41d73;
}
.shadow-inside-outline-magenta-800 {
  box-shadow: inset 0 0 0 2px #a20861;
}
.shadow-inside-outline-magenta-900 {
  box-shadow: inset 0 0 0 2px #800051;
}
.shadow-inside-outline-orange-100 {
  box-shadow: inset 0 0 0 2px #fff9f2;
}
.shadow-inside-outline-orange-200 {
  box-shadow: inset 0 0 0 2px #ffeed7;
}
.shadow-inside-outline-orange-300 {
  box-shadow: inset 0 0 0 2px #ffe3ba;
}
.shadow-inside-outline-orange-400 {
  box-shadow: inset 0 0 0 2px #ffc684;
}
.shadow-inside-outline-orange-500 {
  box-shadow: inset 0 0 0 2px #ffaa4f;
}
.shadow-inside-outline-orange-600 {
  box-shadow: inset 0 0 0 2px #ff8f1c;
}
.shadow-inside-outline-orange-700 {
  box-shadow: inset 0 0 0 2px #cc6e0f;
}
.shadow-inside-outline-orange-800 {
  box-shadow: inset 0 0 0 2px #995006;
}
.shadow-inside-outline-orange-900 {
  box-shadow: inset 0 0 0 2px #663300;
}
.shadow-inside-outline-purple-100 {
  box-shadow: inset 0 0 0 2px #fef2ff;
}
.shadow-inside-outline-purple-200 {
  box-shadow: inset 0 0 0 2px #eed3f1;
}
.shadow-inside-outline-purple-300 {
  box-shadow: inset 0 0 0 2px #dfb6e4;
}
.shadow-inside-outline-purple-400 {
  box-shadow: inset 0 0 0 2px #c186c9;
}
.shadow-inside-outline-purple-500 {
  box-shadow: inset 0 0 0 2px #a45dad;
}
.shadow-inside-outline-purple-600 {
  box-shadow: inset 0 0 0 2px #883b92;
}
.shadow-inside-outline-purple-700 {
  box-shadow: inset 0 0 0 2px #6d2077;
}
.shadow-inside-outline-purple-800 {
  box-shadow: inset 0 0 0 2px #53135b;
}
.shadow-inside-outline-purple-900 {
  box-shadow: inset 0 0 0 2px #390a40;
}
.shadow-inside-outline-raspberry-100 {
  box-shadow: inset 0 0 0 2px #fff0fb;
}
.shadow-inside-outline-raspberry-200 {
  box-shadow: inset 0 0 0 2px #f6cbea;
}
.shadow-inside-outline-raspberry-300 {
  box-shadow: inset 0 0 0 2px #eda7da;
}
.shadow-inside-outline-raspberry-400 {
  box-shadow: inset 0 0 0 2px #d86fbc;
}
.shadow-inside-outline-raspberry-500 {
  box-shadow: inset 0 0 0 2px #c43e9f;
}
.shadow-inside-outline-raspberry-600 {
  box-shadow: inset 0 0 0 2px #af1685;
}
.shadow-inside-outline-raspberry-700 {
  box-shadow: inset 0 0 0 2px #92086d;
}
.shadow-inside-outline-raspberry-800 {
  box-shadow: inset 0 0 0 2px #760056;
}
.shadow-inside-outline-raspberry-900 {
  box-shadow: inset 0 0 0 2px #570041;
}
.shadow-inside-outline-red-100 {
  box-shadow: inset 0 0 0 2px #fff0f3;
}
.shadow-inside-outline-red-200 {
  box-shadow: inset 0 0 0 2px #FFD6DD;
}
.shadow-inside-outline-red-300 {
  box-shadow: inset 0 0 0 2px #fea8b8;
}
.shadow-inside-outline-red-400 {
  box-shadow: inset 0 0 0 2px #f66c86;
}
.shadow-inside-outline-red-500 {
  box-shadow: inset 0 0 0 2px #ed3457;
}
.shadow-inside-outline-red-600 {
  box-shadow: inset 0 0 0 2px #e4002b;
}
.shadow-inside-outline-red-700 {
  box-shadow: inset 0 0 0 2px #c60025;
}
.shadow-inside-outline-red-800 {
  box-shadow: inset 0 0 0 2px #a8001f;
}
.shadow-inside-outline-red-900 {
  box-shadow: inset 0 0 0 2px #8a0019;
}
.shadow-inside-outline-sapphire-100 {
  box-shadow: inset 0 0 0 2px #f2fcff;
}
.shadow-inside-outline-sapphire-200 {
  box-shadow: inset 0 0 0 2px #d0eff8;
}
.shadow-inside-outline-sapphire-300 {
  box-shadow: inset 0 0 0 2px #afe2f1;
}
.shadow-inside-outline-sapphire-400 {
  box-shadow: inset 0 0 0 2px #79c8de;
}
.shadow-inside-outline-sapphire-500 {
  box-shadow: inset 0 0 0 2px #4aafcc;
}
.shadow-inside-outline-sapphire-600 {
  box-shadow: inset 0 0 0 2px #2197b9;
}
.shadow-inside-outline-sapphire-700 {
  box-shadow: inset 0 0 0 2px #0081a6;
}
.shadow-inside-outline-sapphire-800 {
  box-shadow: inset 0 0 0 2px #006580;
}
.shadow-inside-outline-sapphire-900 {
  box-shadow: inset 0 0 0 2px #004759;
}
.shadow-inside-outline-teal-100 {
  box-shadow: inset 0 0 0 2px #f2fffe;
}
.shadow-inside-outline-teal-200 {
  box-shadow: inset 0 0 0 2px #c6f7f4;
}
.shadow-inside-outline-teal-300 {
  box-shadow: inset 0 0 0 2px #9befea;
}
.shadow-inside-outline-teal-400 {
  box-shadow: inset 0 0 0 2px #5fdad4;
}
.shadow-inside-outline-teal-500 {
  box-shadow: inset 0 0 0 2px #2bc6be;
}
.shadow-inside-outline-teal-600 {
  box-shadow: inset 0 0 0 2px #00b2a9;
}
.shadow-inside-outline-teal-700 {
  box-shadow: inset 0 0 0 2px #00948c;
}
.shadow-inside-outline-teal-800 {
  box-shadow: inset 0 0 0 2px #00756f;
}
.shadow-inside-outline-teal-900 {
  box-shadow: inset 0 0 0 2px #005752;
}
.shadow-inside-outline-transparent {
  box-shadow: inset 0 0 0 2px transparent;
}
.shadow-inside-outline-white {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.shadow-inside-outline-white-a10 {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.1);
}
.shadow-inside-outline-white-a20 {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
}
.shadow-inside-outline-white-a30 {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
}
.shadow-inside-outline-white-a40 {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.4);
}
.shadow-inside-outline-white-a50 {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.shadow-inside-outline-white-a60 {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6);
}
.shadow-inside-outline-white-a70 {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.7);
}
.shadow-inside-outline-white-a80 {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
}
.shadow-inside-outline-white-a90 {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.9);
}
.shadow-inside-outline-yellow-100 {
  box-shadow: inset 0 0 0 2px #FFF9E8;
}
.shadow-inside-outline-yellow-200 {
  box-shadow: inset 0 0 0 2px #FFF1BD;
}
.shadow-inside-outline-yellow-300 {
  box-shadow: inset 0 0 0 2px #FFEA90;
}
.shadow-inside-outline-yellow-400 {
  box-shadow: inset 0 0 0 2px #FFD146;
}
.shadow-inside-outline-yellow-500 {
  box-shadow: inset 0 0 0 2px #FEBA00;
}
.shadow-inside-outline-yellow-600 {
  box-shadow: inset 0 0 0 2px #D49A00;
}
.shadow-inside-outline-yellow-700 {
  box-shadow: inset 0 0 0 2px #AA7A00;
}
.shadow-inside-outline-yellow-800 {
  box-shadow: inset 0 0 0 2px #815B00;
}
.shadow-inside-outline-yellow-900 {
  box-shadow: inset 0 0 0 2px #573D00;
}
.shadow-none {
  box-shadow: none;
}
.hover\:shadow:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.hover\:shadow-sm:hover {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
}
.hover\:shadow-md:hover {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
}
.hover\:shadow-lg:hover {
  box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.2);
}
.hover\:shadow-outline-black:hover {
  box-shadow: 0 0 0 1px #333333;
}
.hover\:shadow-outline-blue-100:hover {
  box-shadow: 0 0 0 1px #f2f8ff;
}
.hover\:shadow-outline-blue-150:hover {
  box-shadow: 0 0 0 1px #E6EFFB;
}
.hover\:shadow-outline-blue-200:hover {
  box-shadow: 0 0 0 1px #d6e3f4;
}
.hover\:shadow-outline-blue-300:hover {
  box-shadow: 0 0 0 1px #bbcfea;
}
.hover\:shadow-outline-blue-400:hover {
  box-shadow: 0 0 0 1px #8dabd4;
}
.hover\:shadow-outline-blue-500:hover {
  box-shadow: 0 0 0 1px #648abf;
}
.hover\:shadow-outline-blue-600:hover {
  box-shadow: 0 0 0 1px #426da9;
}
.hover\:shadow-outline-blue-700:hover {
  box-shadow: 0 0 0 1px #1d4f91;
}
.hover\:shadow-outline-blue-800:hover {
  box-shadow: 0 0 0 1px #123f7a;
}
.hover\:shadow-outline-blue-900:hover {
  box-shadow: 0 0 0 1px #0a3163;
}
.hover\:shadow-outline-gray-100:hover {
  box-shadow: 0 0 0 1px #f6f6f6;
}
.hover\:shadow-outline-gray-200:hover {
  box-shadow: 0 0 0 1px #eaeaea;
}
.hover\:shadow-outline-gray-300:hover {
  box-shadow: 0 0 0 1px #d6d6d6;
}
.hover\:shadow-outline-gray-400:hover {
  box-shadow: 0 0 0 1px #c1c1c1;
}
.hover\:shadow-outline-gray-500:hover {
  box-shadow: 0 0 0 1px #a7a7a7;
}
.hover\:shadow-outline-gray-600:hover {
  box-shadow: 0 0 0 1px #8c8c8c;
}
.hover\:shadow-outline-gray-700:hover {
  box-shadow: 0 0 0 1px #717171;
}
.hover\:shadow-outline-gray-800:hover {
  box-shadow: 0 0 0 1px #585858;
}
.hover\:shadow-outline-gray-900:hover {
  box-shadow: 0 0 0 1px #404040;
}
.hover\:shadow-outline-green-100:hover {
  box-shadow: 0 0 0 1px #F2FFF5;
}
.hover\:shadow-outline-green-200:hover {
  box-shadow: 0 0 0 1px #D0F6DB;
}
.hover\:shadow-outline-green-300:hover {
  box-shadow: 0 0 0 1px #9AE8B4;
}
.hover\:shadow-outline-green-400:hover {
  box-shadow: 0 0 0 1px #5CD08E;
}
.hover\:shadow-outline-green-500:hover {
  box-shadow: 0 0 0 1px #29B769;
}
.hover\:shadow-outline-green-600:hover {
  box-shadow: 0 0 0 1px #009f4d;
}
.hover\:shadow-outline-green-700:hover {
  box-shadow: 0 0 0 1px #007a3b;
}
.hover\:shadow-outline-green-800:hover {
  box-shadow: 0 0 0 1px #00612F;
}
.hover\:shadow-outline-green-900:hover {
  box-shadow: 0 0 0 1px #004A24;
}
.hover\:shadow-outline-lime-100:hover {
  box-shadow: 0 0 0 1px #fefff2;
}
.hover\:shadow-outline-lime-200:hover {
  box-shadow: 0 0 0 1px #f7f9cc;
}
.hover\:shadow-outline-lime-300:hover {
  box-shadow: 0 0 0 1px #f0f3a7;
}
.hover\:shadow-outline-lime-400:hover {
  box-shadow: 0 0 0 1px #dce26d;
}
.hover\:shadow-outline-lime-500:hover {
  box-shadow: 0 0 0 1px #cad03b;
}
.hover\:shadow-outline-lime-600:hover {
  box-shadow: 0 0 0 1px #b7bf10;
}
.hover\:shadow-outline-lime-700:hover {
  box-shadow: 0 0 0 1px #979e08;
}
.hover\:shadow-outline-lime-800:hover {
  box-shadow: 0 0 0 1px #777d03;
}
.hover\:shadow-outline-lime-900:hover {
  box-shadow: 0 0 0 1px #575c00;
}
.hover\:shadow-outline-magenta-100:hover {
  box-shadow: 0 0 0 1px #fff1fa;
}
.hover\:shadow-outline-magenta-200:hover {
  box-shadow: 0 0 0 1px #ffd8f0;
}
.hover\:shadow-outline-magenta-300:hover {
  box-shadow: 0 0 0 1px #ffc0e4;
}
.hover\:shadow-outline-magenta-400:hover {
  box-shadow: 0 0 0 1px #f790c6;
}
.hover\:shadow-outline-magenta-500:hover {
  box-shadow: 0 0 0 1px #ef62a8;
}
.hover\:shadow-outline-magenta-600:hover {
  box-shadow: 0 0 0 1px #e63888;
}
.hover\:shadow-outline-magenta-700:hover {
  box-shadow: 0 0 0 1px #c41d73;
}
.hover\:shadow-outline-magenta-800:hover {
  box-shadow: 0 0 0 1px #a20861;
}
.hover\:shadow-outline-magenta-900:hover {
  box-shadow: 0 0 0 1px #800051;
}
.hover\:shadow-outline-orange-100:hover {
  box-shadow: 0 0 0 1px #fff9f2;
}
.hover\:shadow-outline-orange-200:hover {
  box-shadow: 0 0 0 1px #ffeed7;
}
.hover\:shadow-outline-orange-300:hover {
  box-shadow: 0 0 0 1px #ffe3ba;
}
.hover\:shadow-outline-orange-400:hover {
  box-shadow: 0 0 0 1px #ffc684;
}
.hover\:shadow-outline-orange-500:hover {
  box-shadow: 0 0 0 1px #ffaa4f;
}
.hover\:shadow-outline-orange-600:hover {
  box-shadow: 0 0 0 1px #ff8f1c;
}
.hover\:shadow-outline-orange-700:hover {
  box-shadow: 0 0 0 1px #cc6e0f;
}
.hover\:shadow-outline-orange-800:hover {
  box-shadow: 0 0 0 1px #995006;
}
.hover\:shadow-outline-orange-900:hover {
  box-shadow: 0 0 0 1px #663300;
}
.hover\:shadow-outline-purple-100:hover {
  box-shadow: 0 0 0 1px #fef2ff;
}
.hover\:shadow-outline-purple-200:hover {
  box-shadow: 0 0 0 1px #eed3f1;
}
.hover\:shadow-outline-purple-300:hover {
  box-shadow: 0 0 0 1px #dfb6e4;
}
.hover\:shadow-outline-purple-400:hover {
  box-shadow: 0 0 0 1px #c186c9;
}
.hover\:shadow-outline-purple-500:hover {
  box-shadow: 0 0 0 1px #a45dad;
}
.hover\:shadow-outline-purple-600:hover {
  box-shadow: 0 0 0 1px #883b92;
}
.hover\:shadow-outline-purple-700:hover {
  box-shadow: 0 0 0 1px #6d2077;
}
.hover\:shadow-outline-purple-800:hover {
  box-shadow: 0 0 0 1px #53135b;
}
.hover\:shadow-outline-purple-900:hover {
  box-shadow: 0 0 0 1px #390a40;
}
.hover\:shadow-outline-raspberry-100:hover {
  box-shadow: 0 0 0 1px #fff0fb;
}
.hover\:shadow-outline-raspberry-200:hover {
  box-shadow: 0 0 0 1px #f6cbea;
}
.hover\:shadow-outline-raspberry-300:hover {
  box-shadow: 0 0 0 1px #eda7da;
}
.hover\:shadow-outline-raspberry-400:hover {
  box-shadow: 0 0 0 1px #d86fbc;
}
.hover\:shadow-outline-raspberry-500:hover {
  box-shadow: 0 0 0 1px #c43e9f;
}
.hover\:shadow-outline-raspberry-600:hover {
  box-shadow: 0 0 0 1px #af1685;
}
.hover\:shadow-outline-raspberry-700:hover {
  box-shadow: 0 0 0 1px #92086d;
}
.hover\:shadow-outline-raspberry-800:hover {
  box-shadow: 0 0 0 1px #760056;
}
.hover\:shadow-outline-raspberry-900:hover {
  box-shadow: 0 0 0 1px #570041;
}
.hover\:shadow-outline-red-100:hover {
  box-shadow: 0 0 0 1px #fff0f3;
}
.hover\:shadow-outline-red-200:hover {
  box-shadow: 0 0 0 1px #FFD6DD;
}
.hover\:shadow-outline-red-300:hover {
  box-shadow: 0 0 0 1px #fea8b8;
}
.hover\:shadow-outline-red-400:hover {
  box-shadow: 0 0 0 1px #f66c86;
}
.hover\:shadow-outline-red-500:hover {
  box-shadow: 0 0 0 1px #ed3457;
}
.hover\:shadow-outline-red-600:hover {
  box-shadow: 0 0 0 1px #e4002b;
}
.hover\:shadow-outline-red-700:hover {
  box-shadow: 0 0 0 1px #c60025;
}
.hover\:shadow-outline-red-800:hover {
  box-shadow: 0 0 0 1px #a8001f;
}
.hover\:shadow-outline-red-900:hover {
  box-shadow: 0 0 0 1px #8a0019;
}
.hover\:shadow-outline-sapphire-100:hover {
  box-shadow: 0 0 0 1px #f2fcff;
}
.hover\:shadow-outline-sapphire-200:hover {
  box-shadow: 0 0 0 1px #d0eff8;
}
.hover\:shadow-outline-sapphire-300:hover {
  box-shadow: 0 0 0 1px #afe2f1;
}
.hover\:shadow-outline-sapphire-400:hover {
  box-shadow: 0 0 0 1px #79c8de;
}
.hover\:shadow-outline-sapphire-500:hover {
  box-shadow: 0 0 0 1px #4aafcc;
}
.hover\:shadow-outline-sapphire-600:hover {
  box-shadow: 0 0 0 1px #2197b9;
}
.hover\:shadow-outline-sapphire-700:hover {
  box-shadow: 0 0 0 1px #0081a6;
}
.hover\:shadow-outline-sapphire-800:hover {
  box-shadow: 0 0 0 1px #006580;
}
.hover\:shadow-outline-sapphire-900:hover {
  box-shadow: 0 0 0 1px #004759;
}
.hover\:shadow-outline-teal-100:hover {
  box-shadow: 0 0 0 1px #f2fffe;
}
.hover\:shadow-outline-teal-200:hover {
  box-shadow: 0 0 0 1px #c6f7f4;
}
.hover\:shadow-outline-teal-300:hover {
  box-shadow: 0 0 0 1px #9befea;
}
.hover\:shadow-outline-teal-400:hover {
  box-shadow: 0 0 0 1px #5fdad4;
}
.hover\:shadow-outline-teal-500:hover {
  box-shadow: 0 0 0 1px #2bc6be;
}
.hover\:shadow-outline-teal-600:hover {
  box-shadow: 0 0 0 1px #00b2a9;
}
.hover\:shadow-outline-teal-700:hover {
  box-shadow: 0 0 0 1px #00948c;
}
.hover\:shadow-outline-teal-800:hover {
  box-shadow: 0 0 0 1px #00756f;
}
.hover\:shadow-outline-teal-900:hover {
  box-shadow: 0 0 0 1px #005752;
}
.hover\:shadow-outline-transparent:hover {
  box-shadow: 0 0 0 1px transparent;
}
.hover\:shadow-outline-white:hover {
  box-shadow: 0 0 0 1px #ffffff;
}
.hover\:shadow-outline-white-a10:hover {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.hover\:shadow-outline-white-a20:hover {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.hover\:shadow-outline-white-a30:hover {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.hover\:shadow-outline-white-a40:hover {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
}
.hover\:shadow-outline-white-a50:hover {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.hover\:shadow-outline-white-a60:hover {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
}
.hover\:shadow-outline-white-a70:hover {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7);
}
.hover\:shadow-outline-white-a80:hover {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
}
.hover\:shadow-outline-white-a90:hover {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9);
}
.hover\:shadow-outline-yellow-100:hover {
  box-shadow: 0 0 0 1px #FFF9E8;
}
.hover\:shadow-outline-yellow-200:hover {
  box-shadow: 0 0 0 1px #FFF1BD;
}
.hover\:shadow-outline-yellow-300:hover {
  box-shadow: 0 0 0 1px #FFEA90;
}
.hover\:shadow-outline-yellow-400:hover {
  box-shadow: 0 0 0 1px #FFD146;
}
.hover\:shadow-outline-yellow-500:hover {
  box-shadow: 0 0 0 1px #FEBA00;
}
.hover\:shadow-outline-yellow-600:hover {
  box-shadow: 0 0 0 1px #D49A00;
}
.hover\:shadow-outline-yellow-700:hover {
  box-shadow: 0 0 0 1px #AA7A00;
}
.hover\:shadow-outline-yellow-800:hover {
  box-shadow: 0 0 0 1px #815B00;
}
.hover\:shadow-outline-yellow-900:hover {
  box-shadow: 0 0 0 1px #573D00;
}
.hover\:shadow-inside-outline-black:hover {
  box-shadow: inset 0 0 0 2px #333333;
}
.hover\:shadow-inside-outline-blue-100:hover {
  box-shadow: inset 0 0 0 2px #f2f8ff;
}
.hover\:shadow-inside-outline-blue-150:hover {
  box-shadow: inset 0 0 0 2px #E6EFFB;
}
.hover\:shadow-inside-outline-blue-200:hover {
  box-shadow: inset 0 0 0 2px #d6e3f4;
}
.hover\:shadow-inside-outline-blue-300:hover {
  box-shadow: inset 0 0 0 2px #bbcfea;
}
.hover\:shadow-inside-outline-blue-400:hover {
  box-shadow: inset 0 0 0 2px #8dabd4;
}
.hover\:shadow-inside-outline-blue-500:hover {
  box-shadow: inset 0 0 0 2px #648abf;
}
.hover\:shadow-inside-outline-blue-600:hover {
  box-shadow: inset 0 0 0 2px #426da9;
}
.hover\:shadow-inside-outline-blue-700:hover {
  box-shadow: inset 0 0 0 2px #1d4f91;
}
.hover\:shadow-inside-outline-blue-800:hover {
  box-shadow: inset 0 0 0 2px #123f7a;
}
.hover\:shadow-inside-outline-blue-900:hover {
  box-shadow: inset 0 0 0 2px #0a3163;
}
.hover\:shadow-inside-outline-gray-100:hover {
  box-shadow: inset 0 0 0 2px #f6f6f6;
}
.hover\:shadow-inside-outline-gray-200:hover {
  box-shadow: inset 0 0 0 2px #eaeaea;
}
.hover\:shadow-inside-outline-gray-300:hover {
  box-shadow: inset 0 0 0 2px #d6d6d6;
}
.hover\:shadow-inside-outline-gray-400:hover {
  box-shadow: inset 0 0 0 2px #c1c1c1;
}
.hover\:shadow-inside-outline-gray-500:hover {
  box-shadow: inset 0 0 0 2px #a7a7a7;
}
.hover\:shadow-inside-outline-gray-600:hover {
  box-shadow: inset 0 0 0 2px #8c8c8c;
}
.hover\:shadow-inside-outline-gray-700:hover {
  box-shadow: inset 0 0 0 2px #717171;
}
.hover\:shadow-inside-outline-gray-800:hover {
  box-shadow: inset 0 0 0 2px #585858;
}
.hover\:shadow-inside-outline-gray-900:hover {
  box-shadow: inset 0 0 0 2px #404040;
}
.hover\:shadow-inside-outline-green-100:hover {
  box-shadow: inset 0 0 0 2px #F2FFF5;
}
.hover\:shadow-inside-outline-green-200:hover {
  box-shadow: inset 0 0 0 2px #D0F6DB;
}
.hover\:shadow-inside-outline-green-300:hover {
  box-shadow: inset 0 0 0 2px #9AE8B4;
}
.hover\:shadow-inside-outline-green-400:hover {
  box-shadow: inset 0 0 0 2px #5CD08E;
}
.hover\:shadow-inside-outline-green-500:hover {
  box-shadow: inset 0 0 0 2px #29B769;
}
.hover\:shadow-inside-outline-green-600:hover {
  box-shadow: inset 0 0 0 2px #009f4d;
}
.hover\:shadow-inside-outline-green-700:hover {
  box-shadow: inset 0 0 0 2px #007a3b;
}
.hover\:shadow-inside-outline-green-800:hover {
  box-shadow: inset 0 0 0 2px #00612F;
}
.hover\:shadow-inside-outline-green-900:hover {
  box-shadow: inset 0 0 0 2px #004A24;
}
.hover\:shadow-inside-outline-lime-100:hover {
  box-shadow: inset 0 0 0 2px #fefff2;
}
.hover\:shadow-inside-outline-lime-200:hover {
  box-shadow: inset 0 0 0 2px #f7f9cc;
}
.hover\:shadow-inside-outline-lime-300:hover {
  box-shadow: inset 0 0 0 2px #f0f3a7;
}
.hover\:shadow-inside-outline-lime-400:hover {
  box-shadow: inset 0 0 0 2px #dce26d;
}
.hover\:shadow-inside-outline-lime-500:hover {
  box-shadow: inset 0 0 0 2px #cad03b;
}
.hover\:shadow-inside-outline-lime-600:hover {
  box-shadow: inset 0 0 0 2px #b7bf10;
}
.hover\:shadow-inside-outline-lime-700:hover {
  box-shadow: inset 0 0 0 2px #979e08;
}
.hover\:shadow-inside-outline-lime-800:hover {
  box-shadow: inset 0 0 0 2px #777d03;
}
.hover\:shadow-inside-outline-lime-900:hover {
  box-shadow: inset 0 0 0 2px #575c00;
}
.hover\:shadow-inside-outline-magenta-100:hover {
  box-shadow: inset 0 0 0 2px #fff1fa;
}
.hover\:shadow-inside-outline-magenta-200:hover {
  box-shadow: inset 0 0 0 2px #ffd8f0;
}
.hover\:shadow-inside-outline-magenta-300:hover {
  box-shadow: inset 0 0 0 2px #ffc0e4;
}
.hover\:shadow-inside-outline-magenta-400:hover {
  box-shadow: inset 0 0 0 2px #f790c6;
}
.hover\:shadow-inside-outline-magenta-500:hover {
  box-shadow: inset 0 0 0 2px #ef62a8;
}
.hover\:shadow-inside-outline-magenta-600:hover {
  box-shadow: inset 0 0 0 2px #e63888;
}
.hover\:shadow-inside-outline-magenta-700:hover {
  box-shadow: inset 0 0 0 2px #c41d73;
}
.hover\:shadow-inside-outline-magenta-800:hover {
  box-shadow: inset 0 0 0 2px #a20861;
}
.hover\:shadow-inside-outline-magenta-900:hover {
  box-shadow: inset 0 0 0 2px #800051;
}
.hover\:shadow-inside-outline-orange-100:hover {
  box-shadow: inset 0 0 0 2px #fff9f2;
}
.hover\:shadow-inside-outline-orange-200:hover {
  box-shadow: inset 0 0 0 2px #ffeed7;
}
.hover\:shadow-inside-outline-orange-300:hover {
  box-shadow: inset 0 0 0 2px #ffe3ba;
}
.hover\:shadow-inside-outline-orange-400:hover {
  box-shadow: inset 0 0 0 2px #ffc684;
}
.hover\:shadow-inside-outline-orange-500:hover {
  box-shadow: inset 0 0 0 2px #ffaa4f;
}
.hover\:shadow-inside-outline-orange-600:hover {
  box-shadow: inset 0 0 0 2px #ff8f1c;
}
.hover\:shadow-inside-outline-orange-700:hover {
  box-shadow: inset 0 0 0 2px #cc6e0f;
}
.hover\:shadow-inside-outline-orange-800:hover {
  box-shadow: inset 0 0 0 2px #995006;
}
.hover\:shadow-inside-outline-orange-900:hover {
  box-shadow: inset 0 0 0 2px #663300;
}
.hover\:shadow-inside-outline-purple-100:hover {
  box-shadow: inset 0 0 0 2px #fef2ff;
}
.hover\:shadow-inside-outline-purple-200:hover {
  box-shadow: inset 0 0 0 2px #eed3f1;
}
.hover\:shadow-inside-outline-purple-300:hover {
  box-shadow: inset 0 0 0 2px #dfb6e4;
}
.hover\:shadow-inside-outline-purple-400:hover {
  box-shadow: inset 0 0 0 2px #c186c9;
}
.hover\:shadow-inside-outline-purple-500:hover {
  box-shadow: inset 0 0 0 2px #a45dad;
}
.hover\:shadow-inside-outline-purple-600:hover {
  box-shadow: inset 0 0 0 2px #883b92;
}
.hover\:shadow-inside-outline-purple-700:hover {
  box-shadow: inset 0 0 0 2px #6d2077;
}
.hover\:shadow-inside-outline-purple-800:hover {
  box-shadow: inset 0 0 0 2px #53135b;
}
.hover\:shadow-inside-outline-purple-900:hover {
  box-shadow: inset 0 0 0 2px #390a40;
}
.hover\:shadow-inside-outline-raspberry-100:hover {
  box-shadow: inset 0 0 0 2px #fff0fb;
}
.hover\:shadow-inside-outline-raspberry-200:hover {
  box-shadow: inset 0 0 0 2px #f6cbea;
}
.hover\:shadow-inside-outline-raspberry-300:hover {
  box-shadow: inset 0 0 0 2px #eda7da;
}
.hover\:shadow-inside-outline-raspberry-400:hover {
  box-shadow: inset 0 0 0 2px #d86fbc;
}
.hover\:shadow-inside-outline-raspberry-500:hover {
  box-shadow: inset 0 0 0 2px #c43e9f;
}
.hover\:shadow-inside-outline-raspberry-600:hover {
  box-shadow: inset 0 0 0 2px #af1685;
}
.hover\:shadow-inside-outline-raspberry-700:hover {
  box-shadow: inset 0 0 0 2px #92086d;
}
.hover\:shadow-inside-outline-raspberry-800:hover {
  box-shadow: inset 0 0 0 2px #760056;
}
.hover\:shadow-inside-outline-raspberry-900:hover {
  box-shadow: inset 0 0 0 2px #570041;
}
.hover\:shadow-inside-outline-red-100:hover {
  box-shadow: inset 0 0 0 2px #fff0f3;
}
.hover\:shadow-inside-outline-red-200:hover {
  box-shadow: inset 0 0 0 2px #FFD6DD;
}
.hover\:shadow-inside-outline-red-300:hover {
  box-shadow: inset 0 0 0 2px #fea8b8;
}
.hover\:shadow-inside-outline-red-400:hover {
  box-shadow: inset 0 0 0 2px #f66c86;
}
.hover\:shadow-inside-outline-red-500:hover {
  box-shadow: inset 0 0 0 2px #ed3457;
}
.hover\:shadow-inside-outline-red-600:hover {
  box-shadow: inset 0 0 0 2px #e4002b;
}
.hover\:shadow-inside-outline-red-700:hover {
  box-shadow: inset 0 0 0 2px #c60025;
}
.hover\:shadow-inside-outline-red-800:hover {
  box-shadow: inset 0 0 0 2px #a8001f;
}
.hover\:shadow-inside-outline-red-900:hover {
  box-shadow: inset 0 0 0 2px #8a0019;
}
.hover\:shadow-inside-outline-sapphire-100:hover {
  box-shadow: inset 0 0 0 2px #f2fcff;
}
.hover\:shadow-inside-outline-sapphire-200:hover {
  box-shadow: inset 0 0 0 2px #d0eff8;
}
.hover\:shadow-inside-outline-sapphire-300:hover {
  box-shadow: inset 0 0 0 2px #afe2f1;
}
.hover\:shadow-inside-outline-sapphire-400:hover {
  box-shadow: inset 0 0 0 2px #79c8de;
}
.hover\:shadow-inside-outline-sapphire-500:hover {
  box-shadow: inset 0 0 0 2px #4aafcc;
}
.hover\:shadow-inside-outline-sapphire-600:hover {
  box-shadow: inset 0 0 0 2px #2197b9;
}
.hover\:shadow-inside-outline-sapphire-700:hover {
  box-shadow: inset 0 0 0 2px #0081a6;
}
.hover\:shadow-inside-outline-sapphire-800:hover {
  box-shadow: inset 0 0 0 2px #006580;
}
.hover\:shadow-inside-outline-sapphire-900:hover {
  box-shadow: inset 0 0 0 2px #004759;
}
.hover\:shadow-inside-outline-teal-100:hover {
  box-shadow: inset 0 0 0 2px #f2fffe;
}
.hover\:shadow-inside-outline-teal-200:hover {
  box-shadow: inset 0 0 0 2px #c6f7f4;
}
.hover\:shadow-inside-outline-teal-300:hover {
  box-shadow: inset 0 0 0 2px #9befea;
}
.hover\:shadow-inside-outline-teal-400:hover {
  box-shadow: inset 0 0 0 2px #5fdad4;
}
.hover\:shadow-inside-outline-teal-500:hover {
  box-shadow: inset 0 0 0 2px #2bc6be;
}
.hover\:shadow-inside-outline-teal-600:hover {
  box-shadow: inset 0 0 0 2px #00b2a9;
}
.hover\:shadow-inside-outline-teal-700:hover {
  box-shadow: inset 0 0 0 2px #00948c;
}
.hover\:shadow-inside-outline-teal-800:hover {
  box-shadow: inset 0 0 0 2px #00756f;
}
.hover\:shadow-inside-outline-teal-900:hover {
  box-shadow: inset 0 0 0 2px #005752;
}
.hover\:shadow-inside-outline-transparent:hover {
  box-shadow: inset 0 0 0 2px transparent;
}
.hover\:shadow-inside-outline-white:hover {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.hover\:shadow-inside-outline-white-a10:hover {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.1);
}
.hover\:shadow-inside-outline-white-a20:hover {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
}
.hover\:shadow-inside-outline-white-a30:hover {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
}
.hover\:shadow-inside-outline-white-a40:hover {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.4);
}
.hover\:shadow-inside-outline-white-a50:hover {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.hover\:shadow-inside-outline-white-a60:hover {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6);
}
.hover\:shadow-inside-outline-white-a70:hover {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.7);
}
.hover\:shadow-inside-outline-white-a80:hover {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
}
.hover\:shadow-inside-outline-white-a90:hover {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.9);
}
.hover\:shadow-inside-outline-yellow-100:hover {
  box-shadow: inset 0 0 0 2px #FFF9E8;
}
.hover\:shadow-inside-outline-yellow-200:hover {
  box-shadow: inset 0 0 0 2px #FFF1BD;
}
.hover\:shadow-inside-outline-yellow-300:hover {
  box-shadow: inset 0 0 0 2px #FFEA90;
}
.hover\:shadow-inside-outline-yellow-400:hover {
  box-shadow: inset 0 0 0 2px #FFD146;
}
.hover\:shadow-inside-outline-yellow-500:hover {
  box-shadow: inset 0 0 0 2px #FEBA00;
}
.hover\:shadow-inside-outline-yellow-600:hover {
  box-shadow: inset 0 0 0 2px #D49A00;
}
.hover\:shadow-inside-outline-yellow-700:hover {
  box-shadow: inset 0 0 0 2px #AA7A00;
}
.hover\:shadow-inside-outline-yellow-800:hover {
  box-shadow: inset 0 0 0 2px #815B00;
}
.hover\:shadow-inside-outline-yellow-900:hover {
  box-shadow: inset 0 0 0 2px #573D00;
}
.hover\:shadow-none:hover {
  box-shadow: none;
}
.focus\:shadow:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.focus\:shadow-sm:focus {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
}
.focus\:shadow-md:focus {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
}
.focus\:shadow-lg:focus {
  box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.2);
}
.focus\:shadow-outline-black:focus {
  box-shadow: 0 0 0 1px #333333;
}
.focus\:shadow-outline-blue-100:focus {
  box-shadow: 0 0 0 1px #f2f8ff;
}
.focus\:shadow-outline-blue-150:focus {
  box-shadow: 0 0 0 1px #E6EFFB;
}
.focus\:shadow-outline-blue-200:focus {
  box-shadow: 0 0 0 1px #d6e3f4;
}
.focus\:shadow-outline-blue-300:focus {
  box-shadow: 0 0 0 1px #bbcfea;
}
.focus\:shadow-outline-blue-400:focus {
  box-shadow: 0 0 0 1px #8dabd4;
}
.focus\:shadow-outline-blue-500:focus {
  box-shadow: 0 0 0 1px #648abf;
}
.focus\:shadow-outline-blue-600:focus {
  box-shadow: 0 0 0 1px #426da9;
}
.focus\:shadow-outline-blue-700:focus {
  box-shadow: 0 0 0 1px #1d4f91;
}
.focus\:shadow-outline-blue-800:focus {
  box-shadow: 0 0 0 1px #123f7a;
}
.focus\:shadow-outline-blue-900:focus {
  box-shadow: 0 0 0 1px #0a3163;
}
.focus\:shadow-outline-gray-100:focus {
  box-shadow: 0 0 0 1px #f6f6f6;
}
.focus\:shadow-outline-gray-200:focus {
  box-shadow: 0 0 0 1px #eaeaea;
}
.focus\:shadow-outline-gray-300:focus {
  box-shadow: 0 0 0 1px #d6d6d6;
}
.focus\:shadow-outline-gray-400:focus {
  box-shadow: 0 0 0 1px #c1c1c1;
}
.focus\:shadow-outline-gray-500:focus {
  box-shadow: 0 0 0 1px #a7a7a7;
}
.focus\:shadow-outline-gray-600:focus {
  box-shadow: 0 0 0 1px #8c8c8c;
}
.focus\:shadow-outline-gray-700:focus {
  box-shadow: 0 0 0 1px #717171;
}
.focus\:shadow-outline-gray-800:focus {
  box-shadow: 0 0 0 1px #585858;
}
.focus\:shadow-outline-gray-900:focus {
  box-shadow: 0 0 0 1px #404040;
}
.focus\:shadow-outline-green-100:focus {
  box-shadow: 0 0 0 1px #F2FFF5;
}
.focus\:shadow-outline-green-200:focus {
  box-shadow: 0 0 0 1px #D0F6DB;
}
.focus\:shadow-outline-green-300:focus {
  box-shadow: 0 0 0 1px #9AE8B4;
}
.focus\:shadow-outline-green-400:focus {
  box-shadow: 0 0 0 1px #5CD08E;
}
.focus\:shadow-outline-green-500:focus {
  box-shadow: 0 0 0 1px #29B769;
}
.focus\:shadow-outline-green-600:focus {
  box-shadow: 0 0 0 1px #009f4d;
}
.focus\:shadow-outline-green-700:focus {
  box-shadow: 0 0 0 1px #007a3b;
}
.focus\:shadow-outline-green-800:focus {
  box-shadow: 0 0 0 1px #00612F;
}
.focus\:shadow-outline-green-900:focus {
  box-shadow: 0 0 0 1px #004A24;
}
.focus\:shadow-outline-lime-100:focus {
  box-shadow: 0 0 0 1px #fefff2;
}
.focus\:shadow-outline-lime-200:focus {
  box-shadow: 0 0 0 1px #f7f9cc;
}
.focus\:shadow-outline-lime-300:focus {
  box-shadow: 0 0 0 1px #f0f3a7;
}
.focus\:shadow-outline-lime-400:focus {
  box-shadow: 0 0 0 1px #dce26d;
}
.focus\:shadow-outline-lime-500:focus {
  box-shadow: 0 0 0 1px #cad03b;
}
.focus\:shadow-outline-lime-600:focus {
  box-shadow: 0 0 0 1px #b7bf10;
}
.focus\:shadow-outline-lime-700:focus {
  box-shadow: 0 0 0 1px #979e08;
}
.focus\:shadow-outline-lime-800:focus {
  box-shadow: 0 0 0 1px #777d03;
}
.focus\:shadow-outline-lime-900:focus {
  box-shadow: 0 0 0 1px #575c00;
}
.focus\:shadow-outline-magenta-100:focus {
  box-shadow: 0 0 0 1px #fff1fa;
}
.focus\:shadow-outline-magenta-200:focus {
  box-shadow: 0 0 0 1px #ffd8f0;
}
.focus\:shadow-outline-magenta-300:focus {
  box-shadow: 0 0 0 1px #ffc0e4;
}
.focus\:shadow-outline-magenta-400:focus {
  box-shadow: 0 0 0 1px #f790c6;
}
.focus\:shadow-outline-magenta-500:focus {
  box-shadow: 0 0 0 1px #ef62a8;
}
.focus\:shadow-outline-magenta-600:focus {
  box-shadow: 0 0 0 1px #e63888;
}
.focus\:shadow-outline-magenta-700:focus {
  box-shadow: 0 0 0 1px #c41d73;
}
.focus\:shadow-outline-magenta-800:focus {
  box-shadow: 0 0 0 1px #a20861;
}
.focus\:shadow-outline-magenta-900:focus {
  box-shadow: 0 0 0 1px #800051;
}
.focus\:shadow-outline-orange-100:focus {
  box-shadow: 0 0 0 1px #fff9f2;
}
.focus\:shadow-outline-orange-200:focus {
  box-shadow: 0 0 0 1px #ffeed7;
}
.focus\:shadow-outline-orange-300:focus {
  box-shadow: 0 0 0 1px #ffe3ba;
}
.focus\:shadow-outline-orange-400:focus {
  box-shadow: 0 0 0 1px #ffc684;
}
.focus\:shadow-outline-orange-500:focus {
  box-shadow: 0 0 0 1px #ffaa4f;
}
.focus\:shadow-outline-orange-600:focus {
  box-shadow: 0 0 0 1px #ff8f1c;
}
.focus\:shadow-outline-orange-700:focus {
  box-shadow: 0 0 0 1px #cc6e0f;
}
.focus\:shadow-outline-orange-800:focus {
  box-shadow: 0 0 0 1px #995006;
}
.focus\:shadow-outline-orange-900:focus {
  box-shadow: 0 0 0 1px #663300;
}
.focus\:shadow-outline-purple-100:focus {
  box-shadow: 0 0 0 1px #fef2ff;
}
.focus\:shadow-outline-purple-200:focus {
  box-shadow: 0 0 0 1px #eed3f1;
}
.focus\:shadow-outline-purple-300:focus {
  box-shadow: 0 0 0 1px #dfb6e4;
}
.focus\:shadow-outline-purple-400:focus {
  box-shadow: 0 0 0 1px #c186c9;
}
.focus\:shadow-outline-purple-500:focus {
  box-shadow: 0 0 0 1px #a45dad;
}
.focus\:shadow-outline-purple-600:focus {
  box-shadow: 0 0 0 1px #883b92;
}
.focus\:shadow-outline-purple-700:focus {
  box-shadow: 0 0 0 1px #6d2077;
}
.focus\:shadow-outline-purple-800:focus {
  box-shadow: 0 0 0 1px #53135b;
}
.focus\:shadow-outline-purple-900:focus {
  box-shadow: 0 0 0 1px #390a40;
}
.focus\:shadow-outline-raspberry-100:focus {
  box-shadow: 0 0 0 1px #fff0fb;
}
.focus\:shadow-outline-raspberry-200:focus {
  box-shadow: 0 0 0 1px #f6cbea;
}
.focus\:shadow-outline-raspberry-300:focus {
  box-shadow: 0 0 0 1px #eda7da;
}
.focus\:shadow-outline-raspberry-400:focus {
  box-shadow: 0 0 0 1px #d86fbc;
}
.focus\:shadow-outline-raspberry-500:focus {
  box-shadow: 0 0 0 1px #c43e9f;
}
.focus\:shadow-outline-raspberry-600:focus {
  box-shadow: 0 0 0 1px #af1685;
}
.focus\:shadow-outline-raspberry-700:focus {
  box-shadow: 0 0 0 1px #92086d;
}
.focus\:shadow-outline-raspberry-800:focus {
  box-shadow: 0 0 0 1px #760056;
}
.focus\:shadow-outline-raspberry-900:focus {
  box-shadow: 0 0 0 1px #570041;
}
.focus\:shadow-outline-red-100:focus {
  box-shadow: 0 0 0 1px #fff0f3;
}
.focus\:shadow-outline-red-200:focus {
  box-shadow: 0 0 0 1px #FFD6DD;
}
.focus\:shadow-outline-red-300:focus {
  box-shadow: 0 0 0 1px #fea8b8;
}
.focus\:shadow-outline-red-400:focus {
  box-shadow: 0 0 0 1px #f66c86;
}
.focus\:shadow-outline-red-500:focus {
  box-shadow: 0 0 0 1px #ed3457;
}
.focus\:shadow-outline-red-600:focus {
  box-shadow: 0 0 0 1px #e4002b;
}
.focus\:shadow-outline-red-700:focus {
  box-shadow: 0 0 0 1px #c60025;
}
.focus\:shadow-outline-red-800:focus {
  box-shadow: 0 0 0 1px #a8001f;
}
.focus\:shadow-outline-red-900:focus {
  box-shadow: 0 0 0 1px #8a0019;
}
.focus\:shadow-outline-sapphire-100:focus {
  box-shadow: 0 0 0 1px #f2fcff;
}
.focus\:shadow-outline-sapphire-200:focus {
  box-shadow: 0 0 0 1px #d0eff8;
}
.focus\:shadow-outline-sapphire-300:focus {
  box-shadow: 0 0 0 1px #afe2f1;
}
.focus\:shadow-outline-sapphire-400:focus {
  box-shadow: 0 0 0 1px #79c8de;
}
.focus\:shadow-outline-sapphire-500:focus {
  box-shadow: 0 0 0 1px #4aafcc;
}
.focus\:shadow-outline-sapphire-600:focus {
  box-shadow: 0 0 0 1px #2197b9;
}
.focus\:shadow-outline-sapphire-700:focus {
  box-shadow: 0 0 0 1px #0081a6;
}
.focus\:shadow-outline-sapphire-800:focus {
  box-shadow: 0 0 0 1px #006580;
}
.focus\:shadow-outline-sapphire-900:focus {
  box-shadow: 0 0 0 1px #004759;
}
.focus\:shadow-outline-teal-100:focus {
  box-shadow: 0 0 0 1px #f2fffe;
}
.focus\:shadow-outline-teal-200:focus {
  box-shadow: 0 0 0 1px #c6f7f4;
}
.focus\:shadow-outline-teal-300:focus {
  box-shadow: 0 0 0 1px #9befea;
}
.focus\:shadow-outline-teal-400:focus {
  box-shadow: 0 0 0 1px #5fdad4;
}
.focus\:shadow-outline-teal-500:focus {
  box-shadow: 0 0 0 1px #2bc6be;
}
.focus\:shadow-outline-teal-600:focus {
  box-shadow: 0 0 0 1px #00b2a9;
}
.focus\:shadow-outline-teal-700:focus {
  box-shadow: 0 0 0 1px #00948c;
}
.focus\:shadow-outline-teal-800:focus {
  box-shadow: 0 0 0 1px #00756f;
}
.focus\:shadow-outline-teal-900:focus {
  box-shadow: 0 0 0 1px #005752;
}
.focus\:shadow-outline-transparent:focus {
  box-shadow: 0 0 0 1px transparent;
}
.focus\:shadow-outline-white:focus {
  box-shadow: 0 0 0 1px #ffffff;
}
.focus\:shadow-outline-white-a10:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.focus\:shadow-outline-white-a20:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.focus\:shadow-outline-white-a30:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.focus\:shadow-outline-white-a40:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
}
.focus\:shadow-outline-white-a50:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.focus\:shadow-outline-white-a60:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
}
.focus\:shadow-outline-white-a70:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7);
}
.focus\:shadow-outline-white-a80:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
}
.focus\:shadow-outline-white-a90:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9);
}
.focus\:shadow-outline-yellow-100:focus {
  box-shadow: 0 0 0 1px #FFF9E8;
}
.focus\:shadow-outline-yellow-200:focus {
  box-shadow: 0 0 0 1px #FFF1BD;
}
.focus\:shadow-outline-yellow-300:focus {
  box-shadow: 0 0 0 1px #FFEA90;
}
.focus\:shadow-outline-yellow-400:focus {
  box-shadow: 0 0 0 1px #FFD146;
}
.focus\:shadow-outline-yellow-500:focus {
  box-shadow: 0 0 0 1px #FEBA00;
}
.focus\:shadow-outline-yellow-600:focus {
  box-shadow: 0 0 0 1px #D49A00;
}
.focus\:shadow-outline-yellow-700:focus {
  box-shadow: 0 0 0 1px #AA7A00;
}
.focus\:shadow-outline-yellow-800:focus {
  box-shadow: 0 0 0 1px #815B00;
}
.focus\:shadow-outline-yellow-900:focus {
  box-shadow: 0 0 0 1px #573D00;
}
.focus\:shadow-inside-outline-black:focus {
  box-shadow: inset 0 0 0 2px #333333;
}
.focus\:shadow-inside-outline-blue-100:focus {
  box-shadow: inset 0 0 0 2px #f2f8ff;
}
.focus\:shadow-inside-outline-blue-150:focus {
  box-shadow: inset 0 0 0 2px #E6EFFB;
}
.focus\:shadow-inside-outline-blue-200:focus {
  box-shadow: inset 0 0 0 2px #d6e3f4;
}
.focus\:shadow-inside-outline-blue-300:focus {
  box-shadow: inset 0 0 0 2px #bbcfea;
}
.focus\:shadow-inside-outline-blue-400:focus {
  box-shadow: inset 0 0 0 2px #8dabd4;
}
.focus\:shadow-inside-outline-blue-500:focus {
  box-shadow: inset 0 0 0 2px #648abf;
}
.focus\:shadow-inside-outline-blue-600:focus {
  box-shadow: inset 0 0 0 2px #426da9;
}
.focus\:shadow-inside-outline-blue-700:focus {
  box-shadow: inset 0 0 0 2px #1d4f91;
}
.focus\:shadow-inside-outline-blue-800:focus {
  box-shadow: inset 0 0 0 2px #123f7a;
}
.focus\:shadow-inside-outline-blue-900:focus {
  box-shadow: inset 0 0 0 2px #0a3163;
}
.focus\:shadow-inside-outline-gray-100:focus {
  box-shadow: inset 0 0 0 2px #f6f6f6;
}
.focus\:shadow-inside-outline-gray-200:focus {
  box-shadow: inset 0 0 0 2px #eaeaea;
}
.focus\:shadow-inside-outline-gray-300:focus {
  box-shadow: inset 0 0 0 2px #d6d6d6;
}
.focus\:shadow-inside-outline-gray-400:focus {
  box-shadow: inset 0 0 0 2px #c1c1c1;
}
.focus\:shadow-inside-outline-gray-500:focus {
  box-shadow: inset 0 0 0 2px #a7a7a7;
}
.focus\:shadow-inside-outline-gray-600:focus {
  box-shadow: inset 0 0 0 2px #8c8c8c;
}
.focus\:shadow-inside-outline-gray-700:focus {
  box-shadow: inset 0 0 0 2px #717171;
}
.focus\:shadow-inside-outline-gray-800:focus {
  box-shadow: inset 0 0 0 2px #585858;
}
.focus\:shadow-inside-outline-gray-900:focus {
  box-shadow: inset 0 0 0 2px #404040;
}
.focus\:shadow-inside-outline-green-100:focus {
  box-shadow: inset 0 0 0 2px #F2FFF5;
}
.focus\:shadow-inside-outline-green-200:focus {
  box-shadow: inset 0 0 0 2px #D0F6DB;
}
.focus\:shadow-inside-outline-green-300:focus {
  box-shadow: inset 0 0 0 2px #9AE8B4;
}
.focus\:shadow-inside-outline-green-400:focus {
  box-shadow: inset 0 0 0 2px #5CD08E;
}
.focus\:shadow-inside-outline-green-500:focus {
  box-shadow: inset 0 0 0 2px #29B769;
}
.focus\:shadow-inside-outline-green-600:focus {
  box-shadow: inset 0 0 0 2px #009f4d;
}
.focus\:shadow-inside-outline-green-700:focus {
  box-shadow: inset 0 0 0 2px #007a3b;
}
.focus\:shadow-inside-outline-green-800:focus {
  box-shadow: inset 0 0 0 2px #00612F;
}
.focus\:shadow-inside-outline-green-900:focus {
  box-shadow: inset 0 0 0 2px #004A24;
}
.focus\:shadow-inside-outline-lime-100:focus {
  box-shadow: inset 0 0 0 2px #fefff2;
}
.focus\:shadow-inside-outline-lime-200:focus {
  box-shadow: inset 0 0 0 2px #f7f9cc;
}
.focus\:shadow-inside-outline-lime-300:focus {
  box-shadow: inset 0 0 0 2px #f0f3a7;
}
.focus\:shadow-inside-outline-lime-400:focus {
  box-shadow: inset 0 0 0 2px #dce26d;
}
.focus\:shadow-inside-outline-lime-500:focus {
  box-shadow: inset 0 0 0 2px #cad03b;
}
.focus\:shadow-inside-outline-lime-600:focus {
  box-shadow: inset 0 0 0 2px #b7bf10;
}
.focus\:shadow-inside-outline-lime-700:focus {
  box-shadow: inset 0 0 0 2px #979e08;
}
.focus\:shadow-inside-outline-lime-800:focus {
  box-shadow: inset 0 0 0 2px #777d03;
}
.focus\:shadow-inside-outline-lime-900:focus {
  box-shadow: inset 0 0 0 2px #575c00;
}
.focus\:shadow-inside-outline-magenta-100:focus {
  box-shadow: inset 0 0 0 2px #fff1fa;
}
.focus\:shadow-inside-outline-magenta-200:focus {
  box-shadow: inset 0 0 0 2px #ffd8f0;
}
.focus\:shadow-inside-outline-magenta-300:focus {
  box-shadow: inset 0 0 0 2px #ffc0e4;
}
.focus\:shadow-inside-outline-magenta-400:focus {
  box-shadow: inset 0 0 0 2px #f790c6;
}
.focus\:shadow-inside-outline-magenta-500:focus {
  box-shadow: inset 0 0 0 2px #ef62a8;
}
.focus\:shadow-inside-outline-magenta-600:focus {
  box-shadow: inset 0 0 0 2px #e63888;
}
.focus\:shadow-inside-outline-magenta-700:focus {
  box-shadow: inset 0 0 0 2px #c41d73;
}
.focus\:shadow-inside-outline-magenta-800:focus {
  box-shadow: inset 0 0 0 2px #a20861;
}
.focus\:shadow-inside-outline-magenta-900:focus {
  box-shadow: inset 0 0 0 2px #800051;
}
.focus\:shadow-inside-outline-orange-100:focus {
  box-shadow: inset 0 0 0 2px #fff9f2;
}
.focus\:shadow-inside-outline-orange-200:focus {
  box-shadow: inset 0 0 0 2px #ffeed7;
}
.focus\:shadow-inside-outline-orange-300:focus {
  box-shadow: inset 0 0 0 2px #ffe3ba;
}
.focus\:shadow-inside-outline-orange-400:focus {
  box-shadow: inset 0 0 0 2px #ffc684;
}
.focus\:shadow-inside-outline-orange-500:focus {
  box-shadow: inset 0 0 0 2px #ffaa4f;
}
.focus\:shadow-inside-outline-orange-600:focus {
  box-shadow: inset 0 0 0 2px #ff8f1c;
}
.focus\:shadow-inside-outline-orange-700:focus {
  box-shadow: inset 0 0 0 2px #cc6e0f;
}
.focus\:shadow-inside-outline-orange-800:focus {
  box-shadow: inset 0 0 0 2px #995006;
}
.focus\:shadow-inside-outline-orange-900:focus {
  box-shadow: inset 0 0 0 2px #663300;
}
.focus\:shadow-inside-outline-purple-100:focus {
  box-shadow: inset 0 0 0 2px #fef2ff;
}
.focus\:shadow-inside-outline-purple-200:focus {
  box-shadow: inset 0 0 0 2px #eed3f1;
}
.focus\:shadow-inside-outline-purple-300:focus {
  box-shadow: inset 0 0 0 2px #dfb6e4;
}
.focus\:shadow-inside-outline-purple-400:focus {
  box-shadow: inset 0 0 0 2px #c186c9;
}
.focus\:shadow-inside-outline-purple-500:focus {
  box-shadow: inset 0 0 0 2px #a45dad;
}
.focus\:shadow-inside-outline-purple-600:focus {
  box-shadow: inset 0 0 0 2px #883b92;
}
.focus\:shadow-inside-outline-purple-700:focus {
  box-shadow: inset 0 0 0 2px #6d2077;
}
.focus\:shadow-inside-outline-purple-800:focus {
  box-shadow: inset 0 0 0 2px #53135b;
}
.focus\:shadow-inside-outline-purple-900:focus {
  box-shadow: inset 0 0 0 2px #390a40;
}
.focus\:shadow-inside-outline-raspberry-100:focus {
  box-shadow: inset 0 0 0 2px #fff0fb;
}
.focus\:shadow-inside-outline-raspberry-200:focus {
  box-shadow: inset 0 0 0 2px #f6cbea;
}
.focus\:shadow-inside-outline-raspberry-300:focus {
  box-shadow: inset 0 0 0 2px #eda7da;
}
.focus\:shadow-inside-outline-raspberry-400:focus {
  box-shadow: inset 0 0 0 2px #d86fbc;
}
.focus\:shadow-inside-outline-raspberry-500:focus {
  box-shadow: inset 0 0 0 2px #c43e9f;
}
.focus\:shadow-inside-outline-raspberry-600:focus {
  box-shadow: inset 0 0 0 2px #af1685;
}
.focus\:shadow-inside-outline-raspberry-700:focus {
  box-shadow: inset 0 0 0 2px #92086d;
}
.focus\:shadow-inside-outline-raspberry-800:focus {
  box-shadow: inset 0 0 0 2px #760056;
}
.focus\:shadow-inside-outline-raspberry-900:focus {
  box-shadow: inset 0 0 0 2px #570041;
}
.focus\:shadow-inside-outline-red-100:focus {
  box-shadow: inset 0 0 0 2px #fff0f3;
}
.focus\:shadow-inside-outline-red-200:focus {
  box-shadow: inset 0 0 0 2px #FFD6DD;
}
.focus\:shadow-inside-outline-red-300:focus {
  box-shadow: inset 0 0 0 2px #fea8b8;
}
.focus\:shadow-inside-outline-red-400:focus {
  box-shadow: inset 0 0 0 2px #f66c86;
}
.focus\:shadow-inside-outline-red-500:focus {
  box-shadow: inset 0 0 0 2px #ed3457;
}
.focus\:shadow-inside-outline-red-600:focus {
  box-shadow: inset 0 0 0 2px #e4002b;
}
.focus\:shadow-inside-outline-red-700:focus {
  box-shadow: inset 0 0 0 2px #c60025;
}
.focus\:shadow-inside-outline-red-800:focus {
  box-shadow: inset 0 0 0 2px #a8001f;
}
.focus\:shadow-inside-outline-red-900:focus {
  box-shadow: inset 0 0 0 2px #8a0019;
}
.focus\:shadow-inside-outline-sapphire-100:focus {
  box-shadow: inset 0 0 0 2px #f2fcff;
}
.focus\:shadow-inside-outline-sapphire-200:focus {
  box-shadow: inset 0 0 0 2px #d0eff8;
}
.focus\:shadow-inside-outline-sapphire-300:focus {
  box-shadow: inset 0 0 0 2px #afe2f1;
}
.focus\:shadow-inside-outline-sapphire-400:focus {
  box-shadow: inset 0 0 0 2px #79c8de;
}
.focus\:shadow-inside-outline-sapphire-500:focus {
  box-shadow: inset 0 0 0 2px #4aafcc;
}
.focus\:shadow-inside-outline-sapphire-600:focus {
  box-shadow: inset 0 0 0 2px #2197b9;
}
.focus\:shadow-inside-outline-sapphire-700:focus {
  box-shadow: inset 0 0 0 2px #0081a6;
}
.focus\:shadow-inside-outline-sapphire-800:focus {
  box-shadow: inset 0 0 0 2px #006580;
}
.focus\:shadow-inside-outline-sapphire-900:focus {
  box-shadow: inset 0 0 0 2px #004759;
}
.focus\:shadow-inside-outline-teal-100:focus {
  box-shadow: inset 0 0 0 2px #f2fffe;
}
.focus\:shadow-inside-outline-teal-200:focus {
  box-shadow: inset 0 0 0 2px #c6f7f4;
}
.focus\:shadow-inside-outline-teal-300:focus {
  box-shadow: inset 0 0 0 2px #9befea;
}
.focus\:shadow-inside-outline-teal-400:focus {
  box-shadow: inset 0 0 0 2px #5fdad4;
}
.focus\:shadow-inside-outline-teal-500:focus {
  box-shadow: inset 0 0 0 2px #2bc6be;
}
.focus\:shadow-inside-outline-teal-600:focus {
  box-shadow: inset 0 0 0 2px #00b2a9;
}
.focus\:shadow-inside-outline-teal-700:focus {
  box-shadow: inset 0 0 0 2px #00948c;
}
.focus\:shadow-inside-outline-teal-800:focus {
  box-shadow: inset 0 0 0 2px #00756f;
}
.focus\:shadow-inside-outline-teal-900:focus {
  box-shadow: inset 0 0 0 2px #005752;
}
.focus\:shadow-inside-outline-transparent:focus {
  box-shadow: inset 0 0 0 2px transparent;
}
.focus\:shadow-inside-outline-white:focus {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.focus\:shadow-inside-outline-white-a10:focus {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.1);
}
.focus\:shadow-inside-outline-white-a20:focus {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
}
.focus\:shadow-inside-outline-white-a30:focus {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
}
.focus\:shadow-inside-outline-white-a40:focus {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.4);
}
.focus\:shadow-inside-outline-white-a50:focus {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.focus\:shadow-inside-outline-white-a60:focus {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6);
}
.focus\:shadow-inside-outline-white-a70:focus {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.7);
}
.focus\:shadow-inside-outline-white-a80:focus {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
}
.focus\:shadow-inside-outline-white-a90:focus {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.9);
}
.focus\:shadow-inside-outline-yellow-100:focus {
  box-shadow: inset 0 0 0 2px #FFF9E8;
}
.focus\:shadow-inside-outline-yellow-200:focus {
  box-shadow: inset 0 0 0 2px #FFF1BD;
}
.focus\:shadow-inside-outline-yellow-300:focus {
  box-shadow: inset 0 0 0 2px #FFEA90;
}
.focus\:shadow-inside-outline-yellow-400:focus {
  box-shadow: inset 0 0 0 2px #FFD146;
}
.focus\:shadow-inside-outline-yellow-500:focus {
  box-shadow: inset 0 0 0 2px #FEBA00;
}
.focus\:shadow-inside-outline-yellow-600:focus {
  box-shadow: inset 0 0 0 2px #D49A00;
}
.focus\:shadow-inside-outline-yellow-700:focus {
  box-shadow: inset 0 0 0 2px #AA7A00;
}
.focus\:shadow-inside-outline-yellow-800:focus {
  box-shadow: inset 0 0 0 2px #815B00;
}
.focus\:shadow-inside-outline-yellow-900:focus {
  box-shadow: inset 0 0 0 2px #573D00;
}
.focus\:shadow-none:focus {
  box-shadow: none;
}
.focus-within\:shadow[focus-within] {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.focus-within\:shadow:focus-within {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.focus-within\:shadow-sm[focus-within] {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
}
.focus-within\:shadow-sm:focus-within {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
}
.focus-within\:shadow-md[focus-within] {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
}
.focus-within\:shadow-md:focus-within {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
}
.focus-within\:shadow-lg[focus-within] {
  box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.2);
}
.focus-within\:shadow-lg:focus-within {
  box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.2);
}
.focus-within\:shadow-outline-black[focus-within] {
  box-shadow: 0 0 0 1px #333333;
}
.focus-within\:shadow-outline-black:focus-within {
  box-shadow: 0 0 0 1px #333333;
}
.focus-within\:shadow-outline-blue-100[focus-within] {
  box-shadow: 0 0 0 1px #f2f8ff;
}
.focus-within\:shadow-outline-blue-100:focus-within {
  box-shadow: 0 0 0 1px #f2f8ff;
}
.focus-within\:shadow-outline-blue-150[focus-within] {
  box-shadow: 0 0 0 1px #E6EFFB;
}
.focus-within\:shadow-outline-blue-150:focus-within {
  box-shadow: 0 0 0 1px #E6EFFB;
}
.focus-within\:shadow-outline-blue-200[focus-within] {
  box-shadow: 0 0 0 1px #d6e3f4;
}
.focus-within\:shadow-outline-blue-200:focus-within {
  box-shadow: 0 0 0 1px #d6e3f4;
}
.focus-within\:shadow-outline-blue-300[focus-within] {
  box-shadow: 0 0 0 1px #bbcfea;
}
.focus-within\:shadow-outline-blue-300:focus-within {
  box-shadow: 0 0 0 1px #bbcfea;
}
.focus-within\:shadow-outline-blue-400[focus-within] {
  box-shadow: 0 0 0 1px #8dabd4;
}
.focus-within\:shadow-outline-blue-400:focus-within {
  box-shadow: 0 0 0 1px #8dabd4;
}
.focus-within\:shadow-outline-blue-500[focus-within] {
  box-shadow: 0 0 0 1px #648abf;
}
.focus-within\:shadow-outline-blue-500:focus-within {
  box-shadow: 0 0 0 1px #648abf;
}
.focus-within\:shadow-outline-blue-600[focus-within] {
  box-shadow: 0 0 0 1px #426da9;
}
.focus-within\:shadow-outline-blue-600:focus-within {
  box-shadow: 0 0 0 1px #426da9;
}
.focus-within\:shadow-outline-blue-700[focus-within] {
  box-shadow: 0 0 0 1px #1d4f91;
}
.focus-within\:shadow-outline-blue-700:focus-within {
  box-shadow: 0 0 0 1px #1d4f91;
}
.focus-within\:shadow-outline-blue-800[focus-within] {
  box-shadow: 0 0 0 1px #123f7a;
}
.focus-within\:shadow-outline-blue-800:focus-within {
  box-shadow: 0 0 0 1px #123f7a;
}
.focus-within\:shadow-outline-blue-900[focus-within] {
  box-shadow: 0 0 0 1px #0a3163;
}
.focus-within\:shadow-outline-blue-900:focus-within {
  box-shadow: 0 0 0 1px #0a3163;
}
.focus-within\:shadow-outline-gray-100[focus-within] {
  box-shadow: 0 0 0 1px #f6f6f6;
}
.focus-within\:shadow-outline-gray-100:focus-within {
  box-shadow: 0 0 0 1px #f6f6f6;
}
.focus-within\:shadow-outline-gray-200[focus-within] {
  box-shadow: 0 0 0 1px #eaeaea;
}
.focus-within\:shadow-outline-gray-200:focus-within {
  box-shadow: 0 0 0 1px #eaeaea;
}
.focus-within\:shadow-outline-gray-300[focus-within] {
  box-shadow: 0 0 0 1px #d6d6d6;
}
.focus-within\:shadow-outline-gray-300:focus-within {
  box-shadow: 0 0 0 1px #d6d6d6;
}
.focus-within\:shadow-outline-gray-400[focus-within] {
  box-shadow: 0 0 0 1px #c1c1c1;
}
.focus-within\:shadow-outline-gray-400:focus-within {
  box-shadow: 0 0 0 1px #c1c1c1;
}
.focus-within\:shadow-outline-gray-500[focus-within] {
  box-shadow: 0 0 0 1px #a7a7a7;
}
.focus-within\:shadow-outline-gray-500:focus-within {
  box-shadow: 0 0 0 1px #a7a7a7;
}
.focus-within\:shadow-outline-gray-600[focus-within] {
  box-shadow: 0 0 0 1px #8c8c8c;
}
.focus-within\:shadow-outline-gray-600:focus-within {
  box-shadow: 0 0 0 1px #8c8c8c;
}
.focus-within\:shadow-outline-gray-700[focus-within] {
  box-shadow: 0 0 0 1px #717171;
}
.focus-within\:shadow-outline-gray-700:focus-within {
  box-shadow: 0 0 0 1px #717171;
}
.focus-within\:shadow-outline-gray-800[focus-within] {
  box-shadow: 0 0 0 1px #585858;
}
.focus-within\:shadow-outline-gray-800:focus-within {
  box-shadow: 0 0 0 1px #585858;
}
.focus-within\:shadow-outline-gray-900[focus-within] {
  box-shadow: 0 0 0 1px #404040;
}
.focus-within\:shadow-outline-gray-900:focus-within {
  box-shadow: 0 0 0 1px #404040;
}
.focus-within\:shadow-outline-green-100[focus-within] {
  box-shadow: 0 0 0 1px #F2FFF5;
}
.focus-within\:shadow-outline-green-100:focus-within {
  box-shadow: 0 0 0 1px #F2FFF5;
}
.focus-within\:shadow-outline-green-200[focus-within] {
  box-shadow: 0 0 0 1px #D0F6DB;
}
.focus-within\:shadow-outline-green-200:focus-within {
  box-shadow: 0 0 0 1px #D0F6DB;
}
.focus-within\:shadow-outline-green-300[focus-within] {
  box-shadow: 0 0 0 1px #9AE8B4;
}
.focus-within\:shadow-outline-green-300:focus-within {
  box-shadow: 0 0 0 1px #9AE8B4;
}
.focus-within\:shadow-outline-green-400[focus-within] {
  box-shadow: 0 0 0 1px #5CD08E;
}
.focus-within\:shadow-outline-green-400:focus-within {
  box-shadow: 0 0 0 1px #5CD08E;
}
.focus-within\:shadow-outline-green-500[focus-within] {
  box-shadow: 0 0 0 1px #29B769;
}
.focus-within\:shadow-outline-green-500:focus-within {
  box-shadow: 0 0 0 1px #29B769;
}
.focus-within\:shadow-outline-green-600[focus-within] {
  box-shadow: 0 0 0 1px #009f4d;
}
.focus-within\:shadow-outline-green-600:focus-within {
  box-shadow: 0 0 0 1px #009f4d;
}
.focus-within\:shadow-outline-green-700[focus-within] {
  box-shadow: 0 0 0 1px #007a3b;
}
.focus-within\:shadow-outline-green-700:focus-within {
  box-shadow: 0 0 0 1px #007a3b;
}
.focus-within\:shadow-outline-green-800[focus-within] {
  box-shadow: 0 0 0 1px #00612F;
}
.focus-within\:shadow-outline-green-800:focus-within {
  box-shadow: 0 0 0 1px #00612F;
}
.focus-within\:shadow-outline-green-900[focus-within] {
  box-shadow: 0 0 0 1px #004A24;
}
.focus-within\:shadow-outline-green-900:focus-within {
  box-shadow: 0 0 0 1px #004A24;
}
.focus-within\:shadow-outline-lime-100[focus-within] {
  box-shadow: 0 0 0 1px #fefff2;
}
.focus-within\:shadow-outline-lime-100:focus-within {
  box-shadow: 0 0 0 1px #fefff2;
}
.focus-within\:shadow-outline-lime-200[focus-within] {
  box-shadow: 0 0 0 1px #f7f9cc;
}
.focus-within\:shadow-outline-lime-200:focus-within {
  box-shadow: 0 0 0 1px #f7f9cc;
}
.focus-within\:shadow-outline-lime-300[focus-within] {
  box-shadow: 0 0 0 1px #f0f3a7;
}
.focus-within\:shadow-outline-lime-300:focus-within {
  box-shadow: 0 0 0 1px #f0f3a7;
}
.focus-within\:shadow-outline-lime-400[focus-within] {
  box-shadow: 0 0 0 1px #dce26d;
}
.focus-within\:shadow-outline-lime-400:focus-within {
  box-shadow: 0 0 0 1px #dce26d;
}
.focus-within\:shadow-outline-lime-500[focus-within] {
  box-shadow: 0 0 0 1px #cad03b;
}
.focus-within\:shadow-outline-lime-500:focus-within {
  box-shadow: 0 0 0 1px #cad03b;
}
.focus-within\:shadow-outline-lime-600[focus-within] {
  box-shadow: 0 0 0 1px #b7bf10;
}
.focus-within\:shadow-outline-lime-600:focus-within {
  box-shadow: 0 0 0 1px #b7bf10;
}
.focus-within\:shadow-outline-lime-700[focus-within] {
  box-shadow: 0 0 0 1px #979e08;
}
.focus-within\:shadow-outline-lime-700:focus-within {
  box-shadow: 0 0 0 1px #979e08;
}
.focus-within\:shadow-outline-lime-800[focus-within] {
  box-shadow: 0 0 0 1px #777d03;
}
.focus-within\:shadow-outline-lime-800:focus-within {
  box-shadow: 0 0 0 1px #777d03;
}
.focus-within\:shadow-outline-lime-900[focus-within] {
  box-shadow: 0 0 0 1px #575c00;
}
.focus-within\:shadow-outline-lime-900:focus-within {
  box-shadow: 0 0 0 1px #575c00;
}
.focus-within\:shadow-outline-magenta-100[focus-within] {
  box-shadow: 0 0 0 1px #fff1fa;
}
.focus-within\:shadow-outline-magenta-100:focus-within {
  box-shadow: 0 0 0 1px #fff1fa;
}
.focus-within\:shadow-outline-magenta-200[focus-within] {
  box-shadow: 0 0 0 1px #ffd8f0;
}
.focus-within\:shadow-outline-magenta-200:focus-within {
  box-shadow: 0 0 0 1px #ffd8f0;
}
.focus-within\:shadow-outline-magenta-300[focus-within] {
  box-shadow: 0 0 0 1px #ffc0e4;
}
.focus-within\:shadow-outline-magenta-300:focus-within {
  box-shadow: 0 0 0 1px #ffc0e4;
}
.focus-within\:shadow-outline-magenta-400[focus-within] {
  box-shadow: 0 0 0 1px #f790c6;
}
.focus-within\:shadow-outline-magenta-400:focus-within {
  box-shadow: 0 0 0 1px #f790c6;
}
.focus-within\:shadow-outline-magenta-500[focus-within] {
  box-shadow: 0 0 0 1px #ef62a8;
}
.focus-within\:shadow-outline-magenta-500:focus-within {
  box-shadow: 0 0 0 1px #ef62a8;
}
.focus-within\:shadow-outline-magenta-600[focus-within] {
  box-shadow: 0 0 0 1px #e63888;
}
.focus-within\:shadow-outline-magenta-600:focus-within {
  box-shadow: 0 0 0 1px #e63888;
}
.focus-within\:shadow-outline-magenta-700[focus-within] {
  box-shadow: 0 0 0 1px #c41d73;
}
.focus-within\:shadow-outline-magenta-700:focus-within {
  box-shadow: 0 0 0 1px #c41d73;
}
.focus-within\:shadow-outline-magenta-800[focus-within] {
  box-shadow: 0 0 0 1px #a20861;
}
.focus-within\:shadow-outline-magenta-800:focus-within {
  box-shadow: 0 0 0 1px #a20861;
}
.focus-within\:shadow-outline-magenta-900[focus-within] {
  box-shadow: 0 0 0 1px #800051;
}
.focus-within\:shadow-outline-magenta-900:focus-within {
  box-shadow: 0 0 0 1px #800051;
}
.focus-within\:shadow-outline-orange-100[focus-within] {
  box-shadow: 0 0 0 1px #fff9f2;
}
.focus-within\:shadow-outline-orange-100:focus-within {
  box-shadow: 0 0 0 1px #fff9f2;
}
.focus-within\:shadow-outline-orange-200[focus-within] {
  box-shadow: 0 0 0 1px #ffeed7;
}
.focus-within\:shadow-outline-orange-200:focus-within {
  box-shadow: 0 0 0 1px #ffeed7;
}
.focus-within\:shadow-outline-orange-300[focus-within] {
  box-shadow: 0 0 0 1px #ffe3ba;
}
.focus-within\:shadow-outline-orange-300:focus-within {
  box-shadow: 0 0 0 1px #ffe3ba;
}
.focus-within\:shadow-outline-orange-400[focus-within] {
  box-shadow: 0 0 0 1px #ffc684;
}
.focus-within\:shadow-outline-orange-400:focus-within {
  box-shadow: 0 0 0 1px #ffc684;
}
.focus-within\:shadow-outline-orange-500[focus-within] {
  box-shadow: 0 0 0 1px #ffaa4f;
}
.focus-within\:shadow-outline-orange-500:focus-within {
  box-shadow: 0 0 0 1px #ffaa4f;
}
.focus-within\:shadow-outline-orange-600[focus-within] {
  box-shadow: 0 0 0 1px #ff8f1c;
}
.focus-within\:shadow-outline-orange-600:focus-within {
  box-shadow: 0 0 0 1px #ff8f1c;
}
.focus-within\:shadow-outline-orange-700[focus-within] {
  box-shadow: 0 0 0 1px #cc6e0f;
}
.focus-within\:shadow-outline-orange-700:focus-within {
  box-shadow: 0 0 0 1px #cc6e0f;
}
.focus-within\:shadow-outline-orange-800[focus-within] {
  box-shadow: 0 0 0 1px #995006;
}
.focus-within\:shadow-outline-orange-800:focus-within {
  box-shadow: 0 0 0 1px #995006;
}
.focus-within\:shadow-outline-orange-900[focus-within] {
  box-shadow: 0 0 0 1px #663300;
}
.focus-within\:shadow-outline-orange-900:focus-within {
  box-shadow: 0 0 0 1px #663300;
}
.focus-within\:shadow-outline-purple-100[focus-within] {
  box-shadow: 0 0 0 1px #fef2ff;
}
.focus-within\:shadow-outline-purple-100:focus-within {
  box-shadow: 0 0 0 1px #fef2ff;
}
.focus-within\:shadow-outline-purple-200[focus-within] {
  box-shadow: 0 0 0 1px #eed3f1;
}
.focus-within\:shadow-outline-purple-200:focus-within {
  box-shadow: 0 0 0 1px #eed3f1;
}
.focus-within\:shadow-outline-purple-300[focus-within] {
  box-shadow: 0 0 0 1px #dfb6e4;
}
.focus-within\:shadow-outline-purple-300:focus-within {
  box-shadow: 0 0 0 1px #dfb6e4;
}
.focus-within\:shadow-outline-purple-400[focus-within] {
  box-shadow: 0 0 0 1px #c186c9;
}
.focus-within\:shadow-outline-purple-400:focus-within {
  box-shadow: 0 0 0 1px #c186c9;
}
.focus-within\:shadow-outline-purple-500[focus-within] {
  box-shadow: 0 0 0 1px #a45dad;
}
.focus-within\:shadow-outline-purple-500:focus-within {
  box-shadow: 0 0 0 1px #a45dad;
}
.focus-within\:shadow-outline-purple-600[focus-within] {
  box-shadow: 0 0 0 1px #883b92;
}
.focus-within\:shadow-outline-purple-600:focus-within {
  box-shadow: 0 0 0 1px #883b92;
}
.focus-within\:shadow-outline-purple-700[focus-within] {
  box-shadow: 0 0 0 1px #6d2077;
}
.focus-within\:shadow-outline-purple-700:focus-within {
  box-shadow: 0 0 0 1px #6d2077;
}
.focus-within\:shadow-outline-purple-800[focus-within] {
  box-shadow: 0 0 0 1px #53135b;
}
.focus-within\:shadow-outline-purple-800:focus-within {
  box-shadow: 0 0 0 1px #53135b;
}
.focus-within\:shadow-outline-purple-900[focus-within] {
  box-shadow: 0 0 0 1px #390a40;
}
.focus-within\:shadow-outline-purple-900:focus-within {
  box-shadow: 0 0 0 1px #390a40;
}
.focus-within\:shadow-outline-raspberry-100[focus-within] {
  box-shadow: 0 0 0 1px #fff0fb;
}
.focus-within\:shadow-outline-raspberry-100:focus-within {
  box-shadow: 0 0 0 1px #fff0fb;
}
.focus-within\:shadow-outline-raspberry-200[focus-within] {
  box-shadow: 0 0 0 1px #f6cbea;
}
.focus-within\:shadow-outline-raspberry-200:focus-within {
  box-shadow: 0 0 0 1px #f6cbea;
}
.focus-within\:shadow-outline-raspberry-300[focus-within] {
  box-shadow: 0 0 0 1px #eda7da;
}
.focus-within\:shadow-outline-raspberry-300:focus-within {
  box-shadow: 0 0 0 1px #eda7da;
}
.focus-within\:shadow-outline-raspberry-400[focus-within] {
  box-shadow: 0 0 0 1px #d86fbc;
}
.focus-within\:shadow-outline-raspberry-400:focus-within {
  box-shadow: 0 0 0 1px #d86fbc;
}
.focus-within\:shadow-outline-raspberry-500[focus-within] {
  box-shadow: 0 0 0 1px #c43e9f;
}
.focus-within\:shadow-outline-raspberry-500:focus-within {
  box-shadow: 0 0 0 1px #c43e9f;
}
.focus-within\:shadow-outline-raspberry-600[focus-within] {
  box-shadow: 0 0 0 1px #af1685;
}
.focus-within\:shadow-outline-raspberry-600:focus-within {
  box-shadow: 0 0 0 1px #af1685;
}
.focus-within\:shadow-outline-raspberry-700[focus-within] {
  box-shadow: 0 0 0 1px #92086d;
}
.focus-within\:shadow-outline-raspberry-700:focus-within {
  box-shadow: 0 0 0 1px #92086d;
}
.focus-within\:shadow-outline-raspberry-800[focus-within] {
  box-shadow: 0 0 0 1px #760056;
}
.focus-within\:shadow-outline-raspberry-800:focus-within {
  box-shadow: 0 0 0 1px #760056;
}
.focus-within\:shadow-outline-raspberry-900[focus-within] {
  box-shadow: 0 0 0 1px #570041;
}
.focus-within\:shadow-outline-raspberry-900:focus-within {
  box-shadow: 0 0 0 1px #570041;
}
.focus-within\:shadow-outline-red-100[focus-within] {
  box-shadow: 0 0 0 1px #fff0f3;
}
.focus-within\:shadow-outline-red-100:focus-within {
  box-shadow: 0 0 0 1px #fff0f3;
}
.focus-within\:shadow-outline-red-200[focus-within] {
  box-shadow: 0 0 0 1px #FFD6DD;
}
.focus-within\:shadow-outline-red-200:focus-within {
  box-shadow: 0 0 0 1px #FFD6DD;
}
.focus-within\:shadow-outline-red-300[focus-within] {
  box-shadow: 0 0 0 1px #fea8b8;
}
.focus-within\:shadow-outline-red-300:focus-within {
  box-shadow: 0 0 0 1px #fea8b8;
}
.focus-within\:shadow-outline-red-400[focus-within] {
  box-shadow: 0 0 0 1px #f66c86;
}
.focus-within\:shadow-outline-red-400:focus-within {
  box-shadow: 0 0 0 1px #f66c86;
}
.focus-within\:shadow-outline-red-500[focus-within] {
  box-shadow: 0 0 0 1px #ed3457;
}
.focus-within\:shadow-outline-red-500:focus-within {
  box-shadow: 0 0 0 1px #ed3457;
}
.focus-within\:shadow-outline-red-600[focus-within] {
  box-shadow: 0 0 0 1px #e4002b;
}
.focus-within\:shadow-outline-red-600:focus-within {
  box-shadow: 0 0 0 1px #e4002b;
}
.focus-within\:shadow-outline-red-700[focus-within] {
  box-shadow: 0 0 0 1px #c60025;
}
.focus-within\:shadow-outline-red-700:focus-within {
  box-shadow: 0 0 0 1px #c60025;
}
.focus-within\:shadow-outline-red-800[focus-within] {
  box-shadow: 0 0 0 1px #a8001f;
}
.focus-within\:shadow-outline-red-800:focus-within {
  box-shadow: 0 0 0 1px #a8001f;
}
.focus-within\:shadow-outline-red-900[focus-within] {
  box-shadow: 0 0 0 1px #8a0019;
}
.focus-within\:shadow-outline-red-900:focus-within {
  box-shadow: 0 0 0 1px #8a0019;
}
.focus-within\:shadow-outline-sapphire-100[focus-within] {
  box-shadow: 0 0 0 1px #f2fcff;
}
.focus-within\:shadow-outline-sapphire-100:focus-within {
  box-shadow: 0 0 0 1px #f2fcff;
}
.focus-within\:shadow-outline-sapphire-200[focus-within] {
  box-shadow: 0 0 0 1px #d0eff8;
}
.focus-within\:shadow-outline-sapphire-200:focus-within {
  box-shadow: 0 0 0 1px #d0eff8;
}
.focus-within\:shadow-outline-sapphire-300[focus-within] {
  box-shadow: 0 0 0 1px #afe2f1;
}
.focus-within\:shadow-outline-sapphire-300:focus-within {
  box-shadow: 0 0 0 1px #afe2f1;
}
.focus-within\:shadow-outline-sapphire-400[focus-within] {
  box-shadow: 0 0 0 1px #79c8de;
}
.focus-within\:shadow-outline-sapphire-400:focus-within {
  box-shadow: 0 0 0 1px #79c8de;
}
.focus-within\:shadow-outline-sapphire-500[focus-within] {
  box-shadow: 0 0 0 1px #4aafcc;
}
.focus-within\:shadow-outline-sapphire-500:focus-within {
  box-shadow: 0 0 0 1px #4aafcc;
}
.focus-within\:shadow-outline-sapphire-600[focus-within] {
  box-shadow: 0 0 0 1px #2197b9;
}
.focus-within\:shadow-outline-sapphire-600:focus-within {
  box-shadow: 0 0 0 1px #2197b9;
}
.focus-within\:shadow-outline-sapphire-700[focus-within] {
  box-shadow: 0 0 0 1px #0081a6;
}
.focus-within\:shadow-outline-sapphire-700:focus-within {
  box-shadow: 0 0 0 1px #0081a6;
}
.focus-within\:shadow-outline-sapphire-800[focus-within] {
  box-shadow: 0 0 0 1px #006580;
}
.focus-within\:shadow-outline-sapphire-800:focus-within {
  box-shadow: 0 0 0 1px #006580;
}
.focus-within\:shadow-outline-sapphire-900[focus-within] {
  box-shadow: 0 0 0 1px #004759;
}
.focus-within\:shadow-outline-sapphire-900:focus-within {
  box-shadow: 0 0 0 1px #004759;
}
.focus-within\:shadow-outline-teal-100[focus-within] {
  box-shadow: 0 0 0 1px #f2fffe;
}
.focus-within\:shadow-outline-teal-100:focus-within {
  box-shadow: 0 0 0 1px #f2fffe;
}
.focus-within\:shadow-outline-teal-200[focus-within] {
  box-shadow: 0 0 0 1px #c6f7f4;
}
.focus-within\:shadow-outline-teal-200:focus-within {
  box-shadow: 0 0 0 1px #c6f7f4;
}
.focus-within\:shadow-outline-teal-300[focus-within] {
  box-shadow: 0 0 0 1px #9befea;
}
.focus-within\:shadow-outline-teal-300:focus-within {
  box-shadow: 0 0 0 1px #9befea;
}
.focus-within\:shadow-outline-teal-400[focus-within] {
  box-shadow: 0 0 0 1px #5fdad4;
}
.focus-within\:shadow-outline-teal-400:focus-within {
  box-shadow: 0 0 0 1px #5fdad4;
}
.focus-within\:shadow-outline-teal-500[focus-within] {
  box-shadow: 0 0 0 1px #2bc6be;
}
.focus-within\:shadow-outline-teal-500:focus-within {
  box-shadow: 0 0 0 1px #2bc6be;
}
.focus-within\:shadow-outline-teal-600[focus-within] {
  box-shadow: 0 0 0 1px #00b2a9;
}
.focus-within\:shadow-outline-teal-600:focus-within {
  box-shadow: 0 0 0 1px #00b2a9;
}
.focus-within\:shadow-outline-teal-700[focus-within] {
  box-shadow: 0 0 0 1px #00948c;
}
.focus-within\:shadow-outline-teal-700:focus-within {
  box-shadow: 0 0 0 1px #00948c;
}
.focus-within\:shadow-outline-teal-800[focus-within] {
  box-shadow: 0 0 0 1px #00756f;
}
.focus-within\:shadow-outline-teal-800:focus-within {
  box-shadow: 0 0 0 1px #00756f;
}
.focus-within\:shadow-outline-teal-900[focus-within] {
  box-shadow: 0 0 0 1px #005752;
}
.focus-within\:shadow-outline-teal-900:focus-within {
  box-shadow: 0 0 0 1px #005752;
}
.focus-within\:shadow-outline-transparent[focus-within] {
  box-shadow: 0 0 0 1px transparent;
}
.focus-within\:shadow-outline-transparent:focus-within {
  box-shadow: 0 0 0 1px transparent;
}
.focus-within\:shadow-outline-white[focus-within] {
  box-shadow: 0 0 0 1px #ffffff;
}
.focus-within\:shadow-outline-white:focus-within {
  box-shadow: 0 0 0 1px #ffffff;
}
.focus-within\:shadow-outline-white-a10[focus-within] {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.focus-within\:shadow-outline-white-a10:focus-within {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.focus-within\:shadow-outline-white-a20[focus-within] {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.focus-within\:shadow-outline-white-a20:focus-within {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.focus-within\:shadow-outline-white-a30[focus-within] {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.focus-within\:shadow-outline-white-a30:focus-within {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.focus-within\:shadow-outline-white-a40[focus-within] {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
}
.focus-within\:shadow-outline-white-a40:focus-within {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
}
.focus-within\:shadow-outline-white-a50[focus-within] {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.focus-within\:shadow-outline-white-a50:focus-within {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.focus-within\:shadow-outline-white-a60[focus-within] {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
}
.focus-within\:shadow-outline-white-a60:focus-within {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
}
.focus-within\:shadow-outline-white-a70[focus-within] {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7);
}
.focus-within\:shadow-outline-white-a70:focus-within {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7);
}
.focus-within\:shadow-outline-white-a80[focus-within] {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
}
.focus-within\:shadow-outline-white-a80:focus-within {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
}
.focus-within\:shadow-outline-white-a90[focus-within] {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9);
}
.focus-within\:shadow-outline-white-a90:focus-within {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9);
}
.focus-within\:shadow-outline-yellow-100[focus-within] {
  box-shadow: 0 0 0 1px #FFF9E8;
}
.focus-within\:shadow-outline-yellow-100:focus-within {
  box-shadow: 0 0 0 1px #FFF9E8;
}
.focus-within\:shadow-outline-yellow-200[focus-within] {
  box-shadow: 0 0 0 1px #FFF1BD;
}
.focus-within\:shadow-outline-yellow-200:focus-within {
  box-shadow: 0 0 0 1px #FFF1BD;
}
.focus-within\:shadow-outline-yellow-300[focus-within] {
  box-shadow: 0 0 0 1px #FFEA90;
}
.focus-within\:shadow-outline-yellow-300:focus-within {
  box-shadow: 0 0 0 1px #FFEA90;
}
.focus-within\:shadow-outline-yellow-400[focus-within] {
  box-shadow: 0 0 0 1px #FFD146;
}
.focus-within\:shadow-outline-yellow-400:focus-within {
  box-shadow: 0 0 0 1px #FFD146;
}
.focus-within\:shadow-outline-yellow-500[focus-within] {
  box-shadow: 0 0 0 1px #FEBA00;
}
.focus-within\:shadow-outline-yellow-500:focus-within {
  box-shadow: 0 0 0 1px #FEBA00;
}
.focus-within\:shadow-outline-yellow-600[focus-within] {
  box-shadow: 0 0 0 1px #D49A00;
}
.focus-within\:shadow-outline-yellow-600:focus-within {
  box-shadow: 0 0 0 1px #D49A00;
}
.focus-within\:shadow-outline-yellow-700[focus-within] {
  box-shadow: 0 0 0 1px #AA7A00;
}
.focus-within\:shadow-outline-yellow-700:focus-within {
  box-shadow: 0 0 0 1px #AA7A00;
}
.focus-within\:shadow-outline-yellow-800[focus-within] {
  box-shadow: 0 0 0 1px #815B00;
}
.focus-within\:shadow-outline-yellow-800:focus-within {
  box-shadow: 0 0 0 1px #815B00;
}
.focus-within\:shadow-outline-yellow-900[focus-within] {
  box-shadow: 0 0 0 1px #573D00;
}
.focus-within\:shadow-outline-yellow-900:focus-within {
  box-shadow: 0 0 0 1px #573D00;
}
.focus-within\:shadow-inside-outline-black[focus-within] {
  box-shadow: inset 0 0 0 2px #333333;
}
.focus-within\:shadow-inside-outline-black:focus-within {
  box-shadow: inset 0 0 0 2px #333333;
}
.focus-within\:shadow-inside-outline-blue-100[focus-within] {
  box-shadow: inset 0 0 0 2px #f2f8ff;
}
.focus-within\:shadow-inside-outline-blue-100:focus-within {
  box-shadow: inset 0 0 0 2px #f2f8ff;
}
.focus-within\:shadow-inside-outline-blue-150[focus-within] {
  box-shadow: inset 0 0 0 2px #E6EFFB;
}
.focus-within\:shadow-inside-outline-blue-150:focus-within {
  box-shadow: inset 0 0 0 2px #E6EFFB;
}
.focus-within\:shadow-inside-outline-blue-200[focus-within] {
  box-shadow: inset 0 0 0 2px #d6e3f4;
}
.focus-within\:shadow-inside-outline-blue-200:focus-within {
  box-shadow: inset 0 0 0 2px #d6e3f4;
}
.focus-within\:shadow-inside-outline-blue-300[focus-within] {
  box-shadow: inset 0 0 0 2px #bbcfea;
}
.focus-within\:shadow-inside-outline-blue-300:focus-within {
  box-shadow: inset 0 0 0 2px #bbcfea;
}
.focus-within\:shadow-inside-outline-blue-400[focus-within] {
  box-shadow: inset 0 0 0 2px #8dabd4;
}
.focus-within\:shadow-inside-outline-blue-400:focus-within {
  box-shadow: inset 0 0 0 2px #8dabd4;
}
.focus-within\:shadow-inside-outline-blue-500[focus-within] {
  box-shadow: inset 0 0 0 2px #648abf;
}
.focus-within\:shadow-inside-outline-blue-500:focus-within {
  box-shadow: inset 0 0 0 2px #648abf;
}
.focus-within\:shadow-inside-outline-blue-600[focus-within] {
  box-shadow: inset 0 0 0 2px #426da9;
}
.focus-within\:shadow-inside-outline-blue-600:focus-within {
  box-shadow: inset 0 0 0 2px #426da9;
}
.focus-within\:shadow-inside-outline-blue-700[focus-within] {
  box-shadow: inset 0 0 0 2px #1d4f91;
}
.focus-within\:shadow-inside-outline-blue-700:focus-within {
  box-shadow: inset 0 0 0 2px #1d4f91;
}
.focus-within\:shadow-inside-outline-blue-800[focus-within] {
  box-shadow: inset 0 0 0 2px #123f7a;
}
.focus-within\:shadow-inside-outline-blue-800:focus-within {
  box-shadow: inset 0 0 0 2px #123f7a;
}
.focus-within\:shadow-inside-outline-blue-900[focus-within] {
  box-shadow: inset 0 0 0 2px #0a3163;
}
.focus-within\:shadow-inside-outline-blue-900:focus-within {
  box-shadow: inset 0 0 0 2px #0a3163;
}
.focus-within\:shadow-inside-outline-gray-100[focus-within] {
  box-shadow: inset 0 0 0 2px #f6f6f6;
}
.focus-within\:shadow-inside-outline-gray-100:focus-within {
  box-shadow: inset 0 0 0 2px #f6f6f6;
}
.focus-within\:shadow-inside-outline-gray-200[focus-within] {
  box-shadow: inset 0 0 0 2px #eaeaea;
}
.focus-within\:shadow-inside-outline-gray-200:focus-within {
  box-shadow: inset 0 0 0 2px #eaeaea;
}
.focus-within\:shadow-inside-outline-gray-300[focus-within] {
  box-shadow: inset 0 0 0 2px #d6d6d6;
}
.focus-within\:shadow-inside-outline-gray-300:focus-within {
  box-shadow: inset 0 0 0 2px #d6d6d6;
}
.focus-within\:shadow-inside-outline-gray-400[focus-within] {
  box-shadow: inset 0 0 0 2px #c1c1c1;
}
.focus-within\:shadow-inside-outline-gray-400:focus-within {
  box-shadow: inset 0 0 0 2px #c1c1c1;
}
.focus-within\:shadow-inside-outline-gray-500[focus-within] {
  box-shadow: inset 0 0 0 2px #a7a7a7;
}
.focus-within\:shadow-inside-outline-gray-500:focus-within {
  box-shadow: inset 0 0 0 2px #a7a7a7;
}
.focus-within\:shadow-inside-outline-gray-600[focus-within] {
  box-shadow: inset 0 0 0 2px #8c8c8c;
}
.focus-within\:shadow-inside-outline-gray-600:focus-within {
  box-shadow: inset 0 0 0 2px #8c8c8c;
}
.focus-within\:shadow-inside-outline-gray-700[focus-within] {
  box-shadow: inset 0 0 0 2px #717171;
}
.focus-within\:shadow-inside-outline-gray-700:focus-within {
  box-shadow: inset 0 0 0 2px #717171;
}
.focus-within\:shadow-inside-outline-gray-800[focus-within] {
  box-shadow: inset 0 0 0 2px #585858;
}
.focus-within\:shadow-inside-outline-gray-800:focus-within {
  box-shadow: inset 0 0 0 2px #585858;
}
.focus-within\:shadow-inside-outline-gray-900[focus-within] {
  box-shadow: inset 0 0 0 2px #404040;
}
.focus-within\:shadow-inside-outline-gray-900:focus-within {
  box-shadow: inset 0 0 0 2px #404040;
}
.focus-within\:shadow-inside-outline-green-100[focus-within] {
  box-shadow: inset 0 0 0 2px #F2FFF5;
}
.focus-within\:shadow-inside-outline-green-100:focus-within {
  box-shadow: inset 0 0 0 2px #F2FFF5;
}
.focus-within\:shadow-inside-outline-green-200[focus-within] {
  box-shadow: inset 0 0 0 2px #D0F6DB;
}
.focus-within\:shadow-inside-outline-green-200:focus-within {
  box-shadow: inset 0 0 0 2px #D0F6DB;
}
.focus-within\:shadow-inside-outline-green-300[focus-within] {
  box-shadow: inset 0 0 0 2px #9AE8B4;
}
.focus-within\:shadow-inside-outline-green-300:focus-within {
  box-shadow: inset 0 0 0 2px #9AE8B4;
}
.focus-within\:shadow-inside-outline-green-400[focus-within] {
  box-shadow: inset 0 0 0 2px #5CD08E;
}
.focus-within\:shadow-inside-outline-green-400:focus-within {
  box-shadow: inset 0 0 0 2px #5CD08E;
}
.focus-within\:shadow-inside-outline-green-500[focus-within] {
  box-shadow: inset 0 0 0 2px #29B769;
}
.focus-within\:shadow-inside-outline-green-500:focus-within {
  box-shadow: inset 0 0 0 2px #29B769;
}
.focus-within\:shadow-inside-outline-green-600[focus-within] {
  box-shadow: inset 0 0 0 2px #009f4d;
}
.focus-within\:shadow-inside-outline-green-600:focus-within {
  box-shadow: inset 0 0 0 2px #009f4d;
}
.focus-within\:shadow-inside-outline-green-700[focus-within] {
  box-shadow: inset 0 0 0 2px #007a3b;
}
.focus-within\:shadow-inside-outline-green-700:focus-within {
  box-shadow: inset 0 0 0 2px #007a3b;
}
.focus-within\:shadow-inside-outline-green-800[focus-within] {
  box-shadow: inset 0 0 0 2px #00612F;
}
.focus-within\:shadow-inside-outline-green-800:focus-within {
  box-shadow: inset 0 0 0 2px #00612F;
}
.focus-within\:shadow-inside-outline-green-900[focus-within] {
  box-shadow: inset 0 0 0 2px #004A24;
}
.focus-within\:shadow-inside-outline-green-900:focus-within {
  box-shadow: inset 0 0 0 2px #004A24;
}
.focus-within\:shadow-inside-outline-lime-100[focus-within] {
  box-shadow: inset 0 0 0 2px #fefff2;
}
.focus-within\:shadow-inside-outline-lime-100:focus-within {
  box-shadow: inset 0 0 0 2px #fefff2;
}
.focus-within\:shadow-inside-outline-lime-200[focus-within] {
  box-shadow: inset 0 0 0 2px #f7f9cc;
}
.focus-within\:shadow-inside-outline-lime-200:focus-within {
  box-shadow: inset 0 0 0 2px #f7f9cc;
}
.focus-within\:shadow-inside-outline-lime-300[focus-within] {
  box-shadow: inset 0 0 0 2px #f0f3a7;
}
.focus-within\:shadow-inside-outline-lime-300:focus-within {
  box-shadow: inset 0 0 0 2px #f0f3a7;
}
.focus-within\:shadow-inside-outline-lime-400[focus-within] {
  box-shadow: inset 0 0 0 2px #dce26d;
}
.focus-within\:shadow-inside-outline-lime-400:focus-within {
  box-shadow: inset 0 0 0 2px #dce26d;
}
.focus-within\:shadow-inside-outline-lime-500[focus-within] {
  box-shadow: inset 0 0 0 2px #cad03b;
}
.focus-within\:shadow-inside-outline-lime-500:focus-within {
  box-shadow: inset 0 0 0 2px #cad03b;
}
.focus-within\:shadow-inside-outline-lime-600[focus-within] {
  box-shadow: inset 0 0 0 2px #b7bf10;
}
.focus-within\:shadow-inside-outline-lime-600:focus-within {
  box-shadow: inset 0 0 0 2px #b7bf10;
}
.focus-within\:shadow-inside-outline-lime-700[focus-within] {
  box-shadow: inset 0 0 0 2px #979e08;
}
.focus-within\:shadow-inside-outline-lime-700:focus-within {
  box-shadow: inset 0 0 0 2px #979e08;
}
.focus-within\:shadow-inside-outline-lime-800[focus-within] {
  box-shadow: inset 0 0 0 2px #777d03;
}
.focus-within\:shadow-inside-outline-lime-800:focus-within {
  box-shadow: inset 0 0 0 2px #777d03;
}
.focus-within\:shadow-inside-outline-lime-900[focus-within] {
  box-shadow: inset 0 0 0 2px #575c00;
}
.focus-within\:shadow-inside-outline-lime-900:focus-within {
  box-shadow: inset 0 0 0 2px #575c00;
}
.focus-within\:shadow-inside-outline-magenta-100[focus-within] {
  box-shadow: inset 0 0 0 2px #fff1fa;
}
.focus-within\:shadow-inside-outline-magenta-100:focus-within {
  box-shadow: inset 0 0 0 2px #fff1fa;
}
.focus-within\:shadow-inside-outline-magenta-200[focus-within] {
  box-shadow: inset 0 0 0 2px #ffd8f0;
}
.focus-within\:shadow-inside-outline-magenta-200:focus-within {
  box-shadow: inset 0 0 0 2px #ffd8f0;
}
.focus-within\:shadow-inside-outline-magenta-300[focus-within] {
  box-shadow: inset 0 0 0 2px #ffc0e4;
}
.focus-within\:shadow-inside-outline-magenta-300:focus-within {
  box-shadow: inset 0 0 0 2px #ffc0e4;
}
.focus-within\:shadow-inside-outline-magenta-400[focus-within] {
  box-shadow: inset 0 0 0 2px #f790c6;
}
.focus-within\:shadow-inside-outline-magenta-400:focus-within {
  box-shadow: inset 0 0 0 2px #f790c6;
}
.focus-within\:shadow-inside-outline-magenta-500[focus-within] {
  box-shadow: inset 0 0 0 2px #ef62a8;
}
.focus-within\:shadow-inside-outline-magenta-500:focus-within {
  box-shadow: inset 0 0 0 2px #ef62a8;
}
.focus-within\:shadow-inside-outline-magenta-600[focus-within] {
  box-shadow: inset 0 0 0 2px #e63888;
}
.focus-within\:shadow-inside-outline-magenta-600:focus-within {
  box-shadow: inset 0 0 0 2px #e63888;
}
.focus-within\:shadow-inside-outline-magenta-700[focus-within] {
  box-shadow: inset 0 0 0 2px #c41d73;
}
.focus-within\:shadow-inside-outline-magenta-700:focus-within {
  box-shadow: inset 0 0 0 2px #c41d73;
}
.focus-within\:shadow-inside-outline-magenta-800[focus-within] {
  box-shadow: inset 0 0 0 2px #a20861;
}
.focus-within\:shadow-inside-outline-magenta-800:focus-within {
  box-shadow: inset 0 0 0 2px #a20861;
}
.focus-within\:shadow-inside-outline-magenta-900[focus-within] {
  box-shadow: inset 0 0 0 2px #800051;
}
.focus-within\:shadow-inside-outline-magenta-900:focus-within {
  box-shadow: inset 0 0 0 2px #800051;
}
.focus-within\:shadow-inside-outline-orange-100[focus-within] {
  box-shadow: inset 0 0 0 2px #fff9f2;
}
.focus-within\:shadow-inside-outline-orange-100:focus-within {
  box-shadow: inset 0 0 0 2px #fff9f2;
}
.focus-within\:shadow-inside-outline-orange-200[focus-within] {
  box-shadow: inset 0 0 0 2px #ffeed7;
}
.focus-within\:shadow-inside-outline-orange-200:focus-within {
  box-shadow: inset 0 0 0 2px #ffeed7;
}
.focus-within\:shadow-inside-outline-orange-300[focus-within] {
  box-shadow: inset 0 0 0 2px #ffe3ba;
}
.focus-within\:shadow-inside-outline-orange-300:focus-within {
  box-shadow: inset 0 0 0 2px #ffe3ba;
}
.focus-within\:shadow-inside-outline-orange-400[focus-within] {
  box-shadow: inset 0 0 0 2px #ffc684;
}
.focus-within\:shadow-inside-outline-orange-400:focus-within {
  box-shadow: inset 0 0 0 2px #ffc684;
}
.focus-within\:shadow-inside-outline-orange-500[focus-within] {
  box-shadow: inset 0 0 0 2px #ffaa4f;
}
.focus-within\:shadow-inside-outline-orange-500:focus-within {
  box-shadow: inset 0 0 0 2px #ffaa4f;
}
.focus-within\:shadow-inside-outline-orange-600[focus-within] {
  box-shadow: inset 0 0 0 2px #ff8f1c;
}
.focus-within\:shadow-inside-outline-orange-600:focus-within {
  box-shadow: inset 0 0 0 2px #ff8f1c;
}
.focus-within\:shadow-inside-outline-orange-700[focus-within] {
  box-shadow: inset 0 0 0 2px #cc6e0f;
}
.focus-within\:shadow-inside-outline-orange-700:focus-within {
  box-shadow: inset 0 0 0 2px #cc6e0f;
}
.focus-within\:shadow-inside-outline-orange-800[focus-within] {
  box-shadow: inset 0 0 0 2px #995006;
}
.focus-within\:shadow-inside-outline-orange-800:focus-within {
  box-shadow: inset 0 0 0 2px #995006;
}
.focus-within\:shadow-inside-outline-orange-900[focus-within] {
  box-shadow: inset 0 0 0 2px #663300;
}
.focus-within\:shadow-inside-outline-orange-900:focus-within {
  box-shadow: inset 0 0 0 2px #663300;
}
.focus-within\:shadow-inside-outline-purple-100[focus-within] {
  box-shadow: inset 0 0 0 2px #fef2ff;
}
.focus-within\:shadow-inside-outline-purple-100:focus-within {
  box-shadow: inset 0 0 0 2px #fef2ff;
}
.focus-within\:shadow-inside-outline-purple-200[focus-within] {
  box-shadow: inset 0 0 0 2px #eed3f1;
}
.focus-within\:shadow-inside-outline-purple-200:focus-within {
  box-shadow: inset 0 0 0 2px #eed3f1;
}
.focus-within\:shadow-inside-outline-purple-300[focus-within] {
  box-shadow: inset 0 0 0 2px #dfb6e4;
}
.focus-within\:shadow-inside-outline-purple-300:focus-within {
  box-shadow: inset 0 0 0 2px #dfb6e4;
}
.focus-within\:shadow-inside-outline-purple-400[focus-within] {
  box-shadow: inset 0 0 0 2px #c186c9;
}
.focus-within\:shadow-inside-outline-purple-400:focus-within {
  box-shadow: inset 0 0 0 2px #c186c9;
}
.focus-within\:shadow-inside-outline-purple-500[focus-within] {
  box-shadow: inset 0 0 0 2px #a45dad;
}
.focus-within\:shadow-inside-outline-purple-500:focus-within {
  box-shadow: inset 0 0 0 2px #a45dad;
}
.focus-within\:shadow-inside-outline-purple-600[focus-within] {
  box-shadow: inset 0 0 0 2px #883b92;
}
.focus-within\:shadow-inside-outline-purple-600:focus-within {
  box-shadow: inset 0 0 0 2px #883b92;
}
.focus-within\:shadow-inside-outline-purple-700[focus-within] {
  box-shadow: inset 0 0 0 2px #6d2077;
}
.focus-within\:shadow-inside-outline-purple-700:focus-within {
  box-shadow: inset 0 0 0 2px #6d2077;
}
.focus-within\:shadow-inside-outline-purple-800[focus-within] {
  box-shadow: inset 0 0 0 2px #53135b;
}
.focus-within\:shadow-inside-outline-purple-800:focus-within {
  box-shadow: inset 0 0 0 2px #53135b;
}
.focus-within\:shadow-inside-outline-purple-900[focus-within] {
  box-shadow: inset 0 0 0 2px #390a40;
}
.focus-within\:shadow-inside-outline-purple-900:focus-within {
  box-shadow: inset 0 0 0 2px #390a40;
}
.focus-within\:shadow-inside-outline-raspberry-100[focus-within] {
  box-shadow: inset 0 0 0 2px #fff0fb;
}
.focus-within\:shadow-inside-outline-raspberry-100:focus-within {
  box-shadow: inset 0 0 0 2px #fff0fb;
}
.focus-within\:shadow-inside-outline-raspberry-200[focus-within] {
  box-shadow: inset 0 0 0 2px #f6cbea;
}
.focus-within\:shadow-inside-outline-raspberry-200:focus-within {
  box-shadow: inset 0 0 0 2px #f6cbea;
}
.focus-within\:shadow-inside-outline-raspberry-300[focus-within] {
  box-shadow: inset 0 0 0 2px #eda7da;
}
.focus-within\:shadow-inside-outline-raspberry-300:focus-within {
  box-shadow: inset 0 0 0 2px #eda7da;
}
.focus-within\:shadow-inside-outline-raspberry-400[focus-within] {
  box-shadow: inset 0 0 0 2px #d86fbc;
}
.focus-within\:shadow-inside-outline-raspberry-400:focus-within {
  box-shadow: inset 0 0 0 2px #d86fbc;
}
.focus-within\:shadow-inside-outline-raspberry-500[focus-within] {
  box-shadow: inset 0 0 0 2px #c43e9f;
}
.focus-within\:shadow-inside-outline-raspberry-500:focus-within {
  box-shadow: inset 0 0 0 2px #c43e9f;
}
.focus-within\:shadow-inside-outline-raspberry-600[focus-within] {
  box-shadow: inset 0 0 0 2px #af1685;
}
.focus-within\:shadow-inside-outline-raspberry-600:focus-within {
  box-shadow: inset 0 0 0 2px #af1685;
}
.focus-within\:shadow-inside-outline-raspberry-700[focus-within] {
  box-shadow: inset 0 0 0 2px #92086d;
}
.focus-within\:shadow-inside-outline-raspberry-700:focus-within {
  box-shadow: inset 0 0 0 2px #92086d;
}
.focus-within\:shadow-inside-outline-raspberry-800[focus-within] {
  box-shadow: inset 0 0 0 2px #760056;
}
.focus-within\:shadow-inside-outline-raspberry-800:focus-within {
  box-shadow: inset 0 0 0 2px #760056;
}
.focus-within\:shadow-inside-outline-raspberry-900[focus-within] {
  box-shadow: inset 0 0 0 2px #570041;
}
.focus-within\:shadow-inside-outline-raspberry-900:focus-within {
  box-shadow: inset 0 0 0 2px #570041;
}
.focus-within\:shadow-inside-outline-red-100[focus-within] {
  box-shadow: inset 0 0 0 2px #fff0f3;
}
.focus-within\:shadow-inside-outline-red-100:focus-within {
  box-shadow: inset 0 0 0 2px #fff0f3;
}
.focus-within\:shadow-inside-outline-red-200[focus-within] {
  box-shadow: inset 0 0 0 2px #FFD6DD;
}
.focus-within\:shadow-inside-outline-red-200:focus-within {
  box-shadow: inset 0 0 0 2px #FFD6DD;
}
.focus-within\:shadow-inside-outline-red-300[focus-within] {
  box-shadow: inset 0 0 0 2px #fea8b8;
}
.focus-within\:shadow-inside-outline-red-300:focus-within {
  box-shadow: inset 0 0 0 2px #fea8b8;
}
.focus-within\:shadow-inside-outline-red-400[focus-within] {
  box-shadow: inset 0 0 0 2px #f66c86;
}
.focus-within\:shadow-inside-outline-red-400:focus-within {
  box-shadow: inset 0 0 0 2px #f66c86;
}
.focus-within\:shadow-inside-outline-red-500[focus-within] {
  box-shadow: inset 0 0 0 2px #ed3457;
}
.focus-within\:shadow-inside-outline-red-500:focus-within {
  box-shadow: inset 0 0 0 2px #ed3457;
}
.focus-within\:shadow-inside-outline-red-600[focus-within] {
  box-shadow: inset 0 0 0 2px #e4002b;
}
.focus-within\:shadow-inside-outline-red-600:focus-within {
  box-shadow: inset 0 0 0 2px #e4002b;
}
.focus-within\:shadow-inside-outline-red-700[focus-within] {
  box-shadow: inset 0 0 0 2px #c60025;
}
.focus-within\:shadow-inside-outline-red-700:focus-within {
  box-shadow: inset 0 0 0 2px #c60025;
}
.focus-within\:shadow-inside-outline-red-800[focus-within] {
  box-shadow: inset 0 0 0 2px #a8001f;
}
.focus-within\:shadow-inside-outline-red-800:focus-within {
  box-shadow: inset 0 0 0 2px #a8001f;
}
.focus-within\:shadow-inside-outline-red-900[focus-within] {
  box-shadow: inset 0 0 0 2px #8a0019;
}
.focus-within\:shadow-inside-outline-red-900:focus-within {
  box-shadow: inset 0 0 0 2px #8a0019;
}
.focus-within\:shadow-inside-outline-sapphire-100[focus-within] {
  box-shadow: inset 0 0 0 2px #f2fcff;
}
.focus-within\:shadow-inside-outline-sapphire-100:focus-within {
  box-shadow: inset 0 0 0 2px #f2fcff;
}
.focus-within\:shadow-inside-outline-sapphire-200[focus-within] {
  box-shadow: inset 0 0 0 2px #d0eff8;
}
.focus-within\:shadow-inside-outline-sapphire-200:focus-within {
  box-shadow: inset 0 0 0 2px #d0eff8;
}
.focus-within\:shadow-inside-outline-sapphire-300[focus-within] {
  box-shadow: inset 0 0 0 2px #afe2f1;
}
.focus-within\:shadow-inside-outline-sapphire-300:focus-within {
  box-shadow: inset 0 0 0 2px #afe2f1;
}
.focus-within\:shadow-inside-outline-sapphire-400[focus-within] {
  box-shadow: inset 0 0 0 2px #79c8de;
}
.focus-within\:shadow-inside-outline-sapphire-400:focus-within {
  box-shadow: inset 0 0 0 2px #79c8de;
}
.focus-within\:shadow-inside-outline-sapphire-500[focus-within] {
  box-shadow: inset 0 0 0 2px #4aafcc;
}
.focus-within\:shadow-inside-outline-sapphire-500:focus-within {
  box-shadow: inset 0 0 0 2px #4aafcc;
}
.focus-within\:shadow-inside-outline-sapphire-600[focus-within] {
  box-shadow: inset 0 0 0 2px #2197b9;
}
.focus-within\:shadow-inside-outline-sapphire-600:focus-within {
  box-shadow: inset 0 0 0 2px #2197b9;
}
.focus-within\:shadow-inside-outline-sapphire-700[focus-within] {
  box-shadow: inset 0 0 0 2px #0081a6;
}
.focus-within\:shadow-inside-outline-sapphire-700:focus-within {
  box-shadow: inset 0 0 0 2px #0081a6;
}
.focus-within\:shadow-inside-outline-sapphire-800[focus-within] {
  box-shadow: inset 0 0 0 2px #006580;
}
.focus-within\:shadow-inside-outline-sapphire-800:focus-within {
  box-shadow: inset 0 0 0 2px #006580;
}
.focus-within\:shadow-inside-outline-sapphire-900[focus-within] {
  box-shadow: inset 0 0 0 2px #004759;
}
.focus-within\:shadow-inside-outline-sapphire-900:focus-within {
  box-shadow: inset 0 0 0 2px #004759;
}
.focus-within\:shadow-inside-outline-teal-100[focus-within] {
  box-shadow: inset 0 0 0 2px #f2fffe;
}
.focus-within\:shadow-inside-outline-teal-100:focus-within {
  box-shadow: inset 0 0 0 2px #f2fffe;
}
.focus-within\:shadow-inside-outline-teal-200[focus-within] {
  box-shadow: inset 0 0 0 2px #c6f7f4;
}
.focus-within\:shadow-inside-outline-teal-200:focus-within {
  box-shadow: inset 0 0 0 2px #c6f7f4;
}
.focus-within\:shadow-inside-outline-teal-300[focus-within] {
  box-shadow: inset 0 0 0 2px #9befea;
}
.focus-within\:shadow-inside-outline-teal-300:focus-within {
  box-shadow: inset 0 0 0 2px #9befea;
}
.focus-within\:shadow-inside-outline-teal-400[focus-within] {
  box-shadow: inset 0 0 0 2px #5fdad4;
}
.focus-within\:shadow-inside-outline-teal-400:focus-within {
  box-shadow: inset 0 0 0 2px #5fdad4;
}
.focus-within\:shadow-inside-outline-teal-500[focus-within] {
  box-shadow: inset 0 0 0 2px #2bc6be;
}
.focus-within\:shadow-inside-outline-teal-500:focus-within {
  box-shadow: inset 0 0 0 2px #2bc6be;
}
.focus-within\:shadow-inside-outline-teal-600[focus-within] {
  box-shadow: inset 0 0 0 2px #00b2a9;
}
.focus-within\:shadow-inside-outline-teal-600:focus-within {
  box-shadow: inset 0 0 0 2px #00b2a9;
}
.focus-within\:shadow-inside-outline-teal-700[focus-within] {
  box-shadow: inset 0 0 0 2px #00948c;
}
.focus-within\:shadow-inside-outline-teal-700:focus-within {
  box-shadow: inset 0 0 0 2px #00948c;
}
.focus-within\:shadow-inside-outline-teal-800[focus-within] {
  box-shadow: inset 0 0 0 2px #00756f;
}
.focus-within\:shadow-inside-outline-teal-800:focus-within {
  box-shadow: inset 0 0 0 2px #00756f;
}
.focus-within\:shadow-inside-outline-teal-900[focus-within] {
  box-shadow: inset 0 0 0 2px #005752;
}
.focus-within\:shadow-inside-outline-teal-900:focus-within {
  box-shadow: inset 0 0 0 2px #005752;
}
.focus-within\:shadow-inside-outline-transparent[focus-within] {
  box-shadow: inset 0 0 0 2px transparent;
}
.focus-within\:shadow-inside-outline-transparent:focus-within {
  box-shadow: inset 0 0 0 2px transparent;
}
.focus-within\:shadow-inside-outline-white[focus-within] {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.focus-within\:shadow-inside-outline-white:focus-within {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.focus-within\:shadow-inside-outline-white-a10[focus-within] {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.1);
}
.focus-within\:shadow-inside-outline-white-a10:focus-within {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.1);
}
.focus-within\:shadow-inside-outline-white-a20[focus-within] {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
}
.focus-within\:shadow-inside-outline-white-a20:focus-within {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
}
.focus-within\:shadow-inside-outline-white-a30[focus-within] {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
}
.focus-within\:shadow-inside-outline-white-a30:focus-within {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
}
.focus-within\:shadow-inside-outline-white-a40[focus-within] {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.4);
}
.focus-within\:shadow-inside-outline-white-a40:focus-within {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.4);
}
.focus-within\:shadow-inside-outline-white-a50[focus-within] {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.focus-within\:shadow-inside-outline-white-a50:focus-within {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.focus-within\:shadow-inside-outline-white-a60[focus-within] {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6);
}
.focus-within\:shadow-inside-outline-white-a60:focus-within {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6);
}
.focus-within\:shadow-inside-outline-white-a70[focus-within] {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.7);
}
.focus-within\:shadow-inside-outline-white-a70:focus-within {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.7);
}
.focus-within\:shadow-inside-outline-white-a80[focus-within] {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
}
.focus-within\:shadow-inside-outline-white-a80:focus-within {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
}
.focus-within\:shadow-inside-outline-white-a90[focus-within] {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.9);
}
.focus-within\:shadow-inside-outline-white-a90:focus-within {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.9);
}
.focus-within\:shadow-inside-outline-yellow-100[focus-within] {
  box-shadow: inset 0 0 0 2px #FFF9E8;
}
.focus-within\:shadow-inside-outline-yellow-100:focus-within {
  box-shadow: inset 0 0 0 2px #FFF9E8;
}
.focus-within\:shadow-inside-outline-yellow-200[focus-within] {
  box-shadow: inset 0 0 0 2px #FFF1BD;
}
.focus-within\:shadow-inside-outline-yellow-200:focus-within {
  box-shadow: inset 0 0 0 2px #FFF1BD;
}
.focus-within\:shadow-inside-outline-yellow-300[focus-within] {
  box-shadow: inset 0 0 0 2px #FFEA90;
}
.focus-within\:shadow-inside-outline-yellow-300:focus-within {
  box-shadow: inset 0 0 0 2px #FFEA90;
}
.focus-within\:shadow-inside-outline-yellow-400[focus-within] {
  box-shadow: inset 0 0 0 2px #FFD146;
}
.focus-within\:shadow-inside-outline-yellow-400:focus-within {
  box-shadow: inset 0 0 0 2px #FFD146;
}
.focus-within\:shadow-inside-outline-yellow-500[focus-within] {
  box-shadow: inset 0 0 0 2px #FEBA00;
}
.focus-within\:shadow-inside-outline-yellow-500:focus-within {
  box-shadow: inset 0 0 0 2px #FEBA00;
}
.focus-within\:shadow-inside-outline-yellow-600[focus-within] {
  box-shadow: inset 0 0 0 2px #D49A00;
}
.focus-within\:shadow-inside-outline-yellow-600:focus-within {
  box-shadow: inset 0 0 0 2px #D49A00;
}
.focus-within\:shadow-inside-outline-yellow-700[focus-within] {
  box-shadow: inset 0 0 0 2px #AA7A00;
}
.focus-within\:shadow-inside-outline-yellow-700:focus-within {
  box-shadow: inset 0 0 0 2px #AA7A00;
}
.focus-within\:shadow-inside-outline-yellow-800[focus-within] {
  box-shadow: inset 0 0 0 2px #815B00;
}
.focus-within\:shadow-inside-outline-yellow-800:focus-within {
  box-shadow: inset 0 0 0 2px #815B00;
}
.focus-within\:shadow-inside-outline-yellow-900[focus-within] {
  box-shadow: inset 0 0 0 2px #573D00;
}
.focus-within\:shadow-inside-outline-yellow-900:focus-within {
  box-shadow: inset 0 0 0 2px #573D00;
}
.focus-within\:shadow-none[focus-within] {
  box-shadow: none;
}
.focus-within\:shadow-none:focus-within {
  box-shadow: none;
}
.fill-current {
  fill: currentColor;
}
.stroke-current {
  stroke: currentColor;
}
.table-auto {
  table-layout: auto;
}
.table-fixed {
  table-layout: fixed;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-black {
  color: #333333;
}
.text-blue-100 {
  color: #f2f8ff;
}
.text-blue-150 {
  color: #E6EFFB;
}
.text-blue-200 {
  color: #d6e3f4;
}
.text-blue-300 {
  color: #bbcfea;
}
.text-blue-400 {
  color: #8dabd4;
}
.text-blue-500 {
  color: #648abf;
}
.text-blue-600 {
  color: #426da9;
}
.text-blue-700 {
  color: #1d4f91;
}
.text-blue-800 {
  color: #123f7a;
}
.text-blue-900 {
  color: #0a3163;
}
.text-gray-100 {
  color: #f6f6f6;
}
.text-gray-200 {
  color: #eaeaea;
}
.text-gray-300 {
  color: #d6d6d6;
}
.text-gray-400 {
  color: #c1c1c1;
}
.text-gray-500 {
  color: #a7a7a7;
}
.text-gray-600 {
  color: #8c8c8c;
}
.text-gray-700 {
  color: #717171;
}
.text-gray-800 {
  color: #585858;
}
.text-gray-900 {
  color: #404040;
}
.text-green-100 {
  color: #F2FFF5;
}
.text-green-200 {
  color: #D0F6DB;
}
.text-green-300 {
  color: #9AE8B4;
}
.text-green-400 {
  color: #5CD08E;
}
.text-green-500 {
  color: #29B769;
}
.text-green-600 {
  color: #009f4d;
}
.text-green-700 {
  color: #007a3b;
}
.text-green-800 {
  color: #00612F;
}
.text-green-900 {
  color: #004A24;
}
.text-lime-100 {
  color: #fefff2;
}
.text-lime-200 {
  color: #f7f9cc;
}
.text-lime-300 {
  color: #f0f3a7;
}
.text-lime-400 {
  color: #dce26d;
}
.text-lime-500 {
  color: #cad03b;
}
.text-lime-600 {
  color: #b7bf10;
}
.text-lime-700 {
  color: #979e08;
}
.text-lime-800 {
  color: #777d03;
}
.text-lime-900 {
  color: #575c00;
}
.text-magenta-100 {
  color: #fff1fa;
}
.text-magenta-200 {
  color: #ffd8f0;
}
.text-magenta-300 {
  color: #ffc0e4;
}
.text-magenta-400 {
  color: #f790c6;
}
.text-magenta-500 {
  color: #ef62a8;
}
.text-magenta-600 {
  color: #e63888;
}
.text-magenta-700 {
  color: #c41d73;
}
.text-magenta-800 {
  color: #a20861;
}
.text-magenta-900 {
  color: #800051;
}
.text-orange-100 {
  color: #fff9f2;
}
.text-orange-200 {
  color: #ffeed7;
}
.text-orange-300 {
  color: #ffe3ba;
}
.text-orange-400 {
  color: #ffc684;
}
.text-orange-500 {
  color: #ffaa4f;
}
.text-orange-600 {
  color: #ff8f1c;
}
.text-orange-700 {
  color: #cc6e0f;
}
.text-orange-800 {
  color: #995006;
}
.text-orange-900 {
  color: #663300;
}
.text-purple-100 {
  color: #fef2ff;
}
.text-purple-200 {
  color: #eed3f1;
}
.text-purple-300 {
  color: #dfb6e4;
}
.text-purple-400 {
  color: #c186c9;
}
.text-purple-500 {
  color: #a45dad;
}
.text-purple-600 {
  color: #883b92;
}
.text-purple-700 {
  color: #6d2077;
}
.text-purple-800 {
  color: #53135b;
}
.text-purple-900 {
  color: #390a40;
}
.text-raspberry-100 {
  color: #fff0fb;
}
.text-raspberry-200 {
  color: #f6cbea;
}
.text-raspberry-300 {
  color: #eda7da;
}
.text-raspberry-400 {
  color: #d86fbc;
}
.text-raspberry-500 {
  color: #c43e9f;
}
.text-raspberry-600 {
  color: #af1685;
}
.text-raspberry-700 {
  color: #92086d;
}
.text-raspberry-800 {
  color: #760056;
}
.text-raspberry-900 {
  color: #570041;
}
.text-red-100 {
  color: #fff0f3;
}
.text-red-200 {
  color: #FFD6DD;
}
.text-red-300 {
  color: #fea8b8;
}
.text-red-400 {
  color: #f66c86;
}
.text-red-500 {
  color: #ed3457;
}
.text-red-600 {
  color: #e4002b;
}
.text-red-700 {
  color: #c60025;
}
.text-red-800 {
  color: #a8001f;
}
.text-red-900 {
  color: #8a0019;
}
.text-sapphire-100 {
  color: #f2fcff;
}
.text-sapphire-200 {
  color: #d0eff8;
}
.text-sapphire-300 {
  color: #afe2f1;
}
.text-sapphire-400 {
  color: #79c8de;
}
.text-sapphire-500 {
  color: #4aafcc;
}
.text-sapphire-600 {
  color: #2197b9;
}
.text-sapphire-700 {
  color: #0081a6;
}
.text-sapphire-800 {
  color: #006580;
}
.text-sapphire-900 {
  color: #004759;
}
.text-teal-100 {
  color: #f2fffe;
}
.text-teal-200 {
  color: #c6f7f4;
}
.text-teal-300 {
  color: #9befea;
}
.text-teal-400 {
  color: #5fdad4;
}
.text-teal-500 {
  color: #2bc6be;
}
.text-teal-600 {
  color: #00b2a9;
}
.text-teal-700 {
  color: #00948c;
}
.text-teal-800 {
  color: #00756f;
}
.text-teal-900 {
  color: #005752;
}
.text-transparent {
  color: transparent;
}
.text-white {
  color: #ffffff;
}
.text-white-a10 {
  color: rgba(255, 255, 255, 0.1);
}
.text-white-a20 {
  color: rgba(255, 255, 255, 0.2);
}
.text-white-a30 {
  color: rgba(255, 255, 255, 0.3);
}
.text-white-a40 {
  color: rgba(255, 255, 255, 0.4);
}
.text-white-a50 {
  color: rgba(255, 255, 255, 0.5);
}
.text-white-a60 {
  color: rgba(255, 255, 255, 0.6);
}
.text-white-a70 {
  color: rgba(255, 255, 255, 0.7);
}
.text-white-a80 {
  color: rgba(255, 255, 255, 0.8);
}
.text-white-a90 {
  color: rgba(255, 255, 255, 0.9);
}
.text-yellow-100 {
  color: #FFF9E8;
}
.text-yellow-200 {
  color: #FFF1BD;
}
.text-yellow-300 {
  color: #FFEA90;
}
.text-yellow-400 {
  color: #FFD146;
}
.text-yellow-500 {
  color: #FEBA00;
}
.text-yellow-600 {
  color: #D49A00;
}
.text-yellow-700 {
  color: #AA7A00;
}
.text-yellow-800 {
  color: #815B00;
}
.text-yellow-900 {
  color: #573D00;
}
.hover\:text-black:hover {
  color: #333333;
}
.hover\:text-blue-100:hover {
  color: #f2f8ff;
}
.hover\:text-blue-150:hover {
  color: #E6EFFB;
}
.hover\:text-blue-200:hover {
  color: #d6e3f4;
}
.hover\:text-blue-300:hover {
  color: #bbcfea;
}
.hover\:text-blue-400:hover {
  color: #8dabd4;
}
.hover\:text-blue-500:hover {
  color: #648abf;
}
.hover\:text-blue-600:hover {
  color: #426da9;
}
.hover\:text-blue-700:hover {
  color: #1d4f91;
}
.hover\:text-blue-800:hover {
  color: #123f7a;
}
.hover\:text-blue-900:hover {
  color: #0a3163;
}
.hover\:text-gray-100:hover {
  color: #f6f6f6;
}
.hover\:text-gray-200:hover {
  color: #eaeaea;
}
.hover\:text-gray-300:hover {
  color: #d6d6d6;
}
.hover\:text-gray-400:hover {
  color: #c1c1c1;
}
.hover\:text-gray-500:hover {
  color: #a7a7a7;
}
.hover\:text-gray-600:hover {
  color: #8c8c8c;
}
.hover\:text-gray-700:hover {
  color: #717171;
}
.hover\:text-gray-800:hover {
  color: #585858;
}
.hover\:text-gray-900:hover {
  color: #404040;
}
.hover\:text-green-100:hover {
  color: #F2FFF5;
}
.hover\:text-green-200:hover {
  color: #D0F6DB;
}
.hover\:text-green-300:hover {
  color: #9AE8B4;
}
.hover\:text-green-400:hover {
  color: #5CD08E;
}
.hover\:text-green-500:hover {
  color: #29B769;
}
.hover\:text-green-600:hover {
  color: #009f4d;
}
.hover\:text-green-700:hover {
  color: #007a3b;
}
.hover\:text-green-800:hover {
  color: #00612F;
}
.hover\:text-green-900:hover {
  color: #004A24;
}
.hover\:text-lime-100:hover {
  color: #fefff2;
}
.hover\:text-lime-200:hover {
  color: #f7f9cc;
}
.hover\:text-lime-300:hover {
  color: #f0f3a7;
}
.hover\:text-lime-400:hover {
  color: #dce26d;
}
.hover\:text-lime-500:hover {
  color: #cad03b;
}
.hover\:text-lime-600:hover {
  color: #b7bf10;
}
.hover\:text-lime-700:hover {
  color: #979e08;
}
.hover\:text-lime-800:hover {
  color: #777d03;
}
.hover\:text-lime-900:hover {
  color: #575c00;
}
.hover\:text-magenta-100:hover {
  color: #fff1fa;
}
.hover\:text-magenta-200:hover {
  color: #ffd8f0;
}
.hover\:text-magenta-300:hover {
  color: #ffc0e4;
}
.hover\:text-magenta-400:hover {
  color: #f790c6;
}
.hover\:text-magenta-500:hover {
  color: #ef62a8;
}
.hover\:text-magenta-600:hover {
  color: #e63888;
}
.hover\:text-magenta-700:hover {
  color: #c41d73;
}
.hover\:text-magenta-800:hover {
  color: #a20861;
}
.hover\:text-magenta-900:hover {
  color: #800051;
}
.hover\:text-orange-100:hover {
  color: #fff9f2;
}
.hover\:text-orange-200:hover {
  color: #ffeed7;
}
.hover\:text-orange-300:hover {
  color: #ffe3ba;
}
.hover\:text-orange-400:hover {
  color: #ffc684;
}
.hover\:text-orange-500:hover {
  color: #ffaa4f;
}
.hover\:text-orange-600:hover {
  color: #ff8f1c;
}
.hover\:text-orange-700:hover {
  color: #cc6e0f;
}
.hover\:text-orange-800:hover {
  color: #995006;
}
.hover\:text-orange-900:hover {
  color: #663300;
}
.hover\:text-purple-100:hover {
  color: #fef2ff;
}
.hover\:text-purple-200:hover {
  color: #eed3f1;
}
.hover\:text-purple-300:hover {
  color: #dfb6e4;
}
.hover\:text-purple-400:hover {
  color: #c186c9;
}
.hover\:text-purple-500:hover {
  color: #a45dad;
}
.hover\:text-purple-600:hover {
  color: #883b92;
}
.hover\:text-purple-700:hover {
  color: #6d2077;
}
.hover\:text-purple-800:hover {
  color: #53135b;
}
.hover\:text-purple-900:hover {
  color: #390a40;
}
.hover\:text-raspberry-100:hover {
  color: #fff0fb;
}
.hover\:text-raspberry-200:hover {
  color: #f6cbea;
}
.hover\:text-raspberry-300:hover {
  color: #eda7da;
}
.hover\:text-raspberry-400:hover {
  color: #d86fbc;
}
.hover\:text-raspberry-500:hover {
  color: #c43e9f;
}
.hover\:text-raspberry-600:hover {
  color: #af1685;
}
.hover\:text-raspberry-700:hover {
  color: #92086d;
}
.hover\:text-raspberry-800:hover {
  color: #760056;
}
.hover\:text-raspberry-900:hover {
  color: #570041;
}
.hover\:text-red-100:hover {
  color: #fff0f3;
}
.hover\:text-red-200:hover {
  color: #FFD6DD;
}
.hover\:text-red-300:hover {
  color: #fea8b8;
}
.hover\:text-red-400:hover {
  color: #f66c86;
}
.hover\:text-red-500:hover {
  color: #ed3457;
}
.hover\:text-red-600:hover {
  color: #e4002b;
}
.hover\:text-red-700:hover {
  color: #c60025;
}
.hover\:text-red-800:hover {
  color: #a8001f;
}
.hover\:text-red-900:hover {
  color: #8a0019;
}
.hover\:text-sapphire-100:hover {
  color: #f2fcff;
}
.hover\:text-sapphire-200:hover {
  color: #d0eff8;
}
.hover\:text-sapphire-300:hover {
  color: #afe2f1;
}
.hover\:text-sapphire-400:hover {
  color: #79c8de;
}
.hover\:text-sapphire-500:hover {
  color: #4aafcc;
}
.hover\:text-sapphire-600:hover {
  color: #2197b9;
}
.hover\:text-sapphire-700:hover {
  color: #0081a6;
}
.hover\:text-sapphire-800:hover {
  color: #006580;
}
.hover\:text-sapphire-900:hover {
  color: #004759;
}
.hover\:text-teal-100:hover {
  color: #f2fffe;
}
.hover\:text-teal-200:hover {
  color: #c6f7f4;
}
.hover\:text-teal-300:hover {
  color: #9befea;
}
.hover\:text-teal-400:hover {
  color: #5fdad4;
}
.hover\:text-teal-500:hover {
  color: #2bc6be;
}
.hover\:text-teal-600:hover {
  color: #00b2a9;
}
.hover\:text-teal-700:hover {
  color: #00948c;
}
.hover\:text-teal-800:hover {
  color: #00756f;
}
.hover\:text-teal-900:hover {
  color: #005752;
}
.hover\:text-transparent:hover {
  color: transparent;
}
.hover\:text-white:hover {
  color: #ffffff;
}
.hover\:text-white-a10:hover {
  color: rgba(255, 255, 255, 0.1);
}
.hover\:text-white-a20:hover {
  color: rgba(255, 255, 255, 0.2);
}
.hover\:text-white-a30:hover {
  color: rgba(255, 255, 255, 0.3);
}
.hover\:text-white-a40:hover {
  color: rgba(255, 255, 255, 0.4);
}
.hover\:text-white-a50:hover {
  color: rgba(255, 255, 255, 0.5);
}
.hover\:text-white-a60:hover {
  color: rgba(255, 255, 255, 0.6);
}
.hover\:text-white-a70:hover {
  color: rgba(255, 255, 255, 0.7);
}
.hover\:text-white-a80:hover {
  color: rgba(255, 255, 255, 0.8);
}
.hover\:text-white-a90:hover {
  color: rgba(255, 255, 255, 0.9);
}
.hover\:text-yellow-100:hover {
  color: #FFF9E8;
}
.hover\:text-yellow-200:hover {
  color: #FFF1BD;
}
.hover\:text-yellow-300:hover {
  color: #FFEA90;
}
.hover\:text-yellow-400:hover {
  color: #FFD146;
}
.hover\:text-yellow-500:hover {
  color: #FEBA00;
}
.hover\:text-yellow-600:hover {
  color: #D49A00;
}
.hover\:text-yellow-700:hover {
  color: #AA7A00;
}
.hover\:text-yellow-800:hover {
  color: #815B00;
}
.hover\:text-yellow-900:hover {
  color: #573D00;
}
.focus\:text-black:focus {
  color: #333333;
}
.focus\:text-blue-100:focus {
  color: #f2f8ff;
}
.focus\:text-blue-150:focus {
  color: #E6EFFB;
}
.focus\:text-blue-200:focus {
  color: #d6e3f4;
}
.focus\:text-blue-300:focus {
  color: #bbcfea;
}
.focus\:text-blue-400:focus {
  color: #8dabd4;
}
.focus\:text-blue-500:focus {
  color: #648abf;
}
.focus\:text-blue-600:focus {
  color: #426da9;
}
.focus\:text-blue-700:focus {
  color: #1d4f91;
}
.focus\:text-blue-800:focus {
  color: #123f7a;
}
.focus\:text-blue-900:focus {
  color: #0a3163;
}
.focus\:text-gray-100:focus {
  color: #f6f6f6;
}
.focus\:text-gray-200:focus {
  color: #eaeaea;
}
.focus\:text-gray-300:focus {
  color: #d6d6d6;
}
.focus\:text-gray-400:focus {
  color: #c1c1c1;
}
.focus\:text-gray-500:focus {
  color: #a7a7a7;
}
.focus\:text-gray-600:focus {
  color: #8c8c8c;
}
.focus\:text-gray-700:focus {
  color: #717171;
}
.focus\:text-gray-800:focus {
  color: #585858;
}
.focus\:text-gray-900:focus {
  color: #404040;
}
.focus\:text-green-100:focus {
  color: #F2FFF5;
}
.focus\:text-green-200:focus {
  color: #D0F6DB;
}
.focus\:text-green-300:focus {
  color: #9AE8B4;
}
.focus\:text-green-400:focus {
  color: #5CD08E;
}
.focus\:text-green-500:focus {
  color: #29B769;
}
.focus\:text-green-600:focus {
  color: #009f4d;
}
.focus\:text-green-700:focus {
  color: #007a3b;
}
.focus\:text-green-800:focus {
  color: #00612F;
}
.focus\:text-green-900:focus {
  color: #004A24;
}
.focus\:text-lime-100:focus {
  color: #fefff2;
}
.focus\:text-lime-200:focus {
  color: #f7f9cc;
}
.focus\:text-lime-300:focus {
  color: #f0f3a7;
}
.focus\:text-lime-400:focus {
  color: #dce26d;
}
.focus\:text-lime-500:focus {
  color: #cad03b;
}
.focus\:text-lime-600:focus {
  color: #b7bf10;
}
.focus\:text-lime-700:focus {
  color: #979e08;
}
.focus\:text-lime-800:focus {
  color: #777d03;
}
.focus\:text-lime-900:focus {
  color: #575c00;
}
.focus\:text-magenta-100:focus {
  color: #fff1fa;
}
.focus\:text-magenta-200:focus {
  color: #ffd8f0;
}
.focus\:text-magenta-300:focus {
  color: #ffc0e4;
}
.focus\:text-magenta-400:focus {
  color: #f790c6;
}
.focus\:text-magenta-500:focus {
  color: #ef62a8;
}
.focus\:text-magenta-600:focus {
  color: #e63888;
}
.focus\:text-magenta-700:focus {
  color: #c41d73;
}
.focus\:text-magenta-800:focus {
  color: #a20861;
}
.focus\:text-magenta-900:focus {
  color: #800051;
}
.focus\:text-orange-100:focus {
  color: #fff9f2;
}
.focus\:text-orange-200:focus {
  color: #ffeed7;
}
.focus\:text-orange-300:focus {
  color: #ffe3ba;
}
.focus\:text-orange-400:focus {
  color: #ffc684;
}
.focus\:text-orange-500:focus {
  color: #ffaa4f;
}
.focus\:text-orange-600:focus {
  color: #ff8f1c;
}
.focus\:text-orange-700:focus {
  color: #cc6e0f;
}
.focus\:text-orange-800:focus {
  color: #995006;
}
.focus\:text-orange-900:focus {
  color: #663300;
}
.focus\:text-purple-100:focus {
  color: #fef2ff;
}
.focus\:text-purple-200:focus {
  color: #eed3f1;
}
.focus\:text-purple-300:focus {
  color: #dfb6e4;
}
.focus\:text-purple-400:focus {
  color: #c186c9;
}
.focus\:text-purple-500:focus {
  color: #a45dad;
}
.focus\:text-purple-600:focus {
  color: #883b92;
}
.focus\:text-purple-700:focus {
  color: #6d2077;
}
.focus\:text-purple-800:focus {
  color: #53135b;
}
.focus\:text-purple-900:focus {
  color: #390a40;
}
.focus\:text-raspberry-100:focus {
  color: #fff0fb;
}
.focus\:text-raspberry-200:focus {
  color: #f6cbea;
}
.focus\:text-raspberry-300:focus {
  color: #eda7da;
}
.focus\:text-raspberry-400:focus {
  color: #d86fbc;
}
.focus\:text-raspberry-500:focus {
  color: #c43e9f;
}
.focus\:text-raspberry-600:focus {
  color: #af1685;
}
.focus\:text-raspberry-700:focus {
  color: #92086d;
}
.focus\:text-raspberry-800:focus {
  color: #760056;
}
.focus\:text-raspberry-900:focus {
  color: #570041;
}
.focus\:text-red-100:focus {
  color: #fff0f3;
}
.focus\:text-red-200:focus {
  color: #FFD6DD;
}
.focus\:text-red-300:focus {
  color: #fea8b8;
}
.focus\:text-red-400:focus {
  color: #f66c86;
}
.focus\:text-red-500:focus {
  color: #ed3457;
}
.focus\:text-red-600:focus {
  color: #e4002b;
}
.focus\:text-red-700:focus {
  color: #c60025;
}
.focus\:text-red-800:focus {
  color: #a8001f;
}
.focus\:text-red-900:focus {
  color: #8a0019;
}
.focus\:text-sapphire-100:focus {
  color: #f2fcff;
}
.focus\:text-sapphire-200:focus {
  color: #d0eff8;
}
.focus\:text-sapphire-300:focus {
  color: #afe2f1;
}
.focus\:text-sapphire-400:focus {
  color: #79c8de;
}
.focus\:text-sapphire-500:focus {
  color: #4aafcc;
}
.focus\:text-sapphire-600:focus {
  color: #2197b9;
}
.focus\:text-sapphire-700:focus {
  color: #0081a6;
}
.focus\:text-sapphire-800:focus {
  color: #006580;
}
.focus\:text-sapphire-900:focus {
  color: #004759;
}
.focus\:text-teal-100:focus {
  color: #f2fffe;
}
.focus\:text-teal-200:focus {
  color: #c6f7f4;
}
.focus\:text-teal-300:focus {
  color: #9befea;
}
.focus\:text-teal-400:focus {
  color: #5fdad4;
}
.focus\:text-teal-500:focus {
  color: #2bc6be;
}
.focus\:text-teal-600:focus {
  color: #00b2a9;
}
.focus\:text-teal-700:focus {
  color: #00948c;
}
.focus\:text-teal-800:focus {
  color: #00756f;
}
.focus\:text-teal-900:focus {
  color: #005752;
}
.focus\:text-transparent:focus {
  color: transparent;
}
.focus\:text-white:focus {
  color: #ffffff;
}
.focus\:text-white-a10:focus {
  color: rgba(255, 255, 255, 0.1);
}
.focus\:text-white-a20:focus {
  color: rgba(255, 255, 255, 0.2);
}
.focus\:text-white-a30:focus {
  color: rgba(255, 255, 255, 0.3);
}
.focus\:text-white-a40:focus {
  color: rgba(255, 255, 255, 0.4);
}
.focus\:text-white-a50:focus {
  color: rgba(255, 255, 255, 0.5);
}
.focus\:text-white-a60:focus {
  color: rgba(255, 255, 255, 0.6);
}
.focus\:text-white-a70:focus {
  color: rgba(255, 255, 255, 0.7);
}
.focus\:text-white-a80:focus {
  color: rgba(255, 255, 255, 0.8);
}
.focus\:text-white-a90:focus {
  color: rgba(255, 255, 255, 0.9);
}
.focus\:text-yellow-100:focus {
  color: #FFF9E8;
}
.focus\:text-yellow-200:focus {
  color: #FFF1BD;
}
.focus\:text-yellow-300:focus {
  color: #FFEA90;
}
.focus\:text-yellow-400:focus {
  color: #FFD146;
}
.focus\:text-yellow-500:focus {
  color: #FEBA00;
}
.focus\:text-yellow-600:focus {
  color: #D49A00;
}
.focus\:text-yellow-700:focus {
  color: #AA7A00;
}
.focus\:text-yellow-800:focus {
  color: #815B00;
}
.focus\:text-yellow-900:focus {
  color: #573D00;
}
.active\:text-black:active {
  color: #333333;
}
.active\:text-blue-100:active {
  color: #f2f8ff;
}
.active\:text-blue-150:active {
  color: #E6EFFB;
}
.active\:text-blue-200:active {
  color: #d6e3f4;
}
.active\:text-blue-300:active {
  color: #bbcfea;
}
.active\:text-blue-400:active {
  color: #8dabd4;
}
.active\:text-blue-500:active {
  color: #648abf;
}
.active\:text-blue-600:active {
  color: #426da9;
}
.active\:text-blue-700:active {
  color: #1d4f91;
}
.active\:text-blue-800:active {
  color: #123f7a;
}
.active\:text-blue-900:active {
  color: #0a3163;
}
.active\:text-gray-100:active {
  color: #f6f6f6;
}
.active\:text-gray-200:active {
  color: #eaeaea;
}
.active\:text-gray-300:active {
  color: #d6d6d6;
}
.active\:text-gray-400:active {
  color: #c1c1c1;
}
.active\:text-gray-500:active {
  color: #a7a7a7;
}
.active\:text-gray-600:active {
  color: #8c8c8c;
}
.active\:text-gray-700:active {
  color: #717171;
}
.active\:text-gray-800:active {
  color: #585858;
}
.active\:text-gray-900:active {
  color: #404040;
}
.active\:text-green-100:active {
  color: #F2FFF5;
}
.active\:text-green-200:active {
  color: #D0F6DB;
}
.active\:text-green-300:active {
  color: #9AE8B4;
}
.active\:text-green-400:active {
  color: #5CD08E;
}
.active\:text-green-500:active {
  color: #29B769;
}
.active\:text-green-600:active {
  color: #009f4d;
}
.active\:text-green-700:active {
  color: #007a3b;
}
.active\:text-green-800:active {
  color: #00612F;
}
.active\:text-green-900:active {
  color: #004A24;
}
.active\:text-lime-100:active {
  color: #fefff2;
}
.active\:text-lime-200:active {
  color: #f7f9cc;
}
.active\:text-lime-300:active {
  color: #f0f3a7;
}
.active\:text-lime-400:active {
  color: #dce26d;
}
.active\:text-lime-500:active {
  color: #cad03b;
}
.active\:text-lime-600:active {
  color: #b7bf10;
}
.active\:text-lime-700:active {
  color: #979e08;
}
.active\:text-lime-800:active {
  color: #777d03;
}
.active\:text-lime-900:active {
  color: #575c00;
}
.active\:text-magenta-100:active {
  color: #fff1fa;
}
.active\:text-magenta-200:active {
  color: #ffd8f0;
}
.active\:text-magenta-300:active {
  color: #ffc0e4;
}
.active\:text-magenta-400:active {
  color: #f790c6;
}
.active\:text-magenta-500:active {
  color: #ef62a8;
}
.active\:text-magenta-600:active {
  color: #e63888;
}
.active\:text-magenta-700:active {
  color: #c41d73;
}
.active\:text-magenta-800:active {
  color: #a20861;
}
.active\:text-magenta-900:active {
  color: #800051;
}
.active\:text-orange-100:active {
  color: #fff9f2;
}
.active\:text-orange-200:active {
  color: #ffeed7;
}
.active\:text-orange-300:active {
  color: #ffe3ba;
}
.active\:text-orange-400:active {
  color: #ffc684;
}
.active\:text-orange-500:active {
  color: #ffaa4f;
}
.active\:text-orange-600:active {
  color: #ff8f1c;
}
.active\:text-orange-700:active {
  color: #cc6e0f;
}
.active\:text-orange-800:active {
  color: #995006;
}
.active\:text-orange-900:active {
  color: #663300;
}
.active\:text-purple-100:active {
  color: #fef2ff;
}
.active\:text-purple-200:active {
  color: #eed3f1;
}
.active\:text-purple-300:active {
  color: #dfb6e4;
}
.active\:text-purple-400:active {
  color: #c186c9;
}
.active\:text-purple-500:active {
  color: #a45dad;
}
.active\:text-purple-600:active {
  color: #883b92;
}
.active\:text-purple-700:active {
  color: #6d2077;
}
.active\:text-purple-800:active {
  color: #53135b;
}
.active\:text-purple-900:active {
  color: #390a40;
}
.active\:text-raspberry-100:active {
  color: #fff0fb;
}
.active\:text-raspberry-200:active {
  color: #f6cbea;
}
.active\:text-raspberry-300:active {
  color: #eda7da;
}
.active\:text-raspberry-400:active {
  color: #d86fbc;
}
.active\:text-raspberry-500:active {
  color: #c43e9f;
}
.active\:text-raspberry-600:active {
  color: #af1685;
}
.active\:text-raspberry-700:active {
  color: #92086d;
}
.active\:text-raspberry-800:active {
  color: #760056;
}
.active\:text-raspberry-900:active {
  color: #570041;
}
.active\:text-red-100:active {
  color: #fff0f3;
}
.active\:text-red-200:active {
  color: #FFD6DD;
}
.active\:text-red-300:active {
  color: #fea8b8;
}
.active\:text-red-400:active {
  color: #f66c86;
}
.active\:text-red-500:active {
  color: #ed3457;
}
.active\:text-red-600:active {
  color: #e4002b;
}
.active\:text-red-700:active {
  color: #c60025;
}
.active\:text-red-800:active {
  color: #a8001f;
}
.active\:text-red-900:active {
  color: #8a0019;
}
.active\:text-sapphire-100:active {
  color: #f2fcff;
}
.active\:text-sapphire-200:active {
  color: #d0eff8;
}
.active\:text-sapphire-300:active {
  color: #afe2f1;
}
.active\:text-sapphire-400:active {
  color: #79c8de;
}
.active\:text-sapphire-500:active {
  color: #4aafcc;
}
.active\:text-sapphire-600:active {
  color: #2197b9;
}
.active\:text-sapphire-700:active {
  color: #0081a6;
}
.active\:text-sapphire-800:active {
  color: #006580;
}
.active\:text-sapphire-900:active {
  color: #004759;
}
.active\:text-teal-100:active {
  color: #f2fffe;
}
.active\:text-teal-200:active {
  color: #c6f7f4;
}
.active\:text-teal-300:active {
  color: #9befea;
}
.active\:text-teal-400:active {
  color: #5fdad4;
}
.active\:text-teal-500:active {
  color: #2bc6be;
}
.active\:text-teal-600:active {
  color: #00b2a9;
}
.active\:text-teal-700:active {
  color: #00948c;
}
.active\:text-teal-800:active {
  color: #00756f;
}
.active\:text-teal-900:active {
  color: #005752;
}
.active\:text-transparent:active {
  color: transparent;
}
.active\:text-white:active {
  color: #ffffff;
}
.active\:text-white-a10:active {
  color: rgba(255, 255, 255, 0.1);
}
.active\:text-white-a20:active {
  color: rgba(255, 255, 255, 0.2);
}
.active\:text-white-a30:active {
  color: rgba(255, 255, 255, 0.3);
}
.active\:text-white-a40:active {
  color: rgba(255, 255, 255, 0.4);
}
.active\:text-white-a50:active {
  color: rgba(255, 255, 255, 0.5);
}
.active\:text-white-a60:active {
  color: rgba(255, 255, 255, 0.6);
}
.active\:text-white-a70:active {
  color: rgba(255, 255, 255, 0.7);
}
.active\:text-white-a80:active {
  color: rgba(255, 255, 255, 0.8);
}
.active\:text-white-a90:active {
  color: rgba(255, 255, 255, 0.9);
}
.active\:text-yellow-100:active {
  color: #FFF9E8;
}
.active\:text-yellow-200:active {
  color: #FFF1BD;
}
.active\:text-yellow-300:active {
  color: #FFEA90;
}
.active\:text-yellow-400:active {
  color: #FFD146;
}
.active\:text-yellow-500:active {
  color: #FEBA00;
}
.active\:text-yellow-600:active {
  color: #D49A00;
}
.active\:text-yellow-700:active {
  color: #AA7A00;
}
.active\:text-yellow-800:active {
  color: #815B00;
}
.active\:text-yellow-900:active {
  color: #573D00;
}
.disabled\:text-black:disabled {
  color: #333333;
}
.disabled\:text-blue-100:disabled {
  color: #f2f8ff;
}
.disabled\:text-blue-150:disabled {
  color: #E6EFFB;
}
.disabled\:text-blue-200:disabled {
  color: #d6e3f4;
}
.disabled\:text-blue-300:disabled {
  color: #bbcfea;
}
.disabled\:text-blue-400:disabled {
  color: #8dabd4;
}
.disabled\:text-blue-500:disabled {
  color: #648abf;
}
.disabled\:text-blue-600:disabled {
  color: #426da9;
}
.disabled\:text-blue-700:disabled {
  color: #1d4f91;
}
.disabled\:text-blue-800:disabled {
  color: #123f7a;
}
.disabled\:text-blue-900:disabled {
  color: #0a3163;
}
.disabled\:text-gray-100:disabled {
  color: #f6f6f6;
}
.disabled\:text-gray-200:disabled {
  color: #eaeaea;
}
.disabled\:text-gray-300:disabled {
  color: #d6d6d6;
}
.disabled\:text-gray-400:disabled {
  color: #c1c1c1;
}
.disabled\:text-gray-500:disabled {
  color: #a7a7a7;
}
.disabled\:text-gray-600:disabled {
  color: #8c8c8c;
}
.disabled\:text-gray-700:disabled {
  color: #717171;
}
.disabled\:text-gray-800:disabled {
  color: #585858;
}
.disabled\:text-gray-900:disabled {
  color: #404040;
}
.disabled\:text-green-100:disabled {
  color: #F2FFF5;
}
.disabled\:text-green-200:disabled {
  color: #D0F6DB;
}
.disabled\:text-green-300:disabled {
  color: #9AE8B4;
}
.disabled\:text-green-400:disabled {
  color: #5CD08E;
}
.disabled\:text-green-500:disabled {
  color: #29B769;
}
.disabled\:text-green-600:disabled {
  color: #009f4d;
}
.disabled\:text-green-700:disabled {
  color: #007a3b;
}
.disabled\:text-green-800:disabled {
  color: #00612F;
}
.disabled\:text-green-900:disabled {
  color: #004A24;
}
.disabled\:text-lime-100:disabled {
  color: #fefff2;
}
.disabled\:text-lime-200:disabled {
  color: #f7f9cc;
}
.disabled\:text-lime-300:disabled {
  color: #f0f3a7;
}
.disabled\:text-lime-400:disabled {
  color: #dce26d;
}
.disabled\:text-lime-500:disabled {
  color: #cad03b;
}
.disabled\:text-lime-600:disabled {
  color: #b7bf10;
}
.disabled\:text-lime-700:disabled {
  color: #979e08;
}
.disabled\:text-lime-800:disabled {
  color: #777d03;
}
.disabled\:text-lime-900:disabled {
  color: #575c00;
}
.disabled\:text-magenta-100:disabled {
  color: #fff1fa;
}
.disabled\:text-magenta-200:disabled {
  color: #ffd8f0;
}
.disabled\:text-magenta-300:disabled {
  color: #ffc0e4;
}
.disabled\:text-magenta-400:disabled {
  color: #f790c6;
}
.disabled\:text-magenta-500:disabled {
  color: #ef62a8;
}
.disabled\:text-magenta-600:disabled {
  color: #e63888;
}
.disabled\:text-magenta-700:disabled {
  color: #c41d73;
}
.disabled\:text-magenta-800:disabled {
  color: #a20861;
}
.disabled\:text-magenta-900:disabled {
  color: #800051;
}
.disabled\:text-orange-100:disabled {
  color: #fff9f2;
}
.disabled\:text-orange-200:disabled {
  color: #ffeed7;
}
.disabled\:text-orange-300:disabled {
  color: #ffe3ba;
}
.disabled\:text-orange-400:disabled {
  color: #ffc684;
}
.disabled\:text-orange-500:disabled {
  color: #ffaa4f;
}
.disabled\:text-orange-600:disabled {
  color: #ff8f1c;
}
.disabled\:text-orange-700:disabled {
  color: #cc6e0f;
}
.disabled\:text-orange-800:disabled {
  color: #995006;
}
.disabled\:text-orange-900:disabled {
  color: #663300;
}
.disabled\:text-purple-100:disabled {
  color: #fef2ff;
}
.disabled\:text-purple-200:disabled {
  color: #eed3f1;
}
.disabled\:text-purple-300:disabled {
  color: #dfb6e4;
}
.disabled\:text-purple-400:disabled {
  color: #c186c9;
}
.disabled\:text-purple-500:disabled {
  color: #a45dad;
}
.disabled\:text-purple-600:disabled {
  color: #883b92;
}
.disabled\:text-purple-700:disabled {
  color: #6d2077;
}
.disabled\:text-purple-800:disabled {
  color: #53135b;
}
.disabled\:text-purple-900:disabled {
  color: #390a40;
}
.disabled\:text-raspberry-100:disabled {
  color: #fff0fb;
}
.disabled\:text-raspberry-200:disabled {
  color: #f6cbea;
}
.disabled\:text-raspberry-300:disabled {
  color: #eda7da;
}
.disabled\:text-raspberry-400:disabled {
  color: #d86fbc;
}
.disabled\:text-raspberry-500:disabled {
  color: #c43e9f;
}
.disabled\:text-raspberry-600:disabled {
  color: #af1685;
}
.disabled\:text-raspberry-700:disabled {
  color: #92086d;
}
.disabled\:text-raspberry-800:disabled {
  color: #760056;
}
.disabled\:text-raspberry-900:disabled {
  color: #570041;
}
.disabled\:text-red-100:disabled {
  color: #fff0f3;
}
.disabled\:text-red-200:disabled {
  color: #FFD6DD;
}
.disabled\:text-red-300:disabled {
  color: #fea8b8;
}
.disabled\:text-red-400:disabled {
  color: #f66c86;
}
.disabled\:text-red-500:disabled {
  color: #ed3457;
}
.disabled\:text-red-600:disabled {
  color: #e4002b;
}
.disabled\:text-red-700:disabled {
  color: #c60025;
}
.disabled\:text-red-800:disabled {
  color: #a8001f;
}
.disabled\:text-red-900:disabled {
  color: #8a0019;
}
.disabled\:text-sapphire-100:disabled {
  color: #f2fcff;
}
.disabled\:text-sapphire-200:disabled {
  color: #d0eff8;
}
.disabled\:text-sapphire-300:disabled {
  color: #afe2f1;
}
.disabled\:text-sapphire-400:disabled {
  color: #79c8de;
}
.disabled\:text-sapphire-500:disabled {
  color: #4aafcc;
}
.disabled\:text-sapphire-600:disabled {
  color: #2197b9;
}
.disabled\:text-sapphire-700:disabled {
  color: #0081a6;
}
.disabled\:text-sapphire-800:disabled {
  color: #006580;
}
.disabled\:text-sapphire-900:disabled {
  color: #004759;
}
.disabled\:text-teal-100:disabled {
  color: #f2fffe;
}
.disabled\:text-teal-200:disabled {
  color: #c6f7f4;
}
.disabled\:text-teal-300:disabled {
  color: #9befea;
}
.disabled\:text-teal-400:disabled {
  color: #5fdad4;
}
.disabled\:text-teal-500:disabled {
  color: #2bc6be;
}
.disabled\:text-teal-600:disabled {
  color: #00b2a9;
}
.disabled\:text-teal-700:disabled {
  color: #00948c;
}
.disabled\:text-teal-800:disabled {
  color: #00756f;
}
.disabled\:text-teal-900:disabled {
  color: #005752;
}
.disabled\:text-transparent:disabled {
  color: transparent;
}
.disabled\:text-white:disabled {
  color: #ffffff;
}
.disabled\:text-white-a10:disabled {
  color: rgba(255, 255, 255, 0.1);
}
.disabled\:text-white-a20:disabled {
  color: rgba(255, 255, 255, 0.2);
}
.disabled\:text-white-a30:disabled {
  color: rgba(255, 255, 255, 0.3);
}
.disabled\:text-white-a40:disabled {
  color: rgba(255, 255, 255, 0.4);
}
.disabled\:text-white-a50:disabled {
  color: rgba(255, 255, 255, 0.5);
}
.disabled\:text-white-a60:disabled {
  color: rgba(255, 255, 255, 0.6);
}
.disabled\:text-white-a70:disabled {
  color: rgba(255, 255, 255, 0.7);
}
.disabled\:text-white-a80:disabled {
  color: rgba(255, 255, 255, 0.8);
}
.disabled\:text-white-a90:disabled {
  color: rgba(255, 255, 255, 0.9);
}
.disabled\:text-yellow-100:disabled {
  color: #FFF9E8;
}
.disabled\:text-yellow-200:disabled {
  color: #FFF1BD;
}
.disabled\:text-yellow-300:disabled {
  color: #FFEA90;
}
.disabled\:text-yellow-400:disabled {
  color: #FFD146;
}
.disabled\:text-yellow-500:disabled {
  color: #FEBA00;
}
.disabled\:text-yellow-600:disabled {
  color: #D49A00;
}
.disabled\:text-yellow-700:disabled {
  color: #AA7A00;
}
.disabled\:text-yellow-800:disabled {
  color: #815B00;
}
.disabled\:text-yellow-900:disabled {
  color: #573D00;
}
.placeholder\:text-black::-webkit-input-placeholder {
  color: #333333;
}
.placeholder\:text-black::-moz-placeholder {
  color: #333333;
}
.placeholder\:text-black:-ms-input-placeholder {
  color: #333333;
}
.placeholder\:text-black::-ms-input-placeholder {
  color: #333333;
}
.placeholder\:text-black::placeholder {
  color: #333333;
}
.placeholder\:text-blue-100::-webkit-input-placeholder {
  color: #f2f8ff;
}
.placeholder\:text-blue-100::-moz-placeholder {
  color: #f2f8ff;
}
.placeholder\:text-blue-100:-ms-input-placeholder {
  color: #f2f8ff;
}
.placeholder\:text-blue-100::-ms-input-placeholder {
  color: #f2f8ff;
}
.placeholder\:text-blue-100::placeholder {
  color: #f2f8ff;
}
.placeholder\:text-blue-150::-webkit-input-placeholder {
  color: #E6EFFB;
}
.placeholder\:text-blue-150::-moz-placeholder {
  color: #E6EFFB;
}
.placeholder\:text-blue-150:-ms-input-placeholder {
  color: #E6EFFB;
}
.placeholder\:text-blue-150::-ms-input-placeholder {
  color: #E6EFFB;
}
.placeholder\:text-blue-150::placeholder {
  color: #E6EFFB;
}
.placeholder\:text-blue-200::-webkit-input-placeholder {
  color: #d6e3f4;
}
.placeholder\:text-blue-200::-moz-placeholder {
  color: #d6e3f4;
}
.placeholder\:text-blue-200:-ms-input-placeholder {
  color: #d6e3f4;
}
.placeholder\:text-blue-200::-ms-input-placeholder {
  color: #d6e3f4;
}
.placeholder\:text-blue-200::placeholder {
  color: #d6e3f4;
}
.placeholder\:text-blue-300::-webkit-input-placeholder {
  color: #bbcfea;
}
.placeholder\:text-blue-300::-moz-placeholder {
  color: #bbcfea;
}
.placeholder\:text-blue-300:-ms-input-placeholder {
  color: #bbcfea;
}
.placeholder\:text-blue-300::-ms-input-placeholder {
  color: #bbcfea;
}
.placeholder\:text-blue-300::placeholder {
  color: #bbcfea;
}
.placeholder\:text-blue-400::-webkit-input-placeholder {
  color: #8dabd4;
}
.placeholder\:text-blue-400::-moz-placeholder {
  color: #8dabd4;
}
.placeholder\:text-blue-400:-ms-input-placeholder {
  color: #8dabd4;
}
.placeholder\:text-blue-400::-ms-input-placeholder {
  color: #8dabd4;
}
.placeholder\:text-blue-400::placeholder {
  color: #8dabd4;
}
.placeholder\:text-blue-500::-webkit-input-placeholder {
  color: #648abf;
}
.placeholder\:text-blue-500::-moz-placeholder {
  color: #648abf;
}
.placeholder\:text-blue-500:-ms-input-placeholder {
  color: #648abf;
}
.placeholder\:text-blue-500::-ms-input-placeholder {
  color: #648abf;
}
.placeholder\:text-blue-500::placeholder {
  color: #648abf;
}
.placeholder\:text-blue-600::-webkit-input-placeholder {
  color: #426da9;
}
.placeholder\:text-blue-600::-moz-placeholder {
  color: #426da9;
}
.placeholder\:text-blue-600:-ms-input-placeholder {
  color: #426da9;
}
.placeholder\:text-blue-600::-ms-input-placeholder {
  color: #426da9;
}
.placeholder\:text-blue-600::placeholder {
  color: #426da9;
}
.placeholder\:text-blue-700::-webkit-input-placeholder {
  color: #1d4f91;
}
.placeholder\:text-blue-700::-moz-placeholder {
  color: #1d4f91;
}
.placeholder\:text-blue-700:-ms-input-placeholder {
  color: #1d4f91;
}
.placeholder\:text-blue-700::-ms-input-placeholder {
  color: #1d4f91;
}
.placeholder\:text-blue-700::placeholder {
  color: #1d4f91;
}
.placeholder\:text-blue-800::-webkit-input-placeholder {
  color: #123f7a;
}
.placeholder\:text-blue-800::-moz-placeholder {
  color: #123f7a;
}
.placeholder\:text-blue-800:-ms-input-placeholder {
  color: #123f7a;
}
.placeholder\:text-blue-800::-ms-input-placeholder {
  color: #123f7a;
}
.placeholder\:text-blue-800::placeholder {
  color: #123f7a;
}
.placeholder\:text-blue-900::-webkit-input-placeholder {
  color: #0a3163;
}
.placeholder\:text-blue-900::-moz-placeholder {
  color: #0a3163;
}
.placeholder\:text-blue-900:-ms-input-placeholder {
  color: #0a3163;
}
.placeholder\:text-blue-900::-ms-input-placeholder {
  color: #0a3163;
}
.placeholder\:text-blue-900::placeholder {
  color: #0a3163;
}
.placeholder\:text-gray-100::-webkit-input-placeholder {
  color: #f6f6f6;
}
.placeholder\:text-gray-100::-moz-placeholder {
  color: #f6f6f6;
}
.placeholder\:text-gray-100:-ms-input-placeholder {
  color: #f6f6f6;
}
.placeholder\:text-gray-100::-ms-input-placeholder {
  color: #f6f6f6;
}
.placeholder\:text-gray-100::placeholder {
  color: #f6f6f6;
}
.placeholder\:text-gray-200::-webkit-input-placeholder {
  color: #eaeaea;
}
.placeholder\:text-gray-200::-moz-placeholder {
  color: #eaeaea;
}
.placeholder\:text-gray-200:-ms-input-placeholder {
  color: #eaeaea;
}
.placeholder\:text-gray-200::-ms-input-placeholder {
  color: #eaeaea;
}
.placeholder\:text-gray-200::placeholder {
  color: #eaeaea;
}
.placeholder\:text-gray-300::-webkit-input-placeholder {
  color: #d6d6d6;
}
.placeholder\:text-gray-300::-moz-placeholder {
  color: #d6d6d6;
}
.placeholder\:text-gray-300:-ms-input-placeholder {
  color: #d6d6d6;
}
.placeholder\:text-gray-300::-ms-input-placeholder {
  color: #d6d6d6;
}
.placeholder\:text-gray-300::placeholder {
  color: #d6d6d6;
}
.placeholder\:text-gray-400::-webkit-input-placeholder {
  color: #c1c1c1;
}
.placeholder\:text-gray-400::-moz-placeholder {
  color: #c1c1c1;
}
.placeholder\:text-gray-400:-ms-input-placeholder {
  color: #c1c1c1;
}
.placeholder\:text-gray-400::-ms-input-placeholder {
  color: #c1c1c1;
}
.placeholder\:text-gray-400::placeholder {
  color: #c1c1c1;
}
.placeholder\:text-gray-500::-webkit-input-placeholder {
  color: #a7a7a7;
}
.placeholder\:text-gray-500::-moz-placeholder {
  color: #a7a7a7;
}
.placeholder\:text-gray-500:-ms-input-placeholder {
  color: #a7a7a7;
}
.placeholder\:text-gray-500::-ms-input-placeholder {
  color: #a7a7a7;
}
.placeholder\:text-gray-500::placeholder {
  color: #a7a7a7;
}
.placeholder\:text-gray-600::-webkit-input-placeholder {
  color: #8c8c8c;
}
.placeholder\:text-gray-600::-moz-placeholder {
  color: #8c8c8c;
}
.placeholder\:text-gray-600:-ms-input-placeholder {
  color: #8c8c8c;
}
.placeholder\:text-gray-600::-ms-input-placeholder {
  color: #8c8c8c;
}
.placeholder\:text-gray-600::placeholder {
  color: #8c8c8c;
}
.placeholder\:text-gray-700::-webkit-input-placeholder {
  color: #717171;
}
.placeholder\:text-gray-700::-moz-placeholder {
  color: #717171;
}
.placeholder\:text-gray-700:-ms-input-placeholder {
  color: #717171;
}
.placeholder\:text-gray-700::-ms-input-placeholder {
  color: #717171;
}
.placeholder\:text-gray-700::placeholder {
  color: #717171;
}
.placeholder\:text-gray-800::-webkit-input-placeholder {
  color: #585858;
}
.placeholder\:text-gray-800::-moz-placeholder {
  color: #585858;
}
.placeholder\:text-gray-800:-ms-input-placeholder {
  color: #585858;
}
.placeholder\:text-gray-800::-ms-input-placeholder {
  color: #585858;
}
.placeholder\:text-gray-800::placeholder {
  color: #585858;
}
.placeholder\:text-gray-900::-webkit-input-placeholder {
  color: #404040;
}
.placeholder\:text-gray-900::-moz-placeholder {
  color: #404040;
}
.placeholder\:text-gray-900:-ms-input-placeholder {
  color: #404040;
}
.placeholder\:text-gray-900::-ms-input-placeholder {
  color: #404040;
}
.placeholder\:text-gray-900::placeholder {
  color: #404040;
}
.placeholder\:text-green-100::-webkit-input-placeholder {
  color: #F2FFF5;
}
.placeholder\:text-green-100::-moz-placeholder {
  color: #F2FFF5;
}
.placeholder\:text-green-100:-ms-input-placeholder {
  color: #F2FFF5;
}
.placeholder\:text-green-100::-ms-input-placeholder {
  color: #F2FFF5;
}
.placeholder\:text-green-100::placeholder {
  color: #F2FFF5;
}
.placeholder\:text-green-200::-webkit-input-placeholder {
  color: #D0F6DB;
}
.placeholder\:text-green-200::-moz-placeholder {
  color: #D0F6DB;
}
.placeholder\:text-green-200:-ms-input-placeholder {
  color: #D0F6DB;
}
.placeholder\:text-green-200::-ms-input-placeholder {
  color: #D0F6DB;
}
.placeholder\:text-green-200::placeholder {
  color: #D0F6DB;
}
.placeholder\:text-green-300::-webkit-input-placeholder {
  color: #9AE8B4;
}
.placeholder\:text-green-300::-moz-placeholder {
  color: #9AE8B4;
}
.placeholder\:text-green-300:-ms-input-placeholder {
  color: #9AE8B4;
}
.placeholder\:text-green-300::-ms-input-placeholder {
  color: #9AE8B4;
}
.placeholder\:text-green-300::placeholder {
  color: #9AE8B4;
}
.placeholder\:text-green-400::-webkit-input-placeholder {
  color: #5CD08E;
}
.placeholder\:text-green-400::-moz-placeholder {
  color: #5CD08E;
}
.placeholder\:text-green-400:-ms-input-placeholder {
  color: #5CD08E;
}
.placeholder\:text-green-400::-ms-input-placeholder {
  color: #5CD08E;
}
.placeholder\:text-green-400::placeholder {
  color: #5CD08E;
}
.placeholder\:text-green-500::-webkit-input-placeholder {
  color: #29B769;
}
.placeholder\:text-green-500::-moz-placeholder {
  color: #29B769;
}
.placeholder\:text-green-500:-ms-input-placeholder {
  color: #29B769;
}
.placeholder\:text-green-500::-ms-input-placeholder {
  color: #29B769;
}
.placeholder\:text-green-500::placeholder {
  color: #29B769;
}
.placeholder\:text-green-600::-webkit-input-placeholder {
  color: #009f4d;
}
.placeholder\:text-green-600::-moz-placeholder {
  color: #009f4d;
}
.placeholder\:text-green-600:-ms-input-placeholder {
  color: #009f4d;
}
.placeholder\:text-green-600::-ms-input-placeholder {
  color: #009f4d;
}
.placeholder\:text-green-600::placeholder {
  color: #009f4d;
}
.placeholder\:text-green-700::-webkit-input-placeholder {
  color: #007a3b;
}
.placeholder\:text-green-700::-moz-placeholder {
  color: #007a3b;
}
.placeholder\:text-green-700:-ms-input-placeholder {
  color: #007a3b;
}
.placeholder\:text-green-700::-ms-input-placeholder {
  color: #007a3b;
}
.placeholder\:text-green-700::placeholder {
  color: #007a3b;
}
.placeholder\:text-green-800::-webkit-input-placeholder {
  color: #00612F;
}
.placeholder\:text-green-800::-moz-placeholder {
  color: #00612F;
}
.placeholder\:text-green-800:-ms-input-placeholder {
  color: #00612F;
}
.placeholder\:text-green-800::-ms-input-placeholder {
  color: #00612F;
}
.placeholder\:text-green-800::placeholder {
  color: #00612F;
}
.placeholder\:text-green-900::-webkit-input-placeholder {
  color: #004A24;
}
.placeholder\:text-green-900::-moz-placeholder {
  color: #004A24;
}
.placeholder\:text-green-900:-ms-input-placeholder {
  color: #004A24;
}
.placeholder\:text-green-900::-ms-input-placeholder {
  color: #004A24;
}
.placeholder\:text-green-900::placeholder {
  color: #004A24;
}
.placeholder\:text-lime-100::-webkit-input-placeholder {
  color: #fefff2;
}
.placeholder\:text-lime-100::-moz-placeholder {
  color: #fefff2;
}
.placeholder\:text-lime-100:-ms-input-placeholder {
  color: #fefff2;
}
.placeholder\:text-lime-100::-ms-input-placeholder {
  color: #fefff2;
}
.placeholder\:text-lime-100::placeholder {
  color: #fefff2;
}
.placeholder\:text-lime-200::-webkit-input-placeholder {
  color: #f7f9cc;
}
.placeholder\:text-lime-200::-moz-placeholder {
  color: #f7f9cc;
}
.placeholder\:text-lime-200:-ms-input-placeholder {
  color: #f7f9cc;
}
.placeholder\:text-lime-200::-ms-input-placeholder {
  color: #f7f9cc;
}
.placeholder\:text-lime-200::placeholder {
  color: #f7f9cc;
}
.placeholder\:text-lime-300::-webkit-input-placeholder {
  color: #f0f3a7;
}
.placeholder\:text-lime-300::-moz-placeholder {
  color: #f0f3a7;
}
.placeholder\:text-lime-300:-ms-input-placeholder {
  color: #f0f3a7;
}
.placeholder\:text-lime-300::-ms-input-placeholder {
  color: #f0f3a7;
}
.placeholder\:text-lime-300::placeholder {
  color: #f0f3a7;
}
.placeholder\:text-lime-400::-webkit-input-placeholder {
  color: #dce26d;
}
.placeholder\:text-lime-400::-moz-placeholder {
  color: #dce26d;
}
.placeholder\:text-lime-400:-ms-input-placeholder {
  color: #dce26d;
}
.placeholder\:text-lime-400::-ms-input-placeholder {
  color: #dce26d;
}
.placeholder\:text-lime-400::placeholder {
  color: #dce26d;
}
.placeholder\:text-lime-500::-webkit-input-placeholder {
  color: #cad03b;
}
.placeholder\:text-lime-500::-moz-placeholder {
  color: #cad03b;
}
.placeholder\:text-lime-500:-ms-input-placeholder {
  color: #cad03b;
}
.placeholder\:text-lime-500::-ms-input-placeholder {
  color: #cad03b;
}
.placeholder\:text-lime-500::placeholder {
  color: #cad03b;
}
.placeholder\:text-lime-600::-webkit-input-placeholder {
  color: #b7bf10;
}
.placeholder\:text-lime-600::-moz-placeholder {
  color: #b7bf10;
}
.placeholder\:text-lime-600:-ms-input-placeholder {
  color: #b7bf10;
}
.placeholder\:text-lime-600::-ms-input-placeholder {
  color: #b7bf10;
}
.placeholder\:text-lime-600::placeholder {
  color: #b7bf10;
}
.placeholder\:text-lime-700::-webkit-input-placeholder {
  color: #979e08;
}
.placeholder\:text-lime-700::-moz-placeholder {
  color: #979e08;
}
.placeholder\:text-lime-700:-ms-input-placeholder {
  color: #979e08;
}
.placeholder\:text-lime-700::-ms-input-placeholder {
  color: #979e08;
}
.placeholder\:text-lime-700::placeholder {
  color: #979e08;
}
.placeholder\:text-lime-800::-webkit-input-placeholder {
  color: #777d03;
}
.placeholder\:text-lime-800::-moz-placeholder {
  color: #777d03;
}
.placeholder\:text-lime-800:-ms-input-placeholder {
  color: #777d03;
}
.placeholder\:text-lime-800::-ms-input-placeholder {
  color: #777d03;
}
.placeholder\:text-lime-800::placeholder {
  color: #777d03;
}
.placeholder\:text-lime-900::-webkit-input-placeholder {
  color: #575c00;
}
.placeholder\:text-lime-900::-moz-placeholder {
  color: #575c00;
}
.placeholder\:text-lime-900:-ms-input-placeholder {
  color: #575c00;
}
.placeholder\:text-lime-900::-ms-input-placeholder {
  color: #575c00;
}
.placeholder\:text-lime-900::placeholder {
  color: #575c00;
}
.placeholder\:text-magenta-100::-webkit-input-placeholder {
  color: #fff1fa;
}
.placeholder\:text-magenta-100::-moz-placeholder {
  color: #fff1fa;
}
.placeholder\:text-magenta-100:-ms-input-placeholder {
  color: #fff1fa;
}
.placeholder\:text-magenta-100::-ms-input-placeholder {
  color: #fff1fa;
}
.placeholder\:text-magenta-100::placeholder {
  color: #fff1fa;
}
.placeholder\:text-magenta-200::-webkit-input-placeholder {
  color: #ffd8f0;
}
.placeholder\:text-magenta-200::-moz-placeholder {
  color: #ffd8f0;
}
.placeholder\:text-magenta-200:-ms-input-placeholder {
  color: #ffd8f0;
}
.placeholder\:text-magenta-200::-ms-input-placeholder {
  color: #ffd8f0;
}
.placeholder\:text-magenta-200::placeholder {
  color: #ffd8f0;
}
.placeholder\:text-magenta-300::-webkit-input-placeholder {
  color: #ffc0e4;
}
.placeholder\:text-magenta-300::-moz-placeholder {
  color: #ffc0e4;
}
.placeholder\:text-magenta-300:-ms-input-placeholder {
  color: #ffc0e4;
}
.placeholder\:text-magenta-300::-ms-input-placeholder {
  color: #ffc0e4;
}
.placeholder\:text-magenta-300::placeholder {
  color: #ffc0e4;
}
.placeholder\:text-magenta-400::-webkit-input-placeholder {
  color: #f790c6;
}
.placeholder\:text-magenta-400::-moz-placeholder {
  color: #f790c6;
}
.placeholder\:text-magenta-400:-ms-input-placeholder {
  color: #f790c6;
}
.placeholder\:text-magenta-400::-ms-input-placeholder {
  color: #f790c6;
}
.placeholder\:text-magenta-400::placeholder {
  color: #f790c6;
}
.placeholder\:text-magenta-500::-webkit-input-placeholder {
  color: #ef62a8;
}
.placeholder\:text-magenta-500::-moz-placeholder {
  color: #ef62a8;
}
.placeholder\:text-magenta-500:-ms-input-placeholder {
  color: #ef62a8;
}
.placeholder\:text-magenta-500::-ms-input-placeholder {
  color: #ef62a8;
}
.placeholder\:text-magenta-500::placeholder {
  color: #ef62a8;
}
.placeholder\:text-magenta-600::-webkit-input-placeholder {
  color: #e63888;
}
.placeholder\:text-magenta-600::-moz-placeholder {
  color: #e63888;
}
.placeholder\:text-magenta-600:-ms-input-placeholder {
  color: #e63888;
}
.placeholder\:text-magenta-600::-ms-input-placeholder {
  color: #e63888;
}
.placeholder\:text-magenta-600::placeholder {
  color: #e63888;
}
.placeholder\:text-magenta-700::-webkit-input-placeholder {
  color: #c41d73;
}
.placeholder\:text-magenta-700::-moz-placeholder {
  color: #c41d73;
}
.placeholder\:text-magenta-700:-ms-input-placeholder {
  color: #c41d73;
}
.placeholder\:text-magenta-700::-ms-input-placeholder {
  color: #c41d73;
}
.placeholder\:text-magenta-700::placeholder {
  color: #c41d73;
}
.placeholder\:text-magenta-800::-webkit-input-placeholder {
  color: #a20861;
}
.placeholder\:text-magenta-800::-moz-placeholder {
  color: #a20861;
}
.placeholder\:text-magenta-800:-ms-input-placeholder {
  color: #a20861;
}
.placeholder\:text-magenta-800::-ms-input-placeholder {
  color: #a20861;
}
.placeholder\:text-magenta-800::placeholder {
  color: #a20861;
}
.placeholder\:text-magenta-900::-webkit-input-placeholder {
  color: #800051;
}
.placeholder\:text-magenta-900::-moz-placeholder {
  color: #800051;
}
.placeholder\:text-magenta-900:-ms-input-placeholder {
  color: #800051;
}
.placeholder\:text-magenta-900::-ms-input-placeholder {
  color: #800051;
}
.placeholder\:text-magenta-900::placeholder {
  color: #800051;
}
.placeholder\:text-orange-100::-webkit-input-placeholder {
  color: #fff9f2;
}
.placeholder\:text-orange-100::-moz-placeholder {
  color: #fff9f2;
}
.placeholder\:text-orange-100:-ms-input-placeholder {
  color: #fff9f2;
}
.placeholder\:text-orange-100::-ms-input-placeholder {
  color: #fff9f2;
}
.placeholder\:text-orange-100::placeholder {
  color: #fff9f2;
}
.placeholder\:text-orange-200::-webkit-input-placeholder {
  color: #ffeed7;
}
.placeholder\:text-orange-200::-moz-placeholder {
  color: #ffeed7;
}
.placeholder\:text-orange-200:-ms-input-placeholder {
  color: #ffeed7;
}
.placeholder\:text-orange-200::-ms-input-placeholder {
  color: #ffeed7;
}
.placeholder\:text-orange-200::placeholder {
  color: #ffeed7;
}
.placeholder\:text-orange-300::-webkit-input-placeholder {
  color: #ffe3ba;
}
.placeholder\:text-orange-300::-moz-placeholder {
  color: #ffe3ba;
}
.placeholder\:text-orange-300:-ms-input-placeholder {
  color: #ffe3ba;
}
.placeholder\:text-orange-300::-ms-input-placeholder {
  color: #ffe3ba;
}
.placeholder\:text-orange-300::placeholder {
  color: #ffe3ba;
}
.placeholder\:text-orange-400::-webkit-input-placeholder {
  color: #ffc684;
}
.placeholder\:text-orange-400::-moz-placeholder {
  color: #ffc684;
}
.placeholder\:text-orange-400:-ms-input-placeholder {
  color: #ffc684;
}
.placeholder\:text-orange-400::-ms-input-placeholder {
  color: #ffc684;
}
.placeholder\:text-orange-400::placeholder {
  color: #ffc684;
}
.placeholder\:text-orange-500::-webkit-input-placeholder {
  color: #ffaa4f;
}
.placeholder\:text-orange-500::-moz-placeholder {
  color: #ffaa4f;
}
.placeholder\:text-orange-500:-ms-input-placeholder {
  color: #ffaa4f;
}
.placeholder\:text-orange-500::-ms-input-placeholder {
  color: #ffaa4f;
}
.placeholder\:text-orange-500::placeholder {
  color: #ffaa4f;
}
.placeholder\:text-orange-600::-webkit-input-placeholder {
  color: #ff8f1c;
}
.placeholder\:text-orange-600::-moz-placeholder {
  color: #ff8f1c;
}
.placeholder\:text-orange-600:-ms-input-placeholder {
  color: #ff8f1c;
}
.placeholder\:text-orange-600::-ms-input-placeholder {
  color: #ff8f1c;
}
.placeholder\:text-orange-600::placeholder {
  color: #ff8f1c;
}
.placeholder\:text-orange-700::-webkit-input-placeholder {
  color: #cc6e0f;
}
.placeholder\:text-orange-700::-moz-placeholder {
  color: #cc6e0f;
}
.placeholder\:text-orange-700:-ms-input-placeholder {
  color: #cc6e0f;
}
.placeholder\:text-orange-700::-ms-input-placeholder {
  color: #cc6e0f;
}
.placeholder\:text-orange-700::placeholder {
  color: #cc6e0f;
}
.placeholder\:text-orange-800::-webkit-input-placeholder {
  color: #995006;
}
.placeholder\:text-orange-800::-moz-placeholder {
  color: #995006;
}
.placeholder\:text-orange-800:-ms-input-placeholder {
  color: #995006;
}
.placeholder\:text-orange-800::-ms-input-placeholder {
  color: #995006;
}
.placeholder\:text-orange-800::placeholder {
  color: #995006;
}
.placeholder\:text-orange-900::-webkit-input-placeholder {
  color: #663300;
}
.placeholder\:text-orange-900::-moz-placeholder {
  color: #663300;
}
.placeholder\:text-orange-900:-ms-input-placeholder {
  color: #663300;
}
.placeholder\:text-orange-900::-ms-input-placeholder {
  color: #663300;
}
.placeholder\:text-orange-900::placeholder {
  color: #663300;
}
.placeholder\:text-purple-100::-webkit-input-placeholder {
  color: #fef2ff;
}
.placeholder\:text-purple-100::-moz-placeholder {
  color: #fef2ff;
}
.placeholder\:text-purple-100:-ms-input-placeholder {
  color: #fef2ff;
}
.placeholder\:text-purple-100::-ms-input-placeholder {
  color: #fef2ff;
}
.placeholder\:text-purple-100::placeholder {
  color: #fef2ff;
}
.placeholder\:text-purple-200::-webkit-input-placeholder {
  color: #eed3f1;
}
.placeholder\:text-purple-200::-moz-placeholder {
  color: #eed3f1;
}
.placeholder\:text-purple-200:-ms-input-placeholder {
  color: #eed3f1;
}
.placeholder\:text-purple-200::-ms-input-placeholder {
  color: #eed3f1;
}
.placeholder\:text-purple-200::placeholder {
  color: #eed3f1;
}
.placeholder\:text-purple-300::-webkit-input-placeholder {
  color: #dfb6e4;
}
.placeholder\:text-purple-300::-moz-placeholder {
  color: #dfb6e4;
}
.placeholder\:text-purple-300:-ms-input-placeholder {
  color: #dfb6e4;
}
.placeholder\:text-purple-300::-ms-input-placeholder {
  color: #dfb6e4;
}
.placeholder\:text-purple-300::placeholder {
  color: #dfb6e4;
}
.placeholder\:text-purple-400::-webkit-input-placeholder {
  color: #c186c9;
}
.placeholder\:text-purple-400::-moz-placeholder {
  color: #c186c9;
}
.placeholder\:text-purple-400:-ms-input-placeholder {
  color: #c186c9;
}
.placeholder\:text-purple-400::-ms-input-placeholder {
  color: #c186c9;
}
.placeholder\:text-purple-400::placeholder {
  color: #c186c9;
}
.placeholder\:text-purple-500::-webkit-input-placeholder {
  color: #a45dad;
}
.placeholder\:text-purple-500::-moz-placeholder {
  color: #a45dad;
}
.placeholder\:text-purple-500:-ms-input-placeholder {
  color: #a45dad;
}
.placeholder\:text-purple-500::-ms-input-placeholder {
  color: #a45dad;
}
.placeholder\:text-purple-500::placeholder {
  color: #a45dad;
}
.placeholder\:text-purple-600::-webkit-input-placeholder {
  color: #883b92;
}
.placeholder\:text-purple-600::-moz-placeholder {
  color: #883b92;
}
.placeholder\:text-purple-600:-ms-input-placeholder {
  color: #883b92;
}
.placeholder\:text-purple-600::-ms-input-placeholder {
  color: #883b92;
}
.placeholder\:text-purple-600::placeholder {
  color: #883b92;
}
.placeholder\:text-purple-700::-webkit-input-placeholder {
  color: #6d2077;
}
.placeholder\:text-purple-700::-moz-placeholder {
  color: #6d2077;
}
.placeholder\:text-purple-700:-ms-input-placeholder {
  color: #6d2077;
}
.placeholder\:text-purple-700::-ms-input-placeholder {
  color: #6d2077;
}
.placeholder\:text-purple-700::placeholder {
  color: #6d2077;
}
.placeholder\:text-purple-800::-webkit-input-placeholder {
  color: #53135b;
}
.placeholder\:text-purple-800::-moz-placeholder {
  color: #53135b;
}
.placeholder\:text-purple-800:-ms-input-placeholder {
  color: #53135b;
}
.placeholder\:text-purple-800::-ms-input-placeholder {
  color: #53135b;
}
.placeholder\:text-purple-800::placeholder {
  color: #53135b;
}
.placeholder\:text-purple-900::-webkit-input-placeholder {
  color: #390a40;
}
.placeholder\:text-purple-900::-moz-placeholder {
  color: #390a40;
}
.placeholder\:text-purple-900:-ms-input-placeholder {
  color: #390a40;
}
.placeholder\:text-purple-900::-ms-input-placeholder {
  color: #390a40;
}
.placeholder\:text-purple-900::placeholder {
  color: #390a40;
}
.placeholder\:text-raspberry-100::-webkit-input-placeholder {
  color: #fff0fb;
}
.placeholder\:text-raspberry-100::-moz-placeholder {
  color: #fff0fb;
}
.placeholder\:text-raspberry-100:-ms-input-placeholder {
  color: #fff0fb;
}
.placeholder\:text-raspberry-100::-ms-input-placeholder {
  color: #fff0fb;
}
.placeholder\:text-raspberry-100::placeholder {
  color: #fff0fb;
}
.placeholder\:text-raspberry-200::-webkit-input-placeholder {
  color: #f6cbea;
}
.placeholder\:text-raspberry-200::-moz-placeholder {
  color: #f6cbea;
}
.placeholder\:text-raspberry-200:-ms-input-placeholder {
  color: #f6cbea;
}
.placeholder\:text-raspberry-200::-ms-input-placeholder {
  color: #f6cbea;
}
.placeholder\:text-raspberry-200::placeholder {
  color: #f6cbea;
}
.placeholder\:text-raspberry-300::-webkit-input-placeholder {
  color: #eda7da;
}
.placeholder\:text-raspberry-300::-moz-placeholder {
  color: #eda7da;
}
.placeholder\:text-raspberry-300:-ms-input-placeholder {
  color: #eda7da;
}
.placeholder\:text-raspberry-300::-ms-input-placeholder {
  color: #eda7da;
}
.placeholder\:text-raspberry-300::placeholder {
  color: #eda7da;
}
.placeholder\:text-raspberry-400::-webkit-input-placeholder {
  color: #d86fbc;
}
.placeholder\:text-raspberry-400::-moz-placeholder {
  color: #d86fbc;
}
.placeholder\:text-raspberry-400:-ms-input-placeholder {
  color: #d86fbc;
}
.placeholder\:text-raspberry-400::-ms-input-placeholder {
  color: #d86fbc;
}
.placeholder\:text-raspberry-400::placeholder {
  color: #d86fbc;
}
.placeholder\:text-raspberry-500::-webkit-input-placeholder {
  color: #c43e9f;
}
.placeholder\:text-raspberry-500::-moz-placeholder {
  color: #c43e9f;
}
.placeholder\:text-raspberry-500:-ms-input-placeholder {
  color: #c43e9f;
}
.placeholder\:text-raspberry-500::-ms-input-placeholder {
  color: #c43e9f;
}
.placeholder\:text-raspberry-500::placeholder {
  color: #c43e9f;
}
.placeholder\:text-raspberry-600::-webkit-input-placeholder {
  color: #af1685;
}
.placeholder\:text-raspberry-600::-moz-placeholder {
  color: #af1685;
}
.placeholder\:text-raspberry-600:-ms-input-placeholder {
  color: #af1685;
}
.placeholder\:text-raspberry-600::-ms-input-placeholder {
  color: #af1685;
}
.placeholder\:text-raspberry-600::placeholder {
  color: #af1685;
}
.placeholder\:text-raspberry-700::-webkit-input-placeholder {
  color: #92086d;
}
.placeholder\:text-raspberry-700::-moz-placeholder {
  color: #92086d;
}
.placeholder\:text-raspberry-700:-ms-input-placeholder {
  color: #92086d;
}
.placeholder\:text-raspberry-700::-ms-input-placeholder {
  color: #92086d;
}
.placeholder\:text-raspberry-700::placeholder {
  color: #92086d;
}
.placeholder\:text-raspberry-800::-webkit-input-placeholder {
  color: #760056;
}
.placeholder\:text-raspberry-800::-moz-placeholder {
  color: #760056;
}
.placeholder\:text-raspberry-800:-ms-input-placeholder {
  color: #760056;
}
.placeholder\:text-raspberry-800::-ms-input-placeholder {
  color: #760056;
}
.placeholder\:text-raspberry-800::placeholder {
  color: #760056;
}
.placeholder\:text-raspberry-900::-webkit-input-placeholder {
  color: #570041;
}
.placeholder\:text-raspberry-900::-moz-placeholder {
  color: #570041;
}
.placeholder\:text-raspberry-900:-ms-input-placeholder {
  color: #570041;
}
.placeholder\:text-raspberry-900::-ms-input-placeholder {
  color: #570041;
}
.placeholder\:text-raspberry-900::placeholder {
  color: #570041;
}
.placeholder\:text-red-100::-webkit-input-placeholder {
  color: #fff0f3;
}
.placeholder\:text-red-100::-moz-placeholder {
  color: #fff0f3;
}
.placeholder\:text-red-100:-ms-input-placeholder {
  color: #fff0f3;
}
.placeholder\:text-red-100::-ms-input-placeholder {
  color: #fff0f3;
}
.placeholder\:text-red-100::placeholder {
  color: #fff0f3;
}
.placeholder\:text-red-200::-webkit-input-placeholder {
  color: #FFD6DD;
}
.placeholder\:text-red-200::-moz-placeholder {
  color: #FFD6DD;
}
.placeholder\:text-red-200:-ms-input-placeholder {
  color: #FFD6DD;
}
.placeholder\:text-red-200::-ms-input-placeholder {
  color: #FFD6DD;
}
.placeholder\:text-red-200::placeholder {
  color: #FFD6DD;
}
.placeholder\:text-red-300::-webkit-input-placeholder {
  color: #fea8b8;
}
.placeholder\:text-red-300::-moz-placeholder {
  color: #fea8b8;
}
.placeholder\:text-red-300:-ms-input-placeholder {
  color: #fea8b8;
}
.placeholder\:text-red-300::-ms-input-placeholder {
  color: #fea8b8;
}
.placeholder\:text-red-300::placeholder {
  color: #fea8b8;
}
.placeholder\:text-red-400::-webkit-input-placeholder {
  color: #f66c86;
}
.placeholder\:text-red-400::-moz-placeholder {
  color: #f66c86;
}
.placeholder\:text-red-400:-ms-input-placeholder {
  color: #f66c86;
}
.placeholder\:text-red-400::-ms-input-placeholder {
  color: #f66c86;
}
.placeholder\:text-red-400::placeholder {
  color: #f66c86;
}
.placeholder\:text-red-500::-webkit-input-placeholder {
  color: #ed3457;
}
.placeholder\:text-red-500::-moz-placeholder {
  color: #ed3457;
}
.placeholder\:text-red-500:-ms-input-placeholder {
  color: #ed3457;
}
.placeholder\:text-red-500::-ms-input-placeholder {
  color: #ed3457;
}
.placeholder\:text-red-500::placeholder {
  color: #ed3457;
}
.placeholder\:text-red-600::-webkit-input-placeholder {
  color: #e4002b;
}
.placeholder\:text-red-600::-moz-placeholder {
  color: #e4002b;
}
.placeholder\:text-red-600:-ms-input-placeholder {
  color: #e4002b;
}
.placeholder\:text-red-600::-ms-input-placeholder {
  color: #e4002b;
}
.placeholder\:text-red-600::placeholder {
  color: #e4002b;
}
.placeholder\:text-red-700::-webkit-input-placeholder {
  color: #c60025;
}
.placeholder\:text-red-700::-moz-placeholder {
  color: #c60025;
}
.placeholder\:text-red-700:-ms-input-placeholder {
  color: #c60025;
}
.placeholder\:text-red-700::-ms-input-placeholder {
  color: #c60025;
}
.placeholder\:text-red-700::placeholder {
  color: #c60025;
}
.placeholder\:text-red-800::-webkit-input-placeholder {
  color: #a8001f;
}
.placeholder\:text-red-800::-moz-placeholder {
  color: #a8001f;
}
.placeholder\:text-red-800:-ms-input-placeholder {
  color: #a8001f;
}
.placeholder\:text-red-800::-ms-input-placeholder {
  color: #a8001f;
}
.placeholder\:text-red-800::placeholder {
  color: #a8001f;
}
.placeholder\:text-red-900::-webkit-input-placeholder {
  color: #8a0019;
}
.placeholder\:text-red-900::-moz-placeholder {
  color: #8a0019;
}
.placeholder\:text-red-900:-ms-input-placeholder {
  color: #8a0019;
}
.placeholder\:text-red-900::-ms-input-placeholder {
  color: #8a0019;
}
.placeholder\:text-red-900::placeholder {
  color: #8a0019;
}
.placeholder\:text-sapphire-100::-webkit-input-placeholder {
  color: #f2fcff;
}
.placeholder\:text-sapphire-100::-moz-placeholder {
  color: #f2fcff;
}
.placeholder\:text-sapphire-100:-ms-input-placeholder {
  color: #f2fcff;
}
.placeholder\:text-sapphire-100::-ms-input-placeholder {
  color: #f2fcff;
}
.placeholder\:text-sapphire-100::placeholder {
  color: #f2fcff;
}
.placeholder\:text-sapphire-200::-webkit-input-placeholder {
  color: #d0eff8;
}
.placeholder\:text-sapphire-200::-moz-placeholder {
  color: #d0eff8;
}
.placeholder\:text-sapphire-200:-ms-input-placeholder {
  color: #d0eff8;
}
.placeholder\:text-sapphire-200::-ms-input-placeholder {
  color: #d0eff8;
}
.placeholder\:text-sapphire-200::placeholder {
  color: #d0eff8;
}
.placeholder\:text-sapphire-300::-webkit-input-placeholder {
  color: #afe2f1;
}
.placeholder\:text-sapphire-300::-moz-placeholder {
  color: #afe2f1;
}
.placeholder\:text-sapphire-300:-ms-input-placeholder {
  color: #afe2f1;
}
.placeholder\:text-sapphire-300::-ms-input-placeholder {
  color: #afe2f1;
}
.placeholder\:text-sapphire-300::placeholder {
  color: #afe2f1;
}
.placeholder\:text-sapphire-400::-webkit-input-placeholder {
  color: #79c8de;
}
.placeholder\:text-sapphire-400::-moz-placeholder {
  color: #79c8de;
}
.placeholder\:text-sapphire-400:-ms-input-placeholder {
  color: #79c8de;
}
.placeholder\:text-sapphire-400::-ms-input-placeholder {
  color: #79c8de;
}
.placeholder\:text-sapphire-400::placeholder {
  color: #79c8de;
}
.placeholder\:text-sapphire-500::-webkit-input-placeholder {
  color: #4aafcc;
}
.placeholder\:text-sapphire-500::-moz-placeholder {
  color: #4aafcc;
}
.placeholder\:text-sapphire-500:-ms-input-placeholder {
  color: #4aafcc;
}
.placeholder\:text-sapphire-500::-ms-input-placeholder {
  color: #4aafcc;
}
.placeholder\:text-sapphire-500::placeholder {
  color: #4aafcc;
}
.placeholder\:text-sapphire-600::-webkit-input-placeholder {
  color: #2197b9;
}
.placeholder\:text-sapphire-600::-moz-placeholder {
  color: #2197b9;
}
.placeholder\:text-sapphire-600:-ms-input-placeholder {
  color: #2197b9;
}
.placeholder\:text-sapphire-600::-ms-input-placeholder {
  color: #2197b9;
}
.placeholder\:text-sapphire-600::placeholder {
  color: #2197b9;
}
.placeholder\:text-sapphire-700::-webkit-input-placeholder {
  color: #0081a6;
}
.placeholder\:text-sapphire-700::-moz-placeholder {
  color: #0081a6;
}
.placeholder\:text-sapphire-700:-ms-input-placeholder {
  color: #0081a6;
}
.placeholder\:text-sapphire-700::-ms-input-placeholder {
  color: #0081a6;
}
.placeholder\:text-sapphire-700::placeholder {
  color: #0081a6;
}
.placeholder\:text-sapphire-800::-webkit-input-placeholder {
  color: #006580;
}
.placeholder\:text-sapphire-800::-moz-placeholder {
  color: #006580;
}
.placeholder\:text-sapphire-800:-ms-input-placeholder {
  color: #006580;
}
.placeholder\:text-sapphire-800::-ms-input-placeholder {
  color: #006580;
}
.placeholder\:text-sapphire-800::placeholder {
  color: #006580;
}
.placeholder\:text-sapphire-900::-webkit-input-placeholder {
  color: #004759;
}
.placeholder\:text-sapphire-900::-moz-placeholder {
  color: #004759;
}
.placeholder\:text-sapphire-900:-ms-input-placeholder {
  color: #004759;
}
.placeholder\:text-sapphire-900::-ms-input-placeholder {
  color: #004759;
}
.placeholder\:text-sapphire-900::placeholder {
  color: #004759;
}
.placeholder\:text-teal-100::-webkit-input-placeholder {
  color: #f2fffe;
}
.placeholder\:text-teal-100::-moz-placeholder {
  color: #f2fffe;
}
.placeholder\:text-teal-100:-ms-input-placeholder {
  color: #f2fffe;
}
.placeholder\:text-teal-100::-ms-input-placeholder {
  color: #f2fffe;
}
.placeholder\:text-teal-100::placeholder {
  color: #f2fffe;
}
.placeholder\:text-teal-200::-webkit-input-placeholder {
  color: #c6f7f4;
}
.placeholder\:text-teal-200::-moz-placeholder {
  color: #c6f7f4;
}
.placeholder\:text-teal-200:-ms-input-placeholder {
  color: #c6f7f4;
}
.placeholder\:text-teal-200::-ms-input-placeholder {
  color: #c6f7f4;
}
.placeholder\:text-teal-200::placeholder {
  color: #c6f7f4;
}
.placeholder\:text-teal-300::-webkit-input-placeholder {
  color: #9befea;
}
.placeholder\:text-teal-300::-moz-placeholder {
  color: #9befea;
}
.placeholder\:text-teal-300:-ms-input-placeholder {
  color: #9befea;
}
.placeholder\:text-teal-300::-ms-input-placeholder {
  color: #9befea;
}
.placeholder\:text-teal-300::placeholder {
  color: #9befea;
}
.placeholder\:text-teal-400::-webkit-input-placeholder {
  color: #5fdad4;
}
.placeholder\:text-teal-400::-moz-placeholder {
  color: #5fdad4;
}
.placeholder\:text-teal-400:-ms-input-placeholder {
  color: #5fdad4;
}
.placeholder\:text-teal-400::-ms-input-placeholder {
  color: #5fdad4;
}
.placeholder\:text-teal-400::placeholder {
  color: #5fdad4;
}
.placeholder\:text-teal-500::-webkit-input-placeholder {
  color: #2bc6be;
}
.placeholder\:text-teal-500::-moz-placeholder {
  color: #2bc6be;
}
.placeholder\:text-teal-500:-ms-input-placeholder {
  color: #2bc6be;
}
.placeholder\:text-teal-500::-ms-input-placeholder {
  color: #2bc6be;
}
.placeholder\:text-teal-500::placeholder {
  color: #2bc6be;
}
.placeholder\:text-teal-600::-webkit-input-placeholder {
  color: #00b2a9;
}
.placeholder\:text-teal-600::-moz-placeholder {
  color: #00b2a9;
}
.placeholder\:text-teal-600:-ms-input-placeholder {
  color: #00b2a9;
}
.placeholder\:text-teal-600::-ms-input-placeholder {
  color: #00b2a9;
}
.placeholder\:text-teal-600::placeholder {
  color: #00b2a9;
}
.placeholder\:text-teal-700::-webkit-input-placeholder {
  color: #00948c;
}
.placeholder\:text-teal-700::-moz-placeholder {
  color: #00948c;
}
.placeholder\:text-teal-700:-ms-input-placeholder {
  color: #00948c;
}
.placeholder\:text-teal-700::-ms-input-placeholder {
  color: #00948c;
}
.placeholder\:text-teal-700::placeholder {
  color: #00948c;
}
.placeholder\:text-teal-800::-webkit-input-placeholder {
  color: #00756f;
}
.placeholder\:text-teal-800::-moz-placeholder {
  color: #00756f;
}
.placeholder\:text-teal-800:-ms-input-placeholder {
  color: #00756f;
}
.placeholder\:text-teal-800::-ms-input-placeholder {
  color: #00756f;
}
.placeholder\:text-teal-800::placeholder {
  color: #00756f;
}
.placeholder\:text-teal-900::-webkit-input-placeholder {
  color: #005752;
}
.placeholder\:text-teal-900::-moz-placeholder {
  color: #005752;
}
.placeholder\:text-teal-900:-ms-input-placeholder {
  color: #005752;
}
.placeholder\:text-teal-900::-ms-input-placeholder {
  color: #005752;
}
.placeholder\:text-teal-900::placeholder {
  color: #005752;
}
.placeholder\:text-transparent::-webkit-input-placeholder {
  color: transparent;
}
.placeholder\:text-transparent::-moz-placeholder {
  color: transparent;
}
.placeholder\:text-transparent:-ms-input-placeholder {
  color: transparent;
}
.placeholder\:text-transparent::-ms-input-placeholder {
  color: transparent;
}
.placeholder\:text-transparent::placeholder {
  color: transparent;
}
.placeholder\:text-white::-webkit-input-placeholder {
  color: #ffffff;
}
.placeholder\:text-white::-moz-placeholder {
  color: #ffffff;
}
.placeholder\:text-white:-ms-input-placeholder {
  color: #ffffff;
}
.placeholder\:text-white::-ms-input-placeholder {
  color: #ffffff;
}
.placeholder\:text-white::placeholder {
  color: #ffffff;
}
.placeholder\:text-white-a10::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.1);
}
.placeholder\:text-white-a10::-moz-placeholder {
  color: rgba(255, 255, 255, 0.1);
}
.placeholder\:text-white-a10:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.1);
}
.placeholder\:text-white-a10::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.1);
}
.placeholder\:text-white-a10::placeholder {
  color: rgba(255, 255, 255, 0.1);
}
.placeholder\:text-white-a20::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.placeholder\:text-white-a20::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.placeholder\:text-white-a20:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.placeholder\:text-white-a20::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.placeholder\:text-white-a20::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.placeholder\:text-white-a30::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.placeholder\:text-white-a30::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.placeholder\:text-white-a30:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.placeholder\:text-white-a30::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.placeholder\:text-white-a30::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.placeholder\:text-white-a40::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.placeholder\:text-white-a40::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.placeholder\:text-white-a40:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.placeholder\:text-white-a40::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.placeholder\:text-white-a40::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.placeholder\:text-white-a50::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.placeholder\:text-white-a50::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.placeholder\:text-white-a50:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.placeholder\:text-white-a50::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.placeholder\:text-white-a50::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.placeholder\:text-white-a60::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.placeholder\:text-white-a60::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.placeholder\:text-white-a60:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.placeholder\:text-white-a60::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.placeholder\:text-white-a60::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.placeholder\:text-white-a70::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.placeholder\:text-white-a70::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.placeholder\:text-white-a70:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.placeholder\:text-white-a70::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.placeholder\:text-white-a70::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.placeholder\:text-white-a80::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.placeholder\:text-white-a80::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.placeholder\:text-white-a80:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.placeholder\:text-white-a80::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.placeholder\:text-white-a80::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.placeholder\:text-white-a90::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.placeholder\:text-white-a90::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.placeholder\:text-white-a90:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.placeholder\:text-white-a90::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.placeholder\:text-white-a90::placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.placeholder\:text-yellow-100::-webkit-input-placeholder {
  color: #FFF9E8;
}
.placeholder\:text-yellow-100::-moz-placeholder {
  color: #FFF9E8;
}
.placeholder\:text-yellow-100:-ms-input-placeholder {
  color: #FFF9E8;
}
.placeholder\:text-yellow-100::-ms-input-placeholder {
  color: #FFF9E8;
}
.placeholder\:text-yellow-100::placeholder {
  color: #FFF9E8;
}
.placeholder\:text-yellow-200::-webkit-input-placeholder {
  color: #FFF1BD;
}
.placeholder\:text-yellow-200::-moz-placeholder {
  color: #FFF1BD;
}
.placeholder\:text-yellow-200:-ms-input-placeholder {
  color: #FFF1BD;
}
.placeholder\:text-yellow-200::-ms-input-placeholder {
  color: #FFF1BD;
}
.placeholder\:text-yellow-200::placeholder {
  color: #FFF1BD;
}
.placeholder\:text-yellow-300::-webkit-input-placeholder {
  color: #FFEA90;
}
.placeholder\:text-yellow-300::-moz-placeholder {
  color: #FFEA90;
}
.placeholder\:text-yellow-300:-ms-input-placeholder {
  color: #FFEA90;
}
.placeholder\:text-yellow-300::-ms-input-placeholder {
  color: #FFEA90;
}
.placeholder\:text-yellow-300::placeholder {
  color: #FFEA90;
}
.placeholder\:text-yellow-400::-webkit-input-placeholder {
  color: #FFD146;
}
.placeholder\:text-yellow-400::-moz-placeholder {
  color: #FFD146;
}
.placeholder\:text-yellow-400:-ms-input-placeholder {
  color: #FFD146;
}
.placeholder\:text-yellow-400::-ms-input-placeholder {
  color: #FFD146;
}
.placeholder\:text-yellow-400::placeholder {
  color: #FFD146;
}
.placeholder\:text-yellow-500::-webkit-input-placeholder {
  color: #FEBA00;
}
.placeholder\:text-yellow-500::-moz-placeholder {
  color: #FEBA00;
}
.placeholder\:text-yellow-500:-ms-input-placeholder {
  color: #FEBA00;
}
.placeholder\:text-yellow-500::-ms-input-placeholder {
  color: #FEBA00;
}
.placeholder\:text-yellow-500::placeholder {
  color: #FEBA00;
}
.placeholder\:text-yellow-600::-webkit-input-placeholder {
  color: #D49A00;
}
.placeholder\:text-yellow-600::-moz-placeholder {
  color: #D49A00;
}
.placeholder\:text-yellow-600:-ms-input-placeholder {
  color: #D49A00;
}
.placeholder\:text-yellow-600::-ms-input-placeholder {
  color: #D49A00;
}
.placeholder\:text-yellow-600::placeholder {
  color: #D49A00;
}
.placeholder\:text-yellow-700::-webkit-input-placeholder {
  color: #AA7A00;
}
.placeholder\:text-yellow-700::-moz-placeholder {
  color: #AA7A00;
}
.placeholder\:text-yellow-700:-ms-input-placeholder {
  color: #AA7A00;
}
.placeholder\:text-yellow-700::-ms-input-placeholder {
  color: #AA7A00;
}
.placeholder\:text-yellow-700::placeholder {
  color: #AA7A00;
}
.placeholder\:text-yellow-800::-webkit-input-placeholder {
  color: #815B00;
}
.placeholder\:text-yellow-800::-moz-placeholder {
  color: #815B00;
}
.placeholder\:text-yellow-800:-ms-input-placeholder {
  color: #815B00;
}
.placeholder\:text-yellow-800::-ms-input-placeholder {
  color: #815B00;
}
.placeholder\:text-yellow-800::placeholder {
  color: #815B00;
}
.placeholder\:text-yellow-900::-webkit-input-placeholder {
  color: #573D00;
}
.placeholder\:text-yellow-900::-moz-placeholder {
  color: #573D00;
}
.placeholder\:text-yellow-900:-ms-input-placeholder {
  color: #573D00;
}
.placeholder\:text-yellow-900::-ms-input-placeholder {
  color: #573D00;
}
.placeholder\:text-yellow-900::placeholder {
  color: #573D00;
}
.text-12 {
  font-size: 12px;
}
.text-14 {
  font-size: 14px;
}
.text-16 {
  font-size: 16px;
}
.text-18 {
  font-size: 18px;
}
.text-24 {
  font-size: 24px;
}
.text-30 {
  font-size: 30px;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal-case {
  text-transform: none;
}
.underline {
  text-decoration: underline;
}
.line-through {
  text-decoration: line-through;
}
.no-underline {
  text-decoration: none;
}
.hover\:underline:hover {
  text-decoration: underline;
}
.hover\:line-through:hover {
  text-decoration: line-through;
}
.hover\:no-underline:hover {
  text-decoration: none;
}
.focus\:underline:focus {
  text-decoration: underline;
}
.focus\:line-through:focus {
  text-decoration: line-through;
}
.focus\:no-underline:focus {
  text-decoration: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-normal {
  letter-spacing: 0;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select-text {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.select-all {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}
.select-auto {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.align-baseline {
  vertical-align: baseline;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.align-text-top {
  vertical-align: text-top;
}
.align-text-bottom {
  vertical-align: text-bottom;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-no-wrap {
  white-space: nowrap;
}
.whitespace-pre {
  white-space: pre;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w-0 {
  width: 0;
}
.w-1 {
  width: 1px;
}
.w-4 {
  width: 4px;
}
.w-8 {
  width: 8px;
}
.w-12 {
  width: 12px;
}
.w-16 {
  width: 16px;
}
.w-20 {
  width: 20px;
}
.w-24 {
  width: 24px;
}
.w-28 {
  width: 28px;
}
.w-32 {
  width: 32px;
}
.w-36 {
  width: 36px;
}
.w-40 {
  width: 40px;
}
.w-44 {
  width: 44px;
}
.w-48 {
  width: 48px;
}
.w-52 {
  width: 52px;
}
.w-56 {
  width: 56px;
}
.w-64 {
  width: 64px;
}
.w-80 {
  width: 80px;
}
.w-96 {
  width: 96px;
}
.w-128 {
  width: 128px;
}
.w-160 {
  width: 160px;
}
.w-192 {
  width: 192px;
}
.w-224 {
  width: 224px;
}
.w-256 {
  width: 256px;
}
.w-512 {
  width: 512px;
}
.w-auto {
  width: auto;
}
.w-1\/2 {
  width: 50%;
}
.w-full {
  width: 100%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-auto {
  z-index: auto;
}
.transition-bg {
  transition-property: background-color;
}
.transition-bg-all\,border\,shadow {
  transition-property: background-color, background-position, border, box-shadow;
}
.transition-border\,shadow {
  transition-property: border, box-shadow;
}
.transition-content {
  transition-property: font-size, opacity, padding, width, height;
}
.transition-p {
  transition-property: padding;
}
.transition-shadow {
  transition-property: box-shadow;
}
.transition-w {
  transition-property: width;
}
.transition-border {
  transition-property: border;
}
.transition-opacity {
  transition-property: opacity;
}
.transition-transform {
  transition-property: transform;
}
.transition-150 {
  transition-duration: 150ms;
}
.transition-ease {
  transition-timing-function: ease;
}
.transition-ease-in {
  transition-timing-function: ease-in;
}
.transition-delay-150 {
  transition-delay: 150ms;
}
.will-change-auto {
  will-change: auto;
}
.will-change-scroll {
  will-change: scroll-position;
}
.will-change-contents {
  will-change: contents;
}
.will-change-opacity {
  will-change: opacity;
}
.will-change-transform {
  will-change: transform;
}
.border-raspberry-600-blue-700 {
  -o-border-image: linear-gradient(to right, #af1685, #1d4f91) 50;
  border-image: linear-gradient(to right, #af1685, #1d4f91) 50;
}
.border-box {
  box-sizing: border-box;
}
.content-box {
  box-sizing: content-box;
}
.content-0 {
  font-size: 0;
  opacity: 0;
  padding: 0;
  width: 0;
  height: 0;
}
.text-fill-current {
  -webkit-text-fill-color: currentColor;
}
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
/* This is an override of 'eds-popover_\#market' class
 * in order to fix unexpected calculations from LESS processor
 */
.eds-popover\.top .eds-popover_\#marker,
.eds-popover\.bottom .eds-popover_\#marker {
  left: calc(42.5%);
  /* default for unmanaged marker position */
  left: calc(50% - 7.5px);
  /* to fix malfunctioning calc function after LESS processing*/
}
.hotKeys .eds-table_\.cell\.lg {
  width: 35%;
}
.eds-field_\#assistive-text,
.ucFileUpload .fileUploadValidator {
  display: inline-block;
}
.eds-field_\#assistive-text.hidden,
.eds-field_\#assistive-text.splash .eds-button.hidden {
  display: none;
}
.eds-table_\.cell {
  overflow-x: hidden;
}
.eds-table_\#header,
.eds-table_\#content,
.eds-table_\#grid-view > thead,
.eds-table_\#grid-view > tbody {
  overflow: auto;
}
.eds-table_\#content,
.eds-table_\#grid-view > tbody {
  -ms-overflow-style: auto;
}
.eds-input_\#input,
.ucFileUpload .fileUploadInput {
  line-height: 1;
}
.eds-button .eds-button_\#label,
.eds-link .eds-button_\#label,
.eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon .eds-button_\#label,
.eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink .eds-button_\#label {
  display: inline-block;
  pointer-events: none;
}
.eds-button .eds-button_\#icon,
.eds-link .eds-button_\#icon,
.eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon .eds-button_\#icon,
.eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink .eds-button_\#icon {
  pointer-events: none;
}
.eds-button,
.ucFileUpload .fileUploadButton {
  cursor: pointer;
}
.eds-tab:focus,
.eds-tab_\.eds-link:focus {
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}
.eds-link,
.eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  text-decoration: none;
}
.eds-link:disabled,
.eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon:disabled,
.eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink:disabled {
  cursor: default;
}
.eds-link\.disabled,
.eds-link[disabled=disabled],
.eds-link[disabled=true],
.eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon[disabled=disabled],
.eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon[disabled=true],
.eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink[disabled=disabled],
.eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink[disabled=true] {
  cursor: default;
  color: #8c8c8c;
}
.eds-link\.disabled:hover,
.eds-link[disabled=disabled]:hover,
.eds-link[disabled=true]:hover,
.eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon[disabled=disabled]:hover,
.eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon[disabled=true]:hover,
.eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink[disabled=disabled]:hover,
.eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink[disabled=true]:hover {
  color: #8c8c8c;
}
.eds-link\.selected {
  cursor: default;
  pointer-events: none;
}
.eds-input\.disabled .eds-input_\#input {
  cursor: not-allowed;
}
.text-20 {
  font-size: 20px;
}
.eds-toolbar_\.section:first-child {
  padding-left: 8px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.eds-toolbar_\.section + .eds-toolbar_\.section {
  border-left-width: 0px;
}
.eds-table_\.cell:not(.hidden) {
  display: block;
}
.eds-table_\.cell\.select {
  padding: 8px;
  text-align: center;
}
.icon {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  vertical-align: text-bottom;
  color: #426da9;
  width: 24px;
  height: 24px;
  font-size: 24px;
  text-decoration: none;
}
.icon:hover {
  cursor: pointer;
  color: #1d4f91;
}
.icon.disabled {
  color: #8c8c8c;
}
.icon.disabled:hover {
  cursor: not-allowed;
  color: #8c8c8c;
}
.small {
  width: 20px;
  height: 20px;
  font-size: 20px;
}
* + icon.medium {
  margin-left: 12px;
}
* + icon.small {
  margin-left: 8px;
}
.icon.plus:before {
  content: 'add_box';
}
.icon.minus:before {
  content: 'indeterminate_check_box';
}
.icon.arrow-first:before {
  content: 'first_page';
}
.icon.arrow-last:before {
  content: 'last_page';
}
.icon.more:before {
  content: 'more_vert';
}
/* Signal Icon Styles - Purpose is to distinguish icons which are not user interactable and merely indicate statuses
    Non interactible guidelines:
    - color is gray for all non product specific functionality. Example: amber rules are yellow in all representations
    - no hover effects apart displaying a ToolTip
    - no cursor effects
    - no such thing as disabled/active/hidden signals
    Name was chosen over:
    - 'status' and 'state' as they convey weeker intention and are just too generic
    - 'indicate' and 'indicator' since it has less letters
*/
i.signal {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  vertical-align: text-bottom;
  cursor: default;
  color: #8c8c8c;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
i.signal.red-rule::after {
  color: #e4002b;
  content: 'error';
}
i.signal.amber-rule::after {
  color: #D49A00;
  content: 'warning';
}
i.signal.red-match::after {
  color: #e4002b;
  content: 'forward';
}
i.signal.amber-match::after {
  color: #D49A00;
  content: 'forward';
}
i.signal.foreign-submission::after {
  content: 'public';
}
i.signal.group-submission::after {
  content: 'supervised_user_circle';
}
.signal-bar {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  vertical-align: text-bottom;
  cursor: default;
  color: #8c8c8c;
  font-size: 24px;
}
.signal-bar i + i {
  margin-left: 4px;
}
/* Prefixes */
.rule.red-prefix::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  vertical-align: text-bottom;
  cursor: default;
  color: #e4002b;
  margin-right: 4px;
  font-size: 16px;
  content: 'error';
}
.rule.amber-prefix::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  vertical-align: text-bottom;
  cursor: default;
  color: #D49A00;
  margin-right: 4px;
  font-size: 16px;
  content: 'warning';
}
.eds-primary-header .eds-primary-header_\#logo {
  height: 64px;
  width: 125px;
}
.eds-primary-header .eds-primary-nav-item\.dropdown {
  z-index: 1;
}
.eds-primary-header .locksContainer.eds-popover,
.eds-primary-header .brSubContainer.eds-popover {
  position: absolute;
  top: 64px;
  z-index: 2;
}
.eds-primary-header .brSubContainer.eds-popover {
  right: 0;
}
.eds-primary-header .locksContainer,
.eds-primary-header .brSubContainer {
  cursor: default;
}
.eds-primary-header .loadingList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.eds-primary-header .MyLocksHeaderTD {
  font-weight: 500;
}
.eds-primary-header .MyLocksHeaderTD.min-w-128 {
  min-width: 128px;
}
.eds-primary-header .locksContainer td.pt-20 {
  padding-top: 20px;
}
.eds-primary-header .locksContainer .eds-link,
.eds-primary-header .locksContainer .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.eds-primary-header .locksContainer .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  text-decoration: none;
}
.eds-primary-header .locksContainer .material-icons {
  color: #426da9;
  font-size: 18px;
}
.eds-primary-header .MyBrSubTD {
  border-top: none;
  vertical-align: bottom;
}
.eds-primary-header .BrSubDropList td {
  color: #333333;
}
.eds-primary-header .BrSubDropList tr:nth-child(odd) td {
  padding-top: 16px;
}
.eds-primary-header .BrSubDropList tr.myBrSubTableLoadingMsgRow td {
  padding-top: 0;
}
.eds-primary-header .BrSubDropList .MyBrSubTD a {
  text-decoration: none;
}
.eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  vertical-align: text-bottom;
  margin-right: 12px;
  font-size: 18px;
}
.eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  margin-right: 12px;
}
.eds-primary-header .BrSubDropList .MyBrSubPmEnTD div {
  white-space: pre;
  margin-left: 30px;
  width: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.eds-primary-header .BrSubDropList .MyBrSubHeaderTD {
  min-width: 96px;
  padding-top: 8px;
  font-weight: 500;
}
.eds-primary-header .quickSearchContainer {
  position: relative;
  width: 256px;
  padding-right: 128px;
  margin-top: 16px;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: -108px;
}
.eds-primary-header .quickSearchContainer .alertContainer {
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 50;
}
.eds-primary-header .quickSearchContainer .alertContainer .eds-alert {
  margin: 0;
}
.hunterOuterContainer {
  display: flex;
  position: absolute;
  top: 64px;
  bottom: 0;
  left: 0;
  right: 0;
}
.hunterInnerContainer {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
}
.hunterContentPlaceHolder {
  position: absolute;
  top: 48px;
  bottom: 32px;
  left: 0;
  right: 0;
  overflow-y: auto;
}
.hunterContentPlaceHolder .hunterContent {
  position: relative;
}
.pageTitleContainer {
  box-sizing: border-box;
  height: 48px;
  background-color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  border-bottom: 1px solid #DCDCDC;
  align-items: center;
}
.pageTitleContainer .pageTitle {
  flex: 1 1 0%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pageTitleContainer .pageTitleRightPanel {
  display: flex;
  height: 100%;
  align-items: center;
}
.pageTitleContainer .pageTitleRightPanelItem {
  display: inline-block;
  margin-left: 16px;
}
.pageTitleContainer .pageTitleRightPanelItem i {
  color: #1d4f91;
  cursor: default;
}
.pageTitleContainer .pageTitleRightPanelItem.eds-button i {
  cursor: pointer;
}
.pageTitleContainer .backBtn {
  display: inline-flex;
  text-decoration: none;
  font-weight: 500;
  align-items: center;
}
.pageTitleContainer .backBtn span {
  padding-top: 1px;
}
.pageTitleContainer .backBtn.hidden,
.pageTitleContainer .backBtn.splash .eds-button.hidden {
  display: none;
}
.pageTitleContainer .pageTitleRightPanelItem-eds-link {
  font-size: 14px;
}
.hunterMainMenu.eds-sidebar\.open .eds-sidebar_\.eds-menu-item {
  box-sizing: border-box;
}
.hunterMainMenu .eds-menu-item_\#icon {
  transform: scale(1.1);
  min-width: 24px;
}
.hunterMainMenu .eds-sidebar_\.eds-menu-item {
  cursor: pointer;
  line-height: 24px;
  padding-right: 36px;
  padding-left: 12px;
  white-space: nowrap;
}
.hunterMainMenu .eds-menu-item\.indent2 {
  padding-left: 45px;
}
.hunterMainMenu .eds-sidebar_\.eds-menu-item.disabled {
  color: #ffffff;
}
.hunterMainMenu .eds-sidebar_\#controls .eds-menu-item\.raspberry:focus {
  box-shadow: none;
}
.popoverMenu {
  position: relative;
}
.popoverMenu .eds-popover {
  z-index: 10;
  position: absolute;
}
.popoverMenu .eds-popover\.bottom-start,
.popoverMenu .eds-popover\.bottom,
.popoverMenu .eds-popover\.bottom-end {
  flex-direction: column;
  width: max-content;
  max-width: 256px;
}
.popoverMenu .eds-popover\.bottom-start {
  left: 0;
}
.popoverMenu .eds-popover\.bottom {
  left: 50%;
  transform: translate(-50%);
}
.popoverMenu .eds-popover\.bottom-end {
  right: 0;
}
.hunterFooter {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-weight: 500;
  height: 32px;
  border-top: 1px solid #CCCCCC;
}
.hunterFooter .hunterFooter_table {
  border: none;
  height: 32px;
  width: 100%;
  line-height: 1.5;
}
.hunterFooter .hunterFooter_table td {
  padding: 0;
}
.hunterFooter .eds-link,
.hunterFooter .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.hunterFooter .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  text-decoration: none;
}
.hunterFooter .eds-link.disabled,
.hunterFooter .eds-link[disabled="disabled"],
.hunterFooter .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon.disabled,
.hunterFooter .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon[disabled="disabled"],
.hunterFooter .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink.disabled,
.hunterFooter .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink[disabled="disabled"] {
  pointer-events: none;
  cursor: default;
  color: #8c8c8c;
}
.hunterFooter .hunterSP {
  margin-left: 16px;
  margin-right: 16px;
  font-size: 18px;
  border-right: solid 1px #CCCCCC;
}
.ui-datepicker-trigger {
  color: #426da9;
  padding: 4px;
  margin-left: -32px;
  background-color: white;
}
.ui-datepicker-trigger:hover {
  cursor: pointer;
}
.hasDatepicker:disabled {
  background-color: #d6d6d6;
}
.hasDatepicker:disabled:hover {
  cursor: not-allowed;
}
.hasDatepicker:disabled + .ui-datepicker-trigger:hover {
  cursor: not-allowed;
}
#ui-datepicker-div {
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ui-datepicker {
  background-color: white;
  border-width: 1px;
  border-color: #8c8c8c;
  border-style: solid;
  border-radius: 4px;
  padding: 2px;
}
.ui-datepicker .ui-datepicker-header {
  border: none;
  border-bottom: solid;
  border-bottom-color: #d6d6d6;
  border-bottom-width: 1px;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
  padding-top: 4px;
  padding-left: 2px;
  padding-right: 2px;
}
.ui-datepicker .ui-datepicker-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.25;
  font-size: 14px;
  display: block;
  font-weight: 500;
  padding-bottom: 8px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  margin-top: 8px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  vertical-align: text-bottom;
  color: #426da9;
  cursor: pointer;
  position: relative;
  top: 4px;
}
.ui-datepicker .ui-datepicker-prev:after {
  float: left;
  content: 'chevron_left';
}
.ui-datepicker .ui-datepicker-next:after {
  float: right;
  content: 'chevron_right';
}
.ui-datepicker .ui-datepicker-calendar {
  margin-top: 10px;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 3px;
}
.ui-datepicker .ui-datepicker-calendar td a {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  width: 16px;
  height: 16px;
  padding: 5px;
  margin: 2px;
  display: block;
  color: black;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  font-size: 14px;
}
.ui-datepicker .ui-datepicker-calendar th {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding-bottom: 8px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  font-size: 14px;
}
.ui-datepicker .ui-state-default {
  border: none;
  background-color: white;
  border-radius: 4px;
}
.ui-datepicker .ui-state-active {
  background-color: #1d4f91;
  color: white !important;
  border: solid;
  border-width: 1px;
  border-color: #1d4f91;
}
.ui-datepicker .ui-state-highlight {
  border: solid;
  border-width: 1px;
  border-color: gray;
}
.eds-checkbox input {
  flex-shrink: 0;
  flex-grow: 0;
}
.eds-checkbox input:disabled {
  background-color: #f6f6f6;
  cursor: not-allowed;
}
.eds-checkbox input:disabled ~ label {
  color: #8c8c8c;
}
.eds-radio input:disabled,
.userPreferences .flex.flex-row.items-center span input:disabled,
.maintainBatch .radioList li input:disabled {
  cursor: not-allowed;
}
.eds-radio.eds-control-list_\.control,
.userPreferences .flex.flex-row.items-center span.eds-control-list_\.control,
.maintainBatch .radioList li.eds-control-list_\.control {
  display: flex;
  margin-bottom: 25px;
}
.eds-radio.eds-control-list_\.control label:not(:last-of-type),
.userPreferences .flex.flex-row.items-center span.eds-control-list_\.control label:not(:last-of-type),
.maintainBatch .radioList li.eds-control-list_\.control label:not(:last-of-type) {
  margin-right: 20px;
}
.eds-input,
.ucFileUpload .fileUploadInputHolder {
  margin-bottom: 25px;
}
.eds-input.eds-input\.error {
  margin-bottom: 0px;
}
.no-close .ui-dialog-titlebar-close {
  display: none;
}
.ui-dialog {
  top: 0 !important;
  left: 0 !important;
  overflow-y: hidden;
  overflow-x: hidden;
  width: auto !important;
  height: auto !important;
}
.ui-dialog-content {
  width: auto;
  height: auto !important;
}
.ui-dialog-title {
  margin: 0;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.25;
  font-size: 16px;
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  margin-right: 12px;
}
.ui-dialog-titlebar {
  margin-bottom: 20px;
}
#modal-pacifier {
  text-align: center;
  width: 100%;
  height: 100%;
  background: white;
}
#modal-pacifier .spinner {
  margin: auto;
  align-self: flex-end;
  transform: translateY(-50%);
}
.iframeContainer {
  border: 0;
}
.eds-toolbar {
  height: 48px;
  background-color: #ffffff;
}
.eds-table_\.cell\.centered {
  justify-content: center;
  text-align: center;
}
.eds-table_\.cell\.centered .eds-link-icon:not(:first-child) {
  margin-left: 12px;
}
.eds-pagination,
.eds-pagination td {
  justify-content: flex-start;
  border: none;
}
.eds-pagination td {
  border: none;
}
.eds-pagination .eds-input,
.eds-pagination td .eds-input {
  margin-bottom: 0;
}
.eds-table_\.row\.green:not(.eds-table_\.row\.selected) {
  background-color: #D0F6DB;
}
.eds-table_\.row\.yellow:not(.eds-table_\.row\.selected) {
  background-color: #FFF1BD;
}
@supports (-ms-ime-align:auto) {
  .eds-table {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .eds-table-column-width-fix {
    display: flex;
    flex-direction: column;
  }
}
.eds-table-container {
  overflow-x: auto;
}
.eds-table_\#footer {
  position: absolute;
  bottom: 20px;
}
.eds-toolbar .eds-link,
.eds-table_\.cell .eds-link,
.eds-toolbar .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.eds-table_\.cell .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.eds-toolbar .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink,
.eds-table_\.cell .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  text-decoration: none;
  font-weight: 500;
}
.eds-toolbar .eds-input,
.eds-table_\.cell .eds-input {
  margin-bottom: 0;
}
.eds-toolbar img,
.eds-table_\.cell img {
  vertical-align: middle;
}
.eds-toolbar .eds-link,
.eds-toolbar .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.eds-toolbar .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  font-size: 14px;
}
.eds-table_\#content,
.eds-table_\#header,
.eds-table_\#grid-view > thead,
.eds-table_\#grid-view > tbody {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.table_\#plain {
  border-radius: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table_\.borderBottom table {
  border-width: 0px 0px 1px 0px;
}
.MclDataGridSortableColumn {
  cursor: pointer;
}
.contextMenuCommon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: inline-block;
  margin: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
  font-size: 16px;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  white-space: nowrap;
  position: absolute;
  z-index: 999;
}
.contextMenuOpenInNewWindow {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: inline-block;
  margin: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
  font-size: 16px;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  white-space: nowrap;
  position: absolute;
  z-index: 999;
  color: #426da9;
}
.contextMenuOpenInNewWindowOver {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: inline-block;
  margin: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
  font-size: 16px;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  white-space: nowrap;
  position: absolute;
  z-index: 999;
  color: #1d4f91;
}
.ucFileUpload .aspFileUpload {
  display: none;
}
.ucFileUpload .fileUploadInputWrapper {
  display: flex;
}
.ucFileUpload .fileUploadInputHolder {
  flex: 1 1 0%;
}
.ucFileUpload .fileUploadInputHolder.eds-input\.error {
  margin-bottom: 0;
}
.ucFileUpload .fileUploadButton {
  margin-left: 16px;
}
.ucFileUpload .fileUploadValidator.hidden,
.ucFileUpload .fileUploadValidator.splash .eds-button.hidden {
  display: none;
}
.hunterAvatar {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  border-left-width: 1px;
  align-self: center;
  border-color: #c1c1c1;
  border-left-style: solid;
}
.hunterAvatar .eds-avatar {
  cursor: pointer;
}
.hunterAvatar .eds-popover {
  margin-top: 28px;
  z-index: 10;
  padding: 0;
  direction: ltr;
}
.hunterAvatar .eds-popover ul {
  padding-top: 4px;
  padding-bottom: 4px;
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.hunterAvatar .eds-popover .eds-link,
.hunterAvatar .eds-popover .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.hunterAvatar .eds-popover .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.extended-validator {
  display: inline-block !important;
  color: #c60025 !important;
}
.eds-link svg,
.eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon svg,
.eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink svg {
  width: 100%;
  height: 100%;
}
.eds-link svg g:not([fill="none"]),
.eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon svg g:not([fill="none"]),
.eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink svg g:not([fill="none"]) {
  fill: currentColor;
}
.summaryLine {
  position: absolute;
  display: flex;
  box-sizing: border-box;
  top: 0;
  right: 0;
  left: 0;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  align-items: center;
  border-width: 0;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  background-color: #ffffff;
  overflow: hidden;
}
.summaryLine .eds-field_\#label {
  padding-bottom: 0;
}
.summaryLine .eds-input {
  margin-bottom: 0;
}
.summaryLineText .eds-link,
.summaryLineText .eds-button,
.summaryLineText .summaryLineLabel,
.summaryLineText .summaryLineValue,
.summaryLineText .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.summaryLineText .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  display: block;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  max-width: 256px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.summaryLineText .eds-button {
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}
.summaryLineText .eds-link,
.summaryLineText .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.summaryLineText .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 700;
  font-size: 18px;
}
.summaryLineText .summaryLineLabel {
  padding-top: 8px;
  padding-bottom: 4px;
  font-size: 14px;
  color: #717171;
}
.summaryLineText .summaryLineValue {
  padding-bottom: 8px;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}
.summaryLineText .summaryLineValue.eds-link,
.summaryLineText .summaryLineValue.eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.summaryLineText .summaryLineValue.eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  color: #426da9;
}
.summaryLineIcons .eds-link,
.summaryLineIcons .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.summaryLineIcons .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  margin-right: 16px;
}
.summaryLineIcons .eds-link:last-child,
.summaryLineIcons .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon:last-child,
.summaryLineIcons .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink:last-child {
  margin-right: 0;
}
.summaryLineIcons .eds-button_\#icon {
  width: auto;
  height: auto;
  font-size: 24px;
}
.summaryLineFiller {
  flex: 1 1 0%;
}
.summaryLineSeparator {
  width: 1px;
  min-width: 1px;
  height: 40px;
  margin-left: 20px;
  margin-right: 20px;
  background-color: #d6d6d6;
}
@media (max-width: 1500px) {
  .summaryLineText .eds-link,
  .summaryLineText .eds-button,
  .summaryLineText .summaryLineLabel,
  .summaryLineText .summaryLineValue,
  .summaryLineText .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
  .summaryLineText .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
    max-width: 192px;
  }
  .summaryLineIcons .eds-link,
  .summaryLineIcons .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
  .summaryLineIcons .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
    margin-right: 4px;
  }
  .summaryLineSeparator {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.ui-selectmenu-menu {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 11;
}
.ui-selectmenu-menu.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-menu .ui-menu {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  font-weight: 400;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: inline-block;
  margin: 16px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
  font-size: 16px;
  color: #333333;
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  overflow: auto;
  overflow-x: hidden;
  list-style-type: none;
  outline: 0;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item .ui-menu-item-wrapper,
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item {
  cursor: pointer;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background-color: #426da9;
  color: #ffffff;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-weight: 700;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup:hover {
  cursor: default;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup ~ .ui-menu-item .ui-menu-item-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}
.ui-selectmenu-button {
  cursor: pointer;
}
.ui-selectmenu-button .ui-selectmenu-text {
  white-space: nowrap;
  overflow: hidden;
  min-height: 100%;
  line-height: 1.5;
  pointer-events: none;
}
.ruleFilter .filterRow {
  display: block;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.ruleFilter .filterCell {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  padding: 8px;
  box-sizing: border-box;
  text-align: left;
  border-top-width: 0;
  border-right-width: 1px;
  border-bottom-width: 0;
  border-left-width: 0;
  border-style: solid;
  border-color: #d6d6d6;
  overflow-x: scroll;
  display: inline-flex;
  align-items: center;
  flex: 4;
  overflow-x: hidden;
  border-width: 0;
  display: block;
}
.ruleFilter .filterCell .eds-link,
.ruleFilter .filterCell .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.ruleFilter .filterCell .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  text-decoration: none;
  font-weight: 500;
}
.ruleFilter .filterCell .eds-input {
  margin-bottom: 0;
}
.ruleFilter .filterCell img {
  vertical-align: middle;
}
.ruleFilter .countCell {
  max-width: 50px;
  text-align: center;
}
.ruleFilter .eds-checkbox {
  width: 100%;
}
.ruleFilter .eds-checkbox label {
  overflow: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
  min-width: 0;
}
.loading-spinner {
  width: 328px;
  height: 317px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.spinner.spinner-xs {
  width: 12px;
  height: 12px;
}
.spinner.spinner-xs .spinner-circle {
  border-width: 2px;
}
.spinner.spinner-xs .spinner-logo {
  display: none;
}
.spinner.spinner-sm {
  width: 24px;
  height: 24px;
}
.spinner.spinner-sm .spinner-circle {
  border-width: 2px;
}
.spinner.spinner-sm .spinner-logo {
  display: none;
}
.spinner.spinner-md {
  width: 48px;
  height: 48px;
}
.spinner.spinner-md .spinner-circle {
  border-width: 4px;
}
.spinner.spinner-md .spinner-logo {
  display: none;
}
.spinner.spinner-lg {
  width: 96px;
  height: 96px;
}
.spinner.spinner-lg .spinner-circle {
  border-width: 6px;
}
.spinner.spinner-lg .spinner-logo {
  display: none;
}
.spinner.spinner-lg.center {
  position: relative;
  top: calc(50% - 48px);
  left: calc(50% - 48px);
}
.spinner.spinner-xl {
  width: 272px;
  height: 272px;
}
.spinner.spinner-xl .spinner-circle {
  box-sizing: border-box;
  border-width: 8px;
}
.spinner.spinner-xl .spinner-logo {
  height: 135px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.spinner .spinner-circle {
  height: inherit;
  width: inherit;
  border-radius: 50%;
  border-style: solid;
  border-color: #af1685;
  border-top-color: transparent;
}
.spinner .spinner-animated {
  animation: rotate 1.5s infinite linear;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.load-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.load-indicator .load-indicator_\#spinner {
  background-repeat: no-repeat;
  background-position: center;
}
.load-indicator .load-indicator_\#spinner .load-indicator_\#spinner_\#animation {
  box-sizing: border-box;
  border-style: solid;
  border-color: #af1685;
  border-radius: 9999px;
  border-top-color: transparent;
  animation: rotate 1.5s infinite linear;
}
.load-indicator .load-indicator_\#text {
  padding: 16px;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  color: #333333;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.load-indicator.load-indicator\.sm .load-indicator_\#spinner .load-indicator_\#spinner_\#animation {
  width: 24px;
  height: 24px;
  border-width: 2px;
}
.load-indicator.load-indicator\.md .load-indicator_\#spinner .load-indicator_\#spinner_\#animation {
  width: 48px;
  height: 48px;
  border-width: 4px;
}
.load-indicator.load-indicator\.lg .load-indicator_\#spinner .load-indicator_\#spinner_\#animation {
  width: 96px;
  height: 96px;
  border-width: 6px;
}
.load-indicator.load-indicator\.xl .load-indicator_\#spinner {
  background-size: auto 135px;
  background-image: url("../../Images/ExperianLogoSpinner.png");
}
.load-indicator.load-indicator\.xl .load-indicator_\#spinner .load-indicator_\#spinner_\#animation {
  width: 256px;
  height: 256px;
  border-width: 8px;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.widget-message {
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  height: 100%;
}
.widget-message .widget-message-img {
  margin-bottom: 12px;
}
.widget-message .widget-message-icon {
  padding-bottom: 16px;
}
.widget-message .widget-message-icon.color-purple {
  color: #af1685;
}
.widget-message .widget-message-header {
  font-size: 24px;
  font-weight: 300;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #333333;
  overflow-wrap: break-word;
  text-align: center;
  width: 100%;
  word-wrap: break-word;
}
.widget-message .widget-message-text {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #333333;
  overflow-wrap: break-word;
  font-weight: 300;
  width: 100%;
  text-align: center;
  word-wrap: break-word;
  font-size: 20px;
}
.widget-message .widget-message-text.widget-messge-text-lg {
  font-size: 24px;
}
.widget-message.widget-message-sm {
  flex-direction: column;
}
.widget-message.widget-message-sm .widget-message-icon {
  font-size: 24px;
}
.widget-message.widget-message-md {
  flex-direction: column;
}
.widget-message.widget-message-md .widget-message-icon {
  font-size: 48px;
}
.widget-message.widget-message-lg {
  flex-direction: column;
}
.widget-message.widget-message-lg .widget-message-icon {
  font-size: 96px;
}
.widget-message.widget-message-xl {
  flex-direction: column;
}
.widget-message.widget-message-xl .widget-message-icon {
  font-size: 256px;
}
[data-toggle="drawer"] {
  width: 24px;
  background-color: #ffffff;
  border-color: #d6d6d6;
  border-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0;
  border-bottom-width: 0;
  overflow: hidden;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-around;
}
[data-toggle="drawer"] i.icon,
[data-toggle="drawer"] label {
  margin: 0;
  padding: 0;
}
[data-toggle="drawer"] label {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.25;
  font-size: 16px;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
}
[data-toggle="drawer"]:hover {
  background-color: #d6e3f4;
  cursor: pointer;
}
[role="error"] + [role="submission"] {
  border-left-width: 1px;
}
[role="submission"] {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #333333;
  height: 100%;
  display: inline-flex;
  flex: none;
  flex-direction: column;
  border-color: #d6d6d6;
  border-style: solid;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 1px;
  border-bottom-width: 0;
  max-width: 532px;
  min-width: 325px;
}
[role="submission"] .header {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  justify-items: center;
}
[role="submission"] .pill {
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: #c1c1c1;
  border-radius: 9999px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: none;
  width: max-content;
  max-width: 82px;
  padding: 6px 8px;
  box-sizing: border-box;
}
[role="submission"] [role="summary"] {
  border-color: #d6d6d6;
  border-style: solid;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  box-sizing: border-box;
  padding: 8px;
  display: block;
}
[role="submission"] [role="summary"] .eds-button {
  display: block;
  border-radius: 9999px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: none;
  padding: 6px 8px;
  box-sizing: border-box;
  width: max-content;
  max-width: 82px;
}
[role="submission"] [role="summary"] .pill {
  margin-left: 8px;
}
[role="submission"] [role="summary"] .header:first-of-type {
  height: 30px;
  box-sizing: border-box;
}
[role="submission"] [role="summary"] .scaleWrapper {
  display: inline-flex;
  flex-grow: 1;
  flex-shrink: 1;
  align-items: baseline;
}
[role="submission"] [role="summary"] .scaleWrapper .identifier {
  line-height: 1.25;
  font-weight: 700;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: max-content;
  max-width: 164px;
}
[role="submission"] [role="summary"] .scaleWrapper .product {
  line-height: 1.25;
  font-weight: 700;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 164px;
  margin-left: 8px;
}
[role="submission"] [role="summary"] .version {
  font-weight: 500;
  white-space: nowrap;
  margin-right: 8px;
  margin-left: 8px;
  text-align: right;
  flex-grow: 1;
}
[role="submission"] [role="summary"] .popoverMenu {
  width: 24px;
}
[role="submission"] [role="details"] {
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word;
}
[role="submission"] [role="details"] * {
  box-sizing: border-box;
  overflow: hidden;
}
[role="submission"] [role="details"] .indent-0 .header {
  margin-left: 0px;
  margin-right: 12px;
}
[role="submission"] [role="details"] .indent-0 .name {
  padding-left: 24px;
}
[role="submission"] [role="details"] .indent-1 .header {
  margin-left: 24px;
  margin-right: 12px;
}
[role="submission"] [role="details"] .indent-1 .name {
  padding-left: 48px;
}
[role="submission"] [role="details"] .indent-2 .header {
  margin-left: 48px;
  margin-right: 12px;
}
[role="submission"] [role="details"] .indent-2 .name {
  padding-left: 72px;
}
[role="submission"] [role="details"] .indent-3 .header {
  margin-left: 72px;
  margin-right: 12px;
}
[role="submission"] [role="details"] .indent-3 .name {
  padding-left: 96px;
}
[role="submission"] [role="details"] .indent-4 .header {
  margin-left: 96px;
  margin-right: 12px;
}
[role="submission"] [role="details"] .indent-4 .name {
  padding-left: 120px;
}
[role="submission"] [role="details"] .indent-5 .header {
  margin-left: 120px;
  margin-right: 12px;
}
[role="submission"] [role="details"] .indent-5 .name {
  padding-left: 144px;
}
[role="submission"] [role="entity"] {
  padding: 8px;
}
[role="submission"] [role="entity"] .icon {
  flex: none;
}
[role="submission"] [role="entity"] .pill {
  margin-left: 10px;
  align-self: baseline;
}
[role="submission"] [role="entity"] .title {
  flex-grow: 1;
}
[role="submission"] [role="entity"] .fields {
  margin-top: 8px;
  font-size: 14px;
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
}
[role="submission"] [role="entity"] .fields .name {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  color: #717171;
  flex: 2 1 0%;
}
[role="submission"] [role="entity"] .fields .value {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 4px;
  flex: 3 1 0%;
}
[role="submission"] [role="entity"][aria-expanded="true"] {
  border-color: #d6d6d6;
  border-style: solid;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
}
[role="notes"],
[role="history"] {
  box-sizing: border-box;
  background-color: #f6f6f6;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-color: #d6d6d6;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #333333;
}
[role="notes"] *,
[role="history"] * {
  box-sizing: border-box;
}
[role="notes"] .header,
[role="history"] .header {
  box-shadow: 0 -8px 8px -4px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  position: relative;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  height: 40px;
  font-weight: 500;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[role="notes"] .header:hover,
[role="history"] .header:hover {
  background-color: #ffffff;
}
[role="notes"] .header .title,
[role="history"] .header .title {
  display: flex;
  align-items: center;
}
[role="notes"] .header .title .icon.arrow,
[role="history"] .header .title .icon.arrow {
  margin-right: 8px;
  font-size: 18px;
  width: 18px;
  height: 18px;
}
[role="notes"] .header .icon.draghandle,
[role="history"] .header .icon.draghandle {
  position: absolute;
  left: 50%;
  top: 8px;
  color: #c1c1c1;
}
[role="notes"] .content,
[role="history"] .content {
  background-color: #ffffff;
  height: 0px;
  overflow: auto;
  font-size: 14px;
}
[role="notes"].expanded .header,
[role="history"].expanded .header {
  background-color: #ffffff;
}
[role="notes"].expanded .title .icon.arrow,
[role="history"].expanded .title .icon.arrow {
  transform: rotate(-180deg);
}
[role="notes"] .buttonsContainer {
  margin-left: auto;
  display: flex;
}
[role="notes"] .buttonsContainer .addNoteActionBtnsContainer {
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}
[role="notes"] .buttonsContainer .addNoteActionBtnsContainer div:first-child {
  border-width: 0;
  border-right-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
}
[role="notes"] .buttonsContainer .pointer-events-auto-i {
  pointer-events: auto !important;
}
[role="history"] .content .historyContent {
  overflow-wrap: break-word;
}
[role="history"] .content .historyContent .eventsContainer,
[role="history"] .content .historyContent .assessmentsContainer,
[role="history"] .content .historyContent .historyItem {
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: #d6d6d6;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
}
[role="history"] .content .historyContent .historyItem:last-of-type {
  border: none;
}
[role="history"] .content .historyContent .eventsContainer p,
[role="history"] .content .historyContent .assessmentsContainer p {
  margin: 0;
}
[role="history"] .content .historyContent .selectedEventsLabel,
[role="history"] .content .historyContent .selectedAssessmentsLabel,
[role="history"] .content .historyContent .historyItemHeader {
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 4px;
  line-height: 18px;
}
[role="history"] .content .historyContent .historyItemContent {
  line-height: 20px;
}
[role="history"] .content .historyContent .historyItemContent ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
[role="history"] .content .historyContent .historyItemContent ul > li:only-child {
  list-style-type: none;
  margin-left: -20px;
}
[role="history"] .content .historyContent .historyItemContent li > ul > li:only-child {
  list-style-type: circle;
  margin: auto;
}
[role="history"] .content .historyContent .historyItemContent ul > li:last-of-type > ul {
  padding-bottom: 0;
}
[role="history"] .content .historyContent .historyItemContent ul > li > ul {
  padding-bottom: 8px;
}
[role="notes"] .content .notesContainer > span,
[role="notes"] .content font:first-child {
  padding-left: 16px;
}
[role="notes"] .content .singleNote {
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: #d6d6d6;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  overflow-wrap: break-word;
}
[role="notes"] .content .singleNote .singleNoteBasicInfo {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 4px;
  line-height: 18px;
}
[role="notes"] .content .singleNote .singleNoteSelect {
  width: 160px;
  margin-bottom: 4px;
}
[role="notes"] .content .singleNote .singleNoteTextContent {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
[role="notes"] .content .singleNote .singleNoteTextContent .eds-link,
[role="notes"] .content .singleNote .singleNoteTextContent .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
[role="notes"] .content .singleNote .singleNoteTextContent .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  height: 24px;
}
[role="notes"] {
  box-sizing: border-box;
}
[role="notes"] .addNoteContainer {
  height: 100%;
}
[role="notes"] .addNoteContainer #notesContentRow {
  height: 100%;
}
[role="notes"] .addNoteContainer #notesContentRow > div:first-child {
  height: 100%;
}
[role="notes"] .tbxNewNote {
  right: 1px;
  bottom: 1px;
  width: 98%;
  height: 55%;
  word-wrap: break-word;
  overflow: auto;
}
[role="notes"] .newNoteHeader {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  align-items: flex-end;
  padding-top: 8px;
  padding-bottom: 8px;
  border-width: 0;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  margin-bottom: 8px;
}
[role="notes"] .newNoteHeader .newNoteHeaderTextContainerLabel {
  font-size: 16px;
}
[role="notes"] .newNoteHeader .newNoteHeaderDropdownContainer {
  width: 160px;
  margin: 0;
}
[role="notes"] .addNoteTextArea {
  overflow-y: auto;
  height: 100%;
  width: 100%;
  resize: none;
  margin-bottom: 0;
  padding: 8px;
}
[role="notes"] .newNotesContainer {
  height: 100%;
  width: 100%;
}
.infoAndSupportWidget .infoAndSupportWidget_\#row {
  display: flex;
  padding-bottom: 12px;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  line-height: 20px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.infoAndSupportWidget .infoAndSupportWidget_\#row:last-child {
  padding-bottom: 0;
}
.infoAndSupportWidget .infoAndSupportWidget_\#row .infoAndSupportWidget_\#label {
  width: 192px;
  color: #8c8c8c;
}
.infoAndSupportWidget .infoAndSupportWidget_\#row .infoAndSupportWidget_\#value {
  flex: 1 1 0%;
  min-width: 0;
  padding-left: 20px;
}
.generalStatisticsWidget .generalStatisticsWidget_\#row {
  display: flex;
  padding-bottom: 12px;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  line-height: 20px;
}
.generalStatisticsWidget .generalStatisticsWidget_\#row .generalStatisticsWidget_\#value {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 9999px;
  background-color: #d6d6d6;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  height: 20px;
  width: 40px;
  text-align: center;
  background-color: #d6e3f4;
  margin-right: 4px;
}
.generalStatisticsWidget .generalStatisticsWidget_\#row .generalStatisticsWidget_\#label {
  flex: 1 1 0%;
  min-width: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin: 4px;
}
.quickLinksWidget {
  margin-top: -4px;
  margin-bottom: -4px;
}
.quickLinksWidget .eds-link,
.quickLinksWidget .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.quickLinksWidget .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  display: inline-block;
  padding-right: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
}
.quickLinksWidget .defaultWorklistWrapper,
.quickLinksWidget .myAssignedSubmissionsWrapper {
  display: flex;
}
.quickLinksWidget .defaultWorklistWrapper .defaultWorklistCount,
.quickLinksWidget .myAssignedSubmissionsWrapper .defaultWorklistCount,
.quickLinksWidget .defaultWorklistWrapper .myAssignedSubmissionsCount,
.quickLinksWidget .myAssignedSubmissionsWrapper .myAssignedSubmissionsCount {
  padding-left: 4px;
}
.quickLinksWidget .defaultWorklistWrapper .defaultWorklistCount .load-indicator,
.quickLinksWidget .myAssignedSubmissionsWrapper .defaultWorklistCount .load-indicator,
.quickLinksWidget .defaultWorklistWrapper .myAssignedSubmissionsCount .load-indicator,
.quickLinksWidget .myAssignedSubmissionsWrapper .myAssignedSubmissionsCount .load-indicator {
  margin-bottom: -24px;
}
.quickLinksWidget .defaultWorklistWrapper .defaultWorklistCount .widget-message,
.quickLinksWidget .myAssignedSubmissionsWrapper .defaultWorklistCount .widget-message,
.quickLinksWidget .defaultWorklistWrapper .myAssignedSubmissionsCount .widget-message,
.quickLinksWidget .myAssignedSubmissionsWrapper .myAssignedSubmissionsCount .widget-message {
  padding: 0;
  margin-top: -4px;
  margin-bottom: -24px;
}
.widgets-presenter {
  height: 100%;
  box-sizing: border-box;
  padding: 10px;
}
.widgets-presenter .widgets-presenter_\#row {
  box-sizing: border-box;
  display: flex;
  min-height: 64px;
}
.widgets-presenter .widgets-presenter_\#row:empty {
  margin: 10px;
  border-radius: 6px;
  border-width: 1px;
  border-style: dashed;
  border-color: #a7a7a7;
}
.widgets-presenter .widgets-presenter_\#widget {
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  min-width: 0;
  margin: 10px;
}
.widgets-presenter .widgets-presenter_\#widget .eds-card_\#header {
  display: flex;
}
.widgets-presenter .widgets-presenter_\#widget .eds-card_\#header .eds-link,
.widgets-presenter .widgets-presenter_\#widget .eds-card_\#header .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.widgets-presenter .widgets-presenter_\#widget .eds-card_\#header .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  align-self: flex-start;
}
.widgets-presenter .widgets-presenter_\#widget .eds-card_\#header .material-icons {
  font-size: 18px;
}
.widgets-presenter .widgets-presenter_\#widget .eds-card_\#header.ui-sortable-handle {
  cursor: move;
}
.widgets-presenter .widgets-presenter_\#widget .eds-card_\#content {
  flex: 1 1 auto;
  padding: 0;
}
.widgets-presenter .widgets-presenter_\#widget .widget-content {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.widgets-presenter .widgets-presenter_\#widget .widget-content .widget-content_\#chart {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
.widgets-presenter .widgets-presenter_\#widget .clickable-widget-content {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.widgets-presenter .widgets-presenter_\#widget .clickable-widget-content .widget-content_\#chart {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
.widgets-presenter .widgets-presenter_\#widget .clickable-widget-content a {
  display: inline-block;
  position: relative;
  padding: 20em;
  margin: -20em;
}
.widgets-presenter .widgets-presenter_\#widget .eds-table_\.row.empty-row {
  background-color: #ffffff;
}
.widgets-presenter .widgets-presenter_\#widget .eds-card_\.title {
  flex: 1 1 0%;
  min-width: 0;
}
.widgets-presenter .widgets-presenter_\#widget\.placeholder {
  box-sizing: border-box;
  min-height: 64px;
  margin: 10px;
  border-radius: 6px;
  background-color: #d6e3f4;
  border-width: 1px;
  border-style: solid;
  border-color: #bbcfea;
}
.todoListWidget {
  width: 100%;
}
.todoListWidget .pastDeadline .targetDate {
  color: #e4002b;
}
.todoListWidget .deadline .targetDate {
  color: #D49A00;
}
#supportAndTrainingWidgets > .widgets-presenter .widgets-presenter_\#widget {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% * (1/3) - 20px);
}
#supportAndTrainingWidgets > .widgets-presenter .widgets-presenter_\#widget:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  border-radius: 6px;
}
.lastLoginInfoWrapper .loginInfoContentLabel {
  width: 256px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.lastLoginInfoWrapper .loginInfoContentValue {
  margin-left: 16px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.criteriaContainer {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 1.25;
  background-color: #ffffff;
  color: #333333;
  padding: 0;
  display: block;
  margin-bottom: 8px;
  border-width: 0;
  font-size: 14px;
  background: none;
}
.criteriaContainer .criteriaTitle {
  padding-top: 4px;
  padding-bottom: 4px;
}
.criteriaContainer .material-icons-styles {
  align-self: flex-start;
  padding-right: 4px;
  font-size: 22px;
}
.criteriaContainer .span-padding-top span {
  padding-top: 2px;
}
.criteriaContainer .letterCriteriaContainer,
.criteriaContainer .digitCriteriaContainer,
.criteriaContainer .specialSymbolCriteriaContainer {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.criteriaContainer .letterCriteriaContainer input:disabled,
.criteriaContainer .digitCriteriaContainer input:disabled,
.criteriaContainer .specialSymbolCriteriaContainer input:disabled {
  cursor: not-allowed;
}
.criteriaContainer .letterCriteriaContainer span,
.criteriaContainer .digitCriteriaContainer span,
.criteriaContainer .specialSymbolCriteriaContainer span {
  padding-top: 2px;
}
.criteriaContainer .letterCriteriaContainer .material-icons,
.criteriaContainer .digitCriteriaContainer .material-icons,
.criteriaContainer .specialSymbolCriteriaContainer .material-icons {
  align-self: flex-start;
  padding-right: 4px;
  font-size: 22px;
  color: #426da9;
}
.criteriaContainer .specialSymbolsContainer,
.criteriaContainer .forbiddenSymbolContainer {
  display: block;
  margin-left: 26px;
}
.criteriaContainer .sequenceOfThreeCriteriaContainer,
.criteriaContainer .sequenceOfTwoCriteriaContainer,
.criteriaContainer .repeatingPatternCriteriaContainer,
.criteriaContainer .commonWordCriteriaContainer,
.criteriaContainer .forbiddenSymbolCriteriaContainer {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.criteriaContainer .sequenceOfThreeCriteriaContainer input:disabled,
.criteriaContainer .sequenceOfTwoCriteriaContainer input:disabled,
.criteriaContainer .repeatingPatternCriteriaContainer input:disabled,
.criteriaContainer .commonWordCriteriaContainer input:disabled,
.criteriaContainer .forbiddenSymbolCriteriaContainer input:disabled {
  cursor: not-allowed;
}
.criteriaContainer .sequenceOfThreeCriteriaContainer span,
.criteriaContainer .sequenceOfTwoCriteriaContainer span,
.criteriaContainer .repeatingPatternCriteriaContainer span,
.criteriaContainer .commonWordCriteriaContainer span,
.criteriaContainer .forbiddenSymbolCriteriaContainer span {
  padding-top: 2px;
}
.criteriaContainer .sequenceOfThreeCriteriaContainer .material-icons,
.criteriaContainer .sequenceOfTwoCriteriaContainer .material-icons,
.criteriaContainer .repeatingPatternCriteriaContainer .material-icons,
.criteriaContainer .commonWordCriteriaContainer .material-icons,
.criteriaContainer .forbiddenSymbolCriteriaContainer .material-icons {
  align-self: flex-start;
  padding-right: 4px;
  font-size: 22px;
  color: #e4002b;
}
.splash .splashImage {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url('../../Images/sign_in_image.jfif');
}
.splash .splashContent {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #ffffff;
  min-width: 512px;
}
.splash .splashForm {
  box-sizing: border-box;
  width: 512px;
  padding-left: 96px;
  padding-right: 96px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}
.splash .splashHeader {
  height: 64px;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.splash .splashHeaderSeparator {
  height: 32px;
  width: 1px;
  background-color: #d6d6d6;
}
.splash .splashHeaderTitle {
  flex: 1 1 0%;
  padding-left: 20px;
  color: #333333;
  font-size: 16px;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.splash .eds-alert {
  margin-bottom: 32px;
}
.splash .eds-button {
  display: block;
  height: 44px;
  width: 100%;
  font-size: 16px;
}
.signIn .signInImage {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url('../../Images/sign_in_image.jfif');
}
.signIn .signInContent {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #ffffff;
  min-width: 512px;
}
.signIn .signInForm {
  height: 100%;
  width: 512px;
  margin-left: auto;
  margin-right: auto;
}
.signIn .signInFormContent {
  padding-left: 96px;
  padding-right: 96px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.signIn .signInHeader {
  height: 64px;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.signIn .signInHeaderSeparator {
  height: 32px;
  width: 1px;
  background-color: #d6d6d6;
}
.signIn .signInHeaderTitle {
  flex: 1 1 0%;
  padding-left: 20px;
  color: #333333;
  font-size: 16px;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.signIn .signInCopyright {
  padding-bottom: 16px;
  font-size: 14px;
  color: #333333;
  text-align: center;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.signIn .signInForgottonPassword {
  font-size: 14px;
  text-align: center;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.signIn .signInForgottonPassword .material-icons {
  font-size: 18px;
  color: #426da9;
}
.signIn .signInButtonContainer {
  text-align: center;
  word-spacing: 20px;
}
.signIn .eds-alert {
  margin-bottom: 32px;
}
.signIn .eds-field {
  display: block;
  padding-bottom: 16px;
}
.signIn .eds-button {
  display: inline-block;
}
.signIn .eds-button.large {
  display: block;
  height: 44px;
  width: 100%;
  margin-bottom: 16px;
  font-size: 16px;
}
.signIn .eds-card_\#header {
  display: block;
  margin-bottom: 16px;
  border-width: 0;
  font-size: 18px;
}
.signIn .eds-card_\#content {
  display: block;
  margin-bottom: 8px;
  border-width: 0;
  font-size: 14px;
}
.hotKeys {
  padding: 0;
  margin: 0;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  background-color: #f6f6f6;
  /*header and title styles*/
}
.hotKeys .eds-primary-header {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 10;
}
.hotKeys .eds-primary-header svg {
  padding-left: 0;
}
.hotKeys .pageTitleContainer {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 10;
  top: 64px;
}
.hotKeys .exportIcon {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 0;
  margin-bottom: 0;
  display: -ms-inline-flexbox;
}
.hotKeys .hotKeysContainer {
  padding-top: 112px;
}
.hotKeys .hotKeysContainer .infoBoxContainer {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
.hotKeys .hotKeysContainer .tableContainer {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
.hotKeys .hotKeysContainer .tableContainer table {
  border-width: 0;
  border-radius: 0;
}
.hotKeys .hotKeysContainer .tableContainer table thead {
  overflow: auto;
  border-right-width: 0;
  border-left-width: 0;
}
.hotKeys .hotKeysContainer .tableContainer table thead tr th {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 20px;
  padding-left: 8px;
  background-color: #ffffff;
}
.hotKeys .hotKeysContainer .tableContainer table thead tr:nth-of-type(2) {
  border-top-width: 1px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-style: solid;
  border-color: #d6d6d6;
}
.hotKeys .hotKeysContainer .tableContainer table thead tr:nth-of-type(2) td {
  font-weight: 500;
}
.hotKeys .hotKeysContainer .tableContainer table thead tr:nth-of-type(2) td:nth-of-type(1) {
  padding: 8px;
}
.hotKeys .hotKeysContainer .tableContainer table thead tr:nth-of-type(2) td:nth-of-type(2) {
  padding: 12px;
}
.hotKeys .hotKeysContainer .tableContainer table tbody {
  overflow: auto;
  border-right-width: 0;
  border-left-width: 0;
}
.hotKeys .hotKeysContainer .tableContainer table tbody tr td:nth-of-type(1) {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.hotKeys .hotKeysContainer .tableContainer table tbody tr td:nth-of-type(1) div {
  min-width: 40px;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
}
.hotKeys .hotKeysContainer .tableContainer table tbody tr td:nth-of-type(2) {
  padding-right: 28px;
  padding-left: 12px;
}
.home .hunterContentPlaceHolder {
  overflow-x: hidden;
}
.home .hunterContent {
  height: 100%;
}
.home .homeContent {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.home .homeContent .homeWidgets {
  flex: 1 1 auto;
}
.home .eds-alert {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  flex-shrink: 0;
}
.searchNotes .submissionType {
  margin-bottom: 25px;
}
.basicSearch .horizontalLine {
  height: 1px;
  background-color: #d6d6d6;
}
.basicSearch #lblCategory,
.basicSearch #lblProductCat {
  outline: 0;
}
.searchResultsBody .noteInfoCell {
  width: 100%;
}
.searchResultsBody .noteInfoWrapper {
  display: flex;
}
.searchResultsBody .noteInfoWrapper:not(:first-child) {
  margin-top: 8px;
}
.searchResultsBody .noteText {
  flex: 2;
  margin-right: 8px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.searchResultsBody .noteUser {
  margin-left: 8px;
  flex: 1;
}
.combinedSearchScreen .small-icons-col {
  max-width: 96px;
}
.combinedSearchScreen .eds-input_\#input {
  resize: none;
}
.combinedSearchScreen .large-icons-col {
  min-width: 160px;
  max-width: 160px;
}
.combinedSearchScreen .addCriteriaDialog .eds-table-wrap {
  overflow-y: auto;
  width: auto;
  max-height: 300px;
}
.combinedSearchScreen .addCriteriaDialog .eds-table-wrap .eds-input {
  margin-bottom: 0;
}
.combinedSearchScreen .addCriteriaDialog .eds-table_\.cell {
  align-items: flex-start;
}
.combinedSearchScreen .addCriteriaDialog .label-container {
  height: 32px;
  display: flex;
  align-items: center;
}
.combinedSearchScreen .addCriteriaDialog .label-container .eds-field_\#label {
  padding-bottom: 0;
}
.combinedSearchScreen .addCriteriaDialog .label-container .singleline-truncated {
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.combinedSearchScreen .rangeDialog .range-container {
  display: flex;
  flex-direction: row;
}
.combinedSearchScreen .setDialog .eds-link i,
.combinedSearchScreen .setDialog .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon i,
.combinedSearchScreen .setDialog .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink i {
  width: auto;
  height: auto;
  font-size: 24px;
}
.combinedSearchScreen .enumSetDialog .eds-control-list {
  height: 50%;
  width: 256px;
  padding: 8px;
}
.combinedSearchScreen .enumSetDialog .list-checkbox {
  overflow-y: auto;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.combinedSearchScreen .ui-dialog {
  overflow-y: auto;
}
.combinedSearchScreen .eds-link,
.combinedSearchScreen .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.combinedSearchScreen .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  font-weight: 500;
}
.combinedSearchScreen #upSaveIcons .eds-button_\#icon {
  width: auto;
  height: auto;
  font-size: 24px;
}
.combinedSearchScreen #ucCriteriaEditor_upCriteriaDetail {
  width: 532px;
}
.combinedSearchScreen #ucCriteriaEditor_upCriteriaDetail .eds-field {
  display: block;
}
.combinedSearchScreen #ucCriteriaEditor_upCriteriaDetail .min-w-171 {
  min-width: 171px;
}
.combinedSearchScreen #ucCriteriaEditor_upCriteriaDetail .w-154 {
  width: 154px;
}
.userPreferences .userPreSection {
  background-color: #f6f6f6;
  padding: 20px;
}
.userPreferences .aspTextArea.additionalInfo {
  width: 100%;
  overflow: auto;
  resize: none;
}
.userPreferences .textAreaContainer {
  height: 160px;
}
.userPreferences .user-preferences-button {
  font-weight: 500;
}
.userPreferences .flex.flex-row.items-center span {
  display: inline-block;
  -ms-word-wrap: break-word;
}
.userPreferences .flex.flex-row.items-center span input {
  min-width: 20px;
  min-height: 20px;
  vertical-align: middle;
}
.userPreferences .flex.flex-row.items-center span label {
  vertical-align: middle;
}
.userPreferences .flex.flex-row.items-center td {
  padding-left: 0;
  padding-right: 12px;
}
.userPreferences .eds-table td {
  padding-left: 8px;
  word-wrap: break-word;
  word-break: break-word;
}
.userPreferences .eds-table td .eds-input {
  margin-bottom: 0;
}
.userPreferences .eds-alert {
  margin-bottom: 20px;
}
.transferData .successDetails {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  line-height: 1.5;
}
.transferData .successDetailsColumn {
  box-sizing: border-box;
  display: inline-block;
  padding-right: 16px;
}
.transferData .successDetailsColumn span {
  display: block;
  word-break: break-all;
}
.workbench .summaryLine .eds-input {
  width: 143px;
}
.workbench .hunterContent {
  height: 100%;
}
.workbench .workbenchOuterContainer {
  position: absolute;
  display: flex;
  top: 60px;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  padding-top: 48px;
}
.workbench .workbenchOuterContainer .leftPanel {
  flex: 2 1 0%;
  height: -webkit-fill-available;
}
.workbench .workbenchOuterContainer .sliderPanel {
  flex: none;
  width: 26px;
  height: -webkit-fill-available;
  background-color: #ffffff;
  overflow: hidden;
}
.workbench .workbenchOuterContainer .sliderPanel .leftSliderContent,
.workbench .workbenchOuterContainer .sliderPanel .middleSliderContent,
.workbench .workbenchOuterContainer .sliderPanel .rightSliderContent {
  height: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.workbench .workbenchOuterContainer .sliderPanel .leftSliderContent .eds-link,
.workbench .workbenchOuterContainer .sliderPanel .middleSliderContent .eds-link,
.workbench .workbenchOuterContainer .sliderPanel .rightSliderContent .eds-link,
.workbench .workbenchOuterContainer .sliderPanel .leftSliderContent .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.workbench .workbenchOuterContainer .sliderPanel .middleSliderContent .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.workbench .workbenchOuterContainer .sliderPanel .rightSliderContent .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.workbench .workbenchOuterContainer .sliderPanel .leftSliderContent .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink,
.workbench .workbenchOuterContainer .sliderPanel .middleSliderContent .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink,
.workbench .workbenchOuterContainer .sliderPanel .rightSliderContent .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  flex: 1 1 0%;
  display: inline-flex;
  align-items: center;
  border-color: #d6d6d6;
  border-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0;
  border-bottom-width: 0;
}
.workbench .workbenchOuterContainer .sliderPanel .leftSliderContent .eds-heading,
.workbench .workbenchOuterContainer .sliderPanel .middleSliderContent .eds-heading,
.workbench .workbenchOuterContainer .sliderPanel .rightSliderContent .eds-heading {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 2 1 0%;
  overflow: hidden;
  border-color: #d6d6d6;
  border-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0;
  border-bottom-width: 0;
}
.workbench .workbenchOuterContainer .sliderPanel .leftSliderContent .eds-heading .textHolder,
.workbench .workbenchOuterContainer .sliderPanel .middleSliderContent .eds-heading .textHolder,
.workbench .workbenchOuterContainer .sliderPanel .rightSliderContent .eds-heading .textHolder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
}
.workbench .workbenchOuterContainer .sliderPanel .leftSliderContent:hover,
.workbench .workbenchOuterContainer .sliderPanel .rightSliderContent:hover,
.workbench .workbenchOuterContainer .sliderPanel .middleSliderContent .eds-link:hover,
.workbench .workbenchOuterContainer .sliderPanel .middleSliderContent .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon:hover,
.workbench .workbenchOuterContainer .sliderPanel .middleSliderContent .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink:hover {
  background-color: #d6e3f4;
}
.workbench .workbenchOuterContainer .sliderPanel .leftSliderContent,
.workbench .workbenchOuterContainer .sliderPanel .rightSliderContent {
  display: none;
}
.workbench .workbenchOuterContainer .rightPanel {
  flex: 3 1 0%;
}
.workbench .workbenchOuterContainer .rightPanel #rightPanelContent {
  height: -webkit-fill-available;
}
.workbench .workbenchOuterContainer.no-overlaps .leftPanel,
.workbench .workbenchOuterContainer.no-overlaps .rightPanel {
  flex: none;
}
.workbench .workbenchOuterContainer.left-overlaps .leftPanel,
.workbench .workbenchOuterContainer.left-overlaps .sliderPanel {
  position: absolute;
  z-index: 10;
}
.workbench .workbenchOuterContainer.left-overlaps #rightPanelContent {
  position: absolute;
}
.workbench .workbenchOuterContainer.right-overlaps .leftPanel {
  max-width: 30%;
}
.workbench .workbenchOuterContainer.right-overlaps .sliderPanel,
.workbench .workbenchOuterContainer.right-overlaps #rightPanelContent {
  position: absolute;
  z-index: 10;
}
.workbench .workbenchOuterContainer.right-collapsed .rightPanel {
  max-width: 0px;
}
.workbench .workbenchOuterContainer.right-collapsed .leftSliderContent,
.workbench .workbenchOuterContainer.right-collapsed .middleSliderContent,
.workbench .workbenchOuterContainer.right-collapsed #rightPanelContent {
  display: none;
}
.workbench .workbenchOuterContainer.right-collapsed .rightSliderContent {
  display: flex;
}
.workbench .workbenchOuterContainer.left-collapsed .leftPanel,
.workbench .workbenchOuterContainer.left-collapsed .middleSliderContent,
.workbench .workbenchOuterContainer.left-collapsed .rightSliderContent {
  display: none;
}
.workbench .workbenchOuterContainer.left-collapsed .leftSliderContent {
  display: flex;
}
.workbench .eds-tabset {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0;
  justify-content: center;
}
.workbench .eds-tab_\#content {
  box-sizing: border-box;
  height: 44px;
  padding-top: 4px;
}
.workbench .eds-tab_\#label {
  word-break: break-all;
}
.workbench .ui-state-active {
  border-color: #e63888;
}
.workbench .ui-state-active > .eds-link,
.workbench .ui-state-active > .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.workbench .ui-state-active > .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  border-color: #e63888;
  color: #333333;
}
.workbench .ui-state-disabled {
  pointer-events: none;
}
.workbench .ui-state-disabled .eds-link,
.workbench .ui-state-disabled .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.workbench .ui-state-disabled .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  pointer-events: none;
  cursor: default;
  color: #8c8c8c;
}
.workbench .tabContent {
  height: 100%;
  width: 100%;
}
.workbench .tabContent iframe {
  height: 100%;
  width: 100%;
}
.submissionFormatter .summaryLHS,
.submissionFormatter .summaryRHS {
  box-sizing: border-box;
  height: 90px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
  border-style: solid;
  border-color: #c1c1c1;
  border-width: 0;
  border-bottom-width: 1px;
}
.submissionFormatter .summaryLHS .optionsDropDown.eds-popover,
.submissionFormatter .summaryRHS .optionsDropDown.eds-popover {
  position: absolute;
  z-index: 10;
  top: 20px;
  max-width: 256px;
}
.submissionFormatter .summaryLHS .optionsDropDown.eds-popover .optionItem,
.submissionFormatter .summaryRHS .optionsDropDown.eds-popover .optionItem {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
}
.submissionFormatter .summaryLHS .optionsDropDown.eds-popover .optionItem .eds-link,
.submissionFormatter .summaryRHS .optionsDropDown.eds-popover .optionItem .eds-link,
.submissionFormatter .summaryLHS .optionsDropDown.eds-popover .optionItem .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.submissionFormatter .summaryRHS .optionsDropDown.eds-popover .optionItem .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.submissionFormatter .summaryLHS .optionsDropDown.eds-popover .optionItem .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink,
.submissionFormatter .summaryRHS .optionsDropDown.eds-popover .optionItem .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  margin-left: 0;
}
.submissionFormatter .summaryLHS .eds-button_\#icon,
.submissionFormatter .summaryRHS .eds-button_\#icon {
  height: auto;
  width: auto;
  font-size: 24px;
}
.submissionFormatter .summaryLHS .versionItemsContainer {
  display: flex;
  align-items: center;
}
.submissionFormatter .summaryLHS .versionItemsContainer .eds-field_\#label {
  margin-left: 8px;
  padding-bottom: 0;
}
.submissionFormatter .summaryLHS .versionItemsContainer .eds-link,
.submissionFormatter .summaryLHS .versionItemsContainer .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.submissionFormatter .summaryLHS .versionItemsContainer .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  margin-left: 8px;
}
.submissionFormatter .summaryLHS .eds-input {
  margin-bottom: 0;
}
.submissionFormatter .summaryRHS {
  padding-top: 12px;
  padding-bottom: 12px;
}
.submissionFormatter .summaryRHS .summaryRow {
  display: flex;
  align-items: center;
  height: 24px;
  box-sizing: border-box;
}
.submissionFormatter .summaryRHS .summaryRow .summaryIdentifiers {
  display: flex;
  min-width: 0;
  flex: 1 1 0%;
  align-items: baseline;
}
.submissionFormatter .summaryRHS .summaryRow:last-child {
  height: 40px;
  padding-top: 8px;
}
.submissionFormatter .summaryRHS .summaryIdentifier,
.submissionFormatter .summaryRHS .summaryProduct {
  display: block;
  min-width: 0;
  padding-bottom: 1px;
  line-height: 1.25;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.submissionFormatter .summaryRHS .summaryIdentifier {
  font-size: 18px;
}
.submissionFormatter .summaryRHS .summaryProduct {
  padding-left: 12px;
  font-size: 14px;
  color: #333333;
}
.submissionFormatter .summaryRHS .summaryVersion {
  flex: 1 1 0%;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 1px;
  text-align: right;
}
.submissionFormatter .summaryRHS .summaryVersion .eds-field_\#label {
  display: inline-block;
  padding-bottom: 0;
}
.submissionFormatter .summaryRHS .summaryStatuses {
  text-align: right;
  display: flex;
}
.submissionFormatter .summaryRHS .summaryStatuses span {
  margin-left: 12px;
  max-width: 80px;
  font-size: 14px;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #c1c1c1;
  border-radius: 9999px;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.submissionFormatter .summaryRHS .summaryIcons {
  padding-top: 4px;
  align-self: flex-start;
}
.submissionFormatter .summaryRHS .summaryIcons .eds-link,
.submissionFormatter .summaryRHS .summaryIcons .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.submissionFormatter .summaryRHS .summaryIcons .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  margin-right: 12px;
}
.submissionFormatter .submissionDiv {
  overflow-y: auto;
  top: 90px;
  bottom: 50px;
  width: 100%;
  position: absolute;
  border-width: 0;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #333333;
}
.submissionFormatter .submissionDiv table,
.submissionFormatter .submissionDiv thead,
.submissionFormatter .submissionDiv tbody,
.submissionFormatter .submissionDiv tfoot,
.submissionFormatter .submissionDiv tr,
.submissionFormatter .submissionDiv th,
.submissionFormatter .submissionDiv td {
  padding: 0;
  margin: 0;
  border-style: none;
  border-width: 0;
}
.submissionFormatter .submissionDiv .eds-input,
.submissionFormatter .submissionDiv .noDropdown {
  margin-left: 10px;
}
.submissionFormatter .submissionDiv .eds-input {
  width: 143px;
  margin-bottom: 0;
}
.submissionFormatter .submissionDiv .noDropdown {
  font-size: 14px;
  background-color: #ffffff;
  border-color: #c1c1c1;
  border-width: 1px;
  border-style: solid;
  border-radius: 9999px;
  line-height: 21px;
  margin-right: 18px;
  word-break: keep-all;
}
.submissionFormatter .submissionDiv .optionality {
  font-size: 14px;
  color: #333333;
  margin-right: 18px;
  line-height: 16px;
}
.submissionFormatter .submissionDiv .submissionSectionHeader {
  box-sizing: border-box;
  height: 40px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
.submissionFormatter .submissionDiv .submissionSectionHeader table {
  width: 100%;
}
.submissionFormatter .submissionDiv .submissionSectionHeader .material-icons {
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.submissionFormatter .submissionDiv .submissionSectionHeader .submissionSectionHeaderContent {
  margin-left: 4px;
  word-break: break-all;
  word-break: break-word;
}
.submissionFormatter .submissionDiv .submissionSectionHeader .submissionSectionHeaderContent .eds-link,
.submissionFormatter .submissionDiv .submissionSectionHeader .submissionSectionHeaderContent .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.submissionFormatter .submissionDiv .submissionSectionHeader .submissionSectionHeaderContent .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  padding-left: 4px;
  padding-right: 4px;
}
.submissionFormatter .submissionDiv .submissionSectionHeader .submissionSectionHeaderContent .displayName {
  font-weight: 400;
}
.submissionFormatter .submissionDiv .submissionSectionHeader .submissionSectionHeaderDropdown {
  display: flex;
  justify-content: flex-end;
}
.submissionFormatter .submissionDiv .submissionSectionHeader .spacerCell {
  width: 20px;
  text-align: right;
}
.submissionFormatter .submissionDiv .submissionSectionHeader .spacerCell .eds-link,
.submissionFormatter .submissionDiv .submissionSectionHeader .spacerCell .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.submissionFormatter .submissionDiv .submissionSectionHeader .spacerCell .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.submissionFormatter .submissionDiv .submissionSectionContent {
  width: 100%;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  padding-bottom: 4px;
  padding-right: 8px;
  padding-left: 20px;
}
.submissionFormatter .submissionDiv .submissionSectionContent .entitySectionTable {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0px 4px;
}
.submissionFormatter .submissionDiv .submissionSectionContent .entitySectionTable tr {
  display: flex;
}
.submissionFormatter .submissionDiv .submissionSectionContent .entitySectionTable tr.hidden,
.submissionFormatter .submissionDiv .submissionSectionContent .entitySectionTable tr.splash .eds-button.hidden {
  display: none;
}
.submissionFormatter .submissionDiv .submissionSectionContent .fieldName,
.submissionFormatter .submissionDiv .submissionSectionContent .fieldValue {
  display: block;
  font-size: 14px;
  line-height: 18px;
  overflow-wrap: anywhere;
}
.submissionFormatter .submissionDiv .submissionSectionContent .fieldName {
  flex: 2 1 0%;
  max-width: 256px;
  color: #717171;
  padding-right: 8px;
}
.submissionFormatter .submissionDiv .submissionSectionContent .fieldValue {
  flex: 3 1 0%;
  white-space: pre-wrap;
  padding-left: 4px;
}
.submissionFormatter .submissionDiv .invisibleWB {
  display: none;
  visibility: visible;
}
.submissionFormatter .submissionDiv .indentFirstLevel {
  width: 26px;
}
.submissionFormatter .submissionDiv .indentSecondLevel {
  width: 52px;
}
.submissionFormatter .submissionDiv .indentThirdLevel {
  width: 78px;
}
.submissionFormatter .submissionDiv .indentFourthLevel {
  width: 104px;
}
.submissionFormatter .submissionDiv .indentFifthLevel {
  width: 130px;
}
.submissionFormatter .submissionDiv .indentSixthLevel {
  width: 156px;
}
.submissionFormatter .notesSection {
  width: 100%;
  position: absolute;
  bottom: 0px;
  line-height: 1.25;
  box-sizing: border-box;
  background-color: #f6f6f6;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-color: #d6d6d6;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  color: #333333;
}
.submissionFormatter .notesSection * {
  box-sizing: border-box;
}
.submissionFormatter .notesSection .cursorNavigatable {
  cursor: pointer;
}
.submissionFormatter .notesSection:hover {
  background-color: #ffffff;
}
.submissionFormatter .notesSection .notesHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
}
.submissionFormatter .notesSection .notesHeader .iconLblContainer {
  display: flex;
  align-items: center;
}
.submissionFormatter .notesSection .notesHeader .iconLblContainer .notesIcon {
  margin-right: 8px;
  color: #426da9;
}
.submissionFormatter .notesSection .notesHeader .iconLblContainer .notesIcon i {
  font-size: 18px;
}
.submissionFormatter .notesSection .notesHeader .iconLblContainer .notesIconActive {
  transform: rotate(-180deg);
}
.submissionFormatter .notesSection .notesHeader .iconLblContainer .lblNotesTitle {
  font-weight: 500;
}
.submissionFormatter .notesSection .notesHeader .notesOptionsContainer {
  display: flex;
  align-items: center;
}
.submissionFormatter .notesSection .notesHeader .notesOptionsContainer .eds-link,
.submissionFormatter .notesSection .notesHeader .notesOptionsContainer .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.submissionFormatter .notesSection .notesHeader .notesOptionsContainer .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  margin-left: 20px;
}
.submissionFormatter .notesSection .notesHeader .notesOptionsContainer .eds-link .eds-button_\#icon,
.submissionFormatter .notesSection .notesHeader .notesOptionsContainer .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon .eds-button_\#icon,
.submissionFormatter .notesSection .notesHeader .notesOptionsContainer .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink .eds-button_\#icon {
  width: auto;
  height: auto;
  font-size: 24px;
}
.submissionFormatter .notesSection .notesHeader .addNoteActionBtnsContainer {
  padding-top: 4px;
  padding-bottom: 4px;
}
.submissionFormatter .notesSection .notesHeader .addNoteActionBtnsContainer .addNoteActionButton {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 16px;
  padding-right: 16px;
  color: #426da9;
  font-weight: 500;
  text-decoration: none;
}
.submissionFormatter .notesSection .notesHeader .addNoteActionBtnsContainer div:first-child {
  border-width: 0;
  border-right-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
}
.submissionFormatter .notesSection .notesHeader .addNoteActionBtnsContainer div:last-child .addNoteActionButton {
  padding-right: 0;
}
.submissionFormatter .notesSection .tbxNewNote {
  right: 1px;
  bottom: 1px;
  width: 98%;
  height: 55%;
  word-wrap: break-word;
  overflow: auto;
}
.submissionFormatter .notesSection .newNoteHeader {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  align-items: flex-end;
  padding-top: 8px;
  padding-bottom: 8px;
  border-width: 0;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  margin-bottom: 8px;
}
.submissionFormatter .notesSection .newNoteHeader .newNoteHeaderTextContainerLabel {
  font-size: 16px;
}
.submissionFormatter .notesSection .newNoteHeader .newNoteHeaderDropdownContainer {
  width: 160px;
  margin: 0;
}
.submissionFormatter .notesSection .addNoteTextArea {
  overflow-y: auto;
  height: 100%;
  width: 100%;
  resize: none;
  margin-bottom: 0;
  padding: 8px;
}
.submissionFormatter .notesSection .newNotesContainer {
  height: 100%;
  width: 100%;
}
.submissionFormatter .notesSection .notesContainer {
  width: 100%;
  overflow: auto;
  position: absolute;
  top: 40px;
  bottom: 0px;
  left: 0;
}
.submissionFormatter .notesSection .notesContainer > span,
.submissionFormatter .notesSection .notesContainer font:first-child {
  padding-left: 16px;
}
.submissionFormatter .notesSection .notesContainer .singleNote {
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: #d6d6d6;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  overflow-wrap: break-word;
}
.submissionFormatter .notesSection .notesContainer .singleNote .singleNoteBasicInfo {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 4px;
  line-height: 18px;
}
.submissionFormatter .notesSection .notesContainer .singleNote .singleNoteSelect {
  width: 160px;
  margin-bottom: 4px;
}
.submissionFormatter .notesSection .notesContainer .singleNote .singleNoteTextContent {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.submissionFormatter .notesSection .notesContainer .singleNote .singleNoteTextContent .eds-link,
.submissionFormatter .notesSection .notesContainer .singleNote .singleNoteTextContent .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.submissionFormatter .notesSection .notesContainer .singleNote .singleNoteTextContent .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  height: 24px;
}
.submissionFormatter .notesSection .notesContainer .btnSortNote {
  color: #426da9;
  cursor: pointer;
}
.submissionFormatter .notesSection .notesContainer #cellSummaryIcons {
  white-space: nowrap;
  text-align: right;
}
.submissionFormatter .notesSection .notesContainer .cellFraudStatus {
  padding: 2px;
}
.submissionFormatter .notesSection.notesSectionActive {
  background-color: #ffffff;
}
.submissionFormatter .historySection {
  width: 100%;
  position: absolute;
  bottom: 25px;
  box-sizing: border-box;
  background-color: #f6f6f6;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-color: #d6d6d6;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #333333;
  font-size: 14px;
}
.submissionFormatter .historySection * {
  box-sizing: border-box;
}
.submissionFormatter .historySection .cursorNavigatable {
  cursor: pointer;
}
.submissionFormatter .historySection:hover {
  background-color: #ffffff;
}
.submissionFormatter .historySection .historyHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 8px;
  padding: 20px;
  height: 40px;
}
.submissionFormatter .historySection .iconLblContainer {
  display: flex;
  align-items: center;
}
.submissionFormatter .historySection .iconLblContainer .historyIcon {
  margin-right: 8px;
  color: #426da9;
}
.submissionFormatter .historySection .iconLblContainer .historyIcon i {
  font-size: 18px;
}
.submissionFormatter .historySection .iconLblContainer .historyIconActive {
  transform: rotate(-180deg);
}
.submissionFormatter .historySection .iconLblContainer .historyLabelTitle {
  font-weight: 500;
}
.submissionFormatter .historySection .historyContentRow {
  overflow-wrap: break-word;
}
.submissionFormatter .historySection .historyContentRow .eventsContainer,
.submissionFormatter .historySection .historyContentRow .assessmentsContainer,
.submissionFormatter .historySection .historyContentRow .historyItem,
.submissionFormatter .historySection .historyContentRow #lblCMDModified {
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: #d6d6d6;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
}
.submissionFormatter .historySection .historyContentRow .historyItem:last-of-type {
  border: none;
}
.submissionFormatter .historySection .historyContentRow .eventsContainer p,
.submissionFormatter .historySection .historyContentRow .assessmentsContainer p {
  margin: 0;
}
.submissionFormatter .historySection .historyContentRow .selectedEventsLabel,
.submissionFormatter .historySection .historyContentRow .selectedAssessmentsLabel,
.submissionFormatter .historySection .historyContentRow .historyItemHeader,
.submissionFormatter .historySection .historyContentRow #lblCMDModified {
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 4px;
  line-height: 18px;
}
.submissionFormatter .historySection .historyContentRow #lblCMDModified {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.submissionFormatter .historySection .historyContentRow .historyItemContent {
  line-height: 20px;
}
.submissionFormatter .historySection .historyContentRow .historyItemContent ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
.submissionFormatter .historySection .historyContentRow .historyItemContent ul > li:only-child {
  list-style-type: none;
  margin-left: -20px;
}
.submissionFormatter .historySection .historyContentRow .historyItemContent li > ul > li:only-child {
  list-style-type: circle;
  margin: auto;
}
.submissionFormatter .historySection .historyContentRow .historyItemContent ul > li:last-of-type > ul {
  padding-bottom: 0;
}
.submissionFormatter .historySection .historyContentRow .historyItemContent ul > li > ul {
  padding-bottom: 8px;
}
.submissionFormatter .historySection .historyContentRow .historyItemLimitReached,
.submissionFormatter .historySection .historyContentRow .historyItemNoHistory {
  padding-bottom: 0;
}
.submissionFormatter .historySection.historySectionActive {
  background-color: #ffffff;
}
.submissionFormatter .notesSection .notesHeader,
.submissionFormatter .historySection .historyHeader {
  box-shadow: 0 -8px 8px -4px rgba(0, 0, 0, 0.12);
}
.submissionFormatter .notesSection .notesHeader .headerDragIndicator,
.submissionFormatter .historySection .historyHeader .headerDragIndicator {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  vertical-align: text-bottom;
  color: #c1c1c1;
  position: absolute;
  left: 50%;
  top: 8px;
}
.workbenchDocumentLinks {
  background-color: #fff;
}
.workbenchDocumentLinks .eds-accordion_\.eds-details {
  border-left: none;
  border-right: none;
  border-radius: 0px;
}
.workbenchDocumentLinks .eds-details_\#summary-text {
  position: relative;
  left: 24px;
}
.workbenchDocumentLinks .eds-details_\#summary::before {
  right: auto;
}
.workbenchDocumentLinks .eds-details_\#summary::after {
  display: none;
}
.workbenchDocumentLinks .eds-details\.open .eds-details_\#summary::after {
  display: none;
}
.workbenchDocumentLinks .eds-details[focus-within] {
  border-color: #d6d6d6;
  box-shadow: none;
}
.workbenchDocumentLinks .eds-details:focus-within {
  border-color: #d6d6d6;
  box-shadow: none;
}
.workbenchNavigator .eds-tabset {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #ffffff;
}
.workbenchNavigator .eds-tab {
  flex: 1 1 0%;
  text-align: center;
}
.workbenchNavigator .eds-tab .eds-link,
.workbenchNavigator .eds-tab .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.workbenchNavigator .eds-tab .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  flex: 1 1 0%;
  justify-content: center;
}
.workbenchNavigator .eds-tab_\#content {
  box-sizing: border-box;
  height: 44px;
  padding-top: 4px;
  padding-left: 8px;
}
.workbenchNavigator .eds-tab_\#content:last-child {
  padding-right: 8px;
}
.workbenchNavigator .eds-tab\.disabled {
  pointer-events: none;
}
.workbenchNavigator .eds-tab\.disabled .eds-link,
.workbenchNavigator .eds-tab\.disabled .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.workbenchNavigator .eds-tab\.disabled .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  pointer-events: none;
  cursor: default;
  color: #8c8c8c;
}
.workbenchNavigator .tabContent {
  position: absolute;
  top: 50px;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: auto;
}
.workbenchNavigator .navigatorItem {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.workbenchNavigator .navigatorItem.selected {
  background-color: #ffffff;
}
.workbenchNavigator .navigatorItemIdentifier {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 4px;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  word-break: break-all;
}
.workbenchNavigator .navigatorItemText {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 4px;
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
  word-break: break-all;
}
.workbenchNavigator .navigatorItemText .material-icons {
  font-size: 16px;
}
.workbenchNavigator .navigatorItemText:last-child {
  margin-bottom: 0;
}
.workbenchNavigator .navigatorItemText.selected,
.workbenchNavigator .navigatorItemIdentifier.selected {
  padding-left: 8px;
  border-color: #e63888;
  border-style: solid;
  border-width: 0;
  border-left-width: 4px;
}
.workbenchNavigator .navigatorItemIcons {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 4px;
  color: #8c8c8c;
  line-height: 1;
  cursor: default;
}
.workbenchNavigator .navigatorItemIcons .material-icons {
  font-size: 24px;
  margin-right: 4px;
}
.workbenchNavigator .loadingIndicator {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.workbenchNavigator #lblVersions {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.WorkBenchVad {
  /********************************
    * Old Common less and default less includes for the WorkbenchVad
    *********************************/
  /********************************
    * Old VAD less
    *********************************/
  font-family: Roboto, Arial;
  font-size: 12px;
  font-weight: normal;
  background: #f9fafc;
  /**************************************
    * New VAD styles
    ***************************************/
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: absolute;
  margin: 0;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  color: #333333;
  /*Slider panel styles*/
  /*VAD Container styles*/
}
.WorkBenchVad .standardTextFont {
  font-family: Roboto, Arial;
  font-size: 12px;
  font-weight: normal;
}
.WorkBenchVad .errorText {
  font-family: Roboto, Arial;
  font-size: 12px;
  font-weight: normal;
  color: #cc0000 !important;
  text-align: left;
}
.WorkBenchVad .aspErrorMessage {
  font-family: Roboto, Arial;
  font-size: 12px;
  font-weight: normal;
  color: #cc0000 !important;
  text-align: left;
  z-index: 0;
  padding: 5px;
}
.WorkBenchVad .errorBorder {
  border: solid 1px #cc0000;
}
.WorkBenchVad .highlightRow {
  background-color: #FFFFCC !important;
}
.WorkBenchVad .PHHL {
  background-color: #FFFFCC !important;
  color: #595959;
  background-image: none !important;
}
.WorkBenchVad .regularLinkButton {
  font-family: Roboto, Arial;
  font-size: 12px;
  font-weight: normal;
  color: #0095da;
}
.WorkBenchVad .hunterPane {
  margin: 5px 3px 0px 3px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  overflow-x: auto;
}
.WorkBenchVad .paneHeader {
  font-weight: bold;
  background-image: url('sub_menu_fill.png.ashx');
  padding-left: 5px;
  font-size: 12px;
  height: 24px;
  display: block;
  border-bottom: solid 1px #cccccc;
  line-height: 24px;
}
.WorkBenchVad .HighlightRow,
.WorkBenchVad .HighlightRow td,
.WorkBenchVad .Asp_DataGrid_SelectedItemStyle,
.WorkBenchVad .WithBGColorError,
.WorkBenchVad .bgcE,
.WorkBenchVad .withhighlight,
.WorkBenchVad .bgcH,
.WorkBenchVad .Asp_Selected,
.WorkBenchVad td.bgcE {
  background-color: #FFFFCC !important;
}
.WorkBenchVad .Asp_ErrorMessage,
.WorkBenchVad .ErrorLabel,
.WorkBenchVad .Err {
  font-family: Roboto, Arial;
  font-size: 12px;
  font-weight: normal;
  color: #cc0000 !important;
  text-align: left;
  z-index: 0;
  padding: 5px;
}
.WorkBenchVad .WithErrorBorder,
.WorkBenchVad .bdrE {
  border: solid 1px #cc0000;
}
.WorkBenchVad .VadBlockHeight {
  height: 100%;
}
.WorkBenchVad .VadParamErr {
  margin: 5px;
  display: block;
}
.WorkBenchVad .VadParamHeader {
  width: 100%;
  background: #f9fafc;
  color: #fff;
  margin-top: 5px;
}
.WorkBenchVad a.showHideButton {
  width: 11px;
  height: 11px;
  float: left;
  display: block;
  margin: 6px 3px 0px 0px;
  text-indent: -999px;
}
.WorkBenchVad .VadManager {
  height: 100%;
  margin: 0px;
  overflow: auto;
  background: #f9fafc;
  overflow-y: hidden;
  display: flex;
}
.WorkBenchVad * {
  box-sizing: border-box;
}
.WorkBenchVad .sliderPanel {
  width: 24px;
  background-color: #ffffff;
  border-color: #d6d6d6;
  border-style: solid;
  border-width: 0;
  border-left-width: 1px;
  height: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.WorkBenchVad .sliderPanel .leftSliderContent,
.WorkBenchVad .sliderPanel .rightSliderContent {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  height: 100%;
}
.WorkBenchVad .sliderPanel .leftSliderContent.hidden,
.WorkBenchVad .sliderPanel .rightSliderContent.hidden,
.WorkBenchVad .sliderPanel .leftSliderContent.splash .eds-button.hidden,
.WorkBenchVad .sliderPanel .rightSliderContent.splash .eds-button.hidden {
  display: none;
}
.WorkBenchVad .sliderPanel .leftSliderContent .eds-link,
.WorkBenchVad .sliderPanel .rightSliderContent .eds-link,
.WorkBenchVad .sliderPanel .leftSliderContent .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.WorkBenchVad .sliderPanel .rightSliderContent .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.WorkBenchVad .sliderPanel .leftSliderContent .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink,
.WorkBenchVad .sliderPanel .rightSliderContent .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  flex: 1 1 0%;
  display: inline-flex;
  align-items: center;
}
.WorkBenchVad .sliderPanel .leftSliderContent .eds-heading,
.WorkBenchVad .sliderPanel .rightSliderContent .eds-heading {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 2 1 0%;
  overflow: hidden;
}
.WorkBenchVad .sliderPanel .leftSliderContent .eds-heading .textHolder,
.WorkBenchVad .sliderPanel .rightSliderContent .eds-heading .textHolder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
}
.WorkBenchVad .sliderPanel .leftSliderContent:hover,
.WorkBenchVad .sliderPanel .rightSliderContent:hover {
  background-color: #d6e3f4;
}
.WorkBenchVad .sliderPanel .middleSliderContent .eds-link:hover,
.WorkBenchVad .sliderPanel .middleSliderContent .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon:hover,
.WorkBenchVad .sliderPanel .middleSliderContent .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink:hover {
  background-color: #d6e3f4;
}
.WorkBenchVad .VadContainer {
  font-size: 14px;
  width: 256px;
  min-width: 256px;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  border-right-width: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.WorkBenchVad .VadContainer .vadNavigator {
  overflow-y: auto;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.WorkBenchVad .VadContainer .vadNavigator .navigatorHeader {
  color: #333333;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
}
.WorkBenchVad .VadContainer .vadNavigator .navigatorHeader span {
  display: block;
}
.WorkBenchVad .VadContainer .vadNavigator ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.WorkBenchVad .VadContainer .vadNavigator .vadNavigatorLinkContainer {
  overflow: hidden;
  padding-top: 12px;
  padding-bottom: 12px;
}
.WorkBenchVad .VadContainer .vadNavigator .vadNavigatorLinkContainer .eds-link,
.WorkBenchVad .VadContainer .vadNavigator .vadNavigatorLinkContainer .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.WorkBenchVad .VadContainer .vadNavigator .vadNavigatorLinkContainer .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  line-height: 1.25;
  font-size: 16px;
  padding-left: 12px;
  padding-right: 12px;
  display: block;
}
.WorkBenchVad .VadContainer .vadNavigator .vadNavigatorLinkContainer.navigatorSelected a {
  border-width: 0;
  border-left-width: 4px;
  border-style: solid;
  border-color: #e63888;
  color: #333333;
  padding-left: 8px;
}
.WorkBenchVad .VadContent {
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #ffffff;
  flex: 1 1 auto;
  /* VAD Specific */
  /* Detect Vad Start */
  /* Detect Vad End */
}
.WorkBenchVad .VadContent .VadSection {
  border-width: 1px;
  border-color: #d6d6d6;
  border-style: solid;
  border-radius: 6px;
  margin-bottom: 16px;
  overflow-wrap: break-word;
}
.WorkBenchVad .VadContent .VadSection .vadSectionHeader {
  background-color: #f6f6f6;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: #d6d6d6;
  border-style: solid;
  border-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.WorkBenchVad .VadContent .VadSection .vadSectionContent {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.WorkBenchVad .VadContent .VadSection .vadSectionContent li {
  line-height: 1.5;
}
.WorkBenchVad .VadContent .VadSection .vadSectionContent .eds-link,
.WorkBenchVad .VadContent .VadSection .vadSectionContent .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.WorkBenchVad .VadContent .VadSection .vadSectionContent .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  line-height: 1;
  font-weight: 500;
}
.WorkBenchVad .VadContent .VadSection ul {
  margin: 0px;
  padding: 0;
  list-style-type: none;
}
.WorkBenchVad .VadContent .VadSection ul li span,
.WorkBenchVad .VadContent .VadSection ul ul span,
.WorkBenchVad .VadContent .VadSection ul ul a {
  display: block;
}
.WorkBenchVad .VadContent .VadSection .VadResponseXml {
  width: 100%;
  padding-left: 8px;
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-width: 0;
}
.WorkBenchVad .VadContent .VadSectionToggleable {
  border-width: 0;
}
.WorkBenchVad .VadContent .VadSectionBottom {
  overflow: hidden;
  border-bottom: none;
}
.WorkBenchVad .VadContent .eds-details_\#summary-text {
  position: relative;
  left: 24px;
}
.WorkBenchVad .VadContent .eds-details_\#summary::before {
  right: auto;
}
.WorkBenchVad .VadContent .eds-details_\#summary::after {
  display: none;
}
.WorkBenchVad .VadContent .eds-details\.open .eds-details_\#summary::after {
  display: none;
}
.WorkBenchVad .VadContent .eds-details:focus-within {
  border-color: #d6d6d6;
  box-shadow: none;
}
.WorkBenchVad .VadContent .BureauTable {
  padding: 0px 0px 0px 0px;
  border: solid thin #015cae;
  width: 100%;
  background: white;
}
.WorkBenchVad .VadContent .BureauValue {
  background-color: #ffffff;
  padding: 0px 0px 0px 2px;
}
.WorkBenchVad .VadContent .BureauDescription {
  background-color: #ffffff;
  padding: 0px 0px 0px 2px;
  width: 350px;
}
.WorkBenchVad .VadContent .VadParameterXml {
  width: 100%;
  border: 1px;
}
.WorkBenchVad .loadingIndicator {
  position: absolute;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: calc(100% - 280px);;
}
.workbenchSummary {
  background-color: #ffffff;
  padding: 20px;
}
.workbenchSummary table,
.workbenchSummary tr,
.workbenchSummary td,
.workbenchSummary th,
.workbenchSummary thead,
.workbenchSummary tfoot,
.workbenchSummary tbody {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.workbenchSummary .eds-alert {
  margin-bottom: 20px;
}
.workbenchSummary .worklistsContainter {
  display: inline;
  height: 17px;
  line-height: normal;
  overflow: hidden;
  float: left;
}
.workbenchSummary .worklistsContainter .eds-link,
.workbenchSummary .worklistsContainter .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.workbenchSummary .worklistsContainter .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  font-weight: 500;
  padding-right: 12px;
  display: inline-block;
  box-sizing: border-box;
  width: max-content;
}
.workbenchSummary .worklistsContainter.expanded {
  height: auto;
  overflow: visible;
  float: none;
}
.workbenchSummary .worklistsContainter.expanded .eds-link,
.workbenchSummary .worklistsContainter.expanded .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.workbenchSummary .worklistsContainter.expanded .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  display: inline;
  word-break: break-all;
}
.workbenchSummary .standardHeader {
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.25;
  font-size: 16px;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}
.workbenchSummary .subSection {
  width: 100%;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-color: #d6d6d6;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  color: #333333;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.workbenchSummary .subSection\.shortContent table {
  width: 100%;
}
.workbenchSummary .subSection\.shortContent td:nth-child(4n - 3) {
  width: 20%;
  color: #717171;
}
.workbenchSummary .subSection\.shortContent td:nth-child(4n - 2) {
  width: 35%;
}
.workbenchSummary .subSection\.shortContent td:nth-child(4n - 1) {
  width: 20%;
  color: #717171;
}
.workbenchSummary .subSection\.shortContent td:nth-child(4n) {
  width: 25%;
}
.workbenchSummary .subSection\.longContent table {
  width: 100%;
}
.workbenchSummary .subSection\.longContent td:nth-child(2n - 1) {
  width: 40%;
  color: #717171;
}
.workbenchSummary .subSection\.longContent td:nth-child(2n) {
  width: 60%;
  word-break: break-all;
}
.workbenchSummary .summaryTable td {
  padding-bottom: 8px;
}
.workbenchSummary .summaryTable tr:last-of-type td {
  padding-bottom: 0;
}
.workbenchSummary #imgMostComRuleScore,
.workbenchSummary #imgHiRuleScore {
  font-size: 16px;
  display: inline;
}
.workbenchSummary #lblShowMore {
  cursor: pointer;
  color: #333333;
  line-height: normal;
}
.workbenchSummary .standardLink {
  background-color: transparent;
  border-width: 0;
  cursor: pointer;
  padding: 0;
  color: #426da9;
  text-decoration: none;
  font-weight: 500;
}
.workbenchSummary .standardLink .eds-button_\#label {
  display: inline-block;
  pointer-events: none;
}
.workbenchSummary .standardLink .eds-button_\#icon {
  pointer-events: none;
}
.workbenchSummary .standardLink svg {
  width: 100%;
  height: 100%;
}
.workbenchSummary .standardLink svg g:not([fill="none"]) {
  fill: currentColor;
}
.workbenchSummary .nonVadScoreValue {
  color: #8c8c8c;
  font-weight: 500;
}
.workbenchCompareApp {
  background-color: #ffffff;
}
.workbenchCompareApp .outerContainer {
  position: absolute;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.workbenchCompareApp .leftPanel {
  flex: 2 1 0%;
  position: relative;
}
.workbenchCompareApp .leftPanel iframe {
  height: 100%;
  width: 100%;
}
.workbenchCompareApp .sliderPanel {
  width: 24px;
  background-color: #ffffff;
  border-color: #d6d6d6;
  border-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0;
  border-bottom-width: 0;
  overflow: hidden;
}
.workbenchCompareApp .sliderPanel .sliderContent {
  height: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.workbenchCompareApp .sliderPanel .sliderContent.hidden,
.workbenchCompareApp .sliderPanel .sliderContent.splash .eds-button.hidden {
  display: none;
}
.workbenchCompareApp .sliderPanel .sliderContent .eds-link,
.workbenchCompareApp .sliderPanel .sliderContent .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.workbenchCompareApp .sliderPanel .sliderContent .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  flex: 1 1 0%;
  display: inline-flex;
  align-items: center;
}
.workbenchCompareApp .sliderPanel .sliderContent .eds-heading {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 2 1 0%;
  overflow: hidden;
}
.workbenchCompareApp .sliderPanel .sliderContent .eds-heading .textHolder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
}
.workbenchCompareApp .sliderPanel .sliderContent:hover {
  background-color: #d6e3f4;
}
.workbenchCompareApp .rightPanel {
  display: flex;
  flex: 1 1 0%;
}
.workbenchCompareApp .rightPanel.flex-none {
  flex: none;
}
.workbenchCompareApp .navigatorPanel {
  flex: 1 1 0%;
  position: relative;
}
.workbenchCompareApp .navigatorPanel iframe {
  height: 100%;
  width: 100%;
}
.workbenchCompareApp .loadingIndicator {
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.workbenchCompareMatches {
  background-color: #ffffff;
}
.workbenchCompareMatches .outerContainer {
  position: absolute;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.workbenchCompareMatches .leftPanel {
  flex: 2 1 0%;
  position: relative;
}
.workbenchCompareMatches .leftPanel iframe {
  height: 100%;
  width: 100%;
}
.workbenchCompareMatches .sliderPanel {
  width: 24px;
  background-color: #ffffff;
  border-color: #d6d6d6;
  border-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0;
  border-bottom-width: 0;
  overflow: hidden;
}
.workbenchCompareMatches .sliderPanel .sliderContent {
  height: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.workbenchCompareMatches .sliderPanel .sliderContent.hidden,
.workbenchCompareMatches .sliderPanel .sliderContent.splash .eds-button.hidden {
  display: none;
}
.workbenchCompareMatches .sliderPanel .sliderContent .eds-link,
.workbenchCompareMatches .sliderPanel .sliderContent .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.workbenchCompareMatches .sliderPanel .sliderContent .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  flex: 1 1 0%;
  display: inline-flex;
  align-items: center;
}
.workbenchCompareMatches .sliderPanel .sliderContent .eds-heading {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 2 1 0%;
  overflow: hidden;
}
.workbenchCompareMatches .sliderPanel .sliderContent .eds-heading .textHolder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
}
.workbenchCompareMatches .sliderPanel .sliderContent:hover {
  background-color: #d6e3f4;
}
.workbenchCompareMatches .rightPanel {
  display: flex;
  flex: 1 1 0%;
}
.workbenchCompareMatches .rightPanel.flex-none {
  flex: none;
}
.workbenchCompareMatches .navigatorPanel {
  flex: 1 1 0%;
  position: relative;
}
.workbenchCompareMatches .navigatorPanel iframe {
  height: 100%;
  width: 100%;
}
.workbenchCompareMatches .loadingIndicator {
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.workbenchMap {
  height: 100%;
}
.workbenchMap .mapContainer {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.workbenchMap .mapContainer .mapInnerContainer {
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
}
.workbenchMap .mapContainer .eds-alert {
  margin: 20px;
}
.workbenchMap .addressContainer {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: 100%;
  width: 256px;
  background-color: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.workbenchMap .eds-details {
  border-radius: 0;
}
.workbenchMap .eds-details_\#summary {
  z-index: 0;
}
.workbenchMap .eds-details_\#summary::before {
  right: auto;
}
.workbenchMap .eds-details_\#summary::after {
  display: none;
}
.workbenchMap .eds-details\.open .eds-details_\#summary::after {
  display: none;
}
.workbenchMap .addressContainerHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.workbenchMap .addressContainerHeader .addressHeader {
  font-size: 14px;
  font-weight: 500;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
}
.workbenchMap .addressContainerHeader .eds-link > .eds-button_\#icon,
.workbenchMap .addressContainerHeader .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon > .eds-button_\#icon,
.workbenchMap .addressContainerHeader .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink > .eds-button_\#icon {
  width: auto;
  height: auto;
  font-size: 24px;
}
.workbenchMap .addressContainerHeader .loadingSpinner > img {
  height: 24px;
}
.workbenchMap .addressInnerContainer {
  height: 100%;
  overflow: auto;
}
.workbenchMap .eds-popover {
  position: absolute;
  z-index: 10;
  width: 160px;
}
.workbenchMap .eds-popover .suggestionItem {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
}
.workbenchMap .addressImage {
  min-width: 24px;
}
.workbenchMap .addressItem .addressImage,
.workbenchMap .addressDisabled .addressImage,
.workbenchMap .addressItem .addressCheckBox,
.workbenchMap .addressDisabled .addressCheckBox {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 8px;
}
.workbenchMap .addressItem {
  cursor: pointer;
}
.workbenchMap .iconClickable {
  cursor: pointer;
}
.workbenchMap .icon.disabledIcon {
  cursor: default;
  color: #8c8c8c;
}
.workbenchMap .addressIndex {
  font-weight: 700;
  margin-right: 8px;
}
.workbenchMap .addressItemText {
  width: 100%;
}
.workbenchMap .addressCheckBox .eds-checkbox {
  vertical-align: middle;
}
.workbenchMap .addressListHeader {
  display: flex;
  justify-content: space-between;
  border-collapse: collapse;
  padding-right: 16px;
  padding-left: 20px;
}
.workbenchMap .addressTitle {
  display: inline-flex;
  cursor: pointer;
  vertical-align: middle;
  min-width: 0;
}
.workbenchMap .addressTitle .submissionIdentifier {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.workbenchMap .addressTitle .submissionVersion {
  flex-shrink: 0;
}
.workbenchMap .addressActions {
  display: inline-flex;
  flex-shrink: 0;
}
.workbenchMap .addressActions > span {
  margin-left: 8px;
}
.workbenchMap .addressContent .eds-details_\#content {
  display: flex;
}
.workbenchMap .icon {
  border-width: 0;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.workbenchMap .icon.addressIcon {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.workbenchMap .icon.iconHidden {
  display: none;
}
.workbenchShowMatches {
  color: #333333;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  margin-top: 8px;
  background-color: #f6f6f6;
  box-sizing: border-box;
}
.workbenchShowMatches .eds-checkbox {
  box-sizing: border-box;
  padding-left: 16px;
  margin-bottom: 8px;
}
.workbenchShowMatches .eds-checkbox label {
  font-size: 14px;
  line-height: 1.5;
}
.workbenchShowMatches .matchesTable {
  background-color: #ffffff;
  table-layout: auto;
}
.workbenchShowMatches .matchesTable .matchesTableHeader {
  box-sizing: border-box;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: #d6d6d6;
  border-style: solid;
  background-color: #f6f6f6;
}
.workbenchShowMatches .matchesTable .matchesTableHeader tr {
  box-sizing: border-box;
  border-width: 0;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
}
.workbenchShowMatches .matchesTable .matchesTableHeader td {
  box-sizing: border-box;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 8px;
  padding-bottom: 8px;
}
.workbenchShowMatches .matchesTable .matchesTableHeader td:first-child {
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
}
.workbenchShowMatches .matchesTable .matchesInnerTablesHeader {
  word-break: break-all;
}
.workbenchShowMatches .matchesTable .matchesInnerTablesHeader td {
  text-align: center;
  vertical-align: middle;
}
.workbenchShowMatches .matchesTable .matchesInnerTablesHeader td:first-child {
  width: auto;
  line-height: 1;
  text-align: left;
}
.workbenchShowMatches .matchesTable .matchesInnerTablesHeader td:nth-child(2) {
  width: 14%;
}
.workbenchShowMatches .matchesTable .matchesInnerTablesHeader td:nth-child(3) {
  width: 14%;
}
.workbenchShowMatches .matchesTable .matchesInnerTablesHeader td:nth-child(4) {
  width: 26%;
}
.workbenchShowMatches .matchesTable .matchesInnerTablesHeader td:nth-child(5) {
  width: 20%;
  box-sizing: border-box;
  padding-right: 4px;
}
.workbenchShowMatches .matchesTable .matchesInnerTablesHeader .eds-link,
.workbenchShowMatches .matchesTable .matchesInnerTablesHeader .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.workbenchShowMatches .matchesTable .matchesInnerTablesHeader .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  font-weight: 500;
}
.workbenchShowMatches .matchesTable .matchesInnerTablesHeader .eds-link .eds-button_\#icon,
.workbenchShowMatches .matchesTable .matchesInnerTablesHeader .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon .eds-button_\#icon,
.workbenchShowMatches .matchesTable .matchesInnerTablesHeader .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink .eds-button_\#icon {
  width: auto;
  height: auto;
  font-size: 22px;
}
.workbenchShowMatches .matchesTable .matchesInnerTablesHeader .eds-popover_\#content {
  font-size: 14px;
}
.workbenchShowMatches .matchesTable .matchesInnerTablesHeader .eds-popover_\#content .eds-link,
.workbenchShowMatches .matchesTable .matchesInnerTablesHeader .eds-popover_\#content .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.workbenchShowMatches .matchesTable .matchesInnerTablesHeader .eds-popover_\#content .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  display: flex;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: 400;
}
.workbenchShowMatches .matchesTable .matchesInnerTablesHeader .eds-popover_\#content .eds-link .eds-button_\#icon,
.workbenchShowMatches .matchesTable .matchesInnerTablesHeader .eds-popover_\#content .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon .eds-button_\#icon,
.workbenchShowMatches .matchesTable .matchesInnerTablesHeader .eds-popover_\#content .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink .eds-button_\#icon {
  font-size: 20px;
  width: auto;
  height: auto;
  margin-right: 12px;
}
.workbenchShowMatches .matchesTable .matchesInnerTablesHeader .submissionOptionsDropDown {
  position: absolute;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 224px;
  left: 0;
}
.workbenchShowMatches .matchesTable .matchesInnerTablesHeader .eds-tag {
  display: table-cell;
  line-height: 1.5;
  background-color: #eaeaea;
}
.workbenchShowMatches .matchesTable .matchesInnerTablesHeader .submissionIdentifier {
  min-width: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.workbenchShowMatches .matchesSeparator {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-color: #d6d6d6;
}
.workbenchShowMatches .ruleScoreIcon {
  font-size: 16px;
  width: 16px;
  vertical-align: middle;
}
.workbenchShowMatches .ruleName {
  display: inline-block;
  vertical-align: middle;
  width: calc(74%);
}
.workbenchShowMatches .matchHeader {
  table-layout: fixed;
  width: 100%;
  line-height: 1.5;
  overflow-wrap: break-word;
}
.workbenchShowMatches .matchHeader td {
  box-sizing: border-box;
  padding: 0;
  padding-right: 12px;
}
.workbenchShowMatches .matchHeader td:first-child {
  width: 30%;
}
.workbenchShowMatches .matchHeader td:nth-child(2) {
  width: 50%;
}
.workbenchShowMatches .matchHeader td:nth-child(3) {
  white-space: nowrap;
}
.workbenchShowMatches .matchHeaderFeedback {
  table-layout: fixed;
  width: 100%;
  line-height: 1.5;
  overflow-wrap: break-word;
}
.workbenchShowMatches .matchHeaderFeedback td {
  box-sizing: border-box;
  padding: 0;
  padding-right: 12px;
}
.workbenchShowMatches .matchHeaderFeedback td:first-child {
  width: 25%;
}
.workbenchShowMatches .matchHeaderFeedback td:nth-child(2) {
  width: 35%;
}
.workbenchShowMatches .matchHeaderFeedback td:nth-child(3) {
  white-space: nowrap;
  width: 18%;
}
.workbenchShowMatches .matchHeaderFeedback td:nth-child(4) {
  width: 18%;
  text-align: center;
  vertical-align: middle;
}
.workbenchShowMatches .matchHeaderRow {
  font-weight: 700;
  color: #585858;
}
.workbenchShowMatches .deleteIcon,
.workbenchShowMatches .compareMatchesIcon {
  font-size: 18px;
}
.workbenchShowMatches .compareMatchesIcon {
  margin-top: 22px;
}
.workbenchShowMatches .feedbackIcon {
  font-size: 16px;
  width: 16px;
  vertical-align: middle;
}
.workbenchShowMatches .submissionMatchDetails {
  width: 100%;
  table-layout: auto;
}
.workbenchShowMatches .submissionMatchDetails .eds-table {
  line-height: 1.5;
  background-color: #f6f6f6;
}
.workbenchShowMatches .submissionMatchDetails .eds-table td {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.workbenchShowMatches .submissionMatchDetails .eds-table .eds-table_\.row:first-child {
  box-sizing: border-box;
  font-weight: 700;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: #d6d6d6;
}
.workbenchShowMatches .submissionMatchDetails .eds-table .eds-table_\.row:first-child td {
  box-sizing: border-box;
  padding-top: 8px;
  padding-bottom: 8px;
}
.workbenchShowMatches .matchesHistory,
.workbenchShowMatches .matchesNotes {
  padding: 0;
  width: 100%;
}
.workbenchShowMatches .loadingText {
  padding-left: 24px;
  height: 32px;
}
.workbenchShowMatches .showMatchesNotesContainer {
  table-layout: fixed;
  margin-top: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #ffffff;
}
.workbenchShowMatches .showMatchesNotesContainer .showMatchesNote:not(:last-child) {
  margin-bottom: 12px;
}
.workbenchShowMatches .showMatchesNotesContainer .showMatchesNoteDetails {
  line-height: 1.5;
  margin-bottom: 4px;
  font-weight: 700;
}
.workbenchShowMatches .showMatchesNotesContainer .showMatchesNoteText {
  line-height: 1.5;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.workbenchShowMatches .showMatchesNotes,
.workbenchShowMatches .showMatchesHistory {
  width: 100%;
}
.workbenchShowMatches .showMatchesHistoryItemsContainer {
  margin-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.workbenchShowMatches .showMatchesHistoryItemsContainer .showMatchesHistoryItemNoHistory {
  font-weight: 700;
  padding-top: 12px;
}
.workbenchShowMatches .showMatchesHistoryItemsContainer .showMatchesHistoryItemHeader {
  font-weight: 700;
}
.workbenchShowMatches .showMatchesHistoryItemsContainer .showMatchesHistoryItemContent {
  line-height: 1.5;
}
.workbenchShowMatches .showMatchesHistoryItemsContainer .showMatchesHistoryItem:last-child .showMatchesHistoryItemContent ul {
  margin-bottom: 0;
}
.workbenchShowMatches .loadingPanel {
  position: absolute;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  align-items: center;
}
.workbenchShowMatches .loadingPanel.hidden,
.workbenchShowMatches .loadingPanel.splash .eds-button.hidden {
  display: none;
}
.WorkbenchSendTo {
  background-color: #ffffff;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #333333;
  overflow: auto;
}
.WorkbenchSendTo .overlay {
  width: 100%;
  height: 100%;
  background-color: whitesmoke;
  opacity: 0.6;
  filter: alpha(opacity = 60 );
  z-index: 998;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.WorkbenchSendTo .overlay iframe {
  display: block;
  position: absolute;
  top: 0;
  background-color: whitesmoke;
  z-index: -1;
  left: 0;
  width: 100%;
  border: hidden;
  filter: mask();
}
.WorkbenchSendTo .SendToExtSystem {
  color: black;
  font-size: small;
}
.WorkbenchSendTo .mainUpdatePanelProgress {
  left: 42%;
  z-index: 999;
  position: absolute;
}
.WorkbenchSendTo .updatePanelProgressImage {
  z-index: 1999;
}
.WorkbenchSendTo .eds-alert {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
}
.subAssign .eds-table {
  min-width: 1280px;
}
.subAssign .icons_2 {
  min-width: 65px;
}
.subAssign .icons_3 {
  min-width: 95px;
}
.subAssign .icons_4 {
  min-width: 125px;
}
.subAssign .icons_5 {
  min-width: 155px;
}
.subAssign .icons_6 {
  min-width: 185px;
}
.submissionAssign .currentInfoPanel {
  padding-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
  border-color: #d6d6d6;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  background-color: #ffffff;
}
.submissionAssign .currentInfoRow {
  padding-bottom: 4px;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
}
.submissionAssign .assignToPanel {
  padding-top: 12px;
  padding-left: 4px;
  padding-right: 4px;
  background-color: #ffffff;
}
.submissionAssign .assignToPanel .eds-field {
  width: 100%;
}
.submissionAssign .assignToPanel .eds-input:not(.jsFormGroupControlBorder) {
  margin-bottom: 0;
}
.submissionAssign .notesOuterPanel {
  flex: 1 1 0%;
  padding-left: 16px;
  padding-bottom: 50px;
}
.submissionAssign .notesInnerPanel {
  position: relative;
  height: 100%;
}
.submissionAssign .notesInput {
  height: 100%;
}
.submissionAssign .notesInput textarea {
  padding-top: 8px;
  padding-bottom: 8px;
  overflow: auto;
  resize: none;
}
.generalChart {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
}
.generalChart .paneHeader {
  font-weight: 500;
  height: 44px;
  align-items: center;
  border-bottom: 1px solid #DCDCDC;
  line-height: 44px;
}
.generalChart .button-toggled {
  background-color: #bbcfea;
  border-radius: 4px;
}
.generalChart .chartDetailsContainer {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0;
  font-size: 12px;
}
.generalChart .chartDetailsAnchor {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 0;
  color: #585858;
  padding: 3px;
}
.generalChart .chartDetailsRightDiv {
  float: right;
  height: 100%;
  color: #585858;
  line-height: 19px;
}
.generalChart #chartContainerDiv {
  position: absolute;
  top: 0;
  bottom: 20px;
  width: 100%;
}
.generalChart #chartContainerDiv #searchChartWrapper.noresult {
  background-color: #fff0f3;
  border-color: #ed3457;
  box-shadow: 0 0 0 1px #ed3457;
}
.generalChart #notificationImage {
  display: none;
  float: left;
}
.generalChart .loadingIndicator {
  position: absolute;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.8);
}
.subSection {
  width: 100%;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-color: #d6d6d6;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  color: #333333;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#lstReasonsContainer {
  max-width: 548px;
  margin-bottom: 4px;
}
#tbxNewNote {
  display: block;
  overflow-y: auto;
}
#RulesFeedbackModal {
  overflow-x: hidden;
  flex: 1 1 0%;
  overflow-y: auto;
}
.addNoteTextArea {
  overflow-y: auto;
  height: 100%;
  width: 100%;
  resize: none;
  margin-bottom: 0;
  padding: 8px;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.chkboxlist li {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  display: flex !important;
  margin-bottom: 16px;
}
.chkboxlist li input {
  flex-shrink: 0;
  flex-grow: 0;
}
.chkboxlist li input:disabled {
  background-color: #f6f6f6;
  cursor: not-allowed;
}
.chkboxlist li input:disabled ~ label {
  color: #8c8c8c;
}
.generalChart {
  /* region constants*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.generalChart #chartContainer {
  position: absolute;
  top: 45px;
  bottom: 0;
  width: 100%;
}
.generalChart #chartContainer #klContainer {
  width: 100%;
  height: 100%;
}
.generalChart #loadChartsWrapper {
  display: inline-block;
  position: relative;
}
.generalChart #searchChartWrapper {
  display: inline-flex;
  z-index: 10;
  position: relative;
}
.generalChart .loadSavedChartOptionsDropdown {
  position: absolute;
  overflow-y: auto;
  z-index: 10001;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #585858;
  font-weight: 400;
  font-size: 16px;
  margin-top: 48px;
  margin-left: -22px;
}
.generalChart .loadSavedChartOptionsDropdown option:hover {
  background-color: #d6e3f4;
}
.generalChart #keyLinesChartContainerDiv {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
.generalChart .chartApplet {
  width: 100%;
  height: 100%;
}
.generalChart .dropdown {
  z-index: 10001;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.generalChart .context-dropdown-menu {
  position: absolute;
  cursor: default;
  top: 100%;
  left: 0;
  display: none;
  float: left;
  min-width: 160px;
  z-index: 10001;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.generalChart .menu-item {
  white-space: nowrap;
  padding: 4px;
}
.generalChart .disabled-menu-item {
  pointer-events: none;
  cursor: default;
  background-color: #ffffff;
}
.generalChart .disabled-menu-item > span,
.generalChart .disabled-menu-item > label {
  color: #c1c1c1;
  cursor: default;
}
.generalChart .menu-item-hovered {
  text-decoration: none;
  background-color: #d6e3f4;
  cursor: pointer;
}
.generalChart .menu-item-hovered > span,
.generalChart .menu-item-hovered > label {
  cursor: pointer;
}
.generalChart .context-sub-menu {
  top: 0;
  left: 0;
}
.generalChart #contextMenu div {
  overflow: hidden;
}
.generalChart .contextMenuText {
  margin: 3px 12px 3px 12px;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #585858;
  font-weight: 400;
  font-size: 14px;
}
.generalChart .contextMenuOutsideItem .triangleContainer {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #cccccc;
  border-bottom: 5px solid transparent;
  float: right;
  margin: 3px 5px 3px 15px;
}
.generalChart #chartTooltip {
  display: none;
  position: absolute;
  pointer-events: none;
  z-index: 9999;
  min-width: 80px;
  max-width: 276px;
  -ms-word-break: break-all;
  word-break: break-word;
}
@supports (-ms-ime-align:auto) {
  .generalChart #chartTooltip {
    word-break: break-all;
  }
}
.generalChart #timeBarContainer {
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0px;
  border-top: 1px solid #cccccc;
}
.generalChart #timebarContainerDiv {
  display: none;
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0px;
}
.generalChart #graphContainer {
  position: absolute;
  top: 1px;
  bottom: 0;
  width: 100%;
}
.generalChart #graphContainer.withTimebar,
.generalChart #chartContainerDiv.withTimebar {
  bottom: 140px;
}
.generalChart #detailsContainerDiv.withTimebar {
  bottom: 120px;
}
.generalChart form#SearchResultsChart #keyLinesChartContainerDiv {
  z-index: 0;
}
.generalChart .loadingIndicator {
  position: absolute;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.8);
}
.printSubmission .outerContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
}
.printSubmission .pageTitleContainer {
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}
.printSubmission .pageTitleContainer .pageTitle {
  overflow-wrap: break-word;
  width: 100%;
  white-space: normal;
  word-wrap: break-word;
  line-height: 32px;
}
.printSubmission .hunterContentPlaceHolder {
  position: static;
  flex: 1 1 0%;
}
.printSubmission .hunterFooter {
  position: static;
}
.printSubmission .eds-card {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.printSubmission .eds-card ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
.printSubmission .eds-card_\#header {
  display: flex;
  background-color: #f6f6f6;
}
.printSubmission .eds-card_\.contentSection {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
  border-color: #d6d6d6;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
}
.printSubmission .eds-card_\.contentSection:first-child {
  border-top-width: 0;
  padding-top: 0;
}
.printSubmission .eds-card_\.contentRow {
  display: flex;
  padding-bottom: 4px;
}
.printSubmission .eds-card_\.contentRow:last-child {
  padding-bottom: 0;
}
.printSubmission .eds-card_\.contentRow.hidden,
.printSubmission .eds-card_\.contentRow.splash .eds-button.hidden {
  display: none;
}
.printSubmission .eds-card_\.title,
.printSubmission .eds-card_\.text {
  display: block;
  flex: 1 1 0%;
  padding-right: 8px;
  overflow: hidden;
  line-height: 1;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.printSubmission .eds-card_\.title:last-child,
.printSubmission .eds-card_\.text:last-child {
  padding-right: 0;
}
.printSubmission .eds-card_\.title.hidden,
.printSubmission .eds-card_\.text.hidden,
.printSubmission .eds-card_\.title.splash .eds-button.hidden,
.printSubmission .eds-card_\.text.splash .eds-button.hidden {
  display: none;
}
.printSubmission .eds-card_\.title.small,
.printSubmission .eds-card_\.text {
  font-size: 14px;
}
.printSubmission .eds-card_\.title {
  align-self: center;
}
.printSubmission .eds-card_\.text {
  padding-top: 4px;
}
.printSubmission .eds-card_\.text .eds-tag {
  max-width: 90%;
}
.printSubmission .deleteIconContainer {
  width: 24px;
  text-align: right;
}
.printSubmission .configurationOptions {
  width: 100%;
  border-collapse: collapse;
}
.printSubmission .configurationOptions tr {
  display: flex;
  padding-top: 20px;
}
.printSubmission .configurationOptions tr:first-child {
  padding-top: 4px;
}
.printSubmission .configurationOptions tr:last-child {
  padding-bottom: 4px;
}
.printSubmission .configurationOptions td {
  display: block;
  flex: 1 1 0%;
  height: 20px;
}
.printSubmission .submissionDiv {
  position: static;
  overflow: hidden;
  border-color: #d6d6d6;
  border-style: solid;
  border-top-width: 1px;
  padding-bottom: 20px;
}
.printSubmission .submissionDiv tr:last-child {
  border-bottom-style: hidden;
}
.scrollableContent29 {
  overflow: auto;
  max-height: 290px;
}
.scrollableContent28 {
  overflow: auto;
  max-height: 280px;
}
.disabled-with-tooltip.eds-link[disabled=disabled],
.disabled-with-tooltip.eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon[disabled=disabled],
.disabled-with-tooltip.eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink[disabled=disabled] {
  pointer-events: auto;
}
.action .hunterContent {
  height: 100%;
  background-color: #ffffff;
}
.action .actionContainer {
  position: absolute;
  right: 0;
  left: 0;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  bottom: 0;
  overflow-y: auto;
  padding: 20px 20px 0 20px;
  top: 60px;
}
.action .tableContainer {
  display: flex;
  align-items: stretch;
}
.action .tableLineSeparator {
  border-width: 0;
  border-left-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  margin: 0;
}
.action .eventTableCell {
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  padding: 8px;
  text-align: left;
  border-width: 0;
}
.action .eventTableHeaderCell {
  font-weight: 500;
  text-align: left;
  padding: 8px;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-style: solid;
  border-color: #d6d6d6;
  background-color: #f6f6f6;
}
.action td.eds-input {
  display: block;
}
.action td.eds-input.hidden,
.action td.eds-input.splash .eds-button.hidden {
  display: none;
}
.action .dropdownCell {
  max-width: 220px;
}
.action .dropdownWrapper {
  max-width: 202px;
}
.action .statusHistoryCell {
  max-width: 200px;
}
.action .deprecatedStatus {
  display: block;
}
.action .entityNameLabel {
  font-weight: 500;
}
.action #tblActionContent .eds-table_\.row:nth-child(2n),
.action #tblActionContent .workflowConfig .gridViewAlternatingItem {
  background-color: #ffffff;
}
.action #tblActionContent .eds-table_\.row\.header .eds-table_\.row:hover {
  background-color: transparent;
}
.action #tblActionContent .eds-table_\.row:hover {
  background-color: #f2f8ff;
}
.action #ActionHistorySummary .eds-table_\.row {
  background-color: #ffffff;
}
.action #ActionHistorySummary .bg-gray-wrapper {
  background-color: #f6f6f6;
}
.action #tblEveAssHistory,
.action #hdnEventsAndAssessmentsContainer {
  display: none;
}
.action .statusHeader {
  justify-content: center;
  display: inline-flex;
  flex: 4;
}
.browseSubmission {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
}
.browseSubmission .hunterContent {
  height: 100%;
}
.browseSubmission .versionItemsContainer {
  display: flex;
  align-items: center;
}
.browseSubmission .versionItemsContainer .eds-link,
.browseSubmission .versionItemsContainer .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.browseSubmission .versionItemsContainer .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  margin-left: 8px;
}
.browseSubmission .submissionsContainer {
  position: absolute;
  top: 60px;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #ffffff;
}
.browseSubmission .submissionsContainer.noteAddVisible {
  bottom: 40px;
}
.browseSubmission .submissionsContainer.noteAddVisible .submissionSectionContent {
  border-bottom-width: 0;
}
.browseSubmission .submissionsContainer.noteAddVisible.isNoteAddExpanded {
  bottom: 170px;
}
.browseSubmission .submissionsContainer.isBlank {
  top: 0;
}
.browseSubmission .submissionsContainer .submissionDiv {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
}
.browseSubmission .submissionsContainer .submissionDiv .submissionSectionHeaderContent.required a::after {
  content: "*";
  margin-left: 4px;
  color: #c60025;
}
.browseSubmission .submissionsContainer .submissionDiv .submissionSectionFooter {
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 8px;
}
.browseSubmission .submissionsContainer .submissionDiv .eds-field {
  padding-bottom: 16px;
}
.browseSubmission .submissionsContainer .submissionDiv .eds-field.required .eds-field_\#label::after {
  content: "*";
  margin-left: 4px;
  color: #c60025;
}
.browseSubmission .submissionsContainer .submissionDiv .eds-field_\#assistive-text {
  display: block;
}
.browseSubmission .submissionsContainer .submissionDiv .eds-field_\#assistive-text.hidden,
.browseSubmission .submissionsContainer .submissionDiv .eds-field_\#assistive-text.splash .eds-button.hidden {
  display: none;
}
.browseSubmission .submissionsContainer .submissionDiv .eds-input {
  display: inline-flex;
  margin-left: 0;
  width: 256px;
}
.browseSubmission .nodeAddContainer {
  margin-bottom: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #f6f6f6;
  overflow: hidden;
}
.browseSubmission .nodeAddContainer .noteAddHeader {
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  border-style: solid;
  border-color: #d6d6d6;
  border-width: 0;
  border-top-width: 1px;
  cursor: pointer;
}
.browseSubmission .nodeAddContainer .noteAddTitle {
  flex: 1 1 0%;
  padding-left: 8px;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 1.25;
}
.browseSubmission .nodeAddContainer .noteAddExpandIcon {
  color: #426da9;
}
.browseSubmission .nodeAddContainer .noteAddExpandIcon i {
  font-size: 20px;
}
.browseSubmission .nodeAddContainer .noteAddClearButton {
  display: none;
  font-weight: 500;
  font-size: 14px;
}
.browseSubmission .nodeAddContainer .noteAddContent {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  height: 128px;
}
.browseSubmission .nodeAddContainer .noteAddContentHeader {
  display: flex;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: solid;
  border-color: #d6d6d6;
  border-width: 0;
  border-bottom-width: 1px;
}
.browseSubmission .nodeAddContainer .noteAddContentHeader .eds-input {
  margin-bottom: 0;
}
.browseSubmission .nodeAddContainer .nodeAddSubTitle {
  flex: 1 1 0%;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  font-size: 16px;
  color: #333333;
}
.browseSubmission .nodeAddContainer .noteAddInputContainer {
  padding-top: 8px;
  padding-bottom: 8px;
}
.browseSubmission .nodeAddContainer .noteAddInputContainer .eds-input {
  height: 64px;
  margin-bottom: 0;
}
.browseSubmission .nodeAddContainer .noteAddInputContainer .eds-input_\#input {
  resize: none;
  padding-top: 8px;
  padding-bottom: 8px;
}
.browseSubmission .nodeAddContainer.isNoteAddExpanded {
  background-color: #ffffff;
}
.browseSubmission .nodeAddContainer.isNoteAddExpanded .noteAddExpandIcon i {
  transform: rotate(-180deg);
}
.browseSubmission .nodeAddContainer.isNoteAddExpanded .noteAddClearButton,
.browseSubmission .nodeAddContainer.isNoteAddExpanded .noteAddContent {
  display: block;
}
.browseBatches .pageTitleRightPanel .eds-input {
  width: 256px;
  margin-bottom: 0;
  margin-left: 16px;
  position: relative;
}
.browseBatches .pageTitleRightPanel .eds-input .eds-link,
.browseBatches .pageTitleRightPanel .eds-input .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.browseBatches .pageTitleRightPanel .eds-input .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  margin-top: 1px;
  margin-left: 4px;
  margin-right: 4px;
}
.browseBatches .pageTitleRightPanel .eds-input .eds-link i,
.browseBatches .pageTitleRightPanel .eds-input .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon i,
.browseBatches .pageTitleRightPanel .eds-input .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink i {
  height: auto;
  width: auto;
  font-size: 24px;
}
.browseBatches .pageTitleRightPanel .eds-input .searchLabel {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 8px;
  right: 30px;
  pointer-events: none;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  color: #8c8c8c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.browseBatches .eds-table_\#footer {
  bottom: 0;
}
.browseBatches .batchesContainer {
  position: relative;
  padding-bottom: 56px;
}
.browseBatches .headerContainer {
  display: flex;
  align-items: center;
}
.browseBatches .headerContainer .eds-link,
.browseBatches .headerContainer .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.browseBatches .headerContainer .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  margin-top: 4px;
}
.browseBatches .headerContainer .eds-link i,
.browseBatches .headerContainer .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon i,
.browseBatches .headerContainer .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink i {
  margin-top: -2px;
}
.browseBatches .headerContainer .title {
  margin-top: 4px;
  padding-left: 4px;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  font-size: 14px;
  color: #c60025;
}
.browseBatches .errorItemContainer {
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
}
.browseBatches .errorItemContainer:last-child {
  padding-bottom: 0;
}
.browseBatches .errorItemSection {
  flex: 1 1 0%;
  min-width: 0;
  padding-left: 8px;
  padding-right: 8px;
}
.browseBatches .errorItemSection:first-child {
  padding-left: 2px;
}
.browseBatches .errorItemSection:last-child {
  margin-top: -4px;
  padding-right: 2px;
}
.browseBatches .valueItemContainer {
  padding-left: 22px;
  padding-right: 4px;
  padding-top: 4px;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  color: #c60025;
}
.browseBatches .loadedBatchesDataGrid {
  min-width: 1600px;
}
.Notes {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
}
.Notes .eds-alert {
  top: 60px;
  margin-left: 20px;
  margin-right: 20px;
}
.Notes .notesPageHeader .summaryLineText .summaryLineLabel {
  padding-top: 8px;
  padding-bottom: 4px;
}
.Notes .notesPageHeader .summaryLineText .summaryLineValue {
  padding-bottom: 8px;
}
.Notes .notesPageHeader .summaryLineText .eds-link,
.Notes .notesPageHeader .summaryLineText .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.Notes .notesPageHeader .summaryLineText .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 8px;
}
.Notes .hunterContentPlaceHolder {
  background-color: #ffffff;
}
.Notes .addNotesSection {
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.Notes .addNotesSection .addNotesFormContainer {
  margin-top: 16px;
  display: flex;
}
.Notes .addNotesSection .addNotesFormContainer .addNotesTextArea {
  margin-right: 16px;
  width: 512px;
}
.Notes .addNotesSection .addNotesFormContainer .addNotesTextArea textarea {
  resize: none;
}
.Notes .existingNotesSection {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.Notes .existingNotesSectionMissingPublishNotesPrivilege {
  position: relative;
  top: calc(80px);
  right: 0;
  left: 0;
}
.Notes .existingNotesSection .existingNotesContainer {
  border-width: 1px;
  border-color: #d6d6d6;
  border-style: solid;
}
.Notes .existingNotesSection .existingNotesContainer .existingNotesLabel {
  background-color: #f6f6f6;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: #d6d6d6;
  border-style: solid;
  font-weight: 700;
  line-height: 1.5;
}
.Notes .existingNotesSection .existingNotesContainer .notesTableContainer {
  border-width: 0;
  width: 100%;
  table-layout: fixed;
}
.Notes .existingNotesSection .existingNotesContainer .notesTableContainer td {
  border-width: 0;
  padding: 0;
}
.Notes .existingNotesSection .existingNotesContainer .notesTableContainer td:nth-of-type(2) {
  width: 160px;
}
.Notes .existingNotesSection .existingNotesContainer .notesTableContainer td:nth-of-type(3) {
  width: 64px;
}
.Notes .existingNotesSection .existingNotesContainer .existingNote:not(:last-of-type) {
  border-width: 0;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
}
.Notes .existingNotesSection .existingNotesContainer .existingNoteInfo {
  display: flex;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.Notes .existingNotesSection .existingNotesContainer .existingNoteInfoItem {
  padding-top: 12px;
  padding-right: 20px;
}
.Notes .existingNotesSection .existingNotesContainer .existingNoteInfoItem:first-of-type {
  padding-right: 8px;
  padding-left: 20px;
}
.Notes .existingNotesSection .existingNotesContainer .existingNoteInfoItem:last-of-type {
  padding-right: 64px;
}
.Notes .existingNotesSection .existingNotesContainer .existingNoteInfoItem span {
  word-break: break-all;
}
.Notes .existingNotesSection .existingNotesContainer .existingNoteInfoText {
  padding-top: 4px;
  padding-right: 64px;
  padding-bottom: 12px;
  padding-left: 20px;
}
.Notes .existingNotesSection .existingNotesContainer .existingNoteInfoText span {
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.Notes .existingNotesSection .existingNotesContainer .existingNoteDropdownContainer {
  width: 160px;
  margin: 0;
}
.Notes .existingNotesSection .existingNotesContainer .existingNoteDropdownContainer select {
  font-size: 14px;
}
.Notes .existingNotesSection .existingNotesContainer .existingNoteDeleteButtonContainer i {
  width: auto;
  height: auto;
  font-size: 24px;
}
.Notes .dropdownDisabled {
  background-color: #d6d6d6;
  color: #c1c1c1;
}
.Notes .dropdownDisabled select {
  cursor: not-allowed;
}
.configWorkScheme .hunterContent {
  height: 100%;
}
.configWorkScheme .configWorkSchemeContainer {
  position: absolute;
  right: 0;
  left: 0;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  word-break: break-all;
  bottom: 0;
  overflow-y: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  top: 60px;
}
.configWorkScheme .selectedSort {
  background-color: #fef2ff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.configWorkScheme .placeholderSort {
  height: 36px;
  border-color: transparent;
}
.configWorkScheme .iconCell {
  padding-top: 4px;
  padding-bottom: 4px;
}
.configWorkScheme .iconCell button {
  width: 100%;
  height: 24px;
}
.configWorkScheme .eds-alert {
  top: calc(60px + 20px);
}
.configWorkScheme .eds-alert:not(.hidden) + .configWorkSchemeContainer {
  position: relative;
}
.maintainBatch .cardContainer {
  display: flex;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.maintainBatch .eds-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  min-width: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 12px;
  margin-right: 12px;
}
.maintainBatch .eds-card:first-child {
  margin-left: 0;
}
.maintainBatch .eds-card:last-child {
  margin-right: 0;
}
.maintainBatch .eds-card .eds-card_\.title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.maintainBatch .eds-card .eds-card_\#content {
  flex: 1 1 auto;
  font-size: 14px;
}
.maintainBatch .eds-card .cardContentRow {
  display: flex;
  line-height: 1.5;
  margin-bottom: 16px;
}
.maintainBatch .eds-card .cardContentRow:last-child {
  margin-bottom: 0;
}
.maintainBatch .eds-card .batchInfoContentLabel,
.maintainBatch .eds-card .submissionStatsContentLabel {
  width: 192px;
}
.maintainBatch .eds-card .batchInfoContentValue,
.maintainBatch .eds-card .submissionStatsContentValue {
  flex: 1 1 0%;
  padding-left: 20px;
  min-width: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.maintainBatch .eds-card .batchInfoContentValue span,
.maintainBatch .eds-card .submissionStatsContentValue span {
  display: block;
  width: 100%;
}
.maintainBatch .eds-table_\#footer {
  bottom: 0;
}
.maintainBatch .submissionsContainer {
  position: relative;
  padding-top: 20px;
  padding-bottom: 56px;
}
.maintainBatch .headerContainer {
  display: flex;
  align-items: center;
}
.maintainBatch .headerContainer .eds-link,
.maintainBatch .headerContainer .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon,
.maintainBatch .headerContainer .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink {
  margin-top: 4px;
}
.maintainBatch .headerContainer .eds-link i,
.maintainBatch .headerContainer .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubWbIcon i,
.maintainBatch .headerContainer .eds-primary-header .BrSubDropList .MyBrSubTD .BrSubIdWbLink i {
  margin-top: -2px;
}
.maintainBatch .headerContainer .title {
  margin-top: 4px;
  padding-left: 4px;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  font-size: 14px;
  color: #c60025;
}
.maintainBatch .warningItemContainer,
.maintainBatch .errorItemContainer {
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
}
.maintainBatch .warningItemContainer:last-child,
.maintainBatch .errorItemContainer:last-child {
  padding-bottom: 0;
}
.maintainBatch .warningItemSection,
.maintainBatch .errorItemSection {
  flex: 1 1 0%;
  min-width: 0;
  padding-left: 8px;
  padding-right: 8px;
}
.maintainBatch .warningItemSection:first-child,
.maintainBatch .errorItemSection:first-child {
  padding-left: 2px;
}
.maintainBatch .warningItemSection:last-child,
.maintainBatch .errorItemSection:last-child {
  margin-top: -4px;
  padding-right: 2px;
}
.maintainBatch .valueItemContainer {
  padding-left: 22px;
  padding-right: 4px;
  padding-top: 4px;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  color: #c60025;
}
.maintainBatch .radioList {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.maintainBatch .radioList li {
  padding-right: 16px;
  min-width: 0;
  flex-shrink: 1;
}
.maintainBatch .radioList li:last-child {
  padding-right: 0;
}
.maintainBatch .radioList li input {
  min-width: 20px;
}
.maintainBatch .radioList li label {
  min-width: 0;
  flex-shrink: 1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .maintainBatch .radioList li label {
    word-break: break-all;
  }
}
.workflowConfig .CLAFContentPane {
  padding: 20px;
}
.workflowConfig .CLAFContentPane .eds-heading {
  margin-bottom: 12px;
}
.workflowConfig .section {
  display: flex;
  margin-bottom: 32px;
}
.workflowConfig .summary {
  display: flex;
  margin-bottom: 32px;
}
.workflowConfig .summary .eds-input {
  margin-bottom: 0;
}
.workflowConfig .summary .eds-field:first-child {
  flex: 1;
}
.workflowConfig .summary .eds-field:last-child {
  margin-left: 20px;
  flex: 2;
}
.workflowConfig .summary .extended-validator {
  display: block !important;
}
.workflowConfig .partitioningContainer .eds-table-wrap {
  align-self: flex-start;
  max-height: 460px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .workflowConfig .partitioningContainer .eds-table-wrap {
    max-height: 450px;
  }
}
.workflowConfig .partitioningContainer .eds-table_\.row\.header {
  height: 40px;
}
.workflowConfig .dropdown-panel {
  width: 350px;
}
.workflowConfig #dgProducts tbody,
.workflowConfig #dgRules tbody,
.workflowConfig #dgMatchSchemes tbody {
  max-height: 364px;
}
.workflowConfig .productCode,
.workflowConfig .ruleCode,
.workflowConfig .matchSchemeID {
  min-width: 128px;
}
.workflowConfig #ruleFilter {
  border-left-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  border-right-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  background-color: #ffffff;
  max-width: 200px;
  flex: 2;
}
.workflowConfig #ruleSetRuleFilter {
  border-left-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  border-right-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  background-color: #ffffff;
}
.workflowConfig #rulesOrSchemesContainer {
  flex: 4;
}
.workflowConfig #ruleSetPane {
  margin-bottom: 25px;
}
.workflowConfig #ruleSetGridWrapper {
  flex: 5;
}
.workflowConfig .ruleFilter table {
  width: 100%;
}
.workflowConfig #ruleSetRuleFilter {
  flex: 1;
  max-width: 260px;
}
.viewCases .icons_1 {
  min-width: 35px;
}
.viewCases .icons_2 {
  min-width: 65px;
}
.compareSubmissions {
  width: 100vw;
  height: 100vh;
  padding: 0px;
  margin: 0px;
  border: none;
  overflow: hidden;
  display: flex;
  padding-top: 48px;
}
.compareSubmissions #header {
  height: 48px;
  border-bottom: 1px solid #DCDCDC;
  position: absolute;
  width: 100%;
  top: 0;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.compareSubmissions #controls {
  width: 256px;
  overflow: hidden;
}
.compareSubmissions #drawer,
.compareSubmissions #controls,
.compareSubmissions #submissions {
  height: calc(100% - 48px);
}
.compareSubmissions #submissions {
  display: flex;
  overflow-y: hidden;
  overflow-x: scroll;
  flex-grow: 1;
  flex-wrap: nowrap;
}
#controls {
  background-color: #f6f6f6;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: flex;
  flex-direction: column;
  width: 256px;
  flex-grow: 0;
  flex-shrink: 0;
}
#controls header {
  padding: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.25;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
}
#controls aside {
  display: flex;
  flex-direction: column;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  overflow-y: auto;
  flex-grow: 1;
  width: 256px;
  border-bottom: 1px solid #DCDCDC;
}
#controls aside * {
  flex-shrink: 0;
}
#controls aside label {
  max-width: 196px;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
}
#controls aside .rule {
  font-size: 14px;
  margin-bottom: 4px;
  color: #333333;
  line-height: 1.5;
  word-break: break-all;
}
#controls aside .eds-checkbox:first-of-type {
  padding-top: 16px;
}
#controls aside .rule:last-of-type {
  padding-bottom: 16px;
  margin-bottom: 0;
}
#controls footer {
  flex-shrink: 0;
  display: inline-flex;
  padding: 16px;
  box-sizing: border-box;
  height: 70px;
  width: 256px;
  word-wrap: break-word;
  word-break: break-word;
}
#controls footer input {
  min-width: 20px;
}
#controls footer span:nth-of-type(2) {
  margin-left: 8px;
}
#WorkflowToBrowseSub #loadingPacifier {
  margin-left: auto;
}
#WorkflowToBrowseSub #exportWorklist {
  margin-left: auto;
}
#WorkflowToBrowseSub #exportWorklist i {
  font-size: 24px;
}
#WorkflowToBrowseSub .eds-toolbar\.inverse .eds-checkbox label {
  color: #ffffff;
}
.eventsAndAssessments .eds-field {
  width: 100%;
  margin-left: 0;
}
.eventsAndAssessments .eds-field.required .eds-field_\#label::after {
  content: "*";
  margin-left: 4px;
  color: #c60025;
}
.eventsAndAssessments .eds-input_\#input\.dropdown {
  max-width: 389px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.submissionBulkUpdate .hunterContent {
  height: 100%;
  background-color: #ffffff;
}
.submissionBulkUpdate .eds-card_\#header {
  display: flex;
}
.submissionBulkUpdate .eds-card_\#header .eds-card_\.title {
  flex: 1 1 0%;
  min-width: 0;
}
.submissionBulkUpdate .eds-card_\#header .eds-button {
  margin-top: -6px;
  margin-bottom: -6px;
}
.submissionBulkUpdate .sectionContainer {
  flex: 1 1 0%;
  min-width: 0;
  font-size: 14px;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #d6d6d6;
}
.submissionBulkUpdate .sectionContainer:last-child {
  border-right-width: 0px;
}
.submissionBulkUpdate .sectionTitle {
  display: block;
  font-weight: 500;
  text-align: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #f6f6f6;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d6d6d6;
}
.submissionBulkUpdate .sectionItems {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.submissionBulkUpdate .sectionItems.twoColumns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 24px;
}
.submissionBulkUpdate .sectionItem {
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
}
.submissionBulkUpdate .sectionItem .name {
  flex: 1 1 0%;
  min-width: 0;
  padding-right: 8px;
}
.submissionBulkUpdate .sectionItem .value {
  flex: 2 1 0;
  min-width: 0;
  padding-left: 8px;
}
.submissionBulkUpdate .submissionFormatter {
  overflow-x: auto;
}
.submissionBulkUpdate .submissionFormatter .submissionDiv {
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.submissionBulkUpdate .submissionFormatter .submissionDiv tr:last-child .submissionSectionContent {
  border-bottom: none;
}
.submissionBulkUpdate .submissionContainer {
  min-height: 256px;
  min-width: 512px;
  width: 512px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #d6d6d6;
}
.submissionBulkUpdate .submissionContainer:last-child {
  border-right: none;
}
#submissionTable div[id$='subDiv'] {
  height: 70%;
}
span.summaryIdentifier {
  width: 180px;
}
div[id*='createDiv'] {
  position: relative;
  height: 100%;
  float: left;
  width: 500px;
  border-right: 1px solid #d6d6d6;
}
#submissionTableContent div[id*='createDiv']:last-child {
  border-right: none;
}
.submissionBulkUpdateSummary .hunterContent {
  height: 100%;
  background-color: #ffffff;
}
.submissionBulkUpdateSummary .hunterContent .section:not(:last-child) {
  margin-bottom: 20px;
}
.submissionBulkUpdateSummary .overlay,
.submissionBulkUpdateSummary .load-indicator-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.submissionBulkUpdateSummary .overlay {
  background-color: #a7a7a7;
  opacity: 0.5;
}
