@charset "UTF-8";/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
}

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem;
}

.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px;
}

.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px;
}

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px;
}

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px;
}

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden;
}

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__month .react-datepicker__month-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}

.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: 85px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] {
  -moz-appearance: textfield;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 70px;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 70px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  box-sizing: content-box;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__month--disabled {
  color: #ccc;
  pointer-events: none;
}

.react-datepicker__month--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__day,
.react-datepicker__month-text {
  cursor: pointer;
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today,
.react-datepicker__month-text--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range ,
.react-datepicker__month-text--in-selecting-range {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range , .react-datepicker__month--selecting-range
.react-datepicker__month-text--in-range {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover {
  background-color: #216ba5;
}

.react-datepicker__month-text:hover {
  background-color: #f0f0f0;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 7px;
  height: 16px;
  width: 16px;
  margin: -8px auto 0;
}

.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  content: "\00d7";
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}
/* This file was copied from the original react-draft-wysiwyg lib in order to be able to maintain some of the existing
styling in the app but removing the dependency since it has vulnerabilities. Once the draft-js dependency, which creates
class names that align to some of the ones described in this file, is removed as well we can delete this file. */

.rdw-option-wrapper {
  border: 1px solid #F1F1F1;
  padding: 5px;
  min-width: 25px;
  height: 20px;
  border-radius: 2px;
  margin: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-option-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-option-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-option-active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-option-disabled {
  opacity: 0.3;
  cursor: default;
}
.rdw-dropdown-wrapper {
  height: 30px;
  cursor: pointer;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  margin: 0 3px;
  text-transform: capitalize;
  background: white;
}
.rdw-dropdown-wrapper:focus {
  outline: none;
}
.rdw-dropdown-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF;
}
.rdw-dropdown-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-dropdown-carettoopen {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-top: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.rdw-dropdown-carettoclose {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-bottom: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.rdw-dropdown-selectedtext {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
  padding: 0 5px;
}
.rdw-dropdown-optionwrapper {
  z-index: 100;
  position: relative;
  border: 1px solid #F1F1F1;
  width: 98%;
  background: white;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  max-height: 250px;
  overflow-y: scroll;
}
.rdw-dropdown-optionwrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF;
}
.rdw-dropdownoption-default {
  min-height: 25px;
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.rdw-dropdownoption-highlighted {
  background: #F1F1F1;
}
.rdw-dropdownoption-active {
  background: #f5f5f5;
}
.rdw-dropdownoption-disabled {
  opacity: 0.3;
  cursor: default;
}
.rdw-inline-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-inline-dropdown {
  width: 50px;
}
.rdw-inline-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-block-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-block-dropdown {
  width: 110px;
}
.rdw-fontsize-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-fontsize-dropdown {
  min-width: 40px;
}
.rdw-fontsize-option {
  display: flex;
  justify-content: center;
}
.rdw-fontfamily-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-fontfamily-dropdown {
  width: 115px;
}
.rdw-fontfamily-placeholder {
  white-space: nowrap;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rdw-fontfamily-optionwrapper {
  width: 140px;
}
.rdw-list-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-list-dropdown {
  width: 50px;
  z-index: 90;
}
.rdw-list-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-text-align-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-text-align-dropdown {
  width: 50px;
  z-index: 90;
}
.rdw-text-align-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-right-aligned-block {
  text-align: right;
}
.rdw-left-aligned-block {
  text-align: left !important;
}
.rdw-center-aligned-block {
  text-align: center !important;
}
.rdw-justify-aligned-block {
  text-align: justify !important;
}
.rdw-right-aligned-block > div {
  display: inline-block;
}
.rdw-left-aligned-block > div {
  display: inline-block;
}
.rdw-center-aligned-block > div {
  display: inline-block;
}
.rdw-justify-aligned-block > div {
  display: inline-block;
}
.rdw-colorpicker-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-colorpicker-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 175px;
  height: 175px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-colorpicker-modal-header {
  display: flex;
  padding-bottom: 5px;
}
.rdw-colorpicker-modal-style-label {
  font-size: 15px;
  width: 50%;
  text-align: center;
  cursor: pointer;
  padding: 0 10px 5px;
}
.rdw-colorpicker-modal-style-label-active {
  border-bottom: 2px solid #0a66b7;
}
.rdw-colorpicker-modal-options {
  margin: 5px auto;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  overflow: scroll;
}
.rdw-colorpicker-cube {
  width: 22px;
  height: 22px;
  border: 1px solid #F1F1F1;
}
.rdw-colorpicker-option {
  margin: 3px;
  padding: 0;
  min-height: 20px;
  border: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  box-shadow: 1px 2px 1px #BFBDBD inset;
}
.rdw-colorpicker-option:hover {
  box-shadow: 1px 2px 1px #BFBDBD;
}
.rdw-colorpicker-option:active {
  box-shadow: -1px -2px 1px #BFBDBD;
}
.rdw-colorpicker-option-active {
  box-shadow: 0px 0px 2px 2px #BFBDBD;
}
.rdw-link-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-link-dropdown {
  width: 50px;
}
.rdw-link-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-link-dropdownPlaceholder {
  margin-left: 8px;
}
.rdw-link-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 205px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-link-modal-label {
  font-size: 15px;
}
.rdw-link-modal-input {
  margin-top: 5px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  height: 25px;
  margin-bottom: 15px;
  padding: 0 5px;
}
.rdw-link-modal-input:focus {
  outline: none;
}
.rdw-link-modal-buttonsection {
  margin: 0 auto;
}
.rdw-link-modal-target-option {
  margin-bottom: 20px;
}
.rdw-link-modal-target-option > span {
  margin-left: 5px;
}
.rdw-link-modal-btn {
  margin-left: 10px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-link-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-link-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-link-modal-btn:focus {
  outline: none !important;
}
.rdw-link-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-link-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-history-dropdown {
  width: 50px;
}
.rdw-embedded-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-embedded-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  justify-content: space-between;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-embedded-modal-header {
  font-size: 15px;
  display: flex;
}
.rdw-embedded-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.rdw-embedded-modal-header-label {
  width: 95px;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7;
}
.rdw-embedded-modal-link-section {
  display: flex;
  flex-direction: column;
}
.rdw-embedded-modal-link-input {
  width: 88%;
  height: 35px;
  margin: 10px 0;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}
.rdw-embedded-modal-link-input-wrapper {
  display: flex;
  align-items: center;
}
.rdw-embedded-modal-link-input:focus {
  outline: none;
}
.rdw-embedded-modal-btn-section {
  display: flex;
  justify-content: center;
}
.rdw-embedded-modal-btn {
  margin: 0 3px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-embedded-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-embedded-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-embedded-modal-btn:focus {
  outline: none !important;
}
.rdw-embedded-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-embedded-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between;
}
.rdw-embedded-modal-size-input {
  width: 80%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
}
.rdw-embedded-modal-size-input:focus {
  outline: none;
}
.rdw-emoji-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-emoji-modal {
  overflow: auto;
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-wrap: wrap;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-emoji-icon {
  margin: 2.5px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rdw-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.rdw-spinner > div {
  width: 12px;
  height: 12px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.rdw-spinner .rdw-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.rdw-spinner .rdw-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.rdw-image-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-image-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-image-modal-header {
  font-size: 15px;
  margin: 10px 0;
  display: flex;
}
.rdw-image-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.rdw-image-modal-header-label {
  width: 80px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
}
.rdw-image-modal-header-label-highlighted {
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7;
}
.rdw-image-modal-upload-option {
  width: 100%;
  color: gray;
  cursor: pointer;
  display: flex;
  border: none;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  outline: 2px dashed gray;
  outline-offset: -10px;
  margin: 10px 0;
  padding: 9px 0;
}
.rdw-image-modal-upload-option-highlighted {
  outline: 2px dashed #0a66b7;
}
.rdw-image-modal-upload-option-label {
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.rdw-image-modal-upload-option-label span{
  padding: 0 20px;
}
.rdw-image-modal-upload-option-image-preview {
  max-width: 100%;
  max-height: 200px;
}
.rdw-image-modal-upload-option-input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.rdw-image-modal-url-section {
  display: flex;
  align-items: center;
}
.rdw-image-modal-url-input {
  width: 90%;
  height: 35px;
  margin: 15px 0 12px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}
.rdw-image-modal-btn-section {
  margin: 10px auto 0;
}
.rdw-image-modal-url-input:focus {
  outline: none;
}
.rdw-image-modal-btn {
  margin: 0 5px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-image-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-image-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-image-modal-btn:focus {
  outline: none !important;
}
.rdw-image-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-image-modal-spinner {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.rdw-image-modal-alt-input {
  width: 70%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
  margin-left: 5px;
}
.rdw-image-modal-alt-input:focus {
  outline: none;
}
.rdw-image-modal-alt-lbl {
  font-size: 12px;
}
.rdw-image-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between;
}
.rdw-image-modal-size-input {
  width: 40%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
}
.rdw-image-modal-size-input:focus {
  outline: none;
}
.rdw-image-mandatory-sign {
  color: red;
  margin-left: 3px;
  margin-right: 3px;
}
.rdw-remove-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-history-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-history-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-history-dropdown {
  width: 50px;
}
.rdw-link-decorator-wrapper {
  position: relative;
}
.rdw-link-decorator-icon {
  position: absolute;
  left: 40%;
  top: 0;
  cursor: pointer;
  background-color: white;
}
.rdw-mention-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}
.rdw-suggestion-wrapper {
  position: relative;
}
.rdw-suggestion-dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  border: 1px solid #F1F1F1;
  min-width: 100px;
  max-height: 150px;
  overflow: auto;
  background: white;
  z-index: 100;
}
.rdw-suggestion-option {
  padding: 7px 5px;
  border-bottom: 1px solid #f1f1f1;
}
.rdw-suggestion-option-active {
  background-color: #F1F1F1;
}
.rdw-hashtag-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}
.rdw-image-alignment-options-popup {
  position: absolute;
  background: white;
  display: flex;
  padding: 5px 2px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  width: 105px;
  cursor: pointer;
  z-index: 100;
}
.rdw-alignment-option-left {
  justify-content: flex-start;
}
.rdw-image-alignment-option {
  height: 15px;
  width: 15px;
  min-width: 15px;
}
.rdw-image-alignment {
  position: relative;
}
.rdw-image-imagewrapper {
  position: relative;
}
.rdw-image-center {
  display: flex;
  justify-content: center;
}
.rdw-image-left {
  display: flex;
}
.rdw-image-right {
  display: flex;
  justify-content: flex-end;
}
.rdw-image-alignment-options-popup-right {
  right: 0;
}
.rdw-editor-main {
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
}
.rdw-editor-toolbar {
  padding: 6px 5px 0;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  display: flex;
  justify-content: flex-start;
  background: white;
  flex-wrap: wrap;
  font-size: 15px;
  margin-bottom: 5px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.public-DraftStyleDefault-block {
  margin: 1em 0;
}
.rdw-editor-wrapper:focus {
  outline: none;
}
.rdw-editor-wrapper {
  box-sizing: content-box;
}
.rdw-editor-main blockquote {
  border-left: 5px solid #f1f1f1;
  padding-left: 5px;
}
.rdw-editor-main pre {
  background: #f1f1f1;
  border-radius: 3px;
  padding: 1px 10px;
}/**
 * Draft v0.9.1
 *
 * Copyright (c) 2013-present, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 */
.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:rgba(255,255,255,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:0}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

:root {
  --cm-background: #151515;
  --cm-foreground: #e0e0e0;
  --cm-caret: #b0b0b0;
  --cm-selection: #303030;
  --cm-gutter-background: #151515;
  --cm-gutter-foreground: #505050;
  --cm-line-highlight: #202020;

  --cm-tag-comment: #8f5536;
  --cm-tag-atom: #aa759f;
  --cm-tag-bool: #aa759f;
  --cm-tag-number: #aa759f;
  --cm-tag-string: #f4bf75;
  --cm-tag-keyword: #ac4142;
  --cm-tag-bracket: #e0e0e0;
  --cm-tag-link: #aa759f;
  --cm-tag-tag-name: #ac4142;
  --cm-tag-property-name: #90a959;
  --cm-tag-attribute-name: #90a959;
  --cm-tag-variable-name: #90a959;
  --cm-tag-definition-variable-name: #d28445;
  --cm-tag-invalid: #b0b0b0;
  --cm-tag-invalid-background: #ac4142;
}
.rc-tooltip.rc-tooltip-zoom-enter,
.rc-tooltip.rc-tooltip-zoom-leave {
  display: block;
}
.rc-tooltip-zoom-enter,
.rc-tooltip-zoom-appear {
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.rc-tooltip-zoom-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active,
.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active {
  animation-name: rcToolTipZoomIn;
  animation-play-state: running;
}
.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
  animation-name: rcToolTipZoomOut;
  animation-play-state: running;
}
@keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.rc-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.9;
}
.rc-tooltip-hidden {
  display: none;
}
.rc-tooltip-placement-top,
.rc-tooltip-placement-topLeft,
.rc-tooltip-placement-topRight {
  padding: 5px 0 9px 0;
}
.rc-tooltip-placement-right,
.rc-tooltip-placement-rightTop,
.rc-tooltip-placement-rightBottom {
  padding: 0 5px 0 9px;
}
.rc-tooltip-placement-bottom,
.rc-tooltip-placement-bottomLeft,
.rc-tooltip-placement-bottomRight {
  padding: 9px 0 5px 0;
}
.rc-tooltip-placement-left,
.rc-tooltip-placement-leftTop,
.rc-tooltip-placement-leftBottom {
  padding: 0 9px 0 5px;
}
.rc-tooltip-inner {
  padding: 8px 10px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: #373737;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
  min-height: 34px;
}
.rc-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-tooltip-placement-top .rc-tooltip-arrow,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow,
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  bottom: 4px;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #373737;
}
.rc-tooltip-placement-top .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-topLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  right: 15%;
}
.rc-tooltip-placement-right .rc-tooltip-arrow,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  left: 4px;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #373737;
}
.rc-tooltip-placement-right .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-rightTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-left .rc-tooltip-arrow,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  right: 4px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #373737;
}
.rc-tooltip-placement-left .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-leftTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  top: 4px;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #373737;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  right: 15%;
}
.rc-input-number {
  margin: 0;
  padding: 0;
  line-height: 26px;
  font-size: 12px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  transition: all .3s;
}
.rc-input-number-focused {
  border-color: #1890ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.rc-input-number-handler {
  text-align: center;
  line-height: 12px;
  height: 12px;
  overflow: hidden;
  display: block;
  touch-action: none;
}
.rc-input-number-handler-active {
  background: #ddd;
}
.rc-input-number-handler-up-inner,
.rc-input-number-handler-down-inner {
  color: #666666;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.rc-input-number:hover {
  border-color: #1890ff;
}
.rc-input-number:hover .rc-input-number-handler-up,
.rc-input-number:hover .rc-input-number-handler-wrap {
  border-color: #1890ff;
}
.rc-input-number-disabled:hover {
  border-color: #d9d9d9;
}
.rc-input-number-disabled:hover .rc-input-number-handler-up,
.rc-input-number-disabled:hover .rc-input-number-handler-wrap {
  border-color: #d9d9d9;
}
.rc-input-number-input-wrap {
  overflow: hidden;
  height: 100%;
}
.rc-input-number-input {
  width: 100%;
  text-align: center;
  outline: 0;
  -moz-appearance: textfield;
  line-height: 26px;
  height: 100%;
  transition: all 0.3s ease;
  color: #666666;
  border: 0;
  border-radius: 4px;
  padding: 0;
  transition: all .3s;
}
.rc-input-number-handler-wrap {
  float: right;
  border-left: 1px solid #D9D9D9;
  width: 20px;
  height: 100%;
  transition: all .3s;
}
.rc-input-number-handler-up {
  border-bottom: 1px solid #D9D9D9;
  padding-top: 1px;
  transition: all .3s;
}
.rc-input-number-handler-up-inner:after {
  content: '+';
}
.rc-input-number-handler-down {
  transition: all .3s;
}
.rc-input-number-handler-down-inner:after {
  content: '-';
}
.rc-input-number-handler-down-disabled,
.rc-input-number-handler-up-disabled {
  opacity: 0.72;
}
.rc-input-number-handler-down-disabled:hover,
.rc-input-number-handler-up-disabled:hover {
  color: #999;
  border-color: #d9d9d9;
}
.rc-input-number-disabled .rc-input-number-input {
  opacity: 0.72;
  cursor: not-allowed;
  background-color: #f3f3f3;
}
.rc-input-number-disabled .rc-input-number-handler {
  opacity: 0.72;
}
.rc-input-number-disabled .rc-input-number-handler:hover {
  color: #999;
  border-color: #d9d9d9;
}
.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px;
}
.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #abe2fb;
}
.rc-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: -webkit-grab;
  margin-top: -5px;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
  touch-action: pan-x;
}
.rc-slider-handle:focus {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa;
  outline: none;
}
.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  box-shadow: unset;
}
.rc-slider-handle:hover {
  border-color: #57c5f7;
}
.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: grabbing;
}
.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999;
}
.rc-slider-mark-text-active {
  color: #666;
}
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}
.rc-slider-dot-active {
  border-color: #96dbfa;
}
.rc-slider-dot-reverse {
  margin-left: 0;
  margin-right: -4px;
}
.rc-slider-disabled {
  background-color: #e9e9e9;
}
.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}
.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  box-shadow: none;
  background-color: #fff;
  cursor: not-allowed;
}
.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}
.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}
.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px;
}
.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  touch-action: pan-y;
}
.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-leave {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
}
.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip-hidden {
  display: none;
}
.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0;
}
.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
}
.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}
.rc-table {
  font-size: 12px;
  color: #666;
  transition: opacity 0.3s ease;
  position: relative;
  line-height: 1.5;
  overflow: hidden;
}
.rc-table .rc-table-scroll {
  overflow: auto;
}
.rc-table .rc-table-scroll table {
  width: auto;
  min-width: 100%;
}
.rc-table .rc-table-header {
  overflow: hidden;
  background: #f7f7f7;
}
.rc-table-fixed-header .rc-table-body {
  background: #fff;
  position: relative;
}
.rc-table-fixed-header .rc-table-body-inner {
  height: 100%;
  overflow: scroll;
}
.rc-table-fixed-header .rc-table-scroll .rc-table-header {
  padding-bottom: 20px;
  margin-bottom: -20px;
  overflow: scroll;
  box-sizing: border-box;
}
.rc-table-hide-scrollbar {
  scrollbar-color: transparent transparent;
}
.rc-table-hide-scrollbar::-webkit-scrollbar {
  background-color: transparent;
}
.rc-table-fixed-columns-in-body {
  visibility: hidden;
  pointer-events: none;
}
.rc-table .rc-table-title {
  padding: 16px 8px;
  border-top: 1px solid #e9e9e9;
}
.rc-table .rc-table-content {
  position: relative;
}
.rc-table .rc-table-footer {
  padding: 16px 8px;
  border-bottom: 1px solid #e9e9e9;
}
.rc-table .rc-table-placeholder {
  padding: 16px 8px;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  text-align: center;
  position: relative;
}
.rc-table .rc-table-placeholder-fixed-columns {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: transparent;
  pointer-events: none;
}
.rc-table table {
  width: 100%;
  border-collapse: separate;
  text-align: left;
}
.rc-table th {
  background: #f7f7f7;
  font-weight: bold;
  transition: background 0.3s ease;
}
.rc-table td {
  border-bottom: 1px solid #e9e9e9;
}
.rc-table td:empty:after {
  content: '.';
  visibility: hidden;
}
.rc-table tr {
  transition: all 0.3s ease;
}
.rc-table tr:hover {
  background: #eaf8fe;
}
.rc-table tr.rc-table-row-hover {
  background: #eaf8fe;
}
.rc-table th,
.rc-table td {
  padding: 16px 8px;
  white-space: nowrap;
}
.rc-table-expand-icon-col {
  width: 34px;
}
.rc-table-row-expand-icon,
.rc-table-expanded-row-expand-icon {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  border: 1px solid #e9e9e9;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #fff;
}
.rc-table-row-spaced,
.rc-table-expanded-row-spaced {
  visibility: hidden;
}
.rc-table-row-spaced:after,
.rc-table-expanded-row-spaced:after {
  content: '.';
}
.rc-table-row-expanded:after,
.rc-table-expanded-row-expanded:after {
  content: '-';
}
.rc-table-row-collapsed:after,
.rc-table-expanded-row-collapsed:after {
  content: '+';
}
tr.rc-table-expanded-row {
  background: #f7f7f7;
}
tr.rc-table-expanded-row:hover {
  background: #f7f7f7;
}
.rc-table-column-hidden {
  display: none;
}
.rc-table-prev-columns-page,
.rc-table-next-columns-page {
  cursor: pointer;
  color: #666;
  z-index: 1;
}
.rc-table-prev-columns-page:hover,
.rc-table-next-columns-page:hover {
  color: #2db7f5;
}
.rc-table-prev-columns-page-disabled,
.rc-table-next-columns-page-disabled {
  cursor: not-allowed;
  color: #999;
}
.rc-table-prev-columns-page-disabled:hover,
.rc-table-next-columns-page-disabled:hover {
  color: #999;
}
.rc-table-prev-columns-page {
  margin-right: 8px;
}
.rc-table-prev-columns-page:before {
  content: '<';
}
.rc-table-next-columns-page {
  float: right;
}
.rc-table-next-columns-page:before {
  content: '>';
}
.rc-table-fixed-left,
.rc-table-fixed-right {
  position: absolute;
  top: 0;
  overflow: hidden;
}
.rc-table-fixed-left table,
.rc-table-fixed-right table {
  width: auto;
  background: #fff;
}
.rc-table-fixed-left {
  left: 0;
  box-shadow: 4px 0 4px rgba(100, 100, 100, 0.1);
}
.rc-table-fixed-left .rc-table-body-inner {
  margin-right: -20px;
  padding-right: 20px;
}
.rc-table-fixed-header .rc-table-fixed-left .rc-table-body-inner {
  padding-right: 0;
}
.rc-table-fixed-right {
  right: 0;
  box-shadow: -4px 0 4px rgba(100, 100, 100, 0.1);
}
.rc-table-fixed-right .rc-table-expanded-row {
  color: transparent;
  pointer-events: none;
}
.rc-table.rc-table-scroll-position-left .rc-table-fixed-left {
  box-shadow: none;
}
.rc-table.rc-table-scroll-position-right .rc-table-fixed-right {
  box-shadow: none;
}
.rc-table-row-cell-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.rc-table-row-cell-break-word {
  word-wrap: break-word;
  word-break: break-word;
}
.rc-table-layout-fixed table {
  table-layout: fixed;
}
pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: 3px 5px
}
/*

Atom One Dark by Daniel Gamage
Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax

base:    #282c34
mono-1:  #abb2bf
mono-2:  #818896
mono-3:  #5c6370
hue-1:   #56b6c2
hue-2:   #61aeee
hue-3:   #c678dd
hue-4:   #98c379
hue-5:   #e06c75
hue-5-2: #be5046
hue-6:   #d19a66
hue-6-2: #e6c07b

*/
.hljs {
  color: #abb2bf;
  background: #282c34
}
.hljs-comment,
.hljs-quote {
  color: #5c6370;
  font-style: italic
}
.hljs-doctag,
.hljs-keyword,
.hljs-formula {
  color: #c678dd
}
.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
  color: #e06c75
}
.hljs-literal {
  color: #56b6c2
}
.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta .hljs-string {
  color: #98c379
}
.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-number {
  color: #d19a66
}
.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
  color: #61aeee
}
.hljs-built_in,
.hljs-title.class_,
.hljs-class .hljs-title {
  color: #e6c07b
}
.hljs-emphasis {
  font-style: italic
}
.hljs-strong {
  font-weight: bold
}
.hljs-link {
  text-decoration: underline
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff;
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 0) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 0) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 0) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 0) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 0) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 0) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 0) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 0) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 0) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 0) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 0) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 0) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; }
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; }
  .hidden-print {
    display: none !important; } }
.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%; }

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%; }

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%; }

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  -webkit-transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  -webkit-transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

.noty_progressbar {
  display: none; }

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10); }

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden; }

.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
          transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
          animation: noty_anim_height 75ms ease-out; }

.noty_close_with_click {
  cursor: pointer; }

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  transition: all .2s ease-out; }

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: .3;
  left: 0;
  top: 0; }

.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in .3s ease-out;
          animation: noty_modal_in .3s ease-out; }

.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out .3s ease-out;
          animation: noty_modal_out .3s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@-webkit-keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@-webkit-keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@-webkit-keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0; } }

@keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0; } }

@-webkit-keyframes noty_anim_height {
  100% {
    height: 0; } }

@keyframes noty_anim_height {
  100% {
    height: 0; } }

.noty_theme__mint.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative; }
  .noty_theme__mint.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px; }
  .noty_theme__mint.noty_bar .noty_buttons {
    padding: 10px; }

.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__notification {
  background-color: #fff;
  border-bottom: 1px solid #D1D1D1;
  color: #2F2F2F; }

.noty_theme__mint.noty_type__warning {
  background-color: #FFAE42;
  border-bottom: 1px solid #E89F3C;
  color: #fff; }

.noty_theme__mint.noty_type__error {
  background-color: #DE636F;
  border-bottom: 1px solid #CA5A65;
  color: #fff; }

.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
  background-color: #7F7EFF;
  border-bottom: 1px solid #7473E8;
  color: #fff; }

.noty_theme__mint.noty_type__success {
  background-color: #AFC765;
  border-bottom: 1px solid #A0B55C;
  color: #fff; }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}

::-ms-backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}

.tw-pointer-events-none {
    pointer-events: none;
}

.tw-absolute {
    position: absolute;
}

.tw-relative {
    position: relative;
}

.tw-inset-0 {
    inset: 0px;
}

.tw-bottom-0 {
    bottom: 0px;
}

.tw-bottom-10 {
    bottom: 2.5rem;
}

.tw-left-1\/2 {
    left: 50%;
}

.tw-left-\[50\%\] {
    left: 50%;
}

.tw-left-\[50px\] {
    left: 50px;
}

.tw-right-0 {
    right: 0px;
}

.tw-right-8 {
    right: 2rem;
}

.tw-right-\[2\.4rem\] {
    right: 2.4rem;
}

.tw-right-\[20px\] {
    right: 20px;
}

.tw-right-\[24px\] {
    right: 24px;
}

.tw-top-0 {
    top: 0px;
}

.tw-top-1\/2 {
    top: 50%;
}

.tw-top-8 {
    top: 2rem;
}

.tw-top-\[100px\] {
    top: 100px;
}

.tw-top-\[135px\] {
    top: 135px;
}

.tw-top-\[15px\] {
    top: 15px;
}

.tw-top-\[2\.4rem\] {
    top: 2.4rem;
}

.tw-top-\[24px\] {
    top: 24px;
}

.tw-z-10 {
    z-index: 10;
}

.tw-z-50 {
    z-index: 50;
}

.tw-z-\[100\] {
    z-index: 100;
}

.tw-z-\[90\] {
    z-index: 90;
}

.tw-col-span-5 {
    grid-column: span 5 / span 5;
}

.tw-col-span-7 {
    grid-column: span 7 / span 7;
}

.tw-m-0 {
    margin: 0px;
}

.tw-m-\[2rem\] {
    margin: 2rem;
}

.-tw-mx-\[2\.4rem\] {
    margin-left: -2.4rem;
    margin-right: -2.4rem;
}

.tw-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.tw-mx-\[0\.6rem\] {
    margin-left: 0.6rem;
    margin-right: 0.6rem;
}

.tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.tw-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.tw-my-\[0\.8rem\] {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}

.tw-my-\[1rem\] {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.tw-my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.\!-tw-mt-\[0\.2rem\] {
    margin-top: -0.2rem !important;
}

.\!tw-mr-\[1rem\] {
    margin-right: 1rem !important;
}

.-tw-mb-\[1\.2rem\] {
    margin-bottom: -1.2rem;
}

.-tw-ml-1 {
    margin-left: -0.25rem;
}

.-tw-ml-\[1rem\] {
    margin-left: -1rem;
}

.-tw-ml-\[2\.4rem\] {
    margin-left: -2.4rem;
}

.-tw-mt-1 {
    margin-top: -0.25rem;
}

.-tw-mt-10 {
    margin-top: -2.5rem;
}

.-tw-mt-\[4rem\] {
    margin-top: -4rem;
}

.tw-mb-0 {
    margin-bottom: 0px;
}

.tw-mb-4 {
    margin-bottom: 1rem;
}

.tw-mb-\[0\.5rem\] {
    margin-bottom: 0.5rem;
}

.tw-mb-\[1\.6rem\] {
    margin-bottom: 1.6rem;
}

.tw-mb-\[1\.8rem\] {
    margin-bottom: 1.8rem;
}

.tw-mb-\[1rem\] {
    margin-bottom: 1rem;
}

.tw-mb-\[20px\] {
    margin-bottom: 20px;
}

.tw-mb-\[2rem\] {
    margin-bottom: 2rem;
}

.tw-mb-\[4rem\] {
    margin-bottom: 4rem;
}

.tw-ml-2 {
    margin-left: 0.5rem;
}

.tw-ml-4 {
    margin-left: 1rem;
}

.tw-ml-\[-4rem\] {
    margin-left: -4rem;
}

.tw-ml-\[0\.2rem\] {
    margin-left: 0.2rem;
}

.tw-ml-\[0\.5rem\] {
    margin-left: 0.5rem;
}

.tw-ml-\[0\.7rem\] {
    margin-left: 0.7rem;
}

.tw-ml-\[0\.8rem\] {
    margin-left: 0.8rem;
}

.tw-ml-\[1\.2rem\] {
    margin-left: 1.2rem;
}

.tw-ml-\[1\.6rem\] {
    margin-left: 1.6rem;
}

.tw-ml-\[14rem\] {
    margin-left: 14rem;
}

.tw-ml-\[2\.1rem\] {
    margin-left: 2.1rem;
}

.tw-ml-\[2\.3rem\] {
    margin-left: 2.3rem;
}

.tw-ml-\[4\.2rem\] {
    margin-left: 4.2rem;
}

.tw-ml-auto {
    margin-left: auto;
}

.tw-mr-0 {
    margin-right: 0px;
}

.tw-mr-2 {
    margin-right: 0.5rem;
}

.tw-mr-4 {
    margin-right: 1rem;
}

.tw-mr-\[0\.5rem\] {
    margin-right: 0.5rem;
}

.tw-mr-\[0\.7rem\] {
    margin-right: 0.7rem;
}

.tw-mr-\[1\.1rem\] {
    margin-right: 1.1rem;
}

.tw-mt-0 {
    margin-top: 0px;
}

.tw-mt-12 {
    margin-top: 3rem;
}

.tw-mt-2 {
    margin-top: 0.5rem;
}

.tw-mt-4 {
    margin-top: 1rem;
}

.tw-mt-\[0\.5rem\] {
    margin-top: 0.5rem;
}

.tw-mt-\[1\.2rem\] {
    margin-top: 1.2rem;
}

.tw-mt-\[1\.6rem\] {
    margin-top: 1.6rem;
}

.tw-mt-\[1\.8rem\] {
    margin-top: 1.8rem;
}

.tw-mt-\[10px\] {
    margin-top: 10px;
}

.tw-mt-\[15\%\] {
    margin-top: 15%;
}

.tw-mt-\[16px\] {
    margin-top: 16px;
}

.tw-mt-\[1em\] {
    margin-top: 1em;
}

.tw-mt-\[1rem\] {
    margin-top: 1rem;
}

.tw-mt-\[2\.4rem\] {
    margin-top: 2.4rem;
}

.tw-mt-\[2rem\] {
    margin-top: 2rem;
}

.tw-mt-\[3\.2rem\] {
    margin-top: 3.2rem;
}

.tw-mt-\[3rem\] {
    margin-top: 3rem;
}

.tw-mt-\[4rem\] {
    margin-top: 4rem;
}

.tw-mt-\[5\.4rem\] {
    margin-top: 5.4rem;
}

.tw-mt-\[5rem\] {
    margin-top: 5rem;
}

.tw-block {
    display: block;
}

.tw-inline-block {
    display: inline-block;
}

.tw-inline {
    display: inline;
}

.tw-flex {
    display: flex;
}

.tw-inline-flex {
    display: inline-flex;
}

.tw-table {
    display: table;
}

.tw-table-cell {
    display: table-cell;
}

.tw-table-row {
    display: table-row;
}

.tw-grid {
    display: grid;
}

.tw-hidden {
    display: none;
}

.tw-size-\[1\.6rem\] {
    width: 1.6rem;
    height: 1.6rem;
}

.tw-h-0 {
    height: 0px;
}

.tw-h-4 {
    height: 1rem;
}

.tw-h-\[1\.7rem\] {
    height: 1.7rem;
}

.tw-h-\[1\.8rem\] {
    height: 1.8rem;
}

.tw-h-\[100\%\] {
    height: 100%;
}

.tw-h-\[10rem\] {
    height: 10rem;
}

.tw-h-\[2rem\] {
    height: 2rem;
}

.tw-h-\[3\.2rem\] {
    height: 3.2rem;
}

.tw-h-\[3\.5rem\] {
    height: 3.5rem;
}

.tw-h-\[36px\] {
    height: 36px;
}

.tw-h-\[40px\] {
    height: 40px;
}

.tw-h-\[7rem\] {
    height: 7rem;
}

.tw-h-\[8\.8rem\] {
    height: 8.8rem;
}

.tw-h-auto {
    height: auto;
}

.tw-h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.tw-h-full {
    height: 100%;
}

.tw-max-h-\[200px\] {
    max-height: 200px;
}

.tw-min-h-\[2rem\] {
    min-height: 2rem;
}

.tw-min-h-\[4rem\] {
    min-height: 4rem;
}

.tw-min-h-\[6\.4rem\] {
    min-height: 6.4rem;
}

.tw-min-h-\[80px\] {
    min-height: 80px;
}

.tw-min-h-\[950px\] {
    min-height: 950px;
}

.tw-min-h-screen {
    min-height: 100vh;
}

.tw-w-1\/2 {
    width: 50%;
}

.tw-w-2\/5 {
    width: 40%;
}

.tw-w-4 {
    width: 1rem;
}

.tw-w-8 {
    width: 2rem;
}

.tw-w-\[1\.7rem\] {
    width: 1.7rem;
}

.tw-w-\[1\.8rem\] {
    width: 1.8rem;
}

.tw-w-\[100\%\] {
    width: 100%;
}

.tw-w-\[15px\] {
    width: 15px;
}

.tw-w-\[2rem\] {
    width: 2rem;
}

.tw-w-\[36px\] {
    width: 36px;
}

.tw-w-\[45\%\] {
    width: 45%;
}

.tw-w-\[5\.4rem\] {
    width: 5.4rem;
}

.tw-w-\[55\%\] {
    width: 55%;
}

.tw-w-\[6\.5rem\] {
    width: 6.5rem;
}

.tw-w-\[8rem\] {
    width: 8rem;
}

.tw-w-\[calc\(100\%\+4\.8rem\)\] {
    width: calc(100% + 4.8rem);
}

.tw-w-\[calc\(100\%\+8rem\)\] {
    width: calc(100% + 8rem);
}

.tw-w-full {
    width: 100%;
}

.tw-w-max {
    width: -webkit-max-content;
    width: max-content;
}

.\!tw-min-w-\[8rem\] {
    min-width: 8rem !important;
}

.tw-min-w-\[12rem\] {
    min-width: 12rem;
}

.tw-min-w-\[600px\] {
    min-width: 600px;
}

.tw-min-w-\[75px\] {
    min-width: 75px;
}

.tw-max-w-\[1100px\] {
    max-width: 1100px;
}

.tw-max-w-\[1800px\] {
    max-width: 1800px;
}

.tw-max-w-\[20rem\] {
    max-width: 20rem;
}

.tw-max-w-\[40rem\] {
    max-width: 40rem;
}

.tw-max-w-\[48rem\] {
    max-width: 48rem;
}

.tw-max-w-\[54rem\] {
    max-width: 54rem;
}

.tw-flex-1 {
    flex: 1 1 0%;
}

.tw-flex-shrink-0 {
    flex-shrink: 0;
}

.tw-shrink {
    flex-shrink: 1;
}

.tw-flex-grow-0 {
    flex-grow: 0;
}

.tw-basis-full {
    flex-basis: 100%;
}

.tw-border-collapse {
    border-collapse: collapse;
}

.tw-origin-center {
    -webkit-transform-origin: center;
            transform-origin: center;
}

.-tw-translate-x-1\/2 {
    --tw-translate-x: -50%;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-tw-translate-y-1\/2 {
    --tw-translate-y: -50%;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-tw-translate-y-\[1px\] {
    --tw-translate-y: -1px;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-tw-translate-y-\[calc\(100\%\+1\.5rem\)\] {
    --tw-translate-y: calc(calc(100% + 1.5rem) * -1);
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-tw-translate-y-full {
    --tw-translate-y: -100%;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.tw-translate-y-1\/2 {
    --tw-translate-y: 50%;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.tw-rotate-45 {
    --tw-rotate: 45deg;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.tw-scale-\[0\.9\] {
    --tw-scale-x: 0.9;
    --tw-scale-y: 0.9;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.tw-transform {
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@-webkit-keyframes tw-spin {

    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes tw-spin {

    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.tw-animate-spin {
    -webkit-animation: tw-spin 1s linear infinite;
            animation: tw-spin 1s linear infinite;
}

.tw-cursor-default {
    cursor: default;
}

.tw-cursor-pointer {
    cursor: pointer;
}

.tw-cursor-wait {
    cursor: wait;
}

.tw-select-none {
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.tw-resize-none {
    resize: none;
}

.tw-list-inside {
    list-style-position: inside;
}

.tw-list-none {
    list-style-type: none;
}

.tw-appearance-none {
    -webkit-appearance: none;
            appearance: none;
}

.tw-grid-flow-row {
    grid-auto-flow: row;
}

.tw-grid-flow-col {
    grid-auto-flow: column;
}

.tw-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.tw-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tw-grid-cols-\[1fr_max-content\] {
    grid-template-columns: 1fr -webkit-max-content;
    grid-template-columns: 1fr max-content;
}

.tw-grid-cols-\[200px_1fr\] {
    grid-template-columns: 200px 1fr;
}

.tw-grid-cols-\[3fr\,_1fr\] {
    grid-template-columns: 3fr 1fr;
}

.tw-grid-cols-\[8rem\,_1fr\] {
    grid-template-columns: 8rem 1fr;
}

.tw-grid-cols-\[min-content\,_1fr\] {
    grid-template-columns: -webkit-min-content 1fr;
    grid-template-columns: min-content 1fr;
}

.tw-grid-cols-\[repeat\(auto-fill\,_minmax\(18rem\,_max-content\)\)\] {
    grid-template-columns: repeat(auto-fill, minmax(18rem, -webkit-max-content));
    grid-template-columns: repeat(auto-fill, minmax(18rem, max-content));
}

.tw-flex-row {
    flex-direction: row;
}

.tw-flex-row-reverse {
    flex-direction: row-reverse;
}

.tw-flex-col {
    flex-direction: column;
}

.tw-flex-wrap {
    flex-wrap: wrap;
}

.tw-content-center {
    align-content: center;
}

.tw-items-start {
    align-items: flex-start;
}

.tw-items-center {
    align-items: center;
}

.tw-items-stretch {
    align-items: stretch;
}

.tw-justify-end {
    justify-content: flex-end;
}

.tw-justify-center {
    justify-content: center;
}

.tw-justify-between {
    justify-content: space-between;
}

.tw-gap-4 {
    gap: 1rem;
}

.tw-gap-\[0\.4rem\] {
    gap: 0.4rem;
}

.tw-gap-\[0\.8rem\] {
    gap: 0.8rem;
}

.tw-gap-\[1\.4rem\] {
    gap: 1.4rem;
}

.tw-gap-\[1\.5rem\] {
    gap: 1.5rem;
}

.tw-gap-\[1\.6rem\] {
    gap: 1.6rem;
}

.tw-gap-\[1\.8rem\] {
    gap: 1.8rem;
}

.tw-gap-\[1rem\] {
    gap: 1rem;
}

.tw-gap-\[2rem\] {
    gap: 2rem;
}

.tw-gap-\[4rem\] {
    gap: 4rem;
}

.tw-gap-x-6 {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
}

.tw-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-x-\[0\.4rem\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.4rem * var(--tw-space-x-reverse));
    margin-left: calc(0.4rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-x-\[0\.6rem\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.6rem * var(--tw-space-x-reverse));
    margin-left: calc(0.6rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-x-\[1\.2rem\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.2rem * var(--tw-space-x-reverse));
    margin-left: calc(1.2rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-x-\[1\.6rem\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.6rem * var(--tw-space-x-reverse));
    margin-left: calc(1.6rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-x-\[1rem\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.tw-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.tw-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.tw-space-y-\[1rem\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.tw-space-y-\[2rem\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.tw-place-self-end {
    place-self: end;
}

.tw-overflow-auto {
    overflow: auto;
}

.tw-overflow-hidden {
    overflow: hidden;
}

.tw-overflow-visible {
    overflow: visible;
}

.tw-overflow-y-auto {
    overflow-y: auto;
}

.tw-overflow-x-hidden {
    overflow-x: hidden;
}

.tw-overflow-y-hidden {
    overflow-y: hidden;
}

.tw-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tw-overflow-ellipsis {
    text-overflow: ellipsis;
}

.tw-text-ellipsis {
    text-overflow: ellipsis;
}

.tw-whitespace-nowrap {
    white-space: nowrap;
}

.tw-whitespace-pre {
    white-space: pre;
}

.tw-break-normal {
    overflow-wrap: normal;
    word-break: normal;
}

.tw-break-words {
    overflow-wrap: break-word;
}

.tw-break-all {
    word-break: break-all;
}

.\!tw-rounded-none {
    border-radius: 0px !important;
}

.tw-rounded-10 {
    border-radius: var(--border-radius-10);
}

.tw-rounded-2 {
    border-radius: var(--border-radius-2);
}

.tw-rounded-4 {
    border-radius: var(--border-radius-4);
}

.tw-rounded-5 {
    border-radius: var(--border-radius-5);
}

.tw-rounded-8 {
    border-radius: var(--border-radius-8);
}

.tw-rounded-full {
    border-radius: 9999px;
}

.tw-rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.tw-rounded-bl-none {
    border-bottom-left-radius: 0px;
}

.tw-rounded-br-none {
    border-bottom-right-radius: 0px;
}

.tw-rounded-tl-none {
    border-top-left-radius: 0px;
}

.tw-rounded-tr-none {
    border-top-right-radius: 0px;
}

.tw-border-0 {
    border-width: 0px;
}

.tw-border-\[1px\] {
    border-width: 1px;
}

.\!tw-border-r-\[1px\] {
    border-right-width: 1px !important;
}

.tw-border-b {
    border-bottom-width: 1px;
}

.tw-border-b-\[2px\] {
    border-bottom-width: 2px;
}

.tw-border-l-0 {
    border-left-width: 0px;
}

.tw-border-r-0 {
    border-right-width: 0px;
}

.tw-border-t {
    border-top-width: 1px;
}

.tw-border-t-0 {
    border-top-width: 0px;
}

.tw-border-t-\[1px\] {
    border-top-width: 1px;
}

.tw-border-solid {
    border-style: solid;
}

.tw-border-none {
    border-style: none;
}

.tw-border-hex-28f29a {
    --tw-border-opacity: 1;
    border-color: hsl(var(--theme-hex-28f29a, 154.00deg 88.60% 55.30%) / var(--tw-border-opacity));
}

.tw-border-hex-363a57 {
    --tw-border-opacity: 1;
    border-color: hsl(var(--theme-hex-363a57, 233.00deg 23.40% 27.60%) / var(--tw-border-opacity));
}

.tw-border-hex-7072ac {
    --tw-border-opacity: 1;
    border-color: hsl(var(--theme-hex-7072ac, 238.00deg 26.50% 55.70%) / var(--tw-border-opacity));
}

.tw-border-hex-898eba\/20 {
    border-color: hsl(var(--theme-hex-898eba, 234.00deg 26.20% 63.30%) / 0.2);
}

.tw-border-hex-dedeed {
    --tw-border-opacity: 1;
    border-color: hsl(var(--theme-hex-dedeed, 240.00deg 29.40% 90.00%) / var(--tw-border-opacity));
}

.tw-border-hex-ff4b66 {
    --tw-border-opacity: 1;
    border-color: hsl(var(--theme-hex-ff4b66, 351.00deg 100.00% 64.70%) / var(--tw-border-opacity));
}

.tw-border-hex-ffdd2e {
    --tw-border-opacity: 1;
    border-color: hsl(var(--theme-hex-ffdd2e, 50.00deg 100.00% 59.00%) / var(--tw-border-opacity));
}

.tw-border-r-hex-585e80 {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--theme-hex-585e80, 231.00deg 18.50% 42.40%) / var(--tw-border-opacity));
}

.\!tw-bg-hex-ff4b66\/\[\.15\] {
    background-color: hsl(var(--theme-hex-ff4b66, 351.00deg 100.00% 64.70%) / .15) !important;
}

.tw-bg-hex-000000 {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / var(--tw-bg-opacity));
}

.tw-bg-hex-004384 {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--theme-hex-004384, 210.00deg 100.00% 25.90%) / var(--tw-bg-opacity));
}

.tw-bg-hex-004384\/40 {
    background-color: hsl(var(--theme-hex-004384, 210.00deg 100.00% 25.90%) / 0.4);
}

.tw-bg-hex-07091b {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--theme-hex-07091b, 234.00deg 58.80% 6.70%) / var(--tw-bg-opacity));
}

.tw-bg-hex-0e7c9f {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--theme-hex-0e7c9f, 194.00deg 83.80% 33.90%) / var(--tw-bg-opacity));
}

.tw-bg-hex-181b30 {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--theme-hex-181b30, 233.00deg 33.30% 14.10%) / var(--tw-bg-opacity));
}

.tw-bg-hex-1d2633 {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--theme-hex-1d2633, 215.00deg 27.50% 15.70%) / var(--tw-bg-opacity));
}

.tw-bg-hex-20293c {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--theme-hex-20293c, 221.00deg 30.40% 18.00%) / var(--tw-bg-opacity));
}

.tw-bg-hex-28f29a {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--theme-hex-28f29a, 154.00deg 88.60% 55.30%) / var(--tw-bg-opacity));
}

.tw-bg-hex-363a57 {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--theme-hex-363a57, 233.00deg 23.40% 27.60%) / var(--tw-bg-opacity));
}

.tw-bg-hex-585e80 {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--theme-hex-585e80, 231.00deg 18.50% 42.40%) / var(--tw-bg-opacity));
}

.tw-bg-hex-7072ac\/70 {
    background-color: hsl(var(--theme-hex-7072ac, 238.00deg 26.50% 55.70%) / 0.7);
}

.tw-bg-hex-898eba\/20 {
    background-color: hsl(var(--theme-hex-898eba, 234.00deg 26.20% 63.30%) / 0.2);
}

.tw-bg-hex-d8d8d8\/2 {
    background-color: hsl(var(--theme-hex-d8d8d8, 0.00deg 0.00% 84.70%) / 0.02);
}

.tw-bg-hex-f9a926 {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--theme-hex-f9a926, 37.00deg 94.60% 56.30%) / var(--tw-bg-opacity));
}

.tw-bg-hex-ff4b66 {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--theme-hex-ff4b66, 351.00deg 100.00% 64.70%) / var(--tw-bg-opacity));
}

.tw-bg-hex-ff4b66\/80 {
    background-color: hsl(var(--theme-hex-ff4b66, 351.00deg 100.00% 64.70%) / 0.8);
}

.tw-bg-hex-ffdd2e {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--theme-hex-ffdd2e, 50.00deg 100.00% 59.00%) / var(--tw-bg-opacity));
}

.tw-bg-transparent {
    background-color: transparent;
}

.tw-bg-opacity-60 {
    --tw-bg-opacity: 0.6;
}

.tw-bg-opacity-75 {
    --tw-bg-opacity: 0.75;
}

.tw-bg-opacity-95 {
    --tw-bg-opacity: 0.95;
}

.tw-bg-cover {
    background-size: cover;
}

.tw-bg-center {
    background-position: center;
}

.tw-stroke-hex-ff4b66 {
    stroke: hsl(var(--theme-hex-ff4b66, 351.00deg 100.00% 64.70%) / 1);
}

.tw-stroke-hex-ffdd2e {
    stroke: hsl(var(--theme-hex-ffdd2e, 50.00deg 100.00% 59.00%) / 1);
}

.\!tw-stroke-\[0\.4rem\] {
    stroke-width: 0.4rem !important;
}

.tw-p-0 {
    padding: 0px;
}

.tw-p-2 {
    padding: 0.5rem;
}

.tw-p-4 {
    padding: 1rem;
}

.tw-p-\[16px\] {
    padding: 16px;
}

.tw-p-\[2\.2rem\] {
    padding: 2.2rem;
}

.tw-p-\[2rem\] {
    padding: 2rem;
}

.tw-p-\[3rem\] {
    padding: 3rem;
}

.tw-p-\[6\.2rem\] {
    padding: 6.2rem;
}

.tw-px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.tw-px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.tw-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.tw-px-\[0\.5rem\] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.tw-px-\[0\.6rem\] {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

.tw-px-\[0\.8rem\] {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.tw-px-\[1\.2rem\] {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

.tw-px-\[1\.6rem\] {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}

.tw-px-\[1\.8em\] {
    padding-left: 1.8em;
    padding-right: 1.8em;
}

.tw-px-\[1rem\] {
    padding-left: 1rem;
    padding-right: 1rem;
}

.tw-px-\[2\.2rem\] {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
}

.tw-px-\[2\.4rem\] {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
}

.tw-px-\[2\.5rem\] {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.tw-px-\[3rem\] {
    padding-left: 3rem;
    padding-right: 3rem;
}

.tw-px-\[4rem\] {
    padding-left: 4rem;
    padding-right: 4rem;
}

.tw-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.tw-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.tw-py-\[0\.3rem\] {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.tw-py-\[0\.4rem\] {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.tw-py-\[0\.5rem\] {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.tw-py-\[0\.7rem\] {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

.tw-py-\[0\.8rem\] {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.tw-py-\[1\.1rem\] {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
}

.tw-py-\[1\.2rem\] {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

.tw-py-\[1\.4rem\] {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
}

.tw-py-\[1\.8rem\] {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
}

.tw-py-\[1rem\] {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.tw-py-\[2rem\] {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.tw-py-\[5rem\] {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.\!tw-pb-\[0\.9rem\] {
    padding-bottom: 0.9rem !important;
}

.\!tw-pl-\[4rem\] {
    padding-left: 4rem !important;
}

.tw-pb-4 {
    padding-bottom: 1rem;
}

.tw-pb-6 {
    padding-bottom: 1.5rem;
}

.tw-pb-\[0\.5rem\] {
    padding-bottom: 0.5rem;
}

.tw-pb-\[0\.8rem\] {
    padding-bottom: 0.8rem;
}

.tw-pb-\[1\.5rem\] {
    padding-bottom: 1.5rem;
}

.tw-pb-\[1\.6rem\] {
    padding-bottom: 1.6rem;
}

.tw-pb-\[1\.8em\] {
    padding-bottom: 1.8em;
}

.tw-pb-\[1\.8rem\] {
    padding-bottom: 1.8rem;
}

.tw-pb-\[3rem\] {
    padding-bottom: 3rem;
}

.tw-pb-\[8rem\] {
    padding-bottom: 8rem;
}

.tw-pl-0 {
    padding-left: 0px;
}

.tw-pl-8 {
    padding-left: 2rem;
}

.tw-pl-\[0\.6rem\] {
    padding-left: 0.6rem;
}

.tw-pl-\[1\.2rem\] {
    padding-left: 1.2rem;
}

.tw-pl-\[1\.6rem\] {
    padding-left: 1.6rem;
}

.tw-pl-\[2rem\] {
    padding-left: 2rem;
}

.tw-pl-\[3\.2rem\] {
    padding-left: 3.2rem;
}

.tw-pl-\[6rem\] {
    padding-left: 6rem;
}

.tw-pr-\[0\.4rem\] {
    padding-right: 0.4rem;
}

.tw-pr-\[1\.5rem\] {
    padding-right: 1.5rem;
}

.tw-pr-\[1\.6rem\] {
    padding-right: 1.6rem;
}

.tw-pr-\[2rem\] {
    padding-right: 2rem;
}

.tw-pt-\[0\.7rem\] {
    padding-top: 0.7rem;
}

.tw-pt-\[1\.4em\] {
    padding-top: 1.4em;
}

.tw-pt-\[1\.5rem\] {
    padding-top: 1.5rem;
}

.tw-pt-\[1\.6rem\] {
    padding-top: 1.6rem;
}

.tw-pt-\[1rem\] {
    padding-top: 1rem;
}

.tw-pt-\[2rem\] {
    padding-top: 2rem;
}

.tw-pt-\[3rem\] {
    padding-top: 3rem;
}

.tw-pt-\[60px\] {
    padding-top: 60px;
}

.tw-text-center {
    text-align: center;
}

.tw-align-middle {
    vertical-align: middle;
}

.tw-font-mono {
    font-family: var(--font-mono);
}

.tw-font-sans {
    font-family: var(--font-sans);
}

.tw-text-\[0\.9em\] {
    font-size: 0.9em;
}

.tw-text-\[0\.9rem\] {
    font-size: 0.9rem;
}

.tw-text-\[1\.1rem\] {
    font-size: 1.1rem;
}

.tw-text-\[1\.2rem\] {
    font-size: 1.2rem;
}

.tw-text-\[1\.3rem\] {
    font-size: 1.3rem;
}

.tw-text-\[1\.4rem\] {
    font-size: 1.4rem;
}

.tw-text-\[1\.6rem\] {
    font-size: 1.6rem;
}

.tw-text-\[1\.8rem\] {
    font-size: 1.8rem;
}

.tw-text-\[12px\] {
    font-size: 12px;
}

.tw-text-\[14px\] {
    font-size: 14px;
}

.tw-text-\[16rem\] {
    font-size: 16rem;
}

.tw-text-\[2rem\] {
    font-size: 2rem;
}

.tw-font-bold {
    font-weight: 700;
}

.tw-font-light {
    font-weight: 300;
}

.tw-font-medium {
    font-weight: 500;
}

.tw-font-normal {
    font-weight: 400;
}

.tw-font-semibold {
    font-weight: 600;
}

.tw-uppercase {
    text-transform: uppercase;
}

.tw-capitalize {
    text-transform: capitalize;
}

.tw-italic {
    font-style: italic;
}

.\!tw-leading-\[17px\] {
    line-height: 17px !important;
}

.tw-leading-10 {
    line-height: 2.5rem;
}

.tw-leading-3 {
    line-height: .75rem;
}

.tw-leading-9 {
    line-height: 2.25rem;
}

.tw-leading-\[1\.3rem\] {
    line-height: 1.3rem;
}

.tw-leading-\[1\.6rem\] {
    line-height: 1.6rem;
}

.tw-leading-\[1\.8rem\] {
    line-height: 1.8rem;
}

.tw-leading-\[17px\] {
    line-height: 17px;
}

.tw-leading-\[20px\] {
    line-height: 20px;
}

.tw-leading-\[24px\] {
    line-height: 24px;
}

.tw-leading-\[2rem\] {
    line-height: 2rem;
}

.tw-tracking-\[0\.2rem\] {
    letter-spacing: 0.2rem;
}

.tw-tracking-\[0\] {
    letter-spacing: 0;
}

.tw-tracking-\[2px\] {
    letter-spacing: 2px;
}

.tw-tracking-normal {
    letter-spacing: 0em;
}

.tw-text-hex-00c1ff {
    --tw-text-opacity: 1;
    color: hsl(var(--theme-hex-00c1ff, 195.00deg 100.00% 50.00%) / var(--tw-text-opacity));
}

.tw-text-hex-07091b {
    --tw-text-opacity: 1;
    color: hsl(var(--theme-hex-07091b, 234.00deg 58.80% 6.70%) / var(--tw-text-opacity));
}

.tw-text-hex-181b30 {
    --tw-text-opacity: 1;
    color: hsl(var(--theme-hex-181b30, 233.00deg 33.30% 14.10%) / var(--tw-text-opacity));
}

.tw-text-hex-28f29a {
    --tw-text-opacity: 1;
    color: hsl(var(--theme-hex-28f29a, 154.00deg 88.60% 55.30%) / var(--tw-text-opacity));
}

.tw-text-hex-6a93ff {
    --tw-text-opacity: 1;
    color: hsl(var(--theme-hex-6a93ff, 223.00deg 100.00% 70.80%) / var(--tw-text-opacity));
}

.tw-text-hex-898eba {
    --tw-text-opacity: 1;
    color: hsl(var(--theme-hex-898eba, 234.00deg 26.20% 63.30%) / var(--tw-text-opacity));
}

.tw-text-hex-8a9eb2 {
    --tw-text-opacity: 1;
    color: hsl(var(--theme-hex-8a9eb2, 210.00deg 20.60% 62.00%) / var(--tw-text-opacity));
}

.tw-text-hex-b5b9de {
    --tw-text-opacity: 1;
    color: hsl(var(--theme-hex-b5b9de, 234.00deg 38.30% 79.00%) / var(--tw-text-opacity));
}

.tw-text-hex-f1f3fa {
    --tw-text-opacity: 1;
    color: hsl(var(--theme-hex-f1f3fa, 227.00deg 47.40% 96.30%) / var(--tw-text-opacity));
}

.tw-text-hex-f9a926 {
    --tw-text-opacity: 1;
    color: hsl(var(--theme-hex-f9a926, 37.00deg 94.60% 56.30%) / var(--tw-text-opacity));
}

.tw-text-hex-ff4b66 {
    --tw-text-opacity: 1;
    color: hsl(var(--theme-hex-ff4b66, 351.00deg 100.00% 64.70%) / var(--tw-text-opacity));
}

.tw-text-hex-ffdd2e {
    --tw-text-opacity: 1;
    color: hsl(var(--theme-hex-ffdd2e, 50.00deg 100.00% 59.00%) / var(--tw-text-opacity));
}

.tw-text-hex-ffffff {
    --tw-text-opacity: 1;
    color: hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / var(--tw-text-opacity));
}

.tw-text-hex-ffffff\/50 {
    color: hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 0.5);
}

.tw-text-inherit {
    color: inherit;
}

.tw-underline {
    text-decoration-line: underline;
}

.tw-line-through {
    text-decoration-line: line-through;
}

.tw-opacity-0 {
    opacity: 0;
}

.tw-opacity-100 {
    opacity: 1;
}

.tw-opacity-20 {
    opacity: 0.2;
}

.tw-opacity-50 {
    opacity: 0.5;
}

.tw-opacity-60 {
    opacity: 0.6;
}

.tw-opacity-70 {
    opacity: 0.7;
}

.tw-opacity-80 {
    opacity: 0.8;
}

.tw-opacity-85 {
    opacity: 0.85;
}

.\!tw-outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
}

.tw-outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.tw-transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.tw-transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.tw-transition-transform {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.tw-duration-100 {
    transition-duration: 100ms;
}

.tw-duration-150 {
    transition-duration: 150ms;
}

.tw-duration-200 {
    transition-duration: 200ms;
}

.tw-duration-\[\.2\] {
    transition-duration: .2;
}

.tw-duration-\[0\.3s\] {
    transition-duration: 0.3s;
}

.tw-duration-\[1s\] {
    transition-duration: 1s;
}

.tw-ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.tw-will-change-auto {
    will-change: auto;
}

/* This CSS class is added by Lexical and here we describe its representation */

.underline-line-through {
    text-decoration-line: underline line-through;
  }

/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

/* WARNING: DO NOT MODIFY */

/* This file was automatically generated */

body {
  --hex-ffffff: hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%));
  --hex-181b30: hsl(var(--theme-hex-181b30, 233.00deg 33.30% 14.10%));
  --hex-ff4b66: hsl(var(--theme-hex-ff4b66, 351.00deg 100.00% 64.70%));
  --hex-898eba: hsl(var(--theme-hex-898eba, 234.00deg 26.20% 63.30%));
  --hex-b5b9de: hsl(var(--theme-hex-b5b9de, 234.00deg 38.30% 79.00%));
  --hex-00c1ff: hsl(var(--theme-hex-00c1ff, 195.00deg 100.00% 50.00%));
  --hex-07091b: hsl(var(--theme-hex-07091b, 234.00deg 58.80% 6.70%));
  --hex-363a57: hsl(var(--theme-hex-363a57, 233.00deg 23.40% 27.60%));
  --hex-2b2d44: hsl(var(--theme-hex-2b2d44, 235.00deg 22.50% 21.80%));
  --hex-7072ac: hsl(var(--theme-hex-7072ac, 238.00deg 26.50% 55.70%));
  --hex-6a93ff: hsl(var(--theme-hex-6a93ff, 223.00deg 100.00% 70.80%));
  --hex-607285: hsl(var(--theme-hex-607285, 211.00deg 16.20% 44.90%));
  --hex-f1f3fa: hsl(var(--theme-hex-f1f3fa, 227.00deg 47.40% 96.30%));
  --hex-585e80: hsl(var(--theme-hex-585e80, 231.00deg 18.50% 42.40%));
  --hex-20293c: hsl(var(--theme-hex-20293c, 221.00deg 30.40% 18.00%));
  --hex-ffdd2e: hsl(var(--theme-hex-ffdd2e, 50.00deg 100.00% 59.00%));
  --hex-28f29a: hsl(var(--theme-hex-28f29a, 154.00deg 88.60% 55.30%));
  --hex-dedeed: hsl(var(--theme-hex-dedeed, 240.00deg 29.40% 90.00%));
  --hex-8a9eb2: hsl(var(--theme-hex-8a9eb2, 210.00deg 20.60% 62.00%));
  --hex-000000: hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%));
  --hex-f9a926: hsl(var(--theme-hex-f9a926, 37.00deg 94.60% 56.30%));
  --hex-0e7c9f: hsl(var(--theme-hex-0e7c9f, 194.00deg 83.80% 33.90%));
  --hex-1f8efa: hsl(var(--theme-hex-1f8efa, 210.00deg 95.60% 55.10%));
  --hex-dab602: hsl(var(--theme-hex-dab602, 50.00deg 98.20% 43.10%));
  --hex-0070df: hsl(var(--theme-hex-0070df, 210.00deg 100.00% 43.70%));
  --hex-222644: hsl(var(--theme-hex-222644, 233.00deg 33.30% 20.00%));
  --hex-d8d8d8: hsl(var(--theme-hex-d8d8d8, 0.00deg 0.00% 84.70%));
  --hex-474a6b: hsl(var(--theme-hex-474a6b, 235.00deg 20.20% 34.90%));
  --hex-149dc9: hsl(var(--theme-hex-149dc9, 195.00deg 81.90% 43.30%));
  --hex-6d859a: hsl(var(--theme-hex-6d859a, 208.00deg 18.20% 51.60%));
  --hex-999999: hsl(var(--theme-hex-999999, 0.00deg 0.00% 60.00%));
  --hex-666666: hsl(var(--theme-hex-666666, 0.00deg 0.00% 40.00%));
  --hex-5a83ef: hsl(var(--theme-hex-5a83ef, 223.00deg 82.30% 64.50%));
  --hex-004384: hsl(var(--theme-hex-004384, 210.00deg 100.00% 25.90%));
  --hex-3577fe: hsl(var(--theme-hex-3577fe, 220.00deg 99.00% 60.20%));
  --hex-cccccc: hsl(var(--theme-hex-cccccc, 0.00deg 0.00% 80.00%));
  --hex-1a7ee2: hsl(var(--theme-hex-1a7ee2, 210.00deg 79.40% 49.40%));
  --hex-98a7b9: hsl(var(--theme-hex-98a7b9, 213.00deg 19.10% 66.10%));
  --hex-1d2633: hsl(var(--theme-hex-1d2633, 215.00deg 27.50% 15.70%));
  --hex-e77474: hsl(var(--theme-hex-e77474, 0.00deg 70.60% 68.00%));
  --hex-f2921f: hsl(var(--theme-hex-f2921f, 33.00deg 89.00% 53.50%));
  --hex-152b45: hsl(var(--theme-hex-152b45, 213.00deg 53.30% 17.60%));
  --hex-0d8c8e: hsl(var(--theme-hex-0d8c8e, 181.00deg 83.20% 30.40%));
  --hex-086d95: hsl(var(--theme-hex-086d95, 197.00deg 89.80% 30.80%));
  --hex-ffd66a: hsl(var(--theme-hex-ffd66a, 43.00deg 100.00% 70.80%));
  --hex-b43c4e: hsl(var(--theme-hex-b43c4e, 351.00deg 50.00% 47.10%));
  --hex-333333: hsl(var(--theme-hex-333333, 0.00deg 0.00% 20.00%));
  --hex-1bd8c3: hsl(var(--theme-hex-1bd8c3, 173.00deg 77.80% 47.60%));
  --hex-0099e0: hsl(var(--theme-hex-0099e0, 199.00deg 100.00% 43.90%));
  --hex-51607a: hsl(var(--theme-hex-51607a, 218.00deg 20.20% 39.80%));
  --hex-282c34: hsl(var(--theme-hex-282c34, 220.00deg 13.00% 18.00%));
  --hex-0c89b1: hsl(var(--theme-hex-0c89b1, 195.00deg 87.30% 37.10%));
  --hex-ffa16d: hsl(var(--theme-hex-ffa16d, 21.00deg 100.00% 71.40%));
  --hex-c8ccd4: hsl(var(--theme-hex-c8ccd4, 220.00deg 12.20% 80.80%));
  --hex-51b58c: hsl(var(--theme-hex-51b58c, 155.00deg 40.30% 51.40%));
  --hex-00b6a6: hsl(var(--theme-hex-00b6a6, 175.00deg 100.00% 35.70%));
  --hex-0091b6: hsl(var(--theme-hex-0091b6, 192.00deg 100.00% 35.70%));
  --hex-ba6e90: hsl(var(--theme-hex-ba6e90, 333.00deg 35.50% 58.00%));
  --hex-a8a8a8: hsl(var(--theme-hex-a8a8a8, 0.00deg 0.00% 65.90%));
  --hex-6f57d6: hsl(var(--theme-hex-6f57d6, 251.00deg 60.80% 59.00%));
  --hex-003c57: hsl(var(--theme-hex-003c57, 199.00deg 100.00% 17.10%));
  --hex-fd9ebb: hsl(var(--theme-hex-fd9ebb, 342.00deg 96.00% 80.60%));
  --hex-e383d8: hsl(var(--theme-hex-e383d8, 307.00deg 63.20% 70.20%));
  --hex-e383ac: hsl(var(--theme-hex-e383ac, 334.00deg 63.20% 70.20%));
  --hex-ff93a3: hsl(var(--theme-hex-ff93a3, 351.00deg 100.00% 78.80%));
  --hex-f885ff: hsl(var(--theme-hex-f885ff, 297.00deg 100.00% 76.10%));
  --hex-f170c5: hsl(var(--theme-hex-f170c5, 320.00deg 82.20% 69.20%));
  --hex-f050ff: hsl(var(--theme-hex-f050ff, 295.00deg 100.00% 65.70%));
  --hex-ef2f2f: hsl(var(--theme-hex-ef2f2f, 0.00deg 85.70% 56.10%));
  --hex-d4289a: hsl(var(--theme-hex-d4289a, 320.00deg 68.30% 49.40%));
  --hex-cd3f54: hsl(var(--theme-hex-cd3f54, 351.00deg 58.70% 52.50%));
  --hex-bf4e48: hsl(var(--theme-hex-bf4e48, 3.00deg 48.20% 51.60%));
  --hex-b380ea: hsl(var(--theme-hex-b380ea, 269.00deg 71.60% 71.00%));
  --hex-ab52f8: hsl(var(--theme-hex-ab52f8, 272.00deg 92.20% 64.70%));
  --hex-966618: hsl(var(--theme-hex-966618, 37.00deg 72.40% 34.10%));
  --hex-7d272c: hsl(var(--theme-hex-7d272c, 357.00deg 52.40% 32.20%));
  --hex-005457: hsl(var(--theme-hex-005457, 182.00deg 100.00% 17.10%));
}

/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

:root {
  /* z-index definitions */
  --z1: 1;
  --z2: 10;
  --z3: 100;
  --z4: 1000;
  --z5: 10000;
  --z6: 100000;
  --zMax: 2147483647;
}

/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

@font-face {
  font-family: 'Roboto';
  font-weight: 100;
  font-style: normal;
  src: url('../assets/fonts/roboto/Roboto-Thin.ttf') format('truetype'), local('Roboto Thin'),
    local('Roboto-100');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 100;
  font-style: italic;
  src: url('../assets/fonts/roboto/Roboto-ThinItalic.ttf') format('truetype'), local('Roboto Thin Italic'),
    local('Roboto-100italic');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 300;
  font-style: normal;
  src: url('../assets/fonts/roboto/Roboto-Light.ttf') format('truetype'), local('Roboto Light'),
    local('Roboto-300');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 300;
  font-style: italic;
  src: url('../assets/fonts/roboto/Roboto-LightItalic.ttf') format('truetype'),
    local('Roboto Light Italic'), local('Roboto-300italic');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  src: url('../assets/fonts/roboto/Roboto-Regular.ttf') format('truetype'), local('Roboto'),
    local('Roboto-regular');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: italic;
  src: url('../assets/fonts/roboto/Roboto-Italic.ttf') format('truetype'), local('Roboto Italic'),
    local('Roboto-italic');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  src: url('../assets/fonts/roboto/Roboto-Medium.ttf') format('truetype'), local('Roboto Medium'),
    local('Roboto-500');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: italic;
  src: url('../assets/fonts/roboto/Roboto-MediumItalic.ttf') format('truetype'),
    local('Roboto Medium Italic'), local('Roboto-500italic');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 700;
  font-style: normal;
  src: url('../assets/fonts/roboto/Roboto-Bold.ttf') format('truetype'), local('Roboto Bold'),
    local('Roboto-700');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 700;
  font-style: italic;
  src: url('../assets/fonts/roboto/Roboto-BoldItalic.ttf') format('truetype'), local('Roboto Bold Italic'),
    local('Roboto-700italic');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 900;
  font-style: normal;
  src: url('../assets/fonts/roboto/Roboto-Black.ttf') format('truetype'), local('Roboto Black'),
    local('Roboto-900');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 900;
  font-style: italic;
  src: url('../assets/fonts/roboto/Roboto-BlackItalic.ttf') format('truetype'),
    local('Roboto Black Italic'), local('Roboto-900italic');
}

/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

@font-face {
  font-family: 'IBM Plex Sans';
  font-weight: 100;
  font-style: normal;
  src: url('../assets/fonts/ibm-plex-sans/IBMPlexSans-Thin.ttf') format('truetype');
}

@font-face {
  font-family: 'IBM Plex Sans';
  font-weight: 100;
  font-style: italic;
  src: url('../assets/fonts/ibm-plex-sans/IBMPlexSans-ThinItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'IBM Plex Sans';
  font-weight: 300;
  font-style: normal;
  src: url('../assets/fonts/ibm-plex-sans/IBMPlexSans-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'IBM Plex Sans';
  font-weight: 300;
  font-style: italic;
  src: url('../assets/fonts/ibm-plex-sans/IBMPlexSans-LightItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'IBM Plex Sans';
  font-weight: 400;
  font-style: normal;
  src: url('../assets/fonts/ibm-plex-sans/IBMPlexSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'IBM Plex Sans';
  font-weight: 400;
  font-style: italic;
  src: url('../assets/fonts/ibm-plex-sans/IBMPlexSans-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'IBM Plex Sans';
  font-weight: 500;
  font-style: normal;
  src: url('../assets/fonts/ibm-plex-sans/IBMPlexSans-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'IBM Plex Sans';
  font-weight: 500;
  font-style: italic;
  src: url('../assets/fonts/ibm-plex-sans/IBMPlexSans-MediumItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'IBM Plex Sans';
  font-weight: 700;
  font-style: normal;
  src: url('../assets/fonts/ibm-plex-sans/IBMPlexSans-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'IBM Plex Sans';
  font-weight: 700;
  font-style: italic;
  src: url('../assets/fonts/ibm-plex-sans/IBMPlexSans-SemiBoldItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'IBM Plex Sans';
  font-weight: 900;
  font-style: normal;
  src: url('../assets/fonts/ibm-plex-sans/IBMPlexSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'IBM Plex Sans';
  font-weight: 900;
  font-style: italic;
  src: url('../assets/fonts/ibm-plex-sans/IBMPlexSans-BoldItalic.ttf') format('truetype');
}

/* Mono */

@font-face {
  font-family: 'IBM Plex Mono';
  font-weight: 400;
  font-style: normal;
  src: url('../assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.ttf') format('truetype');
}

/* Icons */

@font-face {
  font-family: 'reaqta';
  src:
    url('../assets/fonts/reaqta/reaqta.ttf') format('truetype'),
    url('../assets/fonts/reaqta/reaqta.woff') format('woff'),
    url('../assets/fonts/reaqta/reaqta.svg#reaqta') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'reaqta-icons';
  src:
    url('../assets/fonts/reaqta-icons/reaqta-icons.ttf') format('truetype'),
    url('../assets/fonts/reaqta-icons/reaqta-icons.woff') format('woff'),
    url('../assets/fonts/reaqta-icons/reaqta-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

@font-face {
  font-family: 'reaqta';
  src: url('../assets/fonts/reaqta/reaqta.ttf') format('truetype'),
    url('../assets/fonts/reaqta/reaqta.woff') format('woff'),
    url('../assets/fonts/reaqta/reaqta.svg#reaqta') format('svg'), local('reaqta');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'reaqta-icons';
  src: url('../assets/fonts/reaqta-icons/reaqta-icons.ttf') format('truetype'),
    url('../assets/fonts/reaqta-icons/reaqta-icons.woff') format('woff'),
    url('../assets/fonts/reaqta-icons/reaqta-icons.svg') format('svg'), local('reaqta-icons');
  font-weight: normal;
  font-style: normal;
}

/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'reaqta' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 1.3em;
  text-transform: none;
  line-height: 1;
  color: var(--hex-00c1ff);
  speak: none;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'reaqta-icons' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-dots-three-vertical:before {
  content: "\e902";
}

.fa-chevron-down:before {
  content: "\e905";
}

.fa-chevron-up:before {
  content: "\e906";
}

.fa-fail:before {
  content: "\e900";
}

.fa-success:before {
  content: "\e901";
}

.icon-app:before {
    content: "\e93c";
  }

.icon-file:before {
    content: "\e908";
  }

.icon-digital-certificate:before {
    content: "\e912";
  }

.icon-trigger:before {
    content: '\e91d';
  }

.icon-clock:before {
    content: "\e93e";
  }

.icon-endpoint:before {
    content: "\e923";
  }

.icon-user:before {
    content: "\e924";
  }

.icon-store:before {
    content: "\e928";
  }

.icon-indicator:before {
    content: "\e933";
  }

.icon-circle:before {
    content: "\e934";
  }

.cta-icon.action-icon:hover,
    .cta-icon.action-icon:active {
      background: url('../assets/img/icons/circle-hover.svg') no-repeat;
      background-size: 100% 100%;
    }

/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

body {
  background-color: var(--hex-07091b);
  color: var(--hex-b5b9de);
  overflow: auto !important;
  padding-right: 0 !important;
  font-family: var(--font-sans);

  -webkit-print-color-adjust: exact !important;
  -webkit-font-smoothing: antialiased;
}

.tab-content .container-fluid {
  background-color: var(--hex-181b30) !important;
}

/* Generic class to create a link with hand cursor */

a,
.link {
  color: var(--hex-00c1ff);
  cursor: pointer;
  transition: color 0.6s;
}

a:hover, .link:hover {
    color: lighten(var(--hex-00c1ff), 18%);
  }

a.soft:hover, .link.soft:hover {
    color: var(--hex-00c1ff) !important;
  }

.input {
  background-color: transparent;
  border: 1px solid var(--hex-2b2d44);
  color: var(--hex-b5b9de);
  font-weight: 300;
  border-radius: var(--border-radius-2);
  height: 40px;
  box-shadow: none !important;
}

.input:focus {
    border: 1px solid var(--hex-0e7c9f);
    box-shadow: none;
    outline: none;
  }

.inline {
  display: inline-block;
}

.padding-left-1em {
  padding-left: 1em;
}

.padding-bottom-1em {
  padding-bottom: 1em;
}

.padding-bottom-2em {
  padding-bottom: 2em;
}

.small-img {
  height: 0.6em;
}

.flex-center-vertical {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.Select textarea:focus,
  .Select input:focus {
    outline: none !important;
    border: 0 !important;
  }

input,
textarea::-webkit-input-placeholder {
  color: var(--hex-8a9eb2);
  font-size: 1em;
  box-shadow: none;
}

input:focus, textarea::-webkit-input-placeholder:focus {
    outline: none;
    border: 1px solid var(--hex-00c1ff);
  }

input,
textarea:-moz-placeholder {
  color: var(--hex-8a9eb2);
  font-size: 1em;
  box-shadow: none;
}

input:focus, textarea:-moz-placeholder:focus {
    outline: none;
    border: 1px solid var(--hex-00c1ff);
  }

input,
textarea::-moz-placeholder {
  color: var(--hex-8a9eb2);
  font-size: 1em;
  box-shadow: none;
}

input:focus, textarea::-moz-placeholder:focus {
    outline: none;
    border: 1px solid var(--hex-00c1ff);
  }

input,
textarea:-ms-input-placeholder {
  color: var(--hex-8a9eb2);
  font-size: 1em;
  box-shadow: none;
}

input:focus, textarea:-ms-input-placeholder:focus {
    outline: none;
    border: 1px solid var(--hex-00c1ff);
  }

.shim-scrollbars ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

.shim-scrollbars ::-webkit-scrollbar-track {
    background: var(--hex-d8d8d8);
  }

.shim-scrollbars ::-webkit-scrollbar-thumb {
    background: var(--hex-666666);
  }

/*
Lets cap the max width of the layout at 1800px, because otherwise
it will always use 100% of the screen and that's not good on large screens.
*/

.container-fluid {
  max-width: 1800px !important;
}

pre {
  border: 0 !important;
  background-color: inherit !important;
}

.policy-script-label {
  color: var(--hex-cccccc);
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

.error-boundary {
  width: 500px;
  margin: 0 auto;
}

.error-boundary button {
    margin-top: 50px;
    min-width: 120px;
  }

.policy-incident-table td {
    vertical-align: middle !important;
  }

/*
HACK - Ugly hack ahead, modals might have a half a pixel offset due to a translate
or a specially positioned element and this causes the fonts to get blurry.
Seems to be a bug that has been around chromium since 2014(?)
See: https://bugs.chromium.org/p/chromium/issues/detail?id=521364
*/

.modal-open {
  padding-right: 0 !important;
}

/* overflow-y: hidden !important; */

/* padding-right: 15px !important; */

.modal-open .modal {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

.is-modal-open.is-modal-open.is-modal-open {
  overflow-y: hidden !important;
  padding-right: 15px !important;
}

.row-badge-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.row-badge {
  background: var(--hex-7072ac);
  color: var(--hex-ffffff);
  padding: 2.5px 9px;
  border-radius: var(--border-radius-10);
  margin-right: 10px;
  font-size: 10px;
  display: inline;
  text-align: center;
  float: right;
  word-break: initial;
  font-weight: 600;
}

.dropdown-topRight ul {
  top: -73px !important;
}

.reaqta.popover {
  border: 0 !important;
  background-color: var(--hex-07091b);
}

.reaqta.popover-content {
  border: 0 !important;
  background-color: var(--hex-07091b);
  color: var(--hex-dedeed);
}

/* TODO: Remove (not used) [DEBT] */

.policy-deets-title .card-title {
    display: none !important;
  }

.policy-deets-title .block-wrapper.container-fluid {
    background: inherit;
  }

.triggerDescription > span:first-child {
    color: var(--hex-ffffff);
  }

.start-remediation-cta {
  position: relative;
  display: flex;
  align-items: center;
}

.start-remediation-cta svg {
    -webkit-transform: translateY(-1.5px);
            transform: translateY(-1.5px);
    margin-right: 6px;
    margin-left: 8px;
  }

.powershell-block {
  position: relative;
}

.powershell-block .lowlight {
    background-color: var(--hex-282c34) !important;
    margin: 0;
    max-height: 500px;
  }

.powershell-block .lowlight::-webkit-scrollbar {
      width: 5px;
      height: 5px;
    }

.powershell-block .lowlight::-webkit-scrollbar-track {
      background: var(--hex-07091b);
    }

.powershell-block .lowlight::-webkit-scrollbar-thumb {
      background: var(--hex-585e80);
    }

.form-v2 label {
    color: var(--hex-8a9eb2);
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
  }

.form-v2 label > span {
      color: var(--hex-ffdd2e);
      margin-left: 4px;
      margin-right: 12px;
    }

.table2-separator {
  height: 1px;
  border-bottom: 0.5px solid var(--hex-363a57);
}

.modal-backdrop.in {
  opacity: 0.7;
}

/*
NOTE: this classname is applied to all tags containing a filename inside(span, div, b, etc)
said box needs to always be displayed with this prop to avoid RTL-O funkyness!
*/

.rtl-fix {
  display: inline-block;
}

.modal-overflow-hidden .modal-content {
    overflow: hidden !important;
  }

/* Empty state for tables */

.empty-table {
  text-align: center;
  margin-bottom: 20px;
}

.empty-table h3 {
    color: var(--hex-ffffff);
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.empty-table h3 img {
      width: 17px;
      margin-right: 3px;
    }

.empty-table p {
    font-size: 14px;
    line-height: 16px;
    color: var(--hex-898eba);
    margin: 0;
  }

.empty-table > button {
    margin: 0 auto;
    margin-top: 30px;
  }

.div-cta {
  display: inline-block;
}

.text-primaryf {
  color: var(--hex-ff4b66light) !important;
}

.text-warningf {
  color: var(--hex-f9a926) !important;
}

.text-dangerf {
  color: var(--hex-ff4b66) !important;
}

.small-incident-tag {
  background-color: var(--hex-474a6b);
  color: var(--hex-dedeed) !important;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  word-break: break-all;
}

/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

@-webkit-keyframes loadingSpinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loadingSpinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.loadingSpinner {
  border: 2px solid var(--hex-ffffff);
  border-top-color: transparent;
  border-left-color: transparent;
  width: 12px;
  height: 12px;
  opacity: 0.8;
  border-radius: 50%;
  -webkit-animation: loadingSpinner 0.7s infinite linear;
          animation: loadingSpinner 0.7s infinite linear;
  margin-left: 8px;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@keyframes autofill {
  100% {
    background: var(--hex-20293c);
    color: var(--hex-dedeed);
  }
}

@-webkit-keyframes autofill {
  100% {
    background: var(--hex-20293c);
    color: var(--hex-dedeed);
  }
}

/*
Autocomplete selections have an ugly yellow-ish background color by default
this will replace it with reaqta's colours.
*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-animation: autofill 0s forwards;
  animation: autofill 0s forwards;
}

/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

.app {
  font-size: 1em;
  text-overflow: ellipsis;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.app ::selection {
    background: var(--hex-0070df); /* WebKit/Blink Browsers */
  }

.app ::-moz-selection {
    background: var(--hex-0070df); /* Gecko Browsers */
  }

.app .container-fluid {
    background-color: var(--hex-07091b);
    padding-left: 24px;
    padding-right: 24px;
  }

.app .container-fluid.noPadding {
      padding: 0;
      position: sticky;
      top: 0;
      z-index: 1000;
    }

/* The main grid containing every component in a page */

.app .content.content.content {
    margin: 0;
    width: 100% !important;
  }

/* Default button style */

.app .btn-default {
    background-color: var(--hex-181b30);
    border: 2px solid var(--hex-2b2d44);
    text-transform: uppercase;
    color: var(--hex-dedeed);
    font-size: 0.8em;
  }

.app .btn-default:active {
      background-color: var(--hex-474a6b) !important;
      color: var(--hex-dedeed);
      border: 2px solid var(--hex-2b2d44);
      outline: none;
    }

.app .btn-default:hover {
      background-color: var(--hex-474a6b);
    }

.app .warning-message {
    color: var(--hex-f9a926);
    font-size: 0.9em;
    padding-left: 0.4em;
  }

.app .error-block {
    padding-bottom: 1em;
    color: var(--hex-ff4b66);
  }

.app .btn:focus {
    outline: none;
  }

.app .centered {
    text-align: center;
  }

.app .highlight {
    color: var(--hex-ff4b66light);
  }

.app .highlight-new {
    color: var(--hex-ffffff);
  }

.app .highlight-high {
    color: var(--hex-ff4b66) !important;
  }

.app .highlight-medium {
    color: var(--hex-f9a926);
  }

.app .highlight-low {
    color: var(--hex-28f29a);
  }

.app .highlight-low-yellow {
    color: var(--hex-ffdd2e);
  }

.app .highlight-light {
    color: var(--hex-dedeed);
  }

.app .container {
    width: 100%;
  }

.no-scroll {
  overflow: hidden !important;
}

.fullscreen .js-process-tree {
  position: fixed;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 2000;
  height: 100%;
}

.fullscreen .js-process-tree .vis-button.vis-center {
    right: 7px !important;
  }

.fullscreen .js-process-tree .vis-button.vis-fullscreen {
    right: 47px !important;
  }

.fullscreen .js-process-tree > .container {
    height: 100%;
  }

.dropdown.isActive > .dropdown-toggle {
  color: var(--hex-6a93ff) !important;
  background-color: var(--hex-2b2d44) !important;
}

.navbar-default .navbar-nav > li > a {
  transition: all 0.2s ease;
}

.dropdown-menu {
  display: inline-block !important;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s ease;
}

.dropdown.open .dropdown-menu {
  visibility: visible;
  opacity: 1;
}

.menubar ul.navbar-nav > li.open > a {
  border-bottom: 2px solid var(--hex-6a93ff);
}

.no-results {
  text-align: center;
}

.no-results h4 {
    margin: 0;
    color: var(--hex-ffffff);
    font-size: 15px;
    text-transform: initial;
    letter-spacing: 0.6px;
  }

.no-results p {
    margin: 0;
    margin-top: 5px;
    letter-spacing: 0;
    text-transform: initial;
    color: var(--hex-b5b9de);
    font-weight: 400;
  }

.dropdown.btn-group .dropdown-toggle {
  width: 28px;
}

.dropdown.btn-group.open .dropdown-menu {
    width: 100%;
  }

.dropdown.btn-group.open .dropdown-menu a {
      margin-right: 0;
    }

.reaqta.popover .popover-title {
    background-color: var(--hex-2b2d44);
    border-bottom: 1px solid var(--hex-2b2d44);
  }

.reaqta.popover .arrow:after {
    content: ' ';
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: var(--hex-2b2d44);
  }

.missingComponents h3 {
    margin: 0;
    margin-bottom: 10px;
    color: var(--hex-ff4b66);
    font-size: 16px;
  }

.endpointGroupsRow {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.groupPickerContextIcon {
  height: 16px;
  margin-right: 7px;
}

.errorLine {
  padding: 0 16px;
}

.errorLine p {
    color: var(--hex-b5b9de);
  }

.errorLine p b {
      color: var(--hex-ff4b66);
    }

.successLine {
  padding: 0 16px;
}

.successLine p {
    color: var(--hex-b5b9de);
  }

.successLine p b {
      color: var(--hex-00c1ff);
    }

.healthcheck {
  width: auto;
}

.healthcheck .indicators-list {
    width: auto;
  }

.healthcheck .indicators-list li > span:nth-child(2) {
      width: 130px !important;
    }

.tooltip-inner {
  background: var(--hex-6a93ff);
  color: var(--hex-dedeed);
}

code[data-lexical-text] {
    background-color: hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 0.2);
    font-family: var(--font-mono);
    --tw-text-opacity: 1;
    color: hsl(var(--theme-hex-dedeed, 240.00deg 29.40% 90.00%) / var(--tw-text-opacity));
}

/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

.process-indicators ul {
    display: table;
    border-collapse: collapse;
    font-size: 0.9em;
  }

.process-indicators ul li {
      border-bottom: 1px solid hsl(var(--theme-hex-2b2d44, 235.00deg 22.50% 21.80%) / 70%);
      height: 2.8em;
      display: table-row;
    }

.process-indicators ul li span {
        display: table-cell;
        vertical-align: middle;
        padding-right: 1.5em;
      }

.process-indicators pre {
    background-color: var(--hex-282c34) !important;
  }

.process-indicators .indicators-list {
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0px;
    padding-left: 1rem;
  }

.process-indicators .indicators-list li {
      display: flex;
      align-items: center;
      height: auto;
      padding: 7px 0;
    }

.process-indicators .indicators-list li > span:nth-child(2) {
        width: 98px;
        min-width: 95px;
      }

.process-indicators .indicators-list.md li > span:nth-child(2) {
          width: 140px;
          min-width: 140px;
        }

.process-indicators .indicators-list .indicator-with-icon img {
        margin-left: auto;
        width: 20px;
      }

.process-indicators .indicator-value {
    color: var(--hex-1f8efa);
    text-transform: initial;
  }

.process-indicators .indicator-value.wrap {
      word-break: break-all;
      flex: 1;
    }

.process-indicators .indicator-value-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

.process-indicators .indicator-value-list .tag {
      display: flex;
      height: 20px;
      justify-content: center;
      align-items: center;
      margin: 0;
      margin-right: 10px;
      margin-top: 4px;
    }

.process-indicators .indicator-value-list .tag .tag-label {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 20px;
        font-size: 0.9em;
      }

.process-indicators .indicator-value-list .tag .tag-label > span {
          display: none;
        }

.process-indicators .indicator-value--neutral {
    color: var(--hex-7072ac);
    text-transform: initial;
    word-break: break-all;
  }

.process-indicators .indicator-value--neutral.no-padding {
      padding: 0;
    }

.process-indicators .indicator-value--neutral .with-action {
      display: flex;
      justify-content: center;
      align-items: center;
    }

.indicator-value-list.flexy {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4px;
}

.indicator-value-list.flexy .tag {
    display: flex;
    align-items: center;
    margin-top: 5px;
  }

.indicator-value-list.flexy .tag.inverted {
      cursor: pointer;
      background: var(--hex-2b2d44);
    }

.indicator-value-list.flexy .tag.inverted .tag-label {
        cursor: pointer;
        color: var(--hex-5a83ef) !important;
      }

.indicator-value-list.flexy .tag-label {
    font-size: 10px;
    padding: 0;
  }

/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

.endpoint-list .heading, .endpoint-incidents-list .heading {
    background-color: var(--hex-2b2d44);
    text-transform: uppercase;
    color: var(--hex-dedeed);

    margin-bottom: 5px;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 1em;
    width: 100%;
  }

.endpoint-list .heading .priority, .endpoint-incidents-list .heading .priority {
      width: 10%;
      display: inline-block;
    }

.endpoint-list .heading .description, .endpoint-incidents-list .heading .description {
      width: 30%;
      display: inline-block;
    }

.endpoint-list .heading .level, .endpoint-incidents-list .heading .level {
      width: 10%;
      display: inline-block;
    }

.endpoint-list .heading .process, .endpoint-incidents-list .heading .process {
      width: 35%;
      display: inline-block;
    }

.endpoint-list .heading .actions, .endpoint-incidents-list .heading .actions {
      width: 10%;
      display: inline-block;
    }

.endpoint-list .panel,
  .endpoint-list .panel-default,
  .endpoint-incidents-list .panel,
  .endpoint-incidents-list .panel-default {
    border-radius: 0;
    background-color: var(--hex-181b30);
    border-color: var(--hex-181b30);
  }

.endpoint-list .panel .panel-heading, .endpoint-list .panel-default .panel-heading, .endpoint-incidents-list .panel .panel-heading, .endpoint-incidents-list .panel-default .panel-heading {
      border-radius: 0;
      background-color: var(--hex-2b2d44);
      color: var(--hex-dedeed);
    }

.endpoint-list .panel .panel-heading:hover, .endpoint-list .panel-default .panel-heading:hover, .endpoint-incidents-list .panel .panel-heading:hover, .endpoint-incidents-list .panel-default .panel-heading:hover {
        background-color: var(--hex-24269);
      }

.endpoint-list .panel .panel-heading .panel-title a, .endpoint-list .panel-default .panel-heading .panel-title a, .endpoint-incidents-list .panel .panel-heading .panel-title a, .endpoint-incidents-list .panel-default .panel-heading .panel-title a {
          text-transform: uppercase;
          text-decoration: none;
          font-weight: 300;
          font-size: 0.8em;
        }

.endpoint-list .panel .panel-body, .endpoint-list .panel-default .panel-body, .endpoint-incidents-list .panel .panel-body, .endpoint-incidents-list .panel-default .panel-body {
      border: none !important;
      background-color: var(--hex-181b30);
    }

.endpoint-list.solid .accordion .accordion-item .accordion-item-title {
      background-color: var(--hex-2b2d44);
      color: var(--hex-b5b9de);
    }

/* Used to shrink the isolated and connected image in the endpoint's accordion */

.endpoint-list .endpoint-status-accordion {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 16px;
    width: 16px;
  }

/* Use to correctly size the images inside the accordion elements */

.endpoint-list .action-isolate,
  .endpoint-list .action-restore {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 28px;
    width: 28px;
    border-radius: 28px;
  }

/* Checkbox */

.endpoint-list .endpoint-binary-dropdown {
    position: absolute;
    right: 30px;
    top: 10px;
  }

.endpoint-list .endpoint-binary-dropdown .dropdown-menu {
      width: 400px;
    }

.endpoint-list .endpoint-binary-dropdown .dropdown-menu li {
        color: var(--hex-b5b9de) !important;
        background-color: transparent;
      }

.endpoint-list .endpoint-binary-dropdown .menu-item {
      height: 40px;
      padding-left: 20px;
    }

.endpoint-list .endpoint-binary-dropdown .title {
      padding: 20px;
    }

.endpoint-list .endpoint-binary-dropdown .toggle {
      position: absolute;
      right: 10px;
    }

.endpoint-incidents-list .action-modal + .action-modal {
    margin-left: 10px;
  }

.endpoint-incidents-list .div-cta {
    margin-right: 10px;
  }

.endpoint-incidents-list .div-cta img,
  .endpoint-incidents-list .action-modal img {
    padding-right: 0;
  }

/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

/* DEBT - Used only by infinite-list component [INCONSISTENCY] [LEGACY] */

.InfiniteList {
  outline: none;
}

.EmptyList {
  padding: 2rem;
  background: var(--hex-2b2d44);
  text-align: center;
}

.EmptyList h3 {
    font-size: 18px;
    margin: 0;
  }

/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

.console .modal.fade:not(.in) .modal-dialog, .action-modal .modal.fade:not(.in) .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }

.console .clickable-action, .action-modal .clickable-action {
    cursor: pointer;
  }

.console .help-drawer-background, .action-modal .help-drawer-background {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: var(--hex-000000);
    transition: opacity 0.15s linear;
  }

.console .help-drawer-background.open, .action-modal .help-drawer-background.open {
      z-index: 1000;
      opacity: 0.5;
    }

.console .help-drawer-container, .action-modal .help-drawer-container {
    position: absolute;
    top: 62px;
    left: 0;
    z-index: 2000;
    height: auto;
    width: 100%;
    background: var(--hex-363a57);
  }

.console .help-drawer, .action-modal .help-drawer {
    overflow-y: hidden;

    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  }

.console .help-drawer.closed, .action-modal .help-drawer.closed {
      max-height: 0;
    }

/* Prevents user from performing actions on a process while it's in the middle of resuming/suspending/killing */

.console .console-process-table-process.is-executing-command, .action-modal .console-process-table-process.is-executing-command {
      cursor: not-allowed;
      font-style: italic;
      opacity: 0.72;
      pointer-events: none;
    }

.console .console-process-table-process.is-suspended:nth-child(odd), .action-modal .console-process-table-process.is-suspended:nth-child(odd) {
        background: desaturate(var(--hex-2b2d44), 10%) !important;
      }

.console .console-process-table-process.is-suspended:nth-child(even), .action-modal .console-process-table-process.is-suspended:nth-child(even) {
        background: lighten(desaturate(var(--hex-2b2d44), 10%), 3%) !important;
      }

.console .commands-list, .action-modal .commands-list {
    padding: 15px;
  }

.console .commands-list h4, .action-modal .commands-list h4 {
      text-transform: uppercase;
      color: var(--hex-dedeed);
      font-size: 1em;
      font-weight: 500;
      padding-bottom: 25px;
    }

.console .commands-list ul, .action-modal .commands-list ul {
      list-style-type: none;
      padding-left: 0;
    }

.console .commands-list ul li, .action-modal .commands-list ul li {
        display: flex;
        align-items: center;
        font-size: 13px;
        margin-bottom: 1em;
        padding-bottom: 0.5em;
        border-bottom: 1px solid var(--hex-474a6b);
      }

.console .commands-list ul li .command, .action-modal .commands-list ul li .command {
          text-transform: uppercase;
          color: var(--hex-dedeed);
          font-weight: 500;
          min-width: 305px;
        }

/* Tooltip icon */

.console .commands-list ul li .command img, .action-modal .commands-list ul li .command img {
            cursor: pointer;
            width: 40px;
            height: 40px;
          }

.console .commands-list ul li .description, .action-modal .commands-list ul li .description {
          width: 100%;
        }

.console .modal-header, .action-modal .modal-header {
    border-bottom: 1px solid var(--hex-2b2d44);
    color: var(--hex-ff4b66light);
  }

.console .modal-dialog, .action-modal .modal-dialog {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    min-width: 75%;
  }

.console .modal-content, .action-modal .modal-content {
    height: 100%;
    background-color: var(--hex-181b30);
    border-radius: var(--border-radius-6) 0 0 var(--border-radius-6);
  }

.console .modal-body, .action-modal .modal-body {
    color: var(--hex-dedeed);
    height: 100%;
  }

.console .modal-body .console-data, .action-modal .modal-body .console-data {
      max-height: calc(100% - 130px);
      overflow-y: auto;
    }

.console .modal-body .console-data pre, .action-modal .modal-body .console-data pre {
        background-color: transparent;
        color: var(--hex-dedeed);
        border: none;
      }

.console .modal-body .console-data .table, .action-modal .modal-body .console-data .table {
        background-color: var(--hex-2b2d44);
        padding: 0 !important;
      }

.console .modal-body .console-data .table thead tr:first-child, .action-modal .modal-body .console-data .table thead tr:first-child {
            background: var(--hex-2b2d44);
          }

.console .modal-body .console-data .table tr:nth-child(odd), .action-modal .modal-body .console-data .table tr:nth-child(odd) {
          background: var(--hex-2b2d44);
        }

.console .modal-body .console-data .table tr:nth-child(even), .action-modal .modal-body .console-data .table tr:nth-child(even) {
          background: var(--hex-2b2d44);
        }

.console .modal-body .console-data .table td, .action-modal .modal-body .console-data .table td {
          border-top: none;
        }

.console .modal-body .console-data .action-kill, .action-modal .modal-body .console-data .action-kill {
        height: 20px; /* In this context the action has to be smaller */
        width: 20px;
      }

.console .modal-body .console-data .action-download, .action-modal .modal-body .console-data .action-download {
        padding-right: 0 !important;
      }

.console .modal-body .console-data .action-download,
      .console .modal-body .console-data .action-pause,
      .console .modal-body .console-data .action-processmodules,
      .console .modal-body .console-data .action-resume,
      .action-modal .modal-body .console-data .action-download,
      .action-modal .modal-body .console-data .action-pause,
      .action-modal .modal-body .console-data .action-processmodules,
      .action-modal .modal-body .console-data .action-resume {
        height: 20px;
        width: 20px;
        background-size: 20px;
      }

.console .endpoint-query-form, .action-modal .endpoint-query-form {
    box-shadow: none;
  }

.console .endpoint-query-form .input-group, .action-modal .endpoint-query-form .input-group {
      width: 100%;
    }

.console .endpoint-query-form .input-group input, .action-modal .endpoint-query-form .input-group input {
        background-color: var(--hex-2b2d44);
        border-bottom: 1px solid var(--hex-2b2d44);
        color: var(--hex-dedeed);
        font-weight: 300;
        border-radius: 0;
        border-left: 0;
        border-top: 0;
        border-right: 0;
        box-shadow: none;
      }

.console .endpoint-query-form .input-group input:focus, .action-modal .endpoint-query-form .input-group input:focus {
          border: 1px solid var(--hex-0e7c9f);
        }

.console .command-error, .action-modal .command-error {
    color: var(--hex-ff4b66);
    font-size: 0.9em;
  }

.console .command-info, .action-modal .command-info {
    color: var(--hex-ff4b66light);
    font-size: 0.9em;
  }

.console .console-open-button-loading-message, .action-modal .console-open-button-loading-message {
    font-size: 0.85em;
  }

.console .console-open-button-error-message, .action-modal .console-open-button-error-message {
    font-size: 0.85em;
    color: var(--hex-ff4b66);
  }

.console-divider {
  width: 90%;
  border-top: 0;
}

.console-wrapper .modal-dialog {
    width: 95%;
    margin-top: 10px;
    max-width: 1800px;
  }

/* DEBT - Snake case [INCONSISTENCY] */

.process_modules_root {
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.process_modules_root .endpoint-incident-details {
    padding-left: 0;
  }

/* DEBT - Snake case [INCONSISTENCY] */

.process_modules_list {
  overflow-y: auto;
  margin-bottom: 20px;
}

.process_modules_list pre {
    background-color: var(--hex-181b30) !important;
  }

.process_modules_list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

.process_modules_list::-webkit-scrollbar-track {
    background: var(--hex-d8d8d8);
  }

.process_modules_list::-webkit-scrollbar-thumb {
    background: var(--hex-666666);
  }

.get-package-root {
  overflow-y: auto;
}

.get-package-root::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

.get-package-root::-webkit-scrollbar-track {
    background: var(--hex-d8d8d8);
  }

.get-package-root::-webkit-scrollbar-thumb {
    background: var(--hex-666666);
  }

.get-package-root .tab-content {
    padding-top: 20px;
  }

.get-package-root .process-indicators ul li {
    border-bottom: 0;
  }

.get-package-root .process-indicators ul li span:first-child {
      color: var(--hex-898eba);
    }

.get-package-root .indicator-value {
    color: var(--hex-ffffff);
  }

/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

.spinner {
  position: relative;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 40px;

  font-size: 10px;
  text-align: center;

  -webkit-transform: translateY(-40%) translateX(-40%);

          transform: translateY(-40%) translateX(-40%);
}

.spinner > div {
  background-color: var(--hex-1f8efa);
  height: 100%;
  width: 6px;
  margin: 0 3px 0 0;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;

          animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.spinner--small {
  width: 25px;
  height: 20px;
  text-align: center;
  font-size: 6px;
}

.spinner--small > div {
  background-color: var(--hex-1f8efa);
  height: 100%;
  width: 3px;
  margin: 0 1px 0 0;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;

          animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner--small .rect2 {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.spinner--small .rect3 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.spinner--small .rect4 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.spinner--small .rect5 {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

.form-control::-webkit-input-placeholder {
  color: var(--hex-8a9eb2);
  opacity: 1;
}

.form-control:-moz-placeholder {
  color: var(--hex-8a9eb2);
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: var(--hex-8a9eb2);
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: var(--hex-8a9eb2);
  opacity: 1;
}

.input-v2.input-v2.input-v2 {
  border: 1px solid var(--hex-20293c);
  border-radius: var(--border-radius-5);
  background-color: var(--hex-20293c);
  height: 40px;

  font-size: 12px;
  line-height: 14px;
  padding: 8px;
  color: var(--hex-ffffff);
}

.input-v2.input-v2.input-v2::-webkit-input-placeholder {
    color: var(--hex-98a7b9);
  }

.input-v2.input-v2.input-v2:-ms-input-placeholder {
    color: var(--hex-98a7b9);
  }

.input-v2.input-v2.input-v2::-ms-input-placeholder {
    color: var(--hex-98a7b9);
  }

.input-v2.input-v2.input-v2::placeholder {
    color: var(--hex-98a7b9);
  }

.input-v2.input-v2.input-v2:focus,
  .input-v2.input-v2.input-v2:hover {
    border: 1px solid var(--hex-0e7c9f) !important;
  }

.input-v2.input-v2.input-v2.error {
    border: 1px solid var(--hex-ff4b66);
  }

.radio-v2 {
  margin: 0;
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Hide the browser's default radio-v2 button */

.radio-v2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio-v2 button */

.checkmark {
  position: absolute;
  top: -1px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: var(--hex-20293c);
  border-radius: 50%;
}

/* When the radio-v2 button is checked, add a blue background */

.radio-v2 input:checked ~ .checkmark {
  background-color: var(--hex-20293c);
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */

.radio-v2 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */

.radio-v2 .checkmark:after {
  top: calc(50% + 0px);
  left: calc(50% + 0.3px);
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 7.5px;
  height: 7.5px;
  border-radius: 50%;
  background-color: var(--hex-1f8efa);
}

/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

.modal-content {
  background-color: var(--hex-181b30);
}

.modal-title {
  font-weight: 300;
  font-size: 1.4em;
  color: var(--hex-dedeed);
  text-align: center;
  padding-bottom: 3em;
}

.side-modal-title {
  text-transform: uppercase;
  font-weight: 800;
}

.side-modal-title.console {
    display: flex;
    align-items: center;
  }

.side-modal-title.console .right {
      display: flex;
      justify-content: flex-end;
      width: 100%;
    }

.side-modal-title.primary {
    border-bottom: 1px solid var(--hex-2b2d44);
    color: var(--hex-6a93ff);
  }

.modal-lg .modal-body {
    width: 840px !important;
  }

.modal-body.with-select {
  padding: 0;
}

.modal-body.with-select .modal-confirmation-content {
    margin-bottom: 3rem;
    margin-top: 1rem;
  }

.modal-body.with-select .confirm-action-container {
    display: flex;
    justify-content: flex-end;
  }

.modal-body.with-select .confirm-action-container > button {
      margin-left: 1rem;
    }

/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

/* HACK - Specificity hack. Should be removed */

.js-select.js-select.js-select input {
    height: 38px;
  }

.js-select.js-select.js-select input:hover,
    .js-select.js-select.js-select input:focus {
      border: 1px solid var(--hex-20293c) !important;
    }

.js-select.js-select.js-select .dropdown-icon {
    display: flex;
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  }

.js-select.js-select.js-select .dropdown-icon.open {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }

.js-select.js-select.js-select .dropdown-icon svg {
      height: 5px !important;
      width: 30px !important;
    }

.js-select.js-select.js-select .menu-list::-webkit-scrollbar {
      width: 5px;
      height: 5px;
      position: absolute;
    }

.js-select.js-select.js-select .menu-list::-webkit-scrollbar-track {
      background: hsl(var(--theme-hex-07091b, 234.00deg 58.80% 6.70%) / 70%);
    }

.js-select.js-select.js-select .menu-list::-webkit-scrollbar-thumb {
      background: var(--hex-585e80);
    }

/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

.btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 40px;
  padding: 0 16px;

  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.3px;
  line-height: 20px;
  text-transform: uppercase;

  color: var(--hex-ffffff);
  background-color: var(--hex-0e7c9f);
  border: 1px solid var(--hex-0e7c9f);
  border-radius: var(--border-radius-4);
}

.btn-primary:hover {
    background-color: var(--hex-0c89b1);
    color: var(--hex-ffffff);
    text-decoration: none;
  }

.btn-primary:active {
    background-color: var(--hex-086d95);
    color: var(--hex-ffffff);
    text-decoration: none;
  }

.btn-primary:disabled {
    opacity: 0.2;
  }

.btn-primary:focus {
    outline: none;
    border: 1px solid var(--hex-00c1ff);
    color: var(--hex-ffffff);
    text-decoration: none;
  }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 0.2;
}

.form-group {
  margin-bottom: 20px !important;
}

.form-group textarea,
  .form-group input:not([type='checkbox']) {
    background-color: var(--hex-20293c) !important;
    border: 1px solid var(--hex-20293c) !important;
    color: var(--hex-ffffff);
    font-weight: 300;
    border-radius: var(--border-radius-2);
    height: 40px;
    box-shadow: none !important;
  }

.form-group textarea:hover,
    .form-group textarea:focus,
    .form-group input:not([type='checkbox']):hover,
    .form-group input:not([type='checkbox']):focus {
      border: 1px solid var(--hex-0e7c9f) !important;
      box-shadow: none;
      outline: none;
    }

.form-group select {
    background-color: var(--hex-181b30);
    border-radius: var(--border-radius-2);
    border: 1px solid var(--hex-2b2d44);
    box-shadow: none !important;
    font-weight: 300;
    color: var(--hex-b5b9de);
  }

.form-group select:focus {
      border: 1px solid var(--hex-0e7c9f);
    }

.form-group .input-group select {
      background-color: var(--hex-181b30);
      border-radius: var(--border-radius-2);
      border: 1px solid var(--hex-2b2d44);
      box-shadow: none !important;
      font-weight: 300;
      color: var(--hex-b5b9de);
    }

.form-group .input-group select:focus {
        border: 1px solid var(--hex-0e7c9f);
      }

.form-group .input-group textarea,
    .form-group .input-group input {
      background-color: transparent;
      border: 1px solid var(--hex-2b2d44);
      color: var(--hex-b5b9de);
      font-weight: 300;
      border-radius: var(--border-radius-2);
      height: 40px;
      box-shadow: none !important;
    }

.form-group .input-group textarea:focus, .form-group .input-group input:focus {
        border: 1px solid var(--hex-0e7c9f);
      }

.checkbox {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 8px 0px;
}

.checkbox label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0.5rem 0;
    cursor: pointer;
  }

.checkbox label input {
      outline: none !important;
      position: relative !important;
      margin-left: 0 !important;

      -webkit-appearance: none;
      width: 18px;
      min-width: 18px !important;
      height: 18px;
      background-color: transparent;
      border: 1px solid var(--hex-dedeed);
      border-radius: var(--border-radius-2);
      margin-right: 1rem;
      cursor: pointer;
      transition: background-color 0.15s ease;
      display: inline-block;
      vertical-align: middle;
    }

.checkbox label input:hover {
        border: 1px solid var(--hex-00c1ff);
      }

.checkbox label input:checked,
      .checkbox label input:indeterminate {
        border-color: var(--hex-1a7ee2) !important;
        background-color: var(--hex-1a7ee2) !important;
        background-position: center;
        background-size: 100%;
      }

.checkbox label input:checked {
        background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3eBS-Tick-Light-Rounded-Square%3c/title%3e%3cg%20fill='%23FFF'%3e%3cpath%20d='M2.5%209.971l1.384-1.387%204.097%204.1%208.136-8.136L17.5%205.935l-9.519%209.517z'/%3e%3cpath%20d='M2.5%209.971l1.384-1.387%204.097%204.1%208.136-8.136L17.5%205.935l-9.519%209.517z'/%3e%3c/g%3e%3c/svg%3e");
      }

.checkbox label input:indeterminate {
        background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3eBS-Line-Rounded-Square%3c/title%3e%3cg%20fill='%23FFF'%3e%3cline%20style='stroke-width:%202;'%20x1='2'%20y1='10'%20x2='18'%20y2='10'%20stroke='%23FFF'/%3e%3c/g%3e%3c/svg%3e");
      }

/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

#noty_layout__topRight {
  width: 385px !important;
  top: 60px !important;
  right: 10px !important;
}

.noty_theme__mint {
  padding: 4px 10px 4px 0;
  border-radius: var(--border-radius-2);
}

.noty_theme__mint.noty_type__success {
  border-bottom: 0 !important;
  background: linear-gradient(270deg, var(--hex-005457) 0%, var(--hex-00b6a6) 100%) !important;
  box-shadow: 0 5px 8px 0 hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 50%) !important;
}

.noty_theme__mint.noty_type__error {
  border-bottom: 0 !important;
  background: linear-gradient(270deg, var(--hex-7d272c) 0%, var(--hex-bf4e48) 100%) !important;
  box-shadow: 0 5px 8px 0 hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 50%) !important;
}

.noty_theme__mint.noty_type__warning {
  border-bottom: 0 !important;
  background: linear-gradient(270deg, var(--hex-966618) 0%, var(--hex-f9a926) 100%) !important;
  box-shadow: 0 5px 8px 0 hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 50%) !important;
}

.noty_theme__mint.noty_type__information {
  border-bottom: 0 !important;
  background: linear-gradient(270deg, var(--hex-003c57) 0%, var(--hex-0091b6) 100%) !important;
  box-shadow: 0 5px 8px 0 hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 50%) !important;
}

.noty_theme__mint.noty_type__normal {
  border-bottom: 0 !important;
  background: linear-gradient(270deg, var(--hex-003c57) 0%, var(--hex-0091b6) 100%) !important;
  box-shadow: 0 5px 8px 0 hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 50%) !important;
}

.js-clear-notifications {
  display: none;
  position: fixed;
  top: 21px !important;
  right: 10px !important;
  z-index: 100000;
}

.js-clear-notifications.visible {
    display: inline-block;
  }

.js-clear-notifications button {
    width: 37px;
    height: 37px;
    border: 1px solid hsl(var(--theme-hex-dedeed, 240.00deg 29.40% 90.00%) / 30%);
  }

.js-clear-notifications button svg {
      margin: 0;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
    }

.js-clear-notifications > span {
    font-weight: 500;
    color: var(--hex-ffffff);
    display: inline-block;
    background: var(--hex-0e7c9f) !important;
    padding: 10px 20px;
    width: 143px !important;
    cursor: pointer;
    text-align: center;
    border-radius: var(--border-radius-4);
  }

.noty_close_button.noty_close_button {
  height: 100%;
  right: 0;
  top: 0;
  width: 36px;
  background: transparent;
  font-size: 0;
  font-weight: 300;
}

.noty_close_button.noty_close_button:after {
    content: '×';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 36px;
    font-size: 19px;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }

.noty_body {
  word-break: break-all;
  padding-right: 35px !important;
}

/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

.react-toggle {
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
  vertical-align: middle;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-tap-highlight-color: transparent;
}

.react-toggle-screenreader-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.react-toggle--disabled {
  opacity: 0.5;
  transition: opacity 0.25s;
  cursor: not-allowed;
}

.react-toggle-track {
  width: 40px;
  height: 8px;
  padding: 0;
  border-radius: 30px;
  background-color: var(--hex-585e80);
  transition: all 0.2s ease;
}

.react-toggle--checked .react-toggle-track {
  background-color: var(--hex-1f8efa);
}

.react-toggle-track-check {
  display: none;
  position: absolute;
  width: 14px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  left: 8px;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.react-toggle--checked .react-toggle-track-check {
  opacity: 1;
  transition: opacity 0.25s ease;
}

.react-toggle-track-x {
  display: none;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  right: 10px;
  opacity: 1;
  transition: opacity 0.25s ease;
}

.react-toggle--checked .react-toggle-track-x {
  opacity: 0;
}

.react-toggle-thumb {
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  position: absolute;
  top: -5px;
  left: 1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--hex-898eba);
  box-sizing: border-box;
  transition: all 0.25s ease;
}

.react-toggle--checked .react-toggle-thumb {
  left: 24px;
  border-color: var(--hex-00c1ff);
  background-color: var(--hex-00c1ff);
}

.react-toggle--focus .react-toggle-thumb {
  box-shadow: 0px 0px 2px 1px var(--hex-0099e0);
}

.react-toggle:active .react-toggle-thumb {
  box-shadow: 0px 0px 3px 1px var(--hex-0099e0);
}

/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

.rc-dropdown {
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: 1070;
  display: block;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
}

.rc-dropdown-hidden {
  display: none;
}

.rc-dropdown-menu {
  outline: none;
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 2px 0 0 0;
  text-align: left;
  background-color: var(--hex-ffffff);
  border-radius: var(--border-radius-3);
  box-shadow: 0 1px 5px var(--hex-cccccc);
  background-clip: padding-box;
  border: 1px solid var(--hex-cccccc);
}

.rc-dropdown-menu > li {
  margin: 0;
  padding: 0;
}

.rc-dropdown-menu:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background: transparent;
}

.rc-dropdown-menu > .rc-dropdown-menu-item {
  position: relative;
  display: block;
  padding: 7px 10px;
  clear: both;
  font-size: 12px;
  font-weight: normal;
  color: var(--hex-666666);
  white-space: nowrap;
}

.rc-dropdown-menu > .rc-dropdown-menu-item:hover,
.rc-dropdown-menu > .rc-dropdown-menu-item-active,
.rc-dropdown-menu > .rc-dropdown-menu-item-selected {
  background-color: var(--hex-f1f3fa);
}

.rc-dropdown-menu > .rc-dropdown-menu-item-selected {
  position: relative;
}

.rc-dropdown-menu > .rc-dropdown-menu-item-selected:after {
  content: '\e613';
  font-family: 'anticon';
  font-weight: bold;
  position: absolute;
  top: 6px;
  right: 16px;
  color: var(--hex-00c1ff);
}

.rc-dropdown-menu > .rc-dropdown-menu-item-disabled {
  color: var(--hex-cccccc);
  cursor: not-allowed;
  pointer-events: none;
}

.rc-dropdown-menu > .rc-dropdown-menu-item-disabled:hover {
  color: var(--hex-cccccc);
  background-color: var(--hex-ffffff);
  cursor: not-allowed;
}

.rc-dropdown-menu > .rc-dropdown-menu-item:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.rc-dropdown-menu > .rc-dropdown-menu-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.rc-dropdown-menu > .rc-dropdown-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  background-color: var(--hex-d8d8d8);
  line-height: 0;
}

.rc-dropdown-slide-up-enter,
.rc-dropdown-slide-up-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  display: block !important;
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.rc-dropdown-slide-up-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  display: block !important;
  opacity: 1;
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.rc-dropdown-slide-up-enter.rc-dropdown-slide-up-enter-active.rc-dropdown-placement-bottomLeft,
.rc-dropdown-slide-up-appear.rc-dropdown-slide-up-appear-active.rc-dropdown-placement-bottomLeft,
.rc-dropdown-slide-up-enter.rc-dropdown-slide-up-enter-active.rc-dropdown-placement-bottomCenter,
.rc-dropdown-slide-up-appear.rc-dropdown-slide-up-appear-active.rc-dropdown-placement-bottomCenter,
.rc-dropdown-slide-up-enter.rc-dropdown-slide-up-enter-active.rc-dropdown-placement-bottomRight,
.rc-dropdown-slide-up-appear.rc-dropdown-slide-up-appear-active.rc-dropdown-placement-bottomRight {
  -webkit-animation-name: rcDropdownSlideUpIn;
          animation-name: rcDropdownSlideUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.rc-dropdown-slide-up-enter.rc-dropdown-slide-up-enter-active.rc-dropdown-placement-topLeft,
.rc-dropdown-slide-up-appear.rc-dropdown-slide-up-appear-active.rc-dropdown-placement-topLeft,
.rc-dropdown-slide-up-enter.rc-dropdown-slide-up-enter-active.rc-dropdown-placement-topCenter,
.rc-dropdown-slide-up-appear.rc-dropdown-slide-up-appear-active.rc-dropdown-placement-topCenter,
.rc-dropdown-slide-up-enter.rc-dropdown-slide-up-enter-active.rc-dropdown-placement-topRight,
.rc-dropdown-slide-up-appear.rc-dropdown-slide-up-appear-active.rc-dropdown-placement-topRight {
  -webkit-animation-name: rcDropdownSlideDownIn;
          animation-name: rcDropdownSlideDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.rc-dropdown-slide-up-leave.rc-dropdown-slide-up-leave-active.rc-dropdown-placement-bottomLeft,
.rc-dropdown-slide-up-leave.rc-dropdown-slide-up-leave-active.rc-dropdown-placement-bottomCenter,
.rc-dropdown-slide-up-leave.rc-dropdown-slide-up-leave-active.rc-dropdown-placement-bottomRight {
  -webkit-animation-name: rcDropdownSlideUpOut;
          animation-name: rcDropdownSlideUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.rc-dropdown-slide-up-leave.rc-dropdown-slide-up-leave-active.rc-dropdown-placement-topLeft,
.rc-dropdown-slide-up-leave.rc-dropdown-slide-up-leave-active.rc-dropdown-placement-topCenter,
.rc-dropdown-slide-up-leave.rc-dropdown-slide-up-leave-active.rc-dropdown-placement-topRight {
  -webkit-animation-name: rcDropdownSlideDownOut;
          animation-name: rcDropdownSlideDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

@-webkit-keyframes rcDropdownSlideUpIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes rcDropdownSlideUpIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@-webkit-keyframes rcDropdownSlideUpOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes rcDropdownSlideUpOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@-webkit-keyframes rcDropdownSlideDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes rcDropdownSlideDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@-webkit-keyframes rcDropdownSlideDownOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes rcDropdownSlideDownOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

@-webkit-keyframes select-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes select-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.rc-select {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  color: var(--hex-666666);
  line-height: 28px;
}

.rc-select ul,
.rc-select li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rc-select > ul > li > a {
  padding: 0;
  background-color: var(--hex-ffffff);
}

.rc-select-arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  outline: none;
}

.rc-select-arrow .rc-select-arrow-loading {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: 6px;
  margin-left: -4px;
}

.rc-select-arrow .rc-select-arrow-loading:after {
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px;
  border-radius: 50%;
  border: 2px solid var(--hex-999999);
  border-color: var(--hex-999999) transparent var(--hex-999999) transparent;
  -webkit-animation: select-ring 1.2s linear infinite;
          animation: select-ring 1.2s linear infinite;
}

.rc-select-arrow .rc-select-arrow-icon {
  border-color: var(--hex-999999) transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  width: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.rc-select:not(.rc-select-no-arrow) .rc-select-selection--multiple .rc-select-selection__clear,
.rc-select-loading .rc-select-selection--multiple .rc-select-selection__clear {
  right: 20px;
}

.rc-select-selection {
  outline: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  background-color: var(--hex-ffffff);
  border-radius: var(--border-radius-6);
  border: 1px solid var(--hex-d8d8d8);
}

.rc-select-selection__placeholder {
  position: absolute;
  top: 0;
  color: var(--hex-a8a8a8);
}

.rc-select-selection__clear {
  font-weight: bold;
  position: absolute;
  line-height: 28px;
}

.rc-select-selection__clear-icon {
  font-style: normal;
}

.rc-select-focused .rc-select-selection {
  border-color: var(--hex-00c1ff);
  box-shadow: 0 0 2px hsl(var(--theme-hex-00c1ff, 195.00deg 100.00% 50.00%) / 80%);
}

.rc-select-enabled .rc-select-selection:hover {
  border-color: var(--hex-00c1ff);
  box-shadow: 0 0 2px hsl(var(--theme-hex-00c1ff, 195.00deg 100.00% 50.00%) / 80%);
}

.rc-select-enabled .rc-select-selection:active {
  border-color: var(--hex-00c1ff);
}

.rc-select-selection--single {
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  position: relative;
}

.rc-select-selection--single .rc-select-selection-selected-value {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
}

.rc-select-selection--single .rc-select-selection__rendered {
  height: 28px;
  position: relative;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 10px;
  line-height: 28px;
}

.rc-select-selection--single .rc-select-selection__clear {
  top: 0;
  right: 20px;
}

.rc-select-disabled {
  color: var(--hex-cccccc);
  cursor: not-allowed;
}

.rc-select-disabled .rc-select-selection--single,
.rc-select-disabled .rc-select-selection__choice__remove {
  cursor: not-allowed;
  color: var(--hex-cccccc);
}

.rc-select-disabled .rc-select-selection--single:hover,
.rc-select-disabled .rc-select-selection__choice__remove:hover {
  cursor: not-allowed;
  color: var(--hex-cccccc);
}

.rc-select-search__field__wrap {
  display: inline-block;
}

.rc-select-search__field__placeholder {
  position: absolute;
  top: 0;
  left: 3px;
  color: var(--hex-a8a8a8);
}

.rc-select-search--inline {
  width: 100%;
}

.rc-select-search--inline .rc-select-search__field__wrap {
  width: 100%;
}

.rc-select-search--inline .rc-select-search__field {
  border: none;
  font-size: 100%;
  background: transparent;
  outline: 0;
  width: 100%;
}

.rc-select-search--inline .rc-select-search__field::-ms-clear {
  display: none;
}

.rc-select-search--inline .rc-select-search__field__mirror {
  position: absolute;
  top: -999px;
  left: 0;
  white-space: pre;
}

.rc-select-search--inline > i {
  float: right;
}

.rc-select-enabled.rc-select-selection--multiple {
  cursor: text;
}

.rc-select-selection--multiple {
  min-height: 28px;
}

.rc-select-selection--multiple .rc-select-search--inline {
  float: left;
  width: auto;
}

.rc-select-selection--multiple .rc-select-search--inline .rc-select-search__field {
  width: 0.75em;
}

.rc-select-selection--multiple .rc-select-search--inline .rc-select-search__field__wrap {
  width: auto;
}

.rc-select-selection--multiple .rc-select-search__field__placeholder {
  top: 5px;
  left: 8px;
}

.rc-select-selection--multiple .rc-select-selection__rendered {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 8px;
  padding-bottom: 2px;
}

.rc-select-selection--multiple .rc-select-selection__rendered .rc-select-selection__choice {
  margin-top: 4px;
  line-height: 20px;
}

.rc-select-selection--multiple .rc-select-selection__clear {
  top: 1px;
  right: 8px;
}

.rc-select-enabled .rc-select-selection__choice {
  cursor: default;
}

.rc-select-enabled .rc-select-selection__choice:hover .rc-select-selection__choice__remove {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.rc-select-enabled .rc-select-selection__choice:hover .rc-select-selection__choice__content {
  margin-left: -8px;
  margin-right: 8px;
}

.rc-select-enabled .rc-select-selection__choice__disabled {
  cursor: not-allowed;
}

.rc-select-enabled
  .rc-select-selection__choice__disabled:hover
  .rc-select-selection__choice__content {
  margin-left: 0;
  margin-right: 0;
}

.rc-select .rc-select-selection__choice {
  background-color: var(--hex-ffffff);
  border-radius: var(--border-radius-4);
  float: left;
  padding: 0 15px;
  margin-right: 4px;
  position: relative;
  overflow: hidden;
  transition: padding 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045),
    width 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.rc-select .rc-select-selection__choice__content {
  margin-left: 0;
  margin-right: 0;
  transition: margin 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.rc-select .rc-select-selection__choice-zoom-enter,
.rc-select .rc-select-selection__choice-zoom-appear,
.rc-select .rc-select-selection__choice-zoom-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  opacity: 0;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.rc-select .rc-select-selection__choice-zoom-leave {
  opacity: 1;
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.rc-select .rc-select-selection__choice-zoom-enter.rc-select-selection__choice-zoom-enter-active,
.rc-select .rc-select-selection__choice-zoom-appear.rc-select-selection__choice-zoom-appear-active {
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-name: rcSelectChoiceZoomIn;
          animation-name: rcSelectChoiceZoomIn;
}

.rc-select .rc-select-selection__choice-zoom-leave.rc-select-selection__choice-zoom-leave-active {
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-name: rcSelectChoiceZoomOut;
          animation-name: rcSelectChoiceZoomOut;
}

@-webkit-keyframes rcSelectChoiceZoomIn {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes rcSelectChoiceZoomIn {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes rcSelectChoiceZoomOut {
  to {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}

@keyframes rcSelectChoiceZoomOut {
  to {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}

.rc-select .rc-select-selection__choice__remove {
  color: var(--hex-999999);
  cursor: pointer;
  font-weight: bold;
  padding: 0 0 0 8px;
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  top: 0;
  right: 2px;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.rc-select .rc-select-selection__choice__remove-icon {
  font-style: normal;
}

.rc-select .rc-select-selection__choice__remove:hover {
  color: var(--hex-333333);
}

.rc-select-dropdown {
  background-color: white;
  border: 1px solid var(--hex-d8d8d8);
  box-shadow: 0 0px 4px var(--hex-d8d8d8);
  border-radius: var(--border-radius-4);
  box-sizing: border-box;
  z-index: 100;
  left: -9999px;
  top: -9999px;
  position: absolute;
  outline: none;
}

.rc-select-dropdown:empty,
.rc-select-dropdown-hidden {
  display: none;
}

.rc-select-dropdown-menu {
  outline: none;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 9999;
}

.rc-select-dropdown-menu > li {
  margin: 0;
  padding: 0;
}

.rc-select-dropdown-menu-item-group-list {
  margin: 0;
  padding: 0;
}

.rc-select-dropdown-menu-item-group-list > li.rc-select-menu-item {
  padding-left: 20px;
}

.rc-select-dropdown-menu-item-group-title {
  color: var(--hex-999999);
  line-height: 1.5;
  padding: 8px 10px;
  border-bottom: 1px solid var(--hex-d8d8d8);
}

li.rc-select-dropdown-menu-item {
  margin: 0;
  position: relative;
  display: block;
  padding: 7px 10px;
  font-weight: normal;
  color: var(--hex-666666);
  white-space: nowrap;
}

li.rc-select-dropdown-menu-item-disabled {
  color: var(--hex-cccccc);
  cursor: not-allowed;
}

li.rc-select-dropdown-menu-item-selected {
  color: var(--hex-666666);
  background-color: var(--hex-d8d8d8);
}

li.rc-select-dropdown-menu-item-active {
  background-color: var(--hex-6a93ff);
  color: white;
  cursor: pointer;
}

li.rc-select-dropdown-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  background-color: var(--hex-d8d8d8);
  line-height: 0;
}

.rc-select-dropdown-slide-up-enter,
.rc-select-dropdown-slide-up-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.rc-select-dropdown-slide-up-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  opacity: 1;
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.rc-select-dropdown-slide-up-enter.rc-select-dropdown-slide-up-enter-active.rc-select-dropdown-placement-bottomLeft,
.rc-select-dropdown-slide-up-appear.rc-select-dropdown-slide-up-appear-active.rc-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: rcSelectDropdownSlideUpIn;
          animation-name: rcSelectDropdownSlideUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.rc-select-dropdown-slide-up-leave.rc-select-dropdown-slide-up-leave-active.rc-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: rcSelectDropdownSlideUpOut;
          animation-name: rcSelectDropdownSlideUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.rc-select-dropdown-slide-up-enter.rc-select-dropdown-slide-up-enter-active.rc-select-dropdown-placement-topLeft,
.rc-select-dropdown-slide-up-appear.rc-select-dropdown-slide-up-appear-active.rc-select-dropdown-placement-topLeft {
  -webkit-animation-name: rcSelectDropdownSlideDownIn;
          animation-name: rcSelectDropdownSlideDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.rc-select-dropdown-slide-up-leave.rc-select-dropdown-slide-up-leave-active.rc-select-dropdown-placement-topLeft {
  -webkit-animation-name: rcSelectDropdownSlideDownOut;
          animation-name: rcSelectDropdownSlideDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

@-webkit-keyframes rcSelectDropdownSlideUpIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes rcSelectDropdownSlideUpIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@-webkit-keyframes rcSelectDropdownSlideUpOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes rcSelectDropdownSlideUpOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@-webkit-keyframes rcSelectDropdownSlideDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes rcSelectDropdownSlideDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@-webkit-keyframes rcSelectDropdownSlideDownOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes rcSelectDropdownSlideDownOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

.rc-select-open .rc-select-arrow b {
  border-color: transparent transparent var(--hex-999999) transparent;
  border-width: 0 4px 5px 4px;
}

/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

.rc-tooltip {
  opacity: 1 !important;
  z-index: 90000 !important;
}

.rc-tooltip-inner {
  background-color: var(--hex-07091b);
}

.rc-tooltip-placement-top .rc-tooltip-arrow,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow,
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  border-top-color: var(--hex-07091b);
}

.rc-tooltip-placement-right .rc-tooltip-arrow {
  border-right-color: var(--hex-07091b);
}

/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2024 //
////////////////////////////////////
*/

.vis-timeline {
  color: var(--hex-b5b9de);
  font-family: var(--font-sans);
  font-size: 0.9em;
  font-weight: 500;
}

/* Show a circle to indicate that the timeline is inactive */

.vis-timeline:before {
  content: ' \25CF';
  font-size: 2em;
  padding-left: 1em;
  color: var(--hex-b5b9de);
}

.vis-item {
  border-color: var(--hex-7072ac);
  background-color: transparent;
  color: var(--hex-dedeed);
}

.vis-item.vis-dot {
  visibility: hidden;
}

/* What happens when the timeline is clicked to interact with it */

.vis-active {
  box-shadow: none;
}

/* Show a circle to indicate that the timeline is active */

.vis-timeline.vis-active:before {
  content: ' \25CF';
  font-size: 2em;
  padding-left: 1em;
  color: var(--hex-28f29a);
}

/* Content of each box */

.vis-item-content {
  margin-left: 0 !important;
}

.vis-item-content .hive {
    background: url('../assets/img/graph/custom.svg') no-repeat;
    width: 24px;
    height: 24px;
  }

.vis-item-content .process-created {
    background: url('../assets/img/events/process-created.svg') no-repeat;
    width: 24px;
    height: 24px;
  }

.vis-item-content .process-terminated {
    background: url('../assets/img/events/process-terminated.svg') no-repeat;
    width: 24px;
    height: 24px;
  }

.vis-item-content .destra {
    background: url('../assets/img/events/app-custom2.svg') no-repeat;
    width: 24px;
    height: 24px;
  }

.vis-item-content .process-injected {
    background: url('../assets/img/events/process-injected.svg') no-repeat;
    width: 24px;
    height: 24px;
  }

.vis-item-content .executable-dropped {
    background: url('../assets/img/events/app-drop.svg') no-repeat;
    width: 24px;
    height: 24px;
  }

.vis-item-content .executable-duplicated {
    background: url('../assets/img/events/app-duplicated.svg') no-repeat;
    width: 24px;
    height: 24px;
  }

.vis-item-content .keylog {
    background: url('../assets/img/events/keylog.svg') no-repeat;
    width: 24px;
    height: 24px;
  }

.vis-item-content .screenshot {
    background: url('../assets/img/events/screenshot.svg') no-repeat;
    width: 24px;
    height: 24px;
  }

.vis-item-content .privesc {
    background: url('../assets/img/events/privesc.svg') no-repeat;
    width: 24px;
    height: 24px;
  }

.vis-item-content .hollowing {
    background: url('../assets/img/events/hollowing.svg') no-repeat;
    width: 24px;
    height: 24px;
  }

.vis-item-content .harvested-credentials {
    background: url('../assets/img/events/app-anomaly.svg') no-repeat;
    width: 24px;
    height: 24px;
  }

.vis-item-content .dll-hijacking {
    background: url('../assets/img/events/app-anomaly.svg') no-repeat;
    width: 24px;
    height: 24px;
  }

.vis-item-content .suspicious-script {
    background: url('../assets/img/events/app-anomaly.svg') no-repeat;
    width: 24px;
    height: 24px;
  }

.vis-item-content .behavioral-anomaly {
    background: url('../assets/img/events/app-anomaly.svg') no-repeat;
    width: 24px;
    height: 24px;
  }

.vis-item-content .token-stealing {
    background: url('../assets/img/events/token-stealing.svg') no-repeat;
    width: 24px;
    height: 24px;
  }

.vis-item-content .signature-forged {
    background: url('../assets/img/events/forged-signature.svg') no-repeat;
    width: 24px;
    height: 24px;
  }

.vis-item-content .filesystem {
    background: url('../assets/img/graph/file.svg') no-repeat;
    width: 24px;
    height: 24px;
  }

.vis-item-content .network {
    width: 24px;
    height: 24px;
    background: url('../assets/img/graph/network.svg') no-repeat;
  }

.vis-item-content .win-registry {
    background: url('../assets/img/graph/registry.svg') no-repeat;
    width: 24px;
    height: 24px;
  }

.vis-item-content .trigger {
    background: url('../assets/img/graph/trigger.svg') no-repeat;
    width: 24px;
    height: 24px;
  }

.vis-item-content .policy-hit-wl {
    background: url('../assets/img/events/policy-hit-wl.svg') no-repeat;
    width: 24px;
    height: 24px;
  }

.vis-item-content .policy-hit-bl {
    background: url('../assets/img/events/policy-hit-bl.svg') no-repeat;
    width: 24px;
    height: 24px;
  }

.vis-item-content .policy-protection {
    background: url('../assets/img/events/policy-protection.svg') no-repeat;
    width: 24px;
    height: 24px;
  }

.vis-item-content .ransomware {
    background: url('../assets/img/events/app-ransomware.svg') no-repeat;
    width: 24px;
    height: 24px;
  }

.vis-item-content .rat {
    background: url('../assets/img/events/app-rat.svg') no-repeat;
    width: 24px;
    height: 24px;
  }

.vis-item-content .wmi-activity {
    background: url('../assets/img/events/os-event.svg') no-repeat;
    width: 24px;
    height: 24px;
  }

.vis-item-content .custom-incident {
    background: url('../assets/img/events/app-custom.svg') no-repeat;
    width: 24px;
    height: 24px;
  }

.vis-item-content .camera-on {
    background: url('../assets/img/events/camera-on.svg') no-repeat;
    width: 24px;
    height: 24px;
  }

.vis-item-content .camera-off {
    background: url('../assets/img/events/camera-off.svg') no-repeat;
    width: 24px;
    height: 24px;
  }

.vis-item-content .microphone-on {
    background: url('../assets/img/events/microphone-on.svg') no-repeat;
    width: 24px;
    height: 24px;
  }

.vis-item-content .package-installed {
    background: url('../assets/img/events/install.svg') no-repeat;
    width: 24px;
    height: 24px;
  }

.vis-item-content .package-removed {
    background: url('../assets/img/events/uninstall.svg') no-repeat;
    width: 24px;
    height: 24px;
  }

/* gray background in weekends, white text color */

.vis-time-axis .vis-grid.vis-saturday,
.vis-time-axis .vis-grid.vis-sunday {
  background: var(--hex-2b2d44);
}

.vis-time-axis .vis-text {
  color: var(--hex-b5b9de);
  border: none;
}

.vis-timeline,
.vis-outline {
  border: none;
  stroke: none;
  stroke-width: 0px;
}

.vis-foreground .vis-group {
  border-bottom: 1px solid hsl(var(--theme-hex-363a57, 233.00deg 23.40% 27.60%) / 50%);
}

.vis-panel.vis-center,
.vis-panel.vis-left,
.vis-panel.vis-right {
  border-top: 1px solid hsl(var(--theme-hex-363a57, 233.00deg 23.40% 27.60%) / 50%);
  border-bottom: 1px solid hsl(var(--theme-hex-363a57, 233.00deg 23.40% 27.60%) / 50%);
  border-left: none;
  border-right: 1px solid hsl(var(--theme-hex-363a57, 233.00deg 23.40% 27.60%) / 50%);
}

.vis-panel.vis-top {
  border-top: none;
  border-left: 1px solid hsl(var(--theme-hex-363a57, 233.00deg 23.40% 27.60%) / 50%);
}

.vis-labelset .vis-label {
  color: var(--hex-dedeed);
  border-bottom: 1px solid hsl(var(--theme-hex-363a57, 233.00deg 23.40% 27.60%) / 50%);
  vertical-align: middle;
  min-width: 5em; /* Used to avoid burying the activation dot in the timeline */
}

.vis-vertical,
.vis-horizontal {
  border-top: 1px solid hsl(var(--theme-hex-363a57, 233.00deg 23.40% 27.60%) / 50%) !important;
  border-bottom: 1px solid hsl(var(--theme-hex-363a57, 233.00deg 23.40% 27.60%) / 50%) !important;
  border-left: none !important;
  border-right: none !important;
}

.vis-button.vis-zoomExtends,
.vis-button.vis-right,
.vis-button.vis-left,
.vis-button.vis-down,
.vis-button.vis-up {
  display: none !important;
}

.vis-button {
  background-position: initial !important;
  width: 30px !important;
  height: 30px !important;
}

.vis-button.vis-center {
  background-image: url('../assets/img/actions/proctree-center.svg') !important;
  background-size: contain;
  position: absolute;
  right: 6px;
  bottom: 50px;
  cursor: pointer;
}

.vis-button.vis-center:hover {
    background-image: url('../assets/img/actions/proctree-center.svg') !important;
  }

.vis-button.vis-zoomIn {
  background-image: url('../assets/img/actions/proctree-zoom-in.svg') !important;
  background-size: contain;
  right: 6px !important;
}

.vis-button.vis-zoomIn:hover {
    background-image: url('../assets/img/actions/proctree-zoom-in.svg') !important;
  }

.vis-button.vis-zoomOut {
  background-image: url('../assets/img/actions/proctree-zoom-out.svg') !important;
  background-size: contain;
  right: 46px !important;
}

.vis-button.vis-zoomOut:hover {
    background-image: url('../assets/img/actions/proctree-zoom-out.svg') !important;
  }

.vis-button.vis-fullscreen {
  background-image: url('../assets/img/actions/proctree-expand.svg') !important;
  background-size: contain;
  cursor: pointer;
}

.vis-button.vis-fullscreen:hover {
    background-image: url('../assets/img/actions/proctree-expand.svg') !important;
  }

.fullscreen .vis-button.vis-fullscreen {
  background-image: url('../assets/img/actions/proctree-contract.svg') !important;
}

div.vis-network div.vis-navigation div.vis-button:active,
div.vis-network div.vis-navigation div.vis-button:hover {
  box-shadow: none !important;
}

/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

/* Default theme */

body {
  --font-sans: var(--theme-font-sans, 'Roboto', 'Proxima Nova Light', Helvetica, Arial, sans-serif);
  --font-mono: var(--theme-font-mono, Menlo, Monaco, Consolas, 'Courier New', monospace);

  --border-radius-2: var(--theme-border-2, 2px);
  --border-radius-3: var(--theme-border-3, 3px);
  --border-radius-4: var(--theme-border-4, 4px);
  --border-radius-5: var(--theme-border-5, 5px);
  --border-radius-6: var(--theme-border-6, 6px);
  --border-radius-8: var(--theme-border-8, 8px);
  --border-radius-10: var(--theme-border-10, 10px);
}

/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

body.ibm {
  --theme-font-sans: 'IBM Plex Sans', 'Proxima Nova Light', Helvetica, Arial, sans-serif;
  --theme-font-mono: 'IBM Plex Mono', Menlo, Monaco, Consolas, 'Courier New', monospace;

  --theme-border-2: 0;
  --theme-border-3: 0;
  --theme-border-4: 0;
  --theme-border-5: 0;
  --theme-border-6: 0;
  --theme-border-8: 0;
  --theme-border-10: 0;
}

/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

/* WARNING: DO NOT MODIFY */

/* This file was automatically generated */

body.ibm {
  --theme-hex-f1f3fa: 0deg 0% 95.7%;
  --theme-hex-d8d8d8: 0deg 0% 87.8%;
  --theme-hex-dedeed: 0deg 0% 87.8%;
  --theme-hex-cccccc: 0deg 0% 77.6%;
  --theme-hex-b5b9de: 0deg 0% 77.6%;
  --theme-hex-c8ccd4: 0deg 0% 77.6%;
  --theme-hex-8a9eb2: 0deg 0% 65.9%;
  --theme-hex-98a7b9: 0deg 0% 65.9%;
  --theme-hex-999999: 0deg 0% 55.3%;
  --theme-hex-6d859a: 0deg 0% 55.3%;
  --theme-hex-898eba: 0deg 0% 55.3%;
  --theme-hex-666666: 0deg 0% 43.5%;
  --theme-hex-607285: 0deg 0% 43.5%;
  --theme-hex-7072ac: 0deg 0% 43.5%;
  --theme-hex-474a6b: 0deg 0% 32.2%;
  --theme-hex-585e80: 0deg 0% 32.2%;
  --theme-hex-51607a: 0deg 0% 32.2%;
  --theme-hex-333333: 0deg 0% 22.4%;
  --theme-hex-004384: 0deg 0% 22.4%;
  --theme-hex-363a57: 0deg 0% 22.4%;
  --theme-hex-2b2d44: 0deg 0% 14.9%;
  --theme-hex-222644: 0deg 0% 14.9%;
  --theme-hex-20293c: 0deg 0% 14.9%;
  --theme-hex-1d2633: 0deg 0% 14.9%;
  --theme-hex-152b45: 0deg 0% 14.9%;
  --theme-hex-282c34: 0deg 0% 14.9%;
  --theme-hex-181b30: 0deg 0% 8.6%;
  --theme-hex-07091b: 0deg 0% 0%;
  --theme-hex-e77474: 357deg 100% 75.7%;
  --theme-hex-ff4b66: 357deg 94.5% 64.1%;
  --theme-hex-cd3f54: 357deg 94.5% 64.1%;
  --theme-hex-b43c4e: 357deg 75.8% 48.6%;
  --theme-hex-ffa16d: 25deg 100% 75.9%;
  --theme-hex-f9a926: 25deg 100% 58.4%;
  --theme-hex-f2921f: 25deg 100% 58.4%;
  --theme-hex-ffdd2e: 47deg 97.4% 70.2%;
  --theme-hex-ffd66a: 47deg 97.4% 70.2%;
  --theme-hex-dab602: 47deg 88.4% 52.5%;
  --theme-hex-28f29a: 136deg 60.9% 64.9%;
  --theme-hex-51b58c: 137deg 48.8% 50.2%;
  --theme-hex-1bd8c3: 179deg 68.7% 54.9%;
  --theme-hex-00b6a6: 179deg 91.9% 38.6%;
  --theme-hex-0d8c8e: 179deg 100% 30.8%;
  --theme-hex-00c1ff: 203deg 100% 60%;
  --theme-hex-149dc9: 204deg 86.3% 48.8%;
  --theme-hex-1a7ee2: 204deg 86.3% 48.8%;
  --theme-hex-0091b6: 204deg 86.3% 48.8%;
  --theme-hex-0c89b1: 204deg 86.3% 48.8%;
  --theme-hex-0099e0: 204deg 86.3% 48.8%;
  --theme-hex-1f8efa: 204deg 86.3% 48.8%;
  --theme-hex-0070df: 205deg 100% 38.2%;
  --theme-hex-0e7c9f: 205deg 100% 38.2%;
  --theme-hex-086d95: 208deg 100% 30.2%;
  --theme-hex-003c57: 208deg 100% 21.4%;
  --theme-hex-6a93ff: 218deg 100% 73.5%;
  --theme-hex-5a83ef: 218deg 100% 63.5%;
  --theme-hex-3577fe: 218deg 100% 63.5%;
  --theme-hex-ba6e90: 334deg 82% 62.9%;
}

.checked\:tw-border-hex-1a7ee2:checked {
    --tw-border-opacity: 1;
    border-color: hsl(var(--theme-hex-1a7ee2, 210.00deg 79.40% 49.40%) / var(--tw-border-opacity));
}

.checked\:tw-bg-hex-1a7ee2:checked {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--theme-hex-1a7ee2, 210.00deg 79.40% 49.40%) / var(--tw-bg-opacity));
}

.checked\:tw-bg-\[url\(\/icons\/tick\.svg\)\]:checked {
    background-image: url(/icons/tick.svg);
}

.hover\:\!tw-bg-hex-ff4b66\/\[\.30\]:hover {
    background-color: hsl(var(--theme-hex-ff4b66, 351.00deg 100.00% 64.70%) / .30) !important;
}

.hover\:tw-bg-hex-0c89b1:hover {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--theme-hex-0c89b1, 195.00deg 87.30% 37.10%) / var(--tw-bg-opacity));
}

.hover\:tw-bg-hex-585e80:hover {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--theme-hex-585e80, 231.00deg 18.50% 42.40%) / var(--tw-bg-opacity));
}

.hover\:tw-bg-hex-898eba\/10:hover {
    background-color: hsl(var(--theme-hex-898eba, 234.00deg 26.20% 63.30%) / 0.1);
}

.hover\:tw-bg-hex-898eba\/20:hover {
    background-color: hsl(var(--theme-hex-898eba, 234.00deg 26.20% 63.30%) / 0.2);
}

.hover\:tw-bg-hex-b5b9de\/20:hover {
    background-color: hsl(var(--theme-hex-b5b9de, 234.00deg 38.30% 79.00%) / 0.2);
}

.hover\:tw-bg-hex-d8d8d8\/2:hover {
    background-color: hsl(var(--theme-hex-d8d8d8, 0.00deg 0.00% 84.70%) / 0.02);
}

.hover\:tw-text-hex-ffffff:hover {
    --tw-text-opacity: 1;
    color: hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / var(--tw-text-opacity));
}

.hover\:tw-underline:hover {
    text-decoration-line: underline;
}

.hover\:tw-no-underline:hover {
    text-decoration-line: none;
}

.hover\:tw-opacity-60:hover {
    opacity: 0.6;
}

.focus\:tw-outline:focus {
    outline-style: solid;
}

.focus\:tw-outline-2:focus {
    outline-width: 2px;
}

.focus\:tw-outline-hex-363a57:focus {
    outline-color: hsl(var(--theme-hex-363a57, 233.00deg 23.40% 27.60%) / 1);
}

.tw-group:hover .group-hover\:tw-opacity-100 {
    opacity: 1;
}

@media (min-width: 1024px) {

    .lg\:tw-grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) {

    .xl\:tw-grid-cols-\[14rem\2c _1fr\] {
        grid-template-columns: 14rem 1fr;
    }
}

.\[\&\:has\(\>span\:first-child\:hover\)\]\:tw-bg-hex-ff4b66\/80:has(>span:first-child:hover) {
    background-color: hsl(var(--theme-hex-ff4b66, 351.00deg 100.00% 64.70%) / 0.8);
}

.\[\&_button\]\:tw-min-w-\[11rem\] button {
    min-width: 11rem;
}

.\[\&_input\]\:tw-mt-0 input {
    margin-top: 0px;
}

.\[\&_span\:empty\]\:tw-hidden span:empty {
    display: none;
}

.\[\&_span\]\:tw-text-hex-ffffff span {
    --tw-text-opacity: 1;
    color: hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / var(--tw-text-opacity));
}

.\[\&_svg\]\:tw-ml-\[0\.5rem\] svg {
    margin-left: 0.5rem;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._tooltip_1xbpi_8 .rc-tooltip {
      opacity: 1 !important;
    }

._tooltip_1xbpi_8 .rc-tooltip-inner {
      /* background-color: var(--hex-07091b); */
      color: var(--hex-dedeed);
      background-color: var(--hex-1d2633);
      box-shadow: 0px 3px 4px 0px hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 50%);
      min-height: auto;

      max-width: 350px;
      word-break: break-word;
    }

._bottomRight_1xbpi_27 .rc-tooltip-arrow, ._bottomLeft_1xbpi_28 .rc-tooltip-arrow {
      border-bottom-color: var(--hex-1d2633);
    }

._topRight_1xbpi_36 .rc-tooltip-arrow, ._topLeft_1xbpi_37 .rc-tooltip-arrow {
      border-top-color: var(--hex-1d2633);
    }

._right_1xbpi_45 .rc-tooltip-arrow {
      border-right-color: var(--hex-1d2633);
    }

._left_1xbpi_53 .rc-tooltip-arrow {
      border-left-color: var(--hex-1d2633);
    }

._bottom_1xbpi_27 .rc-tooltip-arrow {
      border-bottom-color: var(--hex-1d2633);
    }

.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow, .rc-tooltip-placement-topLeft .rc-tooltip-arrow {
    left: 12px;
  }

.rc-tooltip-placement-bottomRight .rc-tooltip-arrow, .rc-tooltip-placement-topRight .rc-tooltip-arrow {
    right: 12px;
  }

.rc-tooltip-placement-right .rc-tooltip-arrow {
    border-left-color: var(--hex-1d2633);
  }

.rc-tooltip-placement-bottom .rc-tooltip-arrow {
    border-bottom-color: var(--hex-1d2633);
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._path_ddiyz_8._padded_ddiyz_9 {
    margin-right: 5px;
  }

._path_ddiyz_8 ._cert\/not-signed_ddiyz_13 {
    color: var(--hex-6d859a) !important;
    font-weight: 600;
  }

._path_ddiyz_8 ._cert\/signed-verified_ddiyz_17 {
    color: var(--hex-28f29a) !important;
    font-weight: 600;
  }

._path_ddiyz_8 ._cert\/signed-expired_ddiyz_21 {
    color: var(--hex-dab602) !important;
    font-weight: 600;
  }

._path_ddiyz_8 ._cert\/signed-not-verified_ddiyz_25 {
    color: var(--hex-ff4b66) !important;
    font-weight: 600;
  }

/* HACK - make action icons inline if they have inline prop */
[class*='action/']._inline_ddiyz_32 {
  display: inline-flex;
}

._action\/download_ddiyz_36,
._action\/hunt_ddiyz_37 {
  display: flex;
}

._action\/download_ddiyz_36 svg, ._action\/hunt_ddiyz_37 svg {
    cursor: pointer;
    height: 25px;
    width: 25px;
  }

._action\/download_ddiyz_36 svg:hover > path, ._action\/hunt_ddiyz_37 svg:hover > path {
        fill: var(--hex-363a57);
      }

._action\/download_ddiyz_36 svg:hover > g, ._action\/hunt_ddiyz_37 svg:hover > g {
        opacity: 1;
      }

._action\/details_ddiyz_57,
._action\/edit_ddiyz_58 {
  display: flex;
}

._action\/details_ddiyz_57 svg, ._action\/edit_ddiyz_58 svg {
    cursor: pointer;
    height: 25px;
    width: 25px;
  }

._action\/details_ddiyz_57 svg > path:last-child, ._action\/edit_ddiyz_58 svg > path:last-child {
      opacity: 1;
    }

._action\/details_ddiyz_57 svg:hover > path:first-child, ._action\/edit_ddiyz_58 svg:hover > path:first-child {
        fill: var(--hex-363a57);
      }

._action\/restore_ddiyz_78,
._action\/delete_ddiyz_79 {
  display: flex;
}

._action\/restore_ddiyz_78 svg, ._action\/delete_ddiyz_79 svg {
    cursor: pointer;
    height: 25px;
    width: 25px;
  }

._action\/restore_ddiyz_78 svg:hover path:nth-child(2), ._action\/delete_ddiyz_79 svg:hover path:nth-child(2) {
        fill: var(--hex-363a57);
      }

._action\/copy_ddiyz_95 {
  display: flex;
}

._action\/copy_ddiyz_95 svg {
    cursor: pointer;
    height: 25px;
    width: 25px;
  }

._action\/copy_ddiyz_95 svg:hover circle {
        fill: var(--hex-363a57);
      }

._action\/copy_ddiyz_95 svg:hover path:first-child {
        fill: var(--hex-ffffff);
      }

._centered_ddiyz_115 {
  display: flex;
  align-items: flex-end;
}

._hexagon_ddiyz_120 {
  position: relative;
}

._hexagon_ddiyz_120 > svg:last-child {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    z-index: 1;
  }

._hexagon_ddiyz_120 > svg:last-child path {
      fill: black;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._base_j5ciz_8 {
  height: 40px;
  padding: 0 16px;
  border-radius: var(--border-radius-4);
  background-color: var(--hex-363a57);
  cursor: pointer;

  text-transform: uppercase;
  color: var(--hex-ffffff);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.3px;
  line-height: 19px;
  border: 1px solid var(--hex-363a57);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
}

._base_j5ciz_8:hover {
    background: var(--hex-474a6b);
    color: var(--hex-ffffff);
    text-decoration: none;
  }

._base_j5ciz_8:active {
    background: var(--hex-2b2d44);
    color: var(--hex-ffffff);
    text-decoration: none;
  }

._base_j5ciz_8:disabled {
    opacity: 0.2;
  }

._base_j5ciz_8:focus {
    outline: none;
    border: 1px solid var(--hex-00c1ff) !important;
    color: var(--hex-ffffff);
    text-decoration: none;
  }

._base_j5ciz_8 img {
    width: 11px;
    height: 11px;
    margin-right: 7px;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }

._base_j5ciz_8 svg {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }

._base_j5ciz_8 svg g:not(.ignore) {
        fill: var(--hex-ffffff);
      }

._base_j5ciz_8._primary_j5ciz_71 {
    background-color: var(--hex-0e7c9f);
    border: 1px solid var(--hex-0e7c9f);
  }

._base_j5ciz_8._primary_j5ciz_71:hover {
      background: var(--hex-0c89b1);
    }

._base_j5ciz_8._primary_j5ciz_71:active {
      background: var(--hex-086d95);
    }

._base_j5ciz_8._danger_j5ciz_84 {
    background-color: var(--hex-b43c4e);
    border: 1px solid var(--hex-b43c4e);
  }

._base_j5ciz_8._danger_j5ciz_84:hover {
      background-color: var(--hex-cd3f54);
    }

._base_j5ciz_8._danger_j5ciz_84:active {
      background-color: var(--hex-b43c4e);
    }

._base_j5ciz_8._valid_j5ciz_97 {
    background-color: var(--hex-28f29a);
    border: 1px solid var(--hex-28f29a);
  }

._base_j5ciz_8._valid_j5ciz_97:hover {
      background-color: var(--hex-28f29a);
    }

._base_j5ciz_8._valid_j5ciz_97:active {
      background-color: var(--hex-28f29a);
    }

._base_j5ciz_8._outline_j5ciz_110 {
    background-color: var(--hex-2b2d44);
    border: 1px solid var(--hex-2b2d44);
    color: var(--hex-dedeed);
  }

._base_j5ciz_8._outline_j5ciz_110:hover {
      color: var(--hex-ffffff);
    }

._base_j5ciz_8._transparent_j5ciz_120 {
    border: 0;
    background: transparent;
    color: hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 80%);
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_19f32_8 {
  position: relative;
  padding: 24px;
  margin: 0;
  margin-bottom: 4px;
  border-radius: var(--border-radius-8);
  background-color: var(--hex-181b30);
}

._root_19f32_8 ._title_19f32_16 {
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 25px;
    color: var(--hex-ffffff);
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 16px;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._trigger_1bsa0_8 {
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;

  color: var(--hex-ffffff);
  font-size: 14px;
  line-height: 20px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;

  letter-spacing: 0;
  font-weight: 400;
  text-transform: capitalize;
}

._trigger_1bsa0_8 i {
    margin-left: 0.5rem;
    color: var(--hex-00c1ff);
  }

._menu_1bsa0_29 {
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--hex-07091b);
  border-radius: var(--border-radius-8);
  position: absolute;
  top: -1px;
  right: -5px;
  width: 150%;
  overflow: hidden;
  min-width: 130px;
}

._menu_1bsa0_29 li {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    padding: 8px 12px;
    color: var(--hex-b5b9de);
  }

._menu_1bsa0_29 li:hover {
      background: var(--hex-20293c);
    }

._menu_1bsa0_29 li._asLink_1bsa0_55 {
      padding: 0;
    }

._menu_1bsa0_29 li._asLink_1bsa0_55 a {
        width: 100%;
        padding: 8px 12px;
        display: inline-block;
        color: var(--hex-b5b9de);
      }

._menu_1bsa0_29 li._asLink_1bsa0_55 a:hover {
          text-decoration: none;
        }

._menu_1bsa0_29 ._separator_1bsa0_71 {
    background: var(--hex-20293c);
    padding: 0.3px 12px;
    width: 90%;
    margin: 0 auto;
  }

._chev_1bsa0_79 {
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

._chev_1bsa0_79._visible_1bsa0_82 {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }

.rc-dropdown {
    z-index: 10070;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._menu_1678q_8 {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: -1px;
  right: -5px;
  overflow: hidden;

  border-radius: var(--border-radius-4);
  background-color: var(--hex-181b30);
  border: 1px solid var(--hex-363a57);
  box-shadow: 0 0px 10px 2px hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 50%);
}

._menu_1678q_8 li {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    padding: 9px 16px;
    color: var(--hex-b5b9de);
    font-size: 14px;
    letter-spacing: 0;
    line-height: 14px;
  }

._menu_1678q_8 li:hover {
      color: var(--hex-ffffff);
      background-color: hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 5%);
    }

._menu_1678q_8 ._separator_1678q_38 {
    background: var(--hex-20293c);
    padding: 0.3px 12px;
    width: 90%;
    margin: 0 auto;
  }

._chev_1678q_46 {
  margin-left: 0.5rem;
  color: var(--hex-8a9eb2);
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

._chev_1678q_46._visible_1678q_51 {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }

.rc-dropdown-placement-topRight ul {
    top: -60px;
    right: -2px;
  }

.rc-dropdown-placement-bottomLeft ul {
    top: 0px;
    left: 0px;
  }

.rc-dropdown-placement-bottomRight ul {
    top: -4px;
    right: 0px;
    box-shadow: 0 6px 10px 2px hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 50%);
  }

.rc-dropdown-placement-topLeft ul {
    top: -62px;
    left: 0px;
    box-shadow: 0px -5px 10px 0px hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 50%);
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

/* Single Event */

._event-wrapper_1v7ov_10 {
  display: flex;
  align-items: center;
}

._event-wrapper_1v7ov_10._hasDescription_1v7ov_14 ._event_1v7ov_10 {
      margin-bottom: 0;
    }

._event_1v7ov_10 {
  width: 20px;
  min-width: 16px;
  height: 20px;
  margin-right: 8px;
  /* margin-bottom: 8px; */
}

/* Key Events */
._root_1v7ov_30 {
  display: flex;
}
._root_1v7ov_30 ._show-more_1v7ov_33 {
    position: relative;
    height: 16px;
    width: 16px;
    padding: 10px 0;
    padding-right: 10px;
  }
._root_1v7ov_30 ._show-more_1v7ov_33 > img {
      width: 16px;
      height: 16px;
    }
._root_1v7ov_30 ._show-more_1v7ov_33._left_1v7ov_45 ul {
        top: 0;
        left: -85px;
      }
._root_1v7ov_30 ._show-more_1v7ov_33._right_1v7ov_52 ul {
        top: 0;
        right: -5px;
      }
._root_1v7ov_30 ._show-more_1v7ov_33 ul {
      display: none;
      list-style: none;
      padding: 12px;
      margin: 0;

      position: absolute;
      z-index: 100;
      min-width: 180px;
      height: 150px;
      overflow-y: auto;

      background: var(--hex-07091b);
      border-radius: var(--border-radius-4);
      box-shadow: 7px 10px 13px 0 hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 50%);
    }
._root_1v7ov_30 ._show-more_1v7ov_33 ul li + li {
        margin-top: 10px;
      }
._root_1v7ov_30 ._show-more_1v7ov_33:hover ul {
        display: inline-block;
      }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._circular-chart_1d34i_8 {
  display: block;
}

._circle-bg_1d34i_12 {
  fill: none;
  stroke: var(--hex-51607a);
  stroke-width: 1.8;
}

._circle_1d34i_12 {
  fill: none;
  stroke-linecap: round;
  stroke: var(--hex-666666);
  stroke-width: 1.8;
  transition: stroke 0.1s ease-in-out;
}

._circle_1d34i_12._glob-high_1d34i_25 {
      stroke: var(--hex-ff4b66);
    }

._circle_1d34i_12._glob-medium_1d34i_31 {
      stroke: var(--hex-f9a926);
    }

._circle_1d34i_12._glob-low_1d34i_37 {
      stroke: var(--hex-ffdd2e);
    }

._circle_1d34i_12._glob-gray_1d34i_43 {
      stroke: var(--hex-6d859a);
    }

._percentage_1d34i_50 {
  text-anchor: middle;
  transition: fill 0.1s ease-in-out;
  -webkit-transform: translateY(2.4px);
          transform: translateY(2.4px);

  fill: var(--hex-ffffff);
  font-size: 14px;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_k17ac_8 {
  border: 1px solid var(--hex-20293c);
  border-radius: var(--border-radius-5);
  background-color: var(--hex-20293c);

  font-size: 12px;
  line-height: 14px;
  padding: 8px;
  color: var(--hex-ffffff);
}

._root_k17ac_8::-webkit-input-placeholder {
    color: var(--hex-98a7b9);
  }

._root_k17ac_8:-ms-input-placeholder {
    color: var(--hex-98a7b9);
  }

._root_k17ac_8::-ms-input-placeholder {
    color: var(--hex-98a7b9);
  }

._root_k17ac_8::placeholder {
    color: var(--hex-98a7b9);
  }

._root_k17ac_8:focus,
  ._root_k17ac_8:hover {
    outline: none;
    border: 1px solid var(--hex-1f8efa);
  }

._root_k17ac_8._error_k17ac_28 {
    border: 1px solid var(--hex-ff4b66);
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1pta9_8 {
  padding-right: 0 !important;
}

._root_1pta9_8._s500_1pta9_11 .modal-dialog {
        width: 500px;
      }

._root_1pta9_8._s700_1pta9_19 .modal-dialog {
        width: 750px;
      }

._root_1pta9_8._s820_1pta9_27 .modal-dialog {
        width: 820px;
      }

._root_1pta9_8._s800_1pta9_35 .modal-dialog {
        width: 800px;
      }

._root_1pta9_8._f80_1pta9_43 .modal-dialog {
        width: 80vw;
        height: 80vh;
        max-width: 1800px;
      }

._root_1pta9_8._f95_1pta9_53 .modal-dialog {
        width: 95%;
        max-width: 1800px;
      }

._root_1pta9_8._vw70_1pta9_62 .modal-dialog {
        width: 70vw;
        max-width: 1500px;
      }

._root_1pta9_8._compact_1pta9_71 ._title_1pta9_72 {
      margin-bottom: 0;
    }

._root_1pta9_8._compact_1pta9_71 .modal-content {
        padding-bottom: 0;
      }

._root_1pta9_8 ._title_1pta9_72 {
    text-transform: uppercase;
    color: var(--hex-ffffff);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.71px;
    line-height: 20px;

    margin-bottom: 24px;
    padding-bottom: 19px;
    padding-left: 24px;
    padding-right: 24px;
    border-bottom: 1px solid var(--hex-2b2d44);

    margin-left: -24px;
    width: calc(100% + 48px);
  }

._root_1pta9_8 ._title_1pta9_72._titleHidden_1pta9_99 {
      display: none;
    }

._root_1pta9_8 ._close_1pta9_104 {
    position: absolute;
    top: 8px;
    right: 10px;
    padding: 10px;
    height: 40px;
    cursor: pointer;
  }

._root_1pta9_8 ._close_1pta9_104 > img {
      width: 20px;
      height: 20px;
    }

._root_1pta9_8 ._hideCloseIcon_1pta9_118 {
    display: none;
  }

._root_1pta9_8._side_1pta9_122 ._title_1pta9_72 {
      border-bottom: 0;
      margin-bottom: 10px;
    }

._root_1pta9_8._side_1pta9_122 ._close_1pta9_104 {
      top: 0;
      left: -36px;
      height: 55px;
      width: 36px;
      right: auto;
      border-top-left-radius: 0;
      border-bottom-left-radius: 8px;
      background: var(--hex-181b30);

      display: none;
      /* Uncomment if we want to show the modal side close again */
      /* display: flex; */
      justify-content: center;
      align-items: center;
    }

._root_1pta9_8 ._body_1pta9_146 {
    min-height: 80px;
  }

._root_1pta9_8 ._body_1pta9_146._side_1pta9_122 {
      height: calc(100% - 120px);
      overflow-y: auto;
    }

._root_1pta9_8 ._body_1pta9_146._side_1pta9_122::-webkit-scrollbar {
        width: 5px;
        height: 5px;
      }

._root_1pta9_8 ._body_1pta9_146._side_1pta9_122::-webkit-scrollbar-track {
        background: var(--hex-07091b);
      }

._root_1pta9_8 ._body_1pta9_146._side_1pta9_122::-webkit-scrollbar-thumb {
        background: var(--hex-585e80);
      }

._root_1pta9_8 ._footer_1pta9_168 {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
  }

._root_1pta9_8 ._footer_1pta9_168._side_1pta9_122 {
      position: absolute;
      width: 100%;
      right: 24px;
      bottom: 24px;
    }

._root_1pta9_8 ._footer_1pta9_168 > * {
      margin-left: 12px;
    }

._root_1pta9_8 .modal-content {
      position: relative;
      background-color: var(--hex-181b30);
      box-shadow: -8px 2px 16px 0 var(--hex-07091b);
      border-radius: var(--border-radius-8);
      padding: 24px;
      padding-top: 19px;
      box-sizing: border-box;

      color: var(--hex-b5b9de);
      font-size: 14px;
      line-height: 20px;
    }

._root_1pta9_8 .modal-content h3 {
        color: var(--hex-ffffff);
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1.71px;
        line-height: 20px;
        margin: 0;
        margin-bottom: 16px;
        padding: 0;
      }

._side_1pta9_122.fade:not(.in) .modal-dialog {
        -webkit-transform: translate3d(25%, 0, 0);
                transform: translate3d(25%, 0, 0);
      }

._side_1pta9_122.fade .modal-dialog {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
        transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
      }

._side_1pta9_122 .modal-dialog {
      width: 100%;
      max-width: 650px;
      top: 0;
      bottom: 0;
      right: 0;
      position: fixed;
      margin: 0;
    }

._side_1pta9_122 .modal-content {
      min-height: 100%;
      border-top-left-radius: 0;
    }

.modal-open {
    padding-right: 0 !important;
  }

.modal-backdrop.highSpecificity {
    z-index: 11040;
  }

.modal.highSpecificity {
    z-index: 11050;
  }

._confirm-delete_1pta9_258 p:first-child {
    margin-bottom: 2rem;
  }

._confirm-delete_1pta9_258 b {
    color: var(--hex-ffffff);
  }

._confirm-delete_1pta9_258 input {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 1rem;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

.rc-table th, .rc-table td {
    padding: 9px 8px;
  }

.rc-table th {
    background: var(--hex-181b30);
    color: var(--hex-ffffff);
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
  }

.rc-table-row-expand-icon {
    display: none !important;
  }

.table-checkboxes .rc-table tr input[type='checkbox'] {
        margin: 0;
        display: inline-block !important;
      }

.rc-table tr .checkbox {
      margin: 0;
    }

.rc-table tr input[type='checkbox'] {
      display: none;
    }

.rc-table tr .checkbox label {
      padding: 0 !important;
    }

.rc-table tr:hover {
    background: var(--hex-222644);
  }

.rc-table tr:hover input[type='checkbox'] {
      margin: 0;
      display: inline-block;
    }

.rc-table td {
    position: relative;
    border: 0;
    color: var(--hex-b5b9de);
    font-size: 14px;
    line-height: 21px;

    /* Overflow */
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

.rc-table td.rtl {
      direction: rtl;
    }

.rc-table td .date {
      color: var(--hex-ffffff);
      margin-right: 6px;
    }

.rc-table-row.row-even {
    background-color: hsl(var(--theme-hex-898eba, 234.00deg 26.20% 63.30%) / 4%);
  }

.rc-table-row.highlightGreen {
    background: hsl(var(--theme-hex-ff4b66, 351.00deg 100.00% 64.70%) / 20%);
  }

.rc-table-row.highlightGreen:hover {
      background: hsl(var(--theme-hex-ff4b66, 351.00deg 100.00% 64.70%) / 15%);
    }

.rc-table-row.highlightYellow {
    background: hsl(var(--theme-hex-ffdd2e, 50.00deg 100.00% 59.00%) / 20%);
  }

.rc-table-row.highlightYellow:hover {
      background: hsl(var(--theme-hex-00c1ff, 195.00deg 100.00% 50.00%) / 10%);
    }

.rc-table-row.row-even.unseen {
    background: hsl(var(--theme-hex-152b45, 213.00deg 53.30% 17.60%) / 70%) !important;
  }

.rc-table-row.danger {
    background: hsl(var(--theme-hex-ff4b66, 351.00deg 100.00% 64.70%) / 20%);
  }

.rc-table-row.danger.row-even {
      background: hsl(var(--theme-hex-ff4b66, 351.00deg 100.00% 64.70%) / 20%);
    }

.rc-table-row.danger:hover {
      background: hsl(var(--theme-hex-ff4b66, 351.00deg 100.00% 64.70%) / 15%);
    }

.rc-table-row.unseen {
    background: var(--hex-152b45);
  }

.rc-table-row.unseen:hover {
      background: var(--hex-152b45) !important;
    }

.rc-table-row.unseen:hover td:first-child:before {
          display: none;
        }

.rc-table-row.unseen td:first-child {
      position: relative;
    }

.rc-table-row.unseen td:first-child:before {
        content: '';
        position: absolute;
        left: 17px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);

        height: 6px;
        width: 6px;
        border-radius: 100%;
        background: var(--hex-00c1ff);
      }

.rc-table-row.row-even.callout {
    background: hsl(var(--theme-hex-00c1ff, 195.00deg 100.00% 50.00%) / 10%);
  }

.rc-table-row.row-odd.callout {
    background: hsl(var(--theme-hex-00c1ff, 195.00deg 100.00% 50.00%) / 10%);
  }

.row-highlighted.row-highlighted.row-highlighted {
    background: var(--hex-222644) !important;
  }

.rc-table-placeholder {
    border: 0 !important;
    background: var(--hex-2b2d44) !important;
    color: hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 80%);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 16px;
  }

._pagination_1ict9_172 {
  display: flex;
  justify-content: flex-end;
  padding: 1rem 0;
}

._pagination_1ict9_172 ._statusItem_1ict9_177 {
    display: flex;
    align-items: center;
    margin: 0 8px;
  }

._pagination_1ict9_172 ._statusItem_1ict9_177 > span {
      font-size: 16px;
      color: var(--hex-ffffff);
    }

._pagination_1ict9_172 ._statusItem_1ict9_177 > div {
      font-size: 13px;
    }

._pagination_1ict9_172 ._actionItem_1ict9_192 {
    cursor: pointer;
    padding: 8px;
    border-radius: var(--border-radius-4);
  }

._pagination_1ict9_172 ._actionItem_1ict9_192:first-child {
      margin-right: 0.5rem;
    }

._pagination_1ict9_172 ._actionItem_1ict9_192:hover {
      /* 7072AC */
      background: hsl(var(--theme-hex-7072ac, 238.00deg 26.50% 55.70%) / 40%);
    }

._pagination_1ict9_172 ._actionItem_1ict9_192 > img {
      width: 30px;
      height: 30px;
    }

._pagination_1ict9_172 ._actionItem_1ict9_192._disabled_1ict9_211 {
      cursor: not-allowed;
      opacity: 0.4;
    }

._container_1ict9_218 {
  position: relative;
  margin-top: 30px;
}

._container_1ict9_218._loading_1ict9_222 {
    /* NOTE: I am removing this and it appears to not affect anything ... let us hope */
    /* margin-top: 0; */
    opacity: 0.4;
  }

._container_1ict9_218._withRowEvent_1ict9_228 .rc-table-row {
        cursor: pointer;
      }

._loader_1ict9_237 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;

  display: flex;
}

._column-title_1ict9_248 {
  color: var(--hex-f1f3fa);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

._column-sorters_1ict9_255 {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  min-height: 21px;
}

._column-sorters_1ict9_255 ._sort-icons_1ict9_262 {
    display: flex;
    flex-direction: column;
    margin-left: 7px;
  }

._column-sorters_1ict9_255 ._sort-icons_1ict9_262._noneActive_1ict9_267 svg g {
        fill: var(--hex-474a6b);
        opacity: 0.5;
      }

._column-sorters_1ict9_255 ._sort-icons_1ict9_262._isAscend_1ict9_274 svg path:first-child {
        fill: var(--hex-b5b9de);
      }

._column-sorters_1ict9_255 ._sort-icons_1ict9_262._isAscend_1ict9_274 svg path:last-child {
        opacity: 0.5;
      }

._column-sorters_1ict9_255 ._sort-icons_1ict9_262._isDescend_1ict9_283 svg path:last-child {
        fill: var(--hex-b5b9de);
      }

._column-sorters_1ict9_255 ._sort-icons_1ict9_262._isDescend_1ict9_283 svg path:first-child {
        opacity: 0.5;
      }

._filters_1ict9_294 {
  /* position: relative; */
  display: flex;
  flex-direction: column;
}

._filters_1ict9_294 ._filters-trigger_1ict9_299 {
    display: flex;
    align-items: center;
    /* padding: 25px 0 25px 20px; */
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;

    border-radius: var(--border-radius-4);
    padding: 9px 16px;
    margin-bottom: 16px;
    margin-top: 16px;
    margin-left: 4px;
  }

._filters_1ict9_294 ._filters-trigger_1ict9_299:hover {
      background: var(--hex-181b30);
    }

._filters_1ict9_294 ._filters-trigger_1ict9_299._open_1ict9_316 {
      background: var(--hex-07091b);
      outline: 1px solid var(--hex-2b2d44);
      box-sizing: border-box;
    }

._filters_1ict9_294 ._filters-trigger_1ict9_299 > span {
      margin: 0 5px;
      margin-right: 0;
      color: var(--hex-ffffff);
      font-size: 13px;
      line-height: 20px;
    }

._filters_1ict9_294 ._filters-trigger_1ict9_299 svg {
      width: 13px;
      height: 13px;
      -webkit-transform: translateY(-1px);
              transform: translateY(-1px);
    }

._filters_1ict9_294 ._filters-container_1ict9_337 {
    display: flex;
    align-items: center;
    padding-left: 20px;
    border-bottom: 0.5px solid var(--hex-363a57);
  }

._filters_1ict9_294 ._filters-container_1ict9_337 > div:first-child {
      margin-right: 8px;
    }

._filters_1ict9_294 ._filter-pills_1ict9_348 {
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 13px;
  }

._filters_1ict9_294 ._filters-row_1ict9_355 {
    display: flex;
    flex-wrap: wrap;
  }

._filters_1ict9_294 ._filter-chip_1ict9_360 {
    background-color: hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 10%);
    border-radius: var(--border-radius-2);
    padding: 3px 6px;
    color: var(--hex-dedeed);
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin: 3px;
  }

._filters_1ict9_294 ._filter-chip_1ict9_360 > span {
      cursor: pointer;
      border-right: 1px solid var(--hex-98a7b9);
      padding-right: 4px;
      margin-right: 5px;
    }

._filters_1ict9_294 ._filters-content-wrapper_1ict9_378 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 90;
    width: 450px;
    height: 100%;
    border: 2px solid var(--hex-181b30);
    border-radius: var(--border-radius-4);
  }

._filters_1ict9_294 ._filters-content-close_1ict9_389 {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: var(--hex-07091b);
    border-radius: var(--border-radius-4) var(--border-radius-4) 0 0;
  }

._filters_1ict9_294 ._filters-content-close_1ict9_389 > svg {
      margin-right: 22px;
      cursor: pointer;
    }

._filters_1ict9_294 ._filters-content_1ict9_378 {
    margin-bottom: 1rem;
    padding: 1rem 6rem 0;
    width: 100%;
    height: calc(100% - 48px);

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;

    background-color: var(--hex-07091b);
    border-radius: 0 0 var(--border-radius-4) var(--border-radius-4);
    overflow-y: auto;
  }

._filters_1ict9_294 ._filters-content_1ict9_378::-webkit-scrollbar {
      width: 5px;
      height: 5px;
      position: absolute;
    }

._filters_1ict9_294 ._filters-content_1ict9_378::-webkit-scrollbar-track {
      background: hsl(var(--theme-hex-07091b, 234.00deg 58.80% 6.70%) / 70%);
    }

._filters_1ict9_294 ._filters-content_1ict9_378::-webkit-scrollbar-thumb {
      background: var(--hex-363a57);
    }

._filters_1ict9_294 ._filters-content_1ict9_378 .right-align-filter {
        text-align: right;
      }

._filters_1ict9_294 ._filters-content_1ict9_378 .right-align-filter div:first-child > span {
          width: 100%;
        }

._filters_1ict9_294 ._filters-content_1ict9_378 ._filters-wrapper_1ict9_442 {
      margin-bottom: 5rem;
      width: 100%;
    }

._remove-filters_1ict9_449 {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

._remove-filters_1ict9_449 svg {
    margin-right: 5px;
  }

._remove-filters_1ict9_449 span {
    color: var(--hex-ffffff);
    font-size: 13px;
    line-height: 20px;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_e41qd_8 {
  width: 100%;
}

._root_e41qd_8 table {
      width: 100%;
      background: var(--hex-07091b);
      border-spacing: 0;
    }

._root_e41qd_8 .rc-table-header.rc-table-hide-scrollbar {
      background: var(--hex-07091b);
    }

._root_e41qd_8 .rc-table-header.rc-table-hide-scrollbar th {
        background: var(--hex-07091b);
      }

._root_e41qd_8 .rc-table-row.highlightGreen {
      background: hsl(var(--theme-hex-0e7c9f, 194.00deg 83.80% 33.90%) / 25%) !important;
    }

._root_e41qd_8 .rc-table-row.row-even {
      background: var(--hex-07091b);
    }

._root_e41qd_8 .rc-table-body::-webkit-scrollbar {
        width: 5px;
        height: 5px;
      }

._root_e41qd_8 .rc-table-body::-webkit-scrollbar-track {
        background: var(--hex-07091b);
      }

._root_e41qd_8 .rc-table-body::-webkit-scrollbar-thumb {
        background: var(--hex-585e80);
      }

._root_e41qd_8 .rc-table-thead .header-column > div {
        text-align: left;
      }

._root_e41qd_8 .rc-table-thead .header-column > div .column-title {
          font-weight: 600;
        }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_75b8c_8 {
  width: 100%;
}

._root_75b8c_8 .nav-tabs {
      border-bottom: 1px solid var(--hex-2b2d44);
    }

._root_75b8c_8 li > a {
        outline: none;
        color: var(--hex-f1f3fa);
        border-radius: var(--border-radius-8) var(--border-radius-8) 0 0;
        text-transform: initial;
        text-decoration: none;
        font-size: 14px;
        line-height: 24px;
        min-height: 51px;
        display: flex;
        align-items: center;
      }

._root_75b8c_8 li > a:hover,
        ._root_75b8c_8 li > a:focus {
          border-color: transparent;
          color: var(--hex-f1f3fa);
          background-color: inherit;
        }

._root_75b8c_8 li.active > a {
          color: var(--hex-f1f3fa) !important;
          border-color: var(--hex-2b2d44) !important;
          background-color: var(--hex-2b2d44) !important;
        }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._tag_1v7s6_8 {
  box-sizing: border-box;
  padding: 4px 6px;
  margin: 0;
  margin-bottom: 8px;
  margin-right: 4px;

  color: var(--hex-b5b9de);
  background-color: var(--hex-363a57);
  border-radius: var(--border-radius-4);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;

  list-style: none;
  display: inline;
  height: auto;
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

._tag_1v7s6_8._highlight_1v7s6_29 {
    color: var(--hex-282c34);
    background-color: var(--hex-dab602);
  }

._tag_1v7s6_8 svg {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }

._tag_1v7s6_8 svg g {
      fill: var(--hex-ffffff);
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1eb08_8 {
  position: relative;
}

._root_1eb08_8 ._list_1eb08_11 {
    margin: 0;
    padding: 0;
    list-style: none;

    /* We gotta make it ignore the padding of the parent widget. */
    margin-left: -24px;
    width: calc(100% + 48px);
  }

._root_1eb08_8 ._list_1eb08_11 ._item_1eb08_20 {
      position: relative;
      padding: 10px 24px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

._root_1eb08_8 ._list_1eb08_11 ._item_1eb08_20._child_1eb08_27 {
        padding-left: 57px;
      }

._root_1eb08_8 ._list_1eb08_11 ._item_1eb08_20:hover {
        background: var(--hex-222644);
      }

._root_1eb08_8 ._list_1eb08_11 ._item_1eb08_20:hover ._options_1eb08_34 {
          visibility: visible;
          opacity: 1;
        }

._root_1eb08_8 ._list_1eb08_11 ._item_1eb08_20._isParent_1eb08_40 ._trigger_1eb08_41 {
          font-size: 12px;
          line-height: 14px;
          font-weight: 400;
        }

._root_1eb08_8 ._list_1eb08_11 ._item_1eb08_20._isParent_1eb08_40 ._trigger_1eb08_41 img {
            height: 14px;
          }

._root_1eb08_8 ._list_1eb08_11 ._item_1eb08_20._isParent_1eb08_40 ._events_1eb08_51 img {
            height: 16px;
            width: 16px;
          }

._root_1eb08_8 ._list_1eb08_11 ._item_1eb08_20._isParent_1eb08_40 ._endTime_1eb08_58 {
          width: 16px;
          height: 14px;
          margin-left: 9px;
          -webkit-transform: translateY(2px);
                  transform: translateY(2px);
        }

._root_1eb08_8 ._list_1eb08_11 ._item_1eb08_20 ._endTime_1eb08_58 {
        width: 16px;
        height: 16px;
        margin-left: 9px;
        -webkit-transform: translateY(2px);
                transform: translateY(2px);
      }

._root_1eb08_8 ._list_1eb08_11 ._item_1eb08_20._simple_1eb08_73 ._trigger_1eb08_41 {
          margin-bottom: 0;
        }

._root_1eb08_8 ._list_1eb08_11 ._item_1eb08_20._simple_1eb08_73 ._options_1eb08_34 {
          top: 2px;
        }

._root_1eb08_8 ._list_1eb08_11 ._item_1eb08_20 ._branch_1eb08_83 {
        position: absolute;
        left: 31px;
        width: 13px;
        top: 5px;
        height: 22px;
      }

._root_1eb08_8 ._list_1eb08_11 ._item_1eb08_20 ._trigger_1eb08_41 {
        margin-bottom: 8px;
        display: flex;
        align-items: center;

        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
      }

._root_1eb08_8 ._list_1eb08_11 ._item_1eb08_20 ._trigger_1eb08_41 ._base_1eb08_100 {
          color: var(--hex-b5b9de) !important;
        }

._root_1eb08_8 ._list_1eb08_11 ._item_1eb08_20 ._trigger_1eb08_41 ._cert\/not-signed_1eb08_104 {
          color: var(--hex-ffffff);
          /* color: var(--hex-ffffff); */
        }

._root_1eb08_8 ._list_1eb08_11 ._item_1eb08_20 ._trigger_1eb08_41 ._cert\/signed-verified_1eb08_108 {
          color: var(--hex-ffffff);
          /* color: var(--hex-28f29a); */
        }

._root_1eb08_8 ._list_1eb08_11 ._item_1eb08_20 ._trigger_1eb08_41 ._cert\/signed-expired_1eb08_112 {
          color: var(--hex-ffffff);
          /* color: var(--hex-dab602); */
        }

._root_1eb08_8 ._list_1eb08_11 ._item_1eb08_20 ._trigger_1eb08_41 ._cert\/signed-not-verified_1eb08_116 {
          color: var(--hex-ffffff);
          /* color: var(--hex-ff4b66); */
        }

._root_1eb08_8 ._list_1eb08_11 ._item_1eb08_20 ._trigger_1eb08_41 img {
          width: 16px;
          height: 16px;

          margin-left: 9px;
        }

._root_1eb08_8 ._list_1eb08_11 ._item_1eb08_20 ._events_1eb08_51 img {
          width: 24px;
          height: 24px;
        }

._root_1eb08_8 ._list_1eb08_11 ._item_1eb08_20 ._events_1eb08_51 > span {
          display: inline-block;
        }

._root_1eb08_8 ._list_1eb08_11 ._item_1eb08_20 ._events_1eb08_51 > span img {
            margin-bottom: 0;
          }

._root_1eb08_8 ._list_1eb08_11 ._item_1eb08_20 ._events_1eb08_51 .div-cta + .div-cta {
            margin-left: 8px;
          }

._root_1eb08_8 ._list_1eb08_11 ._item_1eb08_20 ._options_1eb08_34 {
        cursor: pointer;
        position: absolute;
        z-index: 100;
        right: 24px;
        bottom: 10px;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.1s, visibility 0.1s;
      }

._options-list_1eb08_164 {
  display: flex;
  align-items: center;
}

._options-list_1eb08_164 span {
    padding-left: 6px;
  }

._pagination_1eb08_173 {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  top: -9px;
}

._pagination_1eb08_173 ._total_1eb08_180 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 12px;
  }

._pagination_1eb08_173 ._total_1eb08_180 > span {
      font-size: 12px;
    }

._paginate_1eb08_192 {
  cursor: pointer;
  display: flex;
}

._paginate_1eb08_192._disabled_1eb08_196 {
    opacity: 0.6;
    pointer-events: none;
  }

._paginate_1eb08_192._down_1eb08_201 {
    margin-left: 15px;
  }

._loader_1eb08_206 {
  margin-top: 50px;
}

._loader_1eb08_206 .spinner {
      height: 13px;
    }

._tooltip-line_1eb08_216 {
  color: var(--hex-b5b9de);
  word-break: break-all;
}

._tooltip-line_1eb08_216 span {
    color: var(--hex-dedeed);
  }

._thunder_1eb08_225 {
  width: 13px;
  height: 13px;
  margin-right: 4px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

._thunder_1eb08_225._yellow_1eb08_231 {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }

._thunder_1eb08_225._yellow_1eb08_231 path {
      fill: var(--hex-f2921f);
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._h3_1azjg_8 {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  color: var(--hex-ffffff);
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 16px;
  margin-bottom: 16px !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
}

._h1_1azjg_22 {
  font-weight: 700;
  margin: 0;
  color: var(--hex-ffffff);
  font-size: 48px;
  letter-spacing: 0;
  line-height: 72px;
  margin-bottom: 16px !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
}

._h2_1azjg_35 {
  margin: 0;
  color: var(--hex-ffffff);
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 36px;
  margin-bottom: 16px !important;
  padding: 0 !important;
  text-transform: capitalize;
  font-weight: 400;
  display: flex;
  align-items: center;
}

._span_1azjg_49 {
  line-height: 14px;
  font-size: 14px;
  color: var(--hex-b5b9de);
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._grid_149ly_8 {
  display: flex;
  flex-direction: column;
}

._grid_149ly_8 ._row_149ly_12 {
    display: flex;
    align-items: center;
  }

._grid_149ly_8 ._row_149ly_12 ._col_149ly_16 {
      font-size: 14px;
      line-height: 20px;
      color: var(--hex-b5b9de);
      display: flex;
      align-items: center;
      width: 100%;
      flex-shrink: 0;
      max-width: 250px;
      position: relative;
    }

._grid_149ly_8 ._row_149ly_12 ._col_149ly_16 ._ellipsis_149ly_27 {
        /* Add css elipsis */
        min-width: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

._grid_149ly_8 ._row_149ly_12 ._col_149ly_16._highlight_149ly_35 {
        color: var(--hex-ffffff);
      }

._grid_149ly_8 ._row_149ly_12 ._col_149ly_16._types_149ly_39 svg {
          height: 24px;
          width: 24px;
        }

._grid_149ly_8 ._row_149ly_12 ._col_149ly_16._types_149ly_39 span + span {
          margin-left: 11px;
        }

._grid_149ly_8 ._row_149ly_12 ._col_149ly_16._icon_149ly_50 svg {
          height: 15px;
          width: 15px;
          margin-right: 6px;
          display: flex;
          flex-shrink: 0;
        }

._grid_149ly_8 ._row_149ly_12 + ._row_149ly_12 {
    margin-top: 8px;
  }

._grid_149ly_8 ._col_149ly_16 + ._col_149ly_16 {
    margin-left: 1rem;
  }

._status_149ly_71 {
  display: inline-block;
  height: 9px;
  width: 9px;
  border-radius: 100%;
  margin-right: 4px;
  padding-right: 9px;
  background-color: var(--hex-ff4b66);
}

._status_149ly_71._online_149ly_80 {
    background-color: var(--hex-28f29a);
  }

._compact_149ly_85._root_149ly_85 {
  display: flex;
}

._compact_149ly_85._root_149ly_85 > span:last-child > div {
      margin: 0;
    }

._events-popover_149ly_95 .rest span + span {
        margin-top: 12px;
      }

._extra-events_149ly_105 {
  background: var(--hex-07091b);
  border-radius: var(--border-radius-6);
  display: flex;
  padding: 4px 6px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  position: absolute;
}

._extra-events_149ly_105 > span {
    margin-right: 11px;
  }

._extra-events_149ly_105 > div {
    display: flex;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._wrapper_oq5n5_8 {
  display: flex;
  min-height: 22px;
}

._restWrapper_oq5n5_13 {
  margin-left: 8px;
}

._compact_oq5n5_17._root_oq5n5_17 {
  display: block;
  max-width: calc(100% - 45px);

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._compact_oq5n5_17._root_oq5n5_17 > div:last-child {
    margin: 0;
  }

._groups-popover_oq5n5_30 .rest div {
        display: block;
      }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._grid_nwg2w_8 {
  display: flex;
  flex-direction: column;
}

._grid_nwg2w_8._compact_nwg2w_12 ._row_nwg2w_13 {
      align-items: flex-start;
      flex-direction: column;
    }

._grid_nwg2w_8._compact_nwg2w_12 ._row_nwg2w_13 ._col_nwg2w_17:first-child {
        margin-bottom: 10px;
      }

._grid_nwg2w_8._compact_nwg2w_12 ._row_nwg2w_13 ._col_nwg2w_17:last-child {
        margin-left: 0;
      }

._grid_nwg2w_8._compact_nwg2w_12 ._ellipsis_nwg2w_26 {
      align-items: center;
      display: flex;
      margin-right: 3px;
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
    }

._grid_nwg2w_8._compact_nwg2w_12 ._ip_nwg2w_35 {
      color: var(--hex-ffffff);
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
    }

._grid_nwg2w_8._compact_nwg2w_12 ._status_nwg2w_42 {
      margin-bottom: 2px;
    }

._grid_nwg2w_8 ._row_nwg2w_13 {
    display: flex;
    align-items: center;
  }

._grid_nwg2w_8 ._row_nwg2w_13 ._col_nwg2w_17 {
      font-size: 14px;
      line-height: 20px;
      color: var(--hex-b5b9de);
      display: flex;
      align-items: center;
      width: 100%;
      flex-shrink: 0;
      max-width: 250px;
    }

._grid_nwg2w_8 ._row_nwg2w_13 ._col_nwg2w_17._noAttributes_nwg2w_61 {
        margin-bottom: 0 !important;
      }

._grid_nwg2w_8 ._row_nwg2w_13 ._col_nwg2w_17._noWrap_nwg2w_65 {
        max-width: 100%;
      }

._grid_nwg2w_8 ._row_nwg2w_13 ._col_nwg2w_17._long_nwg2w_69 {
        max-width: 100%;
        margin-top: 8px;
        display: inline-block;
      }

._grid_nwg2w_8 ._row_nwg2w_13 ._col_nwg2w_17._long_nwg2w_69 .js-tag {
            line-height: 13px;
            display: inline-block;
          }

._grid_nwg2w_8 ._row_nwg2w_13 ._col_nwg2w_17 ._ellipsis_nwg2w_26 {
        /* Add css elipsis */
        min-width: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

._grid_nwg2w_8 ._row_nwg2w_13 ._col_nwg2w_17._highlight_nwg2w_90 {
        color: var(--hex-ffffff);
      }

._grid_nwg2w_8 ._row_nwg2w_13 ._col_nwg2w_17._types_nwg2w_94 svg {
          height: 24px;
          width: 24px;
        }

._grid_nwg2w_8 ._row_nwg2w_13 ._col_nwg2w_17._types_nwg2w_94 span:empty {
          display: none;
        }

._grid_nwg2w_8 ._row_nwg2w_13 ._col_nwg2w_17._types_nwg2w_94 span + span {
          margin-left: 11px;
        }

._grid_nwg2w_8 ._row_nwg2w_13 ._col_nwg2w_17._icon_nwg2w_109 svg {
          height: 15px;
          width: 15px;
          margin-right: 6px;
          display: flex;
          flex-shrink: 0;
        }

._grid_nwg2w_8 ._row_nwg2w_13 + ._row_nwg2w_13 {
    margin-top: 8px;
  }

._grid_nwg2w_8 ._col_nwg2w_17 + ._col_nwg2w_17 {
    margin-left: 1rem;
  }

._status_nwg2w_42 {
  display: inline-block;
  height: 9px;
  width: 9px;
  border-radius: 100%;
  margin-right: 4px;
  padding-right: 9px;
  background-color: var(--hex-607285);
}

._status_nwg2w_42._online_nwg2w_139 {
    background-color: var(--hex-28f29a);
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_113py_8 ._row_113py_9 {
    display: flex;
  }

._root_113py_8 ._row_113py_9 > span {
      align-items: flex-start;
    }

._root_113py_8 ._row_113py_9 ._description_113py_16 > div:first-child {
        color: var(--hex-f1f3fa);
        font-size: 12px;
        line-height: 14px;
        word-break: break-all;
      }

._root_113py_8 ._row_113py_9 ._description_113py_16 > div:last-child {
        margin-top: 6px;
        color: var(--hex-b5b9de);
        font-size: 14px;
        line-height: 20px;
        display: flex;
        word-break: break-all;
        align-items: center;
      }

._root_113py_8 ._row_113py_9 ._description_113py_16 > div:last-child > span:first-child {
          display: flex;
          margin-right: 6px;
        }

._root_113py_8 ._row_113py_9 + ._row_113py_9 {
    margin-top: 20px;
  }

._path_113py_46 ._cert\/not-signed_113py_47 {
    color: var(--hex-ffffff);
    font-weight: 600;
  }

._path_113py_46 ._cert\/signed-verified_113py_51 {
    color: var(--hex-ffffff);
    font-weight: 600;
  }

._path_113py_46 ._cert\/signed-expired_113py_55 {
    color: var(--hex-ffffff);
    font-weight: 600;
  }

._path_113py_46 ._cert\/signed-not-verified_113py_59 {
    color: var(--hex-ffffff);
    font-weight: 600;
  }

._limit_113py_65 {
  margin-top: 20px;
  display: inline-block;
  padding-left: 30px;

  color: var(--hex-f1f3fa);
  font-size: 14px;
  line-height: 20px;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_zr9zb_8 {
  display: flex;
}

._root_zr9zb_8 ._wrapper_zr9zb_11 {
    min-width: 250px;
    background: var(--hex-20293c);
  }

._root_zr9zb_8 ._wrapper_zr9zb_11._containerWidth_zr9zb_16 {
    background: var(--hex-181b30);
    min-width: unset;
    width: 100%;
  }

._root_zr9zb_8 >button:first-child {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

._root_zr9zb_8 ._submit_zr9zb_28 {
    padding: 11px;
    margin-left: -1px;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

._root_zr9zb_8 ._submit_zr9zb_28 svg {
      stroke: var(--hex-ffffff);
      margin-right: 0;
    }

._root_zr9zb_8 button {
      height: 40px;
    }

._root_zr9zb_8 .rc-select {
      width: 100%;
      height: 100%;
      display: flex;
    }

._root_zr9zb_8 .rc-select-selection {
      border-radius: 0;
      height: 100%;
      width: 100%;
      margin: 0;
      border: 0;
      background: inherit;
      box-shadow: none;
    }

._root_zr9zb_8 .rc-select-selection:hover {
        border: none;
        box-shadow: none;
      }

._root_zr9zb_8 .rc-select-selection__rendered {
      line-height: inherit;
      height: 100%;
    }

._root_zr9zb_8 .rc-select-selection__placeholder {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      color: var(--hex-8a9eb2);
      font-size: 12px;
      line-height: 20px;
    }

._root_zr9zb_8 .rc-select-search__field {
      color: var(--hex-ffffff);
      position: absolute;
      top: 50%;
      padding-left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: 12px;
      line-height: 20px;
    }

._dropdown_zr9zb_93 {
  border-radius: var(--border-radius-4);
  background-color: var(--hex-181b30);
  border: 1px solid var(--hex-363a57);
  box-shadow: 0px 6px 10px 0px hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 50%);
}

._dropdown_zr9zb_93 .rc-select-dropdown-menu-item {
      cursor: pointer;
      color: var(--hex-898eba);
    }

._dropdown_zr9zb_93 .rc-select-dropdown-menu-item:hover {
        background-color: hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 5%);
      }

._dropdown_zr9zb_93 .rc-select-dropdown-menu-item-active {
      background-color: var(--hex-004384) !important;
      color: var(--hex-ffffff);
    }

._dropdown_zr9zb_93 .rc-select-item-option-selected {
      background-color: var(--hex-004384) !important;
      color: var(--hex-ffffff);
    }

._dropdown_zr9zb_93 .rc-select-item-option-selected .rc-select-item-option-state {
        display: none;
      }

._dropdown_zr9zb_93 .rc-select-item-option-active {
      background: inherit;
    }

._dropdown_zr9zb_93 .rc-select-dropdown-menu {
      max-height: 200px;
      overflow-x: hidden;
      overflow-y: auto;
    }

._dropdown_zr9zb_93 .rc-select-dropdown-menu::-webkit-scrollbar {
        width: 5px;
        height: 5px;
      }

._dropdown_zr9zb_93 .rc-select-dropdown-menu::-webkit-scrollbar-track {
        background: hsl(var(--theme-hex-07091b, 234.00deg 58.80% 6.70%) / 70%);
      }

._dropdown_zr9zb_93 .rc-select-dropdown-menu::-webkit-scrollbar-thumb {
        background: var(--hex-585e80);
      }

._dropdown_zr9zb_93 .rc-select-dropdown-menu >li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 9px 16px;
      }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._warning_xubeg_8 {
  width: 100%;
  display: none;
  position: relative;
  color: var(--hex-07091b);
  background-color: var(--hex-ffdd2e);
  padding: 17px 23px;
}

._warning_xubeg_8._red_xubeg_16 {
    background-color: var(--hex-ff4b66);
  }

._warning_xubeg_8._red_xubeg_16 ._line_xubeg_19 svg {
        stroke: inherit !important;
      }

._warning_xubeg_8._red_xubeg_16 ._line_xubeg_19 svg g {
          fill: var(--hex-07091b);
        }

._warning_xubeg_8._blue_xubeg_30 {
    background-color: var(--hex-149dc9);
  }

._warning_xubeg_8._blue_xubeg_30 ._line_xubeg_19 svg {
        stroke: inherit !important;
      }

._warning_xubeg_8._blue_xubeg_30 ._line_xubeg_19 svg g {
          fill: var(--hex-6d859a);
        }

._warning_xubeg_8._neutral_xubeg_44 {
    background-color: var(--hex-2b2d44);
    color: var(--hex-98a7b9);
  }

._warning_xubeg_8._neutral_xubeg_44 ._line_xubeg_19 svg {
        stroke: currentColor;
      }

._warning_xubeg_8._visible_xubeg_55 {
    display: inline-block;
  }

._warning_xubeg_8 ._line_xubeg_19 {
    display: flex;
    align-items: center;
  }

._warning_xubeg_8 ._line_xubeg_19 svg {
      stroke: var(--hex-07091b);
      margin-right: 10px;
    }

._warning_xubeg_8 ._line_xubeg_19 p {
      margin: 0;
      font-size: 14px;
      line-height: 16px;
    }

._warning_xubeg_8 ._close_xubeg_75 {
    position: absolute;
    right: 8px;
    top: 2px;
    padding: 15px;
    cursor: pointer;
  }

._warning_xubeg_8 ._close_xubeg_75 svg {
      stroke: var(--hex-07091b);
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._radio_1vc04_8._radio_1vc04_8 {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0;

  color: var(--hex-8a9eb2);
  font-size: 13px;
  font-weight: 400;
  /* line-height: 20px; */
  line-height: 15px;
}

._radio_1vc04_8._radio_1vc04_8._checked_1vc04_21 {
    color: var(--hex-ffffff);
    font-weight: 500;
  }

._radio_1vc04_8._radio_1vc04_8 ._label_1vc04_26 {
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    background: var(--hex-20293c);
    /* border: 2px solid var(--hex-c8ccd4); */
    border-radius: 100%;
    -webkit-tap-highlight-color: transparent;
  }

._radio_1vc04_8._radio_1vc04_8 ._label_1vc04_26:after {
      content: '';
      position: absolute;
      top: 3px;
      left: 3px;
      width: 10px;
      height: 10px;
      border-radius: 100%;
      background: var(--hex-0070df);
      -webkit-transform: scale(0);
              transform: scale(0);
      transition: all 0.2s ease;
      opacity: 0.08;
      pointer-events: none;
    }

._radio_1vc04_8._radio_1vc04_8 input[type='radio']:checked + ._label_1vc04_26 {
    border-color: var(--hex-0070df);
  }

._radio_1vc04_8._radio_1vc04_8 input[type='radio']:checked + ._label_1vc04_26:after {
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
    opacity: 1;
  }

._radio_1vc04_8:hover ._label_1vc04_26:after {
  -webkit-transform: scale(3.6);
          transform: scale(3.6);
}

._hidden_1vc04_69 {
  display: none;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._row_bvvy7_8 {
  display: flex;
  align-items: center;
  border-radius: var(--border-radius-5);
  padding: 4px 10px;
}

._row_bvvy7_8 ._labels_bvvy7_14 {
    margin-left: 8px;
    display: flex;
    flex-direction: column;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }

._row_bvvy7_8 ._labels_bvvy7_14 > span:first-child {
      color: inherit;
      font-size: 13px;
      line-height: 15px;
    }

._row_bvvy7_8 ._labels_bvvy7_14 > span:last-child {
      color: var(--hex-f1f3fa);
      font-size: 13px;
      line-height: 24px;
    }

._row_bvvy7_8 ._icon_bvvy7_33 {
    border-radius: var(--border-radius-5);
    background-color: var(--hex-2b2d44);
    display: flex;
    padding: 7px;
    align-items: center;
    justify-content: center;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._emptyState_1658e_8 {
  position: absolute;
  left: 0;
  top: 71px;
  height: calc(100% - 71px);
  width: 100%;
  background: var(--hex-181b30);
  z-index: 2;
  display: flex;
  justify-content: center;
}

._emptyState_1658e_8 ._wrapper_1658e_19 {
    margin-top: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

._emptyState_1658e_8 ._wrapper_1658e_19 ._circle_1658e_25 {
      width: 150px;
      height: 150px;
      border-radius: 100%;
      opacity: 0.2;
      background-color: var(--hex-363a57);
      display: flex;
      align-items: center;
      justify-content: center;
    }

._emptyState_1658e_8 ._wrapper_1658e_19 h3 {
      color: var(--hex-b5b9de);
      font-size: 20px;
      line-height: 20px;
      margin: 0;
      margin-top: 30px;
    }

._emptyState_1658e_8 ._wrapper_1658e_19 p {
      margin: 0;
      margin-top: 10px;
      color: var(--hex-ffffff);
      font-size: 14px;
      line-height: 20px;
    }

._emptyStateOpacity_1658e_54 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: var(--hex-181b30);
  width: 100%;
  z-index: 1;
  opacity: 0.5;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._datepicker_170du_8 {
  width: 185px;
}

.react-datepicker__time-list::-webkit-scrollbar {
      width: 5px;
      height: 5px;
    }

.react-datepicker__time-list::-webkit-scrollbar-track {
      background: var(--hex-363a57);
    }

.react-datepicker__time-list::-webkit-scrollbar-thumb {
      background: hsl(var(--theme-hex-07091b, 234.00deg 58.80% 6.70%) / 70%);
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1l6ag_8 svg {
    width: 50px;
    color: var(--hex-5a83ef);
    opacity: 0.5;
    transition: opacity 0.3s;
  }

._root_1l6ag_8:hover svg {
      opacity: 1;
    }

._root_1l6ag_8 ._main_1l6ag_22 {
    color: var(--hex-dedeed);
    font-size: 18px;
    margin: 1rem 0 4px 0;
  }

._root_1l6ag_8 ._secondary_1l6ag_28 {
    color: var(--hex-898eba);
    font-size: 14px;
    margin: 0;
  }

._root_1l6ag_8 ._file_1l6ag_34 {
    color: var(--hex-898eba);
    font-size: 14px;
    margin: 1rem 0 4px 0;
  }

._root_1l6ag_8 ._droparea_1l6ag_40 {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px dashed hsl(var(--theme-hex-00c1ff, 195.00deg 100.00% 50.00%) / 70%);
    border-radius: var(--border-radius-8);
    padding: 4rem 0;

    background: hsl(var(--theme-hex-181b30, 233.00deg 33.30% 14.10%) / 50%);
    cursor: pointer;
    text-align: center;

    transition: border-color 0.3s;
  }

._root_1l6ag_8 ._droparea_1l6ag_40:hover {
      border: 1px dashed var(--hex-00c1ff);
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._radio_dmxkc_8._radio_dmxkc_8 {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0;

  color: var(--hex-8a9eb2);
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}

._radio_dmxkc_8._radio_dmxkc_8._checked_dmxkc_20 {
    color: var(--hex-ffffff);
    font-weight: 500;
  }

._radio_dmxkc_8._radio_dmxkc_8 ._label_dmxkc_25._fixedLabel_dmxkc_26 {
      position: absolute;
      top: 12px;
      left: 12px;
    }

._radio_dmxkc_8._radio_dmxkc_8 ._label_dmxkc_25 {
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    background: var(--hex-20293c);
    border-radius: 100%;
    -webkit-tap-highlight-color: transparent;
}

/* border: 2px solid var(--hex-c8ccd4); */

._radio_dmxkc_8._radio_dmxkc_8 ._label_dmxkc_25:after {
      content: '';
      position: absolute;
      top: 3px;
      left: 3px;
      min-width: 10px;
      width: 10px;
      height: 10px;
      border-radius: 100%;
      background: var(--hex-1a7ee2);
      -webkit-transform: scale(0);
              transform: scale(0);
      transition: all 0.2s ease;
      opacity: 0.08;
      pointer-events: none;
    }

._radio_dmxkc_8._radio_dmxkc_8 input[type='radio']:checked + ._label_dmxkc_25 {
    border-color: var(--hex-0070df);
  }

._radio_dmxkc_8._radio_dmxkc_8 input[type='radio']:checked + ._label_dmxkc_25:after {
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
    opacity: 1;
  }

._radio_dmxkc_8:hover ._label_dmxkc_25:after {
  -webkit-transform: scale(3.6);
          transform: scale(3.6);
}

._hidden_dmxkc_74 {
  display: none;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_roxi7_8 {
  border: 1px dashed var(--hex-0e7c9f);
  border-radius: var(--border-radius-8);
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

._root_roxi7_8:hover {
    border-color: var(--hex-00c1ff);
  }

._root_roxi7_8._compact_roxi7_21 ._placeholder_roxi7_22 svg {
      width: 65px;
      height: 65px;
    }

._root_roxi7_8._compact_roxi7_21 ._thumb-container_roxi7_27 img {
      width: 100px;
      height: 100px;
    }

._container_roxi7_34 {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  position: relative;
}

._thumb-container_roxi7_27 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

._thumb-container_roxi7_27 img {
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }

._placeholder_roxi7_22 {
  text-align: center;
}

._placeholder_roxi7_22 svg {
    width: 100px;
    height: 100px;
  }

._placeholder_roxi7_22 ._p_roxi7_22 {
    margin-top: 21px;
    margin-bottom: 7px;

    color: var(--hex-f1f3fa);
    font-size: 14px;
    line-height: 20px;
  }

._placeholder_roxi7_22 ._span_roxi7_74 {
    color: var(--hex-8a9eb2);
    font-size: 12px;
    line-height: 16px;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

/* DEBT: Migrate to Tailwind [EASY] */
._root_16qfd_9 {
  padding: 1rem;
}

._root_16qfd_9 > ._emails_16qfd_13 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% + 2rem);
  min-height: 4.4rem;
  margin: -1rem 0 0 -1rem;
  padding: 0 1rem 1rem 0;

  background-color: var(--hex-20293c);
  border-radius: var(--border-radius-2);

  cursor: text;
}

._root_16qfd_9 > ._emails_16qfd_13 > * {
    margin: 1rem 0 0 1rem;
  }

._root_16qfd_9 > ._emails_16qfd_13 > ._input_16qfd_32 {
    display: flex;
    align-items: center;
    max-width: 100%;

    overflow: hidden;
  }

._root_16qfd_9 > ._emails_16qfd_13 > ._input_16qfd_32 > input {
      padding: 0;

      /* Because of bootstrap */
      background-color: transparent !important;
      border: none !important;
      border-radius: 0 !important;
      height: auto !important;
      box-shadow: none !important;
    }

._root_16qfd_9 > ._emails_16qfd_13 > ._placeholder_16qfd_51 {
    position: absolute;
    padding: 0 0.25rem;

    font-weight: 300;

    color: var(--hex-8a9eb2);

    -webkit-user-select: none;

        -ms-user-select: none;

            user-select: none;
    pointer-events: none;
  }

._root_16qfd_9 > ._error_16qfd_64 {
  color: var(--hex-ff4b66);
  font-size: 1.3rem;
}

._email_16qfd_13 {
  display: inline-flex;
  align-items: center;
  padding-left: 0.8rem;

  color: white;
  background-color: hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 10%);
  border-radius: var(--border-radius-2);
}

._email_16qfd_13._tag_16qfd_78 {
    padding-right: 0.8rem;
  }

._email_16qfd_13 > ._remove_16qfd_82 {
    display: flex;
    margin-left: 0.5rem;
    padding: 0.4rem;

    border-radius: 0 var(--border-radius-2) var(--border-radius-2) 0;

    cursor: pointer;
  }

._email_16qfd_13 > ._remove_16qfd_82:hover {
      background-color: var(--hex-51607a);
    }

._email_16qfd_13 > ._remove_16qfd_82 > svg {
      margin: auto;
    }

._email_16qfd_13._error_16qfd_64 {
  background-color: var(--hex-ff4b66);
}

._email_16qfd_13._error_16qfd_64 > ._remove_16qfd_82:hover {
    background-color: var(--hex-b43c4e);
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._wrapper_hrc1t_8 {
  display: flex;
  flex-direction: column;
}

._radios_hrc1t_13 {
  display: flex;
  margin-top: 10px;
  margin-bottom: 13px;
}

._radios_hrc1t_13 label + label {
    margin-left: 30px;
  }

._create-wl_hrc1t_23 {
  margin-bottom: 10px;
  min-height: 33px;
}

._create-wl_hrc1t_23 .checkbox {
      margin: 0;
    }

._create-wl_hrc1t_23 input[type='checkbox'] {
    margin-top: 0;
  }
._closeAlertContainer_hrc1t_36 {
  background: var(--hex-181b30);
}
._closeAlertContainer_hrc1t_36 ._checkboxContainer_hrc1t_38 {
    display: flex;
  }
._closeAlertContainer_hrc1t_36 ._checkboxContainer_hrc1t_38 span {
      margin-top: 16px;
    }
._selectionContainer_hrc1t_45 ._header_hrc1t_46 {
    display: flex;
  }
._selectionContainer_hrc1t_45 {
  cursor: pointer;
  color: var(--hex-f1f3fa);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
._selectionContainer_hrc1t_45 ._benignContainer_hrc1t_58,
  ._selectionContainer_hrc1t_45 ._maliciousContainer_hrc1t_59 {
    cursor: pointer;
    border-radius: var(--border-radius-8);
    margin: 8px 8px 8px 0;
    padding: 8px;
    opacity: 0.2;
    border: 1px solid hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 10%);
    display: flex;
    flex-direction: column;
    flex: 1;
  }
._selectionContainer_hrc1t_45 ._benignContainer_hrc1t_58._unsupported_hrc1t_69, ._selectionContainer_hrc1t_45 ._maliciousContainer_hrc1t_59._unsupported_hrc1t_69 {
      opacity: 1;
      box-sizing: border-box;
      border: 1px solid hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 10%);
      border-radius: var(--border-radius-6);
      background-color: var(--hex-181b30);
      color: hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 30%);
    }
._selectionContainer_hrc1t_45 ._benignContainer_hrc1t_58._active_hrc1t_77, ._selectionContainer_hrc1t_45 ._maliciousContainer_hrc1t_59._active_hrc1t_77 {
      opacity: 1;
      color: var(--hex-ffffff);
      border: none;
    }
._selectionContainer_hrc1t_45 ._benignContainer_hrc1t_58._supported_hrc1t_83 {
    background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='908px'%20height='141px'%20viewBox='0%200%20908%20141'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eGroup%2016%3c/title%3e%3cdefs%3e%3clinearGradient%20x1='-2.31229963%25'%20y1='51.3400557%25'%20x2='95.0764489%25'%20y2='48.9780106%25'%20id='linearGradient-1'%3e%3cstop%20stop-color='%232AF598'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%231F4445'%20offset='61.543716%25'%3e%3c/stop%3e%3cstop%20stop-color='%231D2034'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient%20x1='27.3413617%25'%20y1='48.8113489%25'%20x2='-15.4795756%25'%20y2='52.6050887%25'%20id='linearGradient-2'%3e%3cstop%20stop-color='%23290884'%20stop-opacity='0'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%23290884'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3crect%20id='path-3'%20x='0'%20y='0'%20width='908'%20height='140'%3e%3c/rect%3e%3crect%20id='path-4'%20x='0'%20y='0'%20width='523'%20height='140'%20rx='4'%3e%3c/rect%3e%3clinearGradient%20x1='102.688552%25'%20y1='50%25'%20x2='0%25'%20y2='50%25'%20id='linearGradient-6'%3e%3cstop%20stop-color='%23F6CD54'%20stop-opacity='0.5'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%23E95B8B'%20stop-opacity='0.702502264'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient%20x1='102.688552%25'%20y1='50%25'%20x2='0%25'%20y2='50%25'%20id='linearGradient-7'%3e%3cstop%20stop-color='%23F6CD54'%20stop-opacity='0.5'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%23E95B8B'%20stop-opacity='0.702502264'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient%20x1='102.688552%25'%20y1='50%25'%20x2='0%25'%20y2='50%25'%20id='linearGradient-8'%3e%3cstop%20stop-color='%23F6CD54'%20stop-opacity='0.5'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%23E95B8B'%20stop-opacity='0.702502264'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient%20x1='87.442329%25'%20y1='50%25'%20x2='-19.0048118%25'%20y2='50%25'%20id='linearGradient-9'%3e%3cstop%20stop-color='%23F6CD54'%20stop-opacity='0.531731205'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%23E95B8B'%20stop-opacity='0'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3cg%20id='Graphy-'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Adustments'%20transform='translate(-59.000000,%20-693.000000)'%3e%3cg%20id='Group-16'%20transform='translate(59.000000,%20693.000000)'%3e%3cg%20id='Rectangle'%20fill-rule='nonzero'%3e%3cuse%20fill='url(%23linearGradient-1)'%20xlink:href='%23path-3'%3e%3c/use%3e%3cuse%20fill='url(%23linearGradient-2)'%20xlink:href='%23path-3'%3e%3c/use%3e%3c/g%3e%3cg%20id='Group'%20transform='translate(0.000000,%200.998194)'%3e%3cmask%20id='mask-5'%20fill='white'%3e%3cuse%20xlink:href='%23path-4'%3e%3c/use%3e%3c/mask%3e%3cg%20id='Mask'%20fill-rule='nonzero'%3e%3c/g%3e%3cg%20id='Oval-+-Oval-Copy-Mask'%20mask='url(%23mask-5)'%20fill-rule='nonzero'%3e%3cg%20transform='translate(-99.000000,%20-157.101110)'%3e%3cellipse%20id='Oval-Copy-3'%20fill='url(%23linearGradient-6)'%20opacity='0.13499814'%20cx='172.631455'%20cy='176'%20rx='172.13141'%20ry='175.137779'%3e%3c/ellipse%3e%3cellipse%20id='Oval-Copy-2'%20fill='url(%23linearGradient-7)'%20opacity='0.13499814'%20cx='172.631455'%20cy='176'%20rx='113.257479'%20ry='115.608189'%3e%3c/ellipse%3e%3cellipse%20id='Oval-Copy'%20fill='url(%23linearGradient-8)'%20opacity='0.13499814'%20cx='172.631455'%20cy='176'%20rx='67.3557692'%20ry='69.0198145'%3e%3c/ellipse%3e%3cellipse%20id='Oval'%20fill='url(%23linearGradient-9)'%20opacity='0.0997699556'%20cx='172.5'%20cy='176'%20rx='29.5176314'%20ry='30.0566163'%3e%3c/ellipse%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  }
._selectionContainer_hrc1t_45 ._maliciousContainer_hrc1t_59._supported_hrc1t_83 {
    background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='908px'%20height='140px'%20viewBox='0%200%20908%20140'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eGroup%2079%3c/title%3e%3cdefs%3e%3clinearGradient%20x1='-2.31229963%25'%20y1='51.3400557%25'%20x2='100%25'%20y2='49.1227141%25'%20id='linearGradient-1'%3e%3cstop%20stop-color='%23F54964'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%231D2034'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient%20x1='27.3413617%25'%20y1='48.8113489%25'%20x2='-15.4795756%25'%20y2='52.6050887%25'%20id='linearGradient-2'%3e%3cstop%20stop-color='%23290884'%20stop-opacity='0'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%23290884'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3crect%20id='path-3'%20x='0'%20y='0'%20width='908'%20height='140'%3e%3c/rect%3e%3crect%20id='path-4'%20x='0'%20y='0'%20width='431'%20height='140'%20rx='4'%3e%3c/rect%3e%3clinearGradient%20x1='102.688552%25'%20y1='50%25'%20x2='0%25'%20y2='50%25'%20id='linearGradient-6'%3e%3cstop%20stop-color='%23F6CD54'%20stop-opacity='0.5'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%23E95B8B'%20stop-opacity='0.702502264'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient%20x1='102.688552%25'%20y1='50%25'%20x2='0%25'%20y2='50%25'%20id='linearGradient-7'%3e%3cstop%20stop-color='%23F6CD54'%20stop-opacity='0.5'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%23E95B8B'%20stop-opacity='0.702502264'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient%20x1='102.688552%25'%20y1='50%25'%20x2='0%25'%20y2='50%25'%20id='linearGradient-8'%3e%3cstop%20stop-color='%23F6CD54'%20stop-opacity='0.5'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%23E95B8B'%20stop-opacity='0.702502264'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient%20x1='87.442329%25'%20y1='50%25'%20x2='-19.0048118%25'%20y2='50%25'%20id='linearGradient-9'%3e%3cstop%20stop-color='%23F6CD54'%20stop-opacity='0.531731205'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%23E95B8B'%20stop-opacity='0'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3cg%20id='Graphy-'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Graphy-%2315-New-Design-'%20transform='translate(-37.000000,%20-1610.000000)'%3e%3cg%20id='Group-79'%20transform='translate(37.000000,%201610.000000)'%3e%3cg%20id='Rectangle'%20fill-rule='nonzero'%3e%3cuse%20fill='url(%23linearGradient-1)'%20xlink:href='%23path-3'%3e%3c/use%3e%3cuse%20fill='url(%23linearGradient-2)'%20xlink:href='%23path-3'%3e%3c/use%3e%3c/g%3e%3cg%20id='Group'%3e%3cmask%20id='mask-5'%20fill='white'%3e%3cuse%20xlink:href='%23path-4'%3e%3c/use%3e%3c/mask%3e%3cg%20id='Mask'%20fill-rule='nonzero'%3e%3c/g%3e%3cg%20id='Oval-+-Oval-Copy-Mask'%20mask='url(%23mask-5)'%20fill-rule='nonzero'%3e%3cg%20transform='translate(-99.000000,%20-120.000000)'%3e%3cellipse%20id='Oval-Copy-3'%20fill='url(%23linearGradient-6)'%20opacity='0.125145322'%20cx='173.131737'%20cy='176.5'%20rx='172.5'%20ry='175.505716'%3e%3c/ellipse%3e%3cellipse%20id='Oval-Copy-2'%20fill='url(%23linearGradient-7)'%20opacity='0.125145322'%20cx='173.131737'%20cy='176.5'%20rx='113.5'%20ry='115.851064'%3e%3c/ellipse%3e%3cellipse%20id='Oval-Copy'%20fill='url(%23linearGradient-8)'%20opacity='0.125145322'%20cx='173.131737'%20cy='176.5'%20rx='67.5'%20ry='69.1648141'%3e%3c/ellipse%3e%3cellipse%20id='Oval'%20fill='url(%23linearGradient-9)'%20opacity='0.0997699556'%20cx='173'%20cy='176.5'%20rx='29.5808383'%20ry='30.1197605'%3e%3c/ellipse%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  }
._undecidedLabel_hrc1t_90 img {
    padding: 0px 8px 0 8px;
  }
._undecidedLabel_hrc1t_90 {
  margin-bottom: 8px;
  padding: 8px;
  background-repeat: no-repeat;
  background-size: 200% 36px;
  border-radius: var(--border-radius-4);
  background-image: url('/assets/noAlertbackground-C4z0UM3V.png');
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1r84m_8 {
  width: 100%;
}

._chip_1r84m_12._chip_1r84m_12 > div > div:first-child {
    display: flex;
    align-items: center;
    font-weight: 400;
  }

._chip_1r84m_12._chip_1r84m_12 > div > div:first-child > span > span {
      color: var(--hex-b5b9de);
      font-weight: 500;
    }

._chip_1r84m_12._chip_1r84m_12 > div > div:first-child svg {
      margin-right: 4px;
    }

._chip_1r84m_12._chip_1r84m_12 svg path {
      fill: var(--hex-ffffff);
    }

._select-option_1r84m_35._select-option_1r84m_35 {
  position: relative;
  display: flex;
  align-items: center;
}

._select-option_1r84m_35._select-option_1r84m_35:hover {
    color: var(--hex-b5b9de);
  }

._select-option_1r84m_35._select-option_1r84m_35:hover svg path {
      fill: var(--hex-ffffff);
    }

._select-option_1r84m_35._select-option_1r84m_35._isSelected_1r84m_48 svg path {
      fill: var(--hex-ffffff);
    }

._select-option_1r84m_35._select-option_1r84m_35._isGroupOfClient_1r84m_54 ._wrapper_1r84m_55 {
      padding-left: 41px;
    }

._select-option_1r84m_35._select-option_1r84m_35 svg {
    margin-right: 4px;
  }

._select-option_1r84m_35._select-option_1r84m_35 svg path {
      fill: var(--hex-b5b9de);
    }

._select-option_1r84m_35._select-option_1r84m_35 .checkbox {
      margin: 0;
      margin-right: 8px;
    }

._select-option_1r84m_35._select-option_1r84m_35 .checkbox label {
        padding: 0;
        min-height: 16px !important;
      }

._select-option_1r84m_35._select-option_1r84m_35 .checkbox label input {
          margin: 0;
          height: 16px !important;
          width: 16px !important;
          min-height: 16px !important;
          min-width: 16px !important;
        }

._select-option_1r84m_35._select-option_1r84m_35 .checkbox label input:checked:hover {
            border-color: var(--hex-1a7ee2) !important;
          }

._select-option_1r84m_35._select-option_1r84m_35 .checkbox label input:hover {
            border-color: var(--hex-dedeed) !important;
          }

._wrapper_1r84m_55._wrapper_1r84m_55 {
  display: flex;
  align-items: center;
  width: 100%;
}

._groupOfClient_1r84m_103 {
  position: absolute;
  top: 0;
  left: 16px;
  border-left: 1px solid var(--hex-b5b9de);
  height: 100%;
}

._groupOfClient_1r84m_103._isLast_1r84m_110 {
    height: 50%;
  }

._groupOfClient_1r84m_103::after {
    content: '';
    position: absolute;
    left: 0;
    top: 21px;
    background: var(--hex-b5b9de);
    height: 1px;
    width: 16px;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1hvf0_8 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

._root_1hvf0_8 ._hasClients_1hvf0_14 {
    margin-left: 8px;
  }

._root_1hvf0_8 .js-tag {
      margin-right: 4px;
      margin-bottom: 8px;
      color: var(--hex-ffffff);
    }

._root_1hvf0_8 svg {
      margin-right: 11px;
      margin-bottom: 8px;
    }

._root_1hvf0_8 svg path {
        fill: var(--hex-898eba) !important;
      }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._accordion_19dx9_8 {
  border-radius: var(--border-radius-5);
  background-color: var(--hex-181b30);
}

._collapse_19dx9_13 {
  display: grid;
  align-items: center;
  grid-template-columns: -webkit-min-content 1fr -webkit-min-content;
  grid-template-columns: min-content 1fr min-content;

  background-color: var(--hex-20293c);

  gap: 0 1.5rem;
  padding: 1.5rem;

  font-size: 1.4rem;
  font-weight: 500;

  border-radius: var(--border-radius-5);

  cursor: pointer;
  transition: background-color 200ms ease-in;
}

._collapse_19dx9_13._no-icon_19dx9_31 {
    grid-template-columns: 1fr -webkit-min-content;
    grid-template-columns: 1fr min-content;
  }

._collapse_19dx9_13:hover {
    background-color: var(--hex-2b2d44);
  }

._collapse_19dx9_13 > label {
    padding: 0;
    margin: 0;

    font-size: 1.4rem;

    color: var(--hex-ffffff);

    pointer-events: none;
  }

._collapse_19dx9_13 > ._chevron_19dx9_50 {
    display: flex;
    align-items: center;

    opacity: 0.5;
    transition: -webkit-transform 150ms ease-in;
    transition: transform 150ms ease-in;
    transition: transform 150ms ease-in, -webkit-transform 150ms ease-in;
  }

._collapse_19dx9_13._open_19dx9_58 {
    border-radius: var(--border-radius-5) var(--border-radius-5) 0 0;
  }

._collapse_19dx9_13._open_19dx9_58 > ._chevron_19dx9_50 {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }

._content_19dx9_67 {
  overflow: hidden;
  height: auto;
  max-height: 0;
  transition: max-height 200ms ease-in-out;
}

._content_19dx9_67._open_19dx9_58 {
    max-height: 100vh;
  }

._content_19dx9_67 > ._inner_19dx9_77 {
    padding: 1.6rem;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_l6tyg_8 {
  display: flex;
  height: 100%;
  align-items: center;
}

._root_l6tyg_8._hoverable_l6tyg_13 ._option_l6tyg_14:hover {
      opacity: 1;
    }

._root_l6tyg_8._hoverable_l6tyg_13 ._option_l6tyg_14:hover a:hover {
          color: var(--hex-ffffff);
        }

._root_l6tyg_8._hoverable_l6tyg_13 ._option_l6tyg_14:hover:after {
        content: '';
        position: absolute;
        bottom: 0;
        height: 2px;
        width: 100%;
        background: var(--hex-149dc9);
        box-shadow: 0 10px 20px 0 hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 20%);
      }

._root_l6tyg_8._hoverable_l6tyg_13 ._option_l6tyg_14:hover ._submenuWrapper_l6tyg_33 {
        opacity: 1;
        visibility: visible;
      }

._root_l6tyg_8._hoverable_l6tyg_13 ._option_l6tyg_14:hover ._icon_l6tyg_38._hunt_l6tyg_39 {
          background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2053%20(72520)%20-%20https://sketchapp.com%20--%3e%3ctitle%3eIcon/Hunt%20(Selected)%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Incident-Details-Page'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Icon/Hunt-(Selected)'%20transform='translate(-1.000000,%20-1.000000)'%20fill-rule='nonzero'%3e%3cg%20id='Icon/Hunt/On'%20transform='translate(0.333333,%200.333333)'%3e%3cpath%20d='M7.33333333,13.1400809%20C5.82814698,12.6921155%204.64121782,11.5051864%204.19325245,10%20L5.61069579,10%20C5.94666942,10.7689616%206.56437171,11.3866639%207.33333333,11.7226375%20L7.33333333,13.1400809%20Z%20M4.19325245,7.33333333%20C4.64121782,5.82814698%205.82814698,4.64121782%207.33333333,4.19325245%20L7.33333333,5.61069579%20C6.56437171,5.94666942%205.94666942,6.56437171%205.61069579,7.33333333%20L4.19325245,7.33333333%20Z%20M10,4.19325245%20C11.5051864,4.64121782%2012.6921155,5.82814698%2013.1400809,7.33333333%20L12,7.33333333%20C11.9089419,7.33333333%2011.8200158,7.3424613%2011.7340867,7.35985213%20C11.4008137,6.5785785%2010.7777814,5.95052294%2010,5.61069579%20L10,4.19325245%20Z%20M13.1400809,10%20C12.6921155,11.5051864%2011.5051864,12.6921155%2010,13.1400809%20L10,11.7226375%20C10.7777814,11.3828104%2011.4008137,10.7547548%2011.7340867,9.9734812%20C11.8200158,9.99087203%2011.9089419,10%2012,10%20L13.1400809,10%20Z'%20id='Combined-Shape'%20fill='%23C8D1DB'%3e%3c/path%3e%3cpath%20d='M7.33333333,15.8790825%20C4.35221094,15.3314938%202.00183951,12.9811224%201.45425082,10%20L2.81534428,10%20C3.32434651,12.2431698%205.09016356,14.0089868%207.33333333,14.5179891%20L7.33333333,15.8790825%20Z%20M1.45425082,7.33333333%20C2.00183951,4.35221094%204.35221094,2.00183951%207.33333333,1.45425082%20L7.33333333,2.81534428%20C5.09016356,3.32434651%203.32434651,5.09016356%202.81534428,7.33333333%20L1.45425082,7.33333333%20Z%20M10,1.45425082%20C12.9811224,2.00183951%2015.3314938,4.35221094%2015.8790825,7.33333333%20L14.5179891,7.33333333%20C14.0089868,5.09016356%2012.2431698,3.32434651%2010,2.81534428%20L10,1.45425082%20Z%20M15.8790825,10%20C15.3314938,12.9811224%2012.9811224,15.3314938%2010,15.8790825%20L10,14.5179891%20C12.2431698,14.0089868%2014.0089868,12.2431698%2014.5179891,10%20L15.8790825,10%20Z'%20id='Combined-Shape'%20fill='%23C8D1DB'%3e%3c/path%3e%3cg%20id='Group-13'%20fill='%2300C1FF'%20opacity='0.800000012'%3e%3crect%20id='Rectangle'%20x='8'%20y='0.666666667'%20width='1.33333333'%20height='6'%20rx='0.65'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy'%20x='8'%20y='10.6666667'%20width='1.33333333'%20height='6'%20rx='0.65'%3e%3c/rect%3e%3cpath%20d='M13.65,5.66666667%20L13.6833333,5.66666667%20C14.0423184,5.66666667%2014.3333333,5.95768158%2014.3333333,6.31666667%20L14.3333333,11.0166667%20C14.3333333,11.3756518%2014.0423184,11.6666667%2013.6833333,11.6666667%20L13.65,11.6666667%20C13.2910149,11.6666667%2013,11.3756518%2013,11.0166667%20L13,6.31666667%20C13,5.95768158%2013.2910149,5.66666667%2013.65,5.66666667%20Z'%20id='Rectangle-Copy-3'%20transform='translate(13.666667,%208.666667)%20rotate(90.000000)%20translate(-13.666667,%20-8.666667)%20'%3e%3c/path%3e%3cpath%20d='M3.65,5.66666667%20L3.68333333,5.66666667%20C4.04231842,5.66666667%204.33333333,5.95768158%204.33333333,6.31666667%20L4.33333333,11.0166667%20C4.33333333,11.3756518%204.04231842,11.6666667%203.68333333,11.6666667%20L3.65,11.6666667%20C3.29101491,11.6666667%203,11.3756518%203,11.0166667%20L3,6.31666667%20C3,5.95768158%203.29101491,5.66666667%203.65,5.66666667%20Z'%20id='Rectangle-Copy-2'%20transform='translate(3.666667,%208.666667)%20rotate(90.000000)%20translate(-3.666667,%20-8.666667)%20'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
        }

._root_l6tyg_8._hoverable_l6tyg_13 ._option_l6tyg_14:hover ._icon_l6tyg_38._incidents_l6tyg_42 {
          background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2021.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2036%2036'%20style='enable-background:new%200%200%2036%2036;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%2300C1FF;}%20%3c/style%3e%3cpath%20class='st0'%20d='M28.839781,14.350558H17.964689l2.37295-11.58791c0.14929-0.728889-0.813068-1.02898-1.188108-0.480719%20L6.611149,20.64887c-0.290565,0.424889,0.022575,0.994848,0.545447,0.994848h10.874722l-2.374043,11.588264%20c-0.140913,0.68729,0.790499,1.063824,1.188114,0.480003l12.539469-18.365879%20C29.70565,14.872869,29.30184,14.350558,28.839781,14.350558z'/%3e%3c/svg%3e");
        }

._root_l6tyg_8._hoverable_l6tyg_13 ._option_l6tyg_14:hover ._icon_l6tyg_38._endpoints_l6tyg_45 {
          background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='15px'%20viewBox='0%200%2016%2015'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2053%20(72520)%20-%20https://sketchapp.com%20--%3e%3ctitle%3eIcon/Endpoints%20(Selected)%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Incident-Details-Page'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Icon/Endpoints-(Selected)'%20transform='translate(0.000000,%20-1.000000)'%3e%3cg%20id='Group-10'%20transform='translate(0.363636,%200.000000)'%3e%3cg%20id='Group-9'%20transform='translate(0.636364,%202.000000)'%3e%3cpath%20d='M13.4272719,0.199999868%20L0.572727263,0.199999868%20C0.254545388,0.199999868%20-3.9e-08,0.466666519%20-3.9e-08,0.799999699%20L-3.9e-08,10.0666646%20C-3.9e-08,10.3999993%200.254545388,10.6666659%200.572727263,10.6666659%20L13.3636355,10.6666659%20C13.6818173,10.6666659%2013.9363628,10.3999993%2013.9363628,10.0666659%20L13.9363628,0.799999699%20C13.9999991,0.466666519%2013.7454537,0.199999868%2013.4272719,0.199999868%20Z'%20id='Stroke-3'%20stroke='%23C8D1DB'%20stroke-width='1.21569507'%3e%3c/path%3e%3cpath%20d='M1.90909076,7.9999994%20L12.0909083,7.9999994'%20id='Stroke-5'%20stroke='%2300C1FF'%20stroke-width='1.3'%3e%3c/path%3e%3cpath%20d='M5.72727235,10.6666659%20L5.72727235,13.3333324'%20id='Stroke-6'%20stroke='%23C8D1DB'%20stroke-width='1.3'%3e%3c/path%3e%3cpath%20d='M8.27272674,13.3333324%20L8.27272674,10.6666659'%20id='Stroke-7'%20stroke='%23C8D1DB'%20stroke-width='1.3'%3e%3c/path%3e%3cpath%20d='M3.81818155,13.3333324%20L10.1818175,13.3333324'%20id='Stroke-8'%20stroke='%23C8D1DB'%20stroke-width='1.3'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
        }

._root_l6tyg_8._hoverable_l6tyg_13 ._option_l6tyg_14:hover ._icon_l6tyg_38._policies_l6tyg_48 {
          background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2021.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2016%2016'%20style='enable-background:new%200%200%2016%2016;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23C8D1DB;}%20.st1{fill:%2300C1FF;}%20%3c/style%3e%3cpath%20class='st0'%20d='M4,6.5V5.2h6.7v1.3H4z%20M4,4V2.8h6.7V4H4z%20M15.1,7.3h-1.3v-6l0,0H1.6l0,0v13.4l0,0h6.7V16H1.6%20c-0.8,0-1.3-0.6-1.3-1.3V1.3C0.3,0.6,0.9,0,1.6,0h12.1C14.5,0,15,0.6,15,1.3L15.1,7.3L15.1,7.3z'/%3e%3cpath%20class='st1'%20d='M15.5,8.5l-3.1-1.1h-0.1L9.1,8.5C9,8.6,8.9,8.7,8.9,8.8v3.4c0,0.8,0.5,1.5,1.1,2.1c0.6,0.6,1.4,1.1,2.1,1.6%20c0.1,0.1,0.3,0.1,0.4,0c0.7-0.5,1.5-1,2.1-1.6c0.6-0.6,1.1-1.3,1.1-2.1V8.8C15.7,8.7,15.6,8.5,15.5,8.5z%20M14.5,12%20c0,0.4-0.3,0.8-0.7,1.2c-0.4,0.3-0.9,0.7-1.4,1c-0.5-0.3-1-0.6-1.4-1c-0.4-0.4-0.7-0.8-0.7-1.2V9.7l2-0.7l2.2,0.7V12z'/%3e%3c/svg%3e");
        }

._root_l6tyg_8._hoverable_l6tyg_13 ._option_l6tyg_14:hover ._icon_l6tyg_38._detection_l6tyg_51 {
          background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='13px'%20viewBox='0%200%2016%2013'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2058%20(84663)%20-%20https://sketch.com%20--%3e%3ctitle%3eGroup%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Icons'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Icons/Main-Navigation/DeStra'%20transform='translate(0.000000,%20-2.000000)'%20fill-rule='nonzero'%3e%3cg%20id='Group'%20transform='translate(0.000000,%202.000000)'%3e%3cpath%20d='M9.64518143,11.5463918%20L2.22680412,11.5463918%20C1.62610265,11.5463918%201.15463918,11.1063592%201.15463918,10.5841924%20L1.15463918,2.11683849%20C1.15463918,1.59467176%201.62610265,1.15463918%202.22680412,1.15463918%20L13.7731959,1.15463918%20C14.3738973,1.15463918%2014.8453608,1.59467176%2014.8453608,2.11683849%20L14.8453608,5.98131219%20L16,5.98131219%20L16,2.11683849%20C16,0.938499598%2014.9944647,-2.84217094e-14%2013.7731959,-2.84217094e-14%20L2.22680412,-2.84217094e-14%20C1.00553528,-2.84217094e-14%200,0.938499598%200,2.11683849%20L0,10.5841924%20C0,11.7625313%201.00553528,12.7010309%202.22680412,12.7010309%20L9.64518143,12.7010309%20L9.64518143,11.5463918%20Z'%20id='Path'%20fill='%23C8D1DB'%3e%3c/path%3e%3cpath%20d='M5.37977862,9.80063687%20C5.45101993,10.1352499%205.92358716,10.1536037%206.02076504,9.8255318%20L7.19854013,5.84937072%20L7.61678616,7.03054785%20C7.66345615,7.16234949%207.78850078,7.25049789%207.92880057,7.25049789%20L9.41433166,7.25049789%20C9.49082947,7.06977844%209.54737854,6.94450378%209.61468506,6.83673096%20C9.68199158,6.72895813%209.775177,6.59132867%209.775177,6.59132867%20L8.1629323,6.59132867%20L7.48252645,4.66978069%20C7.37578318,4.36832484%206.94399744,4.37954896%206.85318231,4.68614026%20L5.75595475,8.39037337%20L4.58710831,2.9004238%20C4.51831247,2.5772969%204.06820546,2.54465192%203.95315094,2.85444467%20L2.56530254,6.59132867%20L1.15663736,6.59132867%20C1.15663736,6.66787915%201.15663736,6.76682924%201.15663736,6.88817895%20C1.15663736,7.00952865%201.15663736,7.13030163%201.15663736,7.25049789%20L2.79567025,7.25049789%20C2.93412123,7.25049789%203.05793124,7.16462295%203.10597094,7.03527251%20L4.17701847,4.15139818%20L5.37977862,9.80063687%20Z'%20id='Path-4'%20fill='%2300C1FF'%3e%3c/path%3e%3cg%20id='Group-25'%20transform='translate(9.237113,%205.525773)'%20fill='%23C8D1DB'%3e%3cpath%20d='M2.68041237,5.36082474%20C4.16076325,5.36082474%205.36082474,4.16076325%205.36082474,2.68041237%20C5.36082474,1.20006149%204.16076325,0%202.68041237,0%20C1.20006149,0%200,1.20006149%200,2.68041237%20C0,4.16076325%201.20006149,5.36082474%202.68041237,5.36082474%20Z%20M2.68041237,4.70103093%20C1.56445555,4.70103093%200.659793814,3.79636919%200.659793814,2.68041237%20C0.659793814,1.56445555%201.56445555,0.659793814%202.68041237,0.659793814%20C3.79636919,0.659793814%204.70103093,1.56445555%204.70103093,2.68041237%20C4.70103093,3.79636919%203.79636919,4.70103093%202.68041237,4.70103093%20Z'%20id='Oval'%3e%3c/path%3e%3cpath%20d='M3.80372531,5.20856685%20L5.26035944,7.00048859%20C5.40401602,7.17721198%205.6637353,7.20401795%205.84045871,7.06036137%20C6.0171821,6.9167048%206.04398807,6.65698551%205.90033149,6.48026211%20L4.44369737,4.68834037%20C4.30004079,4.51161697%204.0403215,4.48481101%203.8635981,4.62846758%20C3.68687471,4.77212416%203.66006874,5.03184345%203.80372531,5.20856685%20Z'%20id='Path-2'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
        }

._root_l6tyg_8._hoverable_l6tyg_13 ._option_l6tyg_14:hover ._icon_l6tyg_38._anomalies_l6tyg_54 {
          background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='14px'%20viewBox='0%200%2016%2014'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2053%20(72520)%20-%20https://sketchapp.com%20--%3e%3ctitle%3eIcon/Reports%20(Selected)%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Incident-Details-Page'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Icon/Reports-(Selected)'%20stroke-width='1.3'%3e%3cg%20id='Icon/Reports'%3e%3cg%20id='Group-6'%20transform='translate(0.000000,%200.650000)'%3e%3cpath%20d='M15.3333324,9.66521678%20L14.1333332,9.66521678%20C12.8666666,9.66521678%2011.8,8.96717388%2011.5333333,8.00065145%20L9.60000042,1.02021708%20C9.3999997,0.42956516%208.73333308,-3.19372408e-08%207.99999952,-3.19372408e-08%20C7.26666596,-3.19372408e-08%206.59999934,0.42956516%206.39999988,1.02021735%20L4.4666666,8.00065145%20C4.19999988,8.96717281%203.13333335,9.66521678%201.86666669,9.66521678%20L0.666666627,9.66521678'%20id='Stroke-3'%20stroke='%2300C1FF'%3e%3c/path%3e%3cpath%20d='M0,11.8130427%20L15.999999,11.8130427'%20id='Stroke-5'%20stroke='%23C8D1DB'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
        }

._root_l6tyg_8._hoverable_l6tyg_13 ._option_l6tyg_14:hover ._icon_l6tyg_38._reports_l6tyg_57 {
          background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='512px'%20height='512px'%20viewBox='0%200%20512%20512'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2058%20(84663)%20-%20https://sketch.com%20--%3e%3ctitle%3estatistics%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='statistics'%20fill-rule='nonzero'%3e%3cpath%20d='M76,240%20C88.101562,240%2099.054688,235.144531%20107.148438,227.347656%20L151.550781,249.546875%20C151.328125,251.355469%20151,253.132812%20151,255%20C151,279.8125%20171.1875,300%20196,300%20C220.8125,300%20241,279.8125%20241,255%20C241,248.074219%20239.296875,241.589844%20236.488281,235.722656%20L296.722656,175.488281%20C302.589844,178.296875%20309.074219,180%20316,180%20C340.8125,180%20361,159.8125%20361,135%20C361,130.328125%20360.082031,125.910156%20358.753906,121.671875%20L411.089844,82.429688%20C418.230469,87.199219%20426.789062,90%20436,90%20C460.8125,90%20481,69.8125%20481,45%20C481,20.1875%20460.8125,0%20436,0%20C411.1875,0%20391,20.1875%20391,45%20C391,49.671875%20391.917969,54.089844%20393.246094,58.328125%20L340.910156,97.570312%20C333.769531,92.800781%20325.210938,90%20316,90%20C291.1875,90%20271,110.1875%20271,135%20C271,141.925781%20272.703125,148.410156%20275.511719,154.277344%20L215.277344,214.511719%20C209.410156,211.703125%20202.925781,210%20196,210%20C183.898438,210%20172.945312,214.855469%20164.851562,222.652344%20L120.449219,200.453125%20C120.671875,198.644531%20121,196.867188%20121,195%20C121,170.1875%20100.8125,150%2076,150%20C51.1875,150%2031,170.1875%2031,195%20C31,219.8125%2051.1875,240%2076,240%20Z'%20id='Path'%20fill='%2300C1FF'%3e%3c/path%3e%3cpath%20d='M497,482%20L481,482%20L481,165%20C481,156.710938%20474.289062,150%20466,150%20L406,150%20C397.710938,150%20391,156.710938%20391,165%20L391,482%20L361,482%20L361,255%20C361,246.710938%20354.289062,240%20346,240%20L286,240%20C277.710938,240%20271,246.710938%20271,255%20L271,482%20L241,482%20L241,375%20C241,366.710938%20234.289062,360%20226,360%20L166,360%20C157.710938,360%20151,366.710938%20151,375%20L151,482%20L121,482%20L121,315%20C121,306.710938%20114.289062,300%20106,300%20L46,300%20C37.710938,300%2031,306.710938%2031,315%20L31,482%20L15,482%20C6.710938,482%200,488.710938%200,497%20C0,505.289062%206.710938,512%2015,512%20L497,512%20C505.289062,512%20512,505.289062%20512,497%20C512,488.710938%20505.289062,482%20497,482%20Z'%20id='Path'%20fill='%23C8D1DB'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
        }

._root_l6tyg_8._hoverable_l6tyg_13 ._option_l6tyg_14:hover ._icon_l6tyg_38._settings_l6tyg_60 {
          background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2053%20(72520)%20-%20https://sketchapp.com%20--%3e%3ctitle%3eIcon/Settings%20(Selected)%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Incident-Details-Page'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Icon/Settings-(Selected)'%20stroke-width='1.3'%3e%3cg%20id='Icon/Settings'%3e%3cg%20id='Group-7'%20transform='translate(0.666667,%200.666667)'%3e%3cpath%20d='M8.66666611,7.33333285%20C8.66666611,8.22222147%208.22222147,8.66666611%207.33333285,8.66666611%20C6.44444424,8.66666611%205.9999996,8.22222147%205.9999996,7.33333285%20C5.9999996,6.44444424%206.44444424,5.9999996%207.33333285,5.9999996%20C8.22222147,5.9999996%208.66666611,6.44444424%208.66666611,7.33333285%20Z'%20id='Stroke-3'%20stroke='%23C8D1DB'%3e%3c/path%3e%3cpath%20d='M7.99999948,-4.00000009e-08%20C8.39999972,-4.00000009e-08%208.66666611,0.266666597%208.66666611,0.666666587%20L8.66666611,2.66666647%20L9.66666605,3.06666638%20L11.066666,1.66666653%20C11.3333326,1.39999981%2011.7333326,1.39999981%2011.9999992,1.66666653%20L12.9333325,2.59999987%20C13.1999985,2.86666659%2013.1999985,3.2666665%2012.9333325,3.53333321%20L11.5333319,4.93333273%20L11.9999992,5.9999996%20L13.9999991,5.9999996%20C14.3999991,5.9999996%2014.6666657,6.26666598%2014.6666657,6.66666623%20L14.6666657,7.99999948%20C14.6666657,8.39999972%2014.3999991,8.66666611%2013.9999991,8.66666611%20L11.9999992,8.66666611%20L11.5999993,9.66666605%20L12.9999992,11.066666%20C13.2666658,11.3333326%2013.2666658,11.7333326%2012.9999992,11.9999992%20L12.0666659,12.9333325%20C11.7999999,13.1999985%2011.3999993,13.1999985%2011.1333333,12.9333325%20L9.73333298,11.5333319%20L8.66666611,11.9999992%20L8.66666611,13.9999991%20C8.66666611,14.3999991%208.39999972,14.6666657%207.99999948,14.6666657%20L6.66666623,14.6666657%20C6.26666599,14.6666657%205.9999996,14.3999991%205.9999996,13.9999991%20L5.9999996,11.9999992%20L4.99999966,11.5999993%20L3.59999981,12.9999992%20C3.33333309,13.2666658%202.93333318,13.2666658%202.66666647,12.9999992%20L1.73333312,12.0666659%20C1.46666641,11.7999999%201.46666641,11.3999993%201.73333312,11.1333333%20L3.13333297,9.73333298%20L2.66666647,8.66666611%20L0.666666588,8.66666611%20C0.266666598,8.66666611%20-3.9e-08,8.39999972%20-3.9e-08,7.99999948%20L-3.9e-08,6.66666623%20C-3.9e-08,6.26666598%200.266666598,5.9999996%200.666666588,5.9999996%20L2.66666647,5.9999996%20L3.06666638,4.99999966%20L1.66666653,3.53333321%20C1.39999981,3.2666665%201.39999981,2.86666659%201.66666653,2.59999987%20L2.59999987,1.66666653%20C2.86666659,1.39999981%203.2666665,1.39999981%203.53333322,1.66666653%20L4.93333273,3.06666638%20L5.9999996,2.66666647%20L5.9999996,0.666666587%20C5.9999996,0.266666597%206.26666599,-4.00000009e-08%206.66666623,-4.00000009e-08%20L7.99999948,-4.00000009e-08%20Z'%20id='Stroke-5'%20stroke='%23C8D1DB'%3e%3c/path%3e%3cpath%20d='M8.66666611,7.33333285%20C8.66666611,8.22222147%208.22222147,8.66666611%207.33333285,8.66666611%20C6.44444424,8.66666611%205.9999996,8.22222147%205.9999996,7.33333285%20C5.9999996,6.44444424%206.44444424,5.9999996%207.33333285,5.9999996%20C8.22222147,5.9999996%208.66666611,6.44444424%208.66666611,7.33333285%20Z'%20id='Stroke-6'%20stroke='%2300C1FF'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
        }

._root_l6tyg_8 ._option_l6tyg_14 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    opacity: 0.7;
    transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  }

._root_l6tyg_8 ._option_l6tyg_14._active_l6tyg_80 {
      opacity: 1;
    }

._root_l6tyg_8 ._option_l6tyg_14._active_l6tyg_80 > a {
        color: var(--hex-ffffff);
      }

._root_l6tyg_8 ._option_l6tyg_14._active_l6tyg_80:after {
        content: '';
        position: absolute;
        bottom: 0;
        height: 2px;
        width: 100%;
        background: var(--hex-149dc9);
        box-shadow: 0 10px 20px 0 hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 20%);
      }

._root_l6tyg_8 ._option_l6tyg_14 > a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      padding: 0 2.4rem;
      color: var(--hex-c8ccd4);
      font-weight: 700;
      letter-spacing: 0.5px;
      font-size: 12px;
    }

._root_l6tyg_8 ._option_l6tyg_14 > a:active,
      ._root_l6tyg_8 ._option_l6tyg_14 > a:focus,
      ._root_l6tyg_8 ._option_l6tyg_14 > a:hover {
        text-decoration: none;
      }

._root_l6tyg_8 ._option_l6tyg_14 ._submenuWrapper_l6tyg_33 {
      position: absolute;
      top: 54px;
      left: -5px;
      width: 150%;
      min-width: 200px;
      z-index: 2000;
      padding-top: 5px;

      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.2s ease;
    }

._root_l6tyg_8 ._option_l6tyg_14 ._submenu_l6tyg_33 {
      margin: 0;
      padding: 0;
      list-style: none;

      background: var(--hex-2b2d44);
      border-radius: var(--border-radius-8);
      overflow: hidden;

      box-shadow: 0 6px 12px hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 20%);
    }

._root_l6tyg_8 ._option_l6tyg_14 ._submenu_l6tyg_33 li {
        cursor: pointer;
        color: var(--hex-b5b9de);
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.5px;
      }

._root_l6tyg_8 ._option_l6tyg_14 ._submenu_l6tyg_33 li._active_l6tyg_80 a {
            color: var(--hex-ffffff);
          }

._root_l6tyg_8 ._option_l6tyg_14 ._submenu_l6tyg_33 li._active_l6tyg_80 a:focus,
            ._root_l6tyg_8 ._option_l6tyg_14 ._submenu_l6tyg_33 li._active_l6tyg_80 a:active,
            ._root_l6tyg_8 ._option_l6tyg_14 ._submenu_l6tyg_33 li._active_l6tyg_80 a:hover {
              color: var(--hex-ffffff);
            }

._root_l6tyg_8 ._option_l6tyg_14 ._submenu_l6tyg_33 li > a {
          padding: 8px 12px;
          color: var(--hex-b5b9de);
          display: inline-block;
          width: 100%;
        }

._root_l6tyg_8 ._option_l6tyg_14 ._submenu_l6tyg_33 li > a:focus,
          ._root_l6tyg_8 ._option_l6tyg_14 ._submenu_l6tyg_33 li > a:active,
          ._root_l6tyg_8 ._option_l6tyg_14 ._submenu_l6tyg_33 li > a:hover {
            color: var(--hex-b5b9de);
            text-decoration: none;
          }

._root_l6tyg_8 ._option_l6tyg_14 ._submenu_l6tyg_33 li:hover {
          background: var(--hex-2b2d44);
        }

._root_l6tyg_8 ._option_l6tyg_14 ._icon_l6tyg_38 {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 8px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }

._root_l6tyg_8 ._option_l6tyg_14 ._icon_l6tyg_38._hunt_l6tyg_39 {
        background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2053%20(72520)%20-%20https://sketchapp.com%20--%3e%3ctitle%3eIcon/Hunt%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Incident-Details-Page'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Icon/Hunt'%20transform='translate(-1.000000,%20-1.000000)'%20fill='%23C8D1DB'%20fill-rule='nonzero'%3e%3cg%20id='Icon/Hunt/On'%20transform='translate(0.333333,%200.333333)'%3e%3cpath%20d='M7.33333333,13.1400809%20C5.82814698,12.6921155%204.64121782,11.5051864%204.19325245,10%20L5.61069579,10%20C5.94666942,10.7689616%206.56437171,11.3866639%207.33333333,11.7226375%20L7.33333333,13.1400809%20Z%20M4.19325245,7.33333333%20C4.64121782,5.82814698%205.82814698,4.64121782%207.33333333,4.19325245%20L7.33333333,5.61069579%20C6.56437171,5.94666942%205.94666942,6.56437171%205.61069579,7.33333333%20L4.19325245,7.33333333%20Z%20M10,4.19325245%20C11.5051864,4.64121782%2012.6921155,5.82814698%2013.1400809,7.33333333%20L12,7.33333333%20C11.9089419,7.33333333%2011.8200158,7.3424613%2011.7340867,7.35985213%20C11.4008137,6.5785785%2010.7777814,5.95052294%2010,5.61069579%20L10,4.19325245%20Z%20M13.1400809,10%20C12.6921155,11.5051864%2011.5051864,12.6921155%2010,13.1400809%20L10,11.7226375%20C10.7777814,11.3828104%2011.4008137,10.7547548%2011.7340867,9.9734812%20C11.8200158,9.99087203%2011.9089419,10%2012,10%20L13.1400809,10%20Z'%20id='Combined-Shape'%3e%3c/path%3e%3cpath%20d='M7.33333333,15.8790825%20C4.35221094,15.3314938%202.00183951,12.9811224%201.45425082,10%20L2.81534428,10%20C3.32434651,12.2431698%205.09016356,14.0089868%207.33333333,14.5179891%20L7.33333333,15.8790825%20Z%20M1.45425082,7.33333333%20C2.00183951,4.35221094%204.35221094,2.00183951%207.33333333,1.45425082%20L7.33333333,2.81534428%20C5.09016356,3.32434651%203.32434651,5.09016356%202.81534428,7.33333333%20L1.45425082,7.33333333%20Z%20M10,1.45425082%20C12.9811224,2.00183951%2015.3314938,4.35221094%2015.8790825,7.33333333%20L14.5179891,7.33333333%20C14.0089868,5.09016356%2012.2431698,3.32434651%2010,2.81534428%20L10,1.45425082%20Z%20M15.8790825,10%20C15.3314938,12.9811224%2012.9811224,15.3314938%2010,15.8790825%20L10,14.5179891%20C12.2431698,14.0089868%2014.0089868,12.2431698%2014.5179891,10%20L15.8790825,10%20Z'%20id='Combined-Shape'%3e%3c/path%3e%3cg%20id='Group-13'%20opacity='0.800000012'%3e%3crect%20id='Rectangle'%20x='8'%20y='0.666666667'%20width='1.33333333'%20height='6'%20rx='0.65'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy'%20x='8'%20y='10.6666667'%20width='1.33333333'%20height='6'%20rx='0.65'%3e%3c/rect%3e%3cpath%20d='M13.65,5.66666667%20L13.6833333,5.66666667%20C14.0423184,5.66666667%2014.3333333,5.95768158%2014.3333333,6.31666667%20L14.3333333,11.0166667%20C14.3333333,11.3756518%2014.0423184,11.6666667%2013.6833333,11.6666667%20L13.65,11.6666667%20C13.2910149,11.6666667%2013,11.3756518%2013,11.0166667%20L13,6.31666667%20C13,5.95768158%2013.2910149,5.66666667%2013.65,5.66666667%20Z'%20id='Rectangle-Copy-3'%20transform='translate(13.666667,%208.666667)%20rotate(90.000000)%20translate(-13.666667,%20-8.666667)%20'%3e%3c/path%3e%3cpath%20d='M3.65,5.66666667%20L3.68333333,5.66666667%20C4.04231842,5.66666667%204.33333333,5.95768158%204.33333333,6.31666667%20L4.33333333,11.0166667%20C4.33333333,11.3756518%204.04231842,11.6666667%203.68333333,11.6666667%20L3.65,11.6666667%20C3.29101491,11.6666667%203,11.3756518%203,11.0166667%20L3,6.31666667%20C3,5.95768158%203.29101491,5.66666667%203.65,5.66666667%20Z'%20id='Rectangle-Copy-2'%20transform='translate(3.666667,%208.666667)%20rotate(90.000000)%20translate(-3.666667,%20-8.666667)%20'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
      }

._root_l6tyg_8 ._option_l6tyg_14 ._icon_l6tyg_38._incidents_l6tyg_42 {
        background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2021.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2036%2036'%20style='enable-background:new%200%200%2036%2036;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23FFFFFF;}%20%3c/style%3e%3cpath%20class='st0'%20d='M28.839781,14.350558H17.964689l2.37295-11.58791c0.14929-0.728889-0.813068-1.02898-1.188108-0.480719%20L6.611149,20.64887c-0.290565,0.424889,0.022575,0.994848,0.545447,0.994848h10.874722l-2.374043,11.588264%20c-0.140913,0.68729,0.790499,1.063824,1.188114,0.480003l12.539469-18.365879%20C29.70565,14.872869,29.30184,14.350558,28.839781,14.350558z'/%3e%3c/svg%3e");
      }

._root_l6tyg_8 ._option_l6tyg_14 ._icon_l6tyg_38._endpoints_l6tyg_45 {
        background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='15px'%20viewBox='0%200%2016%2015'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2053%20(72520)%20-%20https://sketchapp.com%20--%3e%3ctitle%3eIcon/Endpoints%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Incident-Details-Page'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Icon/Endpoints'%20transform='translate(0.000000,%20-1.000000)'%20stroke='%23C8D1DB'%3e%3cg%20id='Group-10'%20transform='translate(0.363636,%200.000000)'%3e%3cg%20id='Group-9'%20transform='translate(0.636364,%202.000000)'%3e%3cpath%20d='M13.4272719,0.199999868%20L0.572727263,0.199999868%20C0.254545388,0.199999868%20-3.9e-08,0.466666519%20-3.9e-08,0.799999699%20L-3.9e-08,10.0666646%20C-3.9e-08,10.3999993%200.254545388,10.6666659%200.572727263,10.6666659%20L13.3636355,10.6666659%20C13.6818173,10.6666659%2013.9363628,10.3999993%2013.9363628,10.0666659%20L13.9363628,0.799999699%20C13.9999991,0.466666519%2013.7454537,0.199999868%2013.4272719,0.199999868%20Z'%20id='Stroke-3'%20stroke-width='1.21569507'%3e%3c/path%3e%3cpath%20d='M1.90909076,7.9999994%20L12.0909083,7.9999994'%20id='Stroke-5'%20stroke-width='1.3'%3e%3c/path%3e%3cpath%20d='M5.72727235,10.6666659%20L5.72727235,13.3333324'%20id='Stroke-6'%20stroke-width='1.3'%3e%3c/path%3e%3cpath%20d='M8.27272674,13.3333324%20L8.27272674,10.6666659'%20id='Stroke-7'%20stroke-width='1.3'%3e%3c/path%3e%3cpath%20d='M3.81818155,13.3333324%20L10.1818175,13.3333324'%20id='Stroke-8'%20stroke-width='1.3'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
      }

._root_l6tyg_8 ._option_l6tyg_14 ._icon_l6tyg_38._policies_l6tyg_48 {
        background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2021.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2016%2016'%20style='enable-background:new%200%200%2016%2016;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23C8D1DB;}%20%3c/style%3e%3cpath%20class='st0'%20d='M4,6.5V5.2h6.7v1.3H4z%20M4,4V2.8h6.7V4H4z%20M15.1,7.3h-1.3v-6l0,0H1.6l0,0v13.4l0,0h6.7V16H1.6%20c-0.8,0-1.3-0.6-1.3-1.3V1.3C0.3,0.6,0.9,0,1.6,0h12.1C14.5,0,15,0.6,15,1.3L15.1,7.3L15.1,7.3z'/%3e%3cpath%20class='st0'%20d='M15.5,8.5l-3.1-1.1h-0.1L9.1,8.5C9,8.6,8.9,8.7,8.9,8.8v3.4c0,0.8,0.5,1.5,1.1,2.1c0.6,0.6,1.4,1.1,2.1,1.6%20c0.1,0.1,0.3,0.1,0.4,0c0.7-0.5,1.5-1,2.1-1.6c0.6-0.6,1.1-1.3,1.1-2.1V8.8C15.7,8.7,15.6,8.5,15.5,8.5z%20M14.5,12%20c0,0.4-0.3,0.8-0.7,1.2c-0.4,0.3-0.9,0.7-1.4,1c-0.5-0.3-1-0.6-1.4-1c-0.4-0.4-0.7-0.8-0.7-1.2V9.7l2-0.7l2.2,0.7V12z'/%3e%3c/svg%3e");
      }

._root_l6tyg_8 ._option_l6tyg_14 ._icon_l6tyg_38._detection_l6tyg_51 {
        background-image: url("data:image/svg+xml,%3csvg%20width='16'%20height='13'%20viewBox='0%200%2016%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%3e%3cpath%20d='M13.7732%200C14.9945%200%2016%200.9385%2016%202.11684V5.98131H14.8454V2.11684C14.8454%201.59467%2014.3739%201.15464%2013.7732%201.15464H2.2268C1.6261%201.15464%201.15464%201.59467%201.15464%202.11684L1.154%206.591L2.5653%206.59133L3.95315%202.85444C4.05862%202.57047%204.44562%202.57423%204.56238%202.82572L4.58711%202.90042L5.75595%208.39037L6.85318%204.68614C6.93643%204.4051%207.30619%204.37225%207.44945%204.60092L7.48253%204.66978L8.16293%206.59133H9.731C9.74634%206.59133%209.76144%206.59237%209.77622%206.59438C10.2644%205.94558%2011.042%205.52577%2011.9175%205.52577C13.3979%205.52577%2014.5979%206.72583%2014.5979%208.20619C14.5979%209.00894%2014.245%209.72928%2013.6859%2010.2205L15.1374%2012.006C15.2811%2012.1828%2015.2543%2012.4425%2015.0776%2012.5861C14.9229%2012.7118%2014.7048%2012.707%2014.5564%2012.5855L14.4975%2012.5263L13.0408%2010.7343C13.0222%2010.7114%2013.0064%2010.687%2012.9934%2010.6616C12.6644%2010.8064%2012.3003%2010.8866%2011.9175%2010.8866C10.4372%2010.8866%209.23711%209.68654%209.23711%208.20619C9.23711%207.86944%209.29921%207.54719%209.41259%207.25028L7.9288%207.2505C7.81188%207.2505%207.70556%207.18928%207.64636%207.0926L7.61679%207.03055L7.19854%205.84937L6.02076%209.82553C5.93168%2010.1263%205.52717%2010.1359%205.4055%209.87768L5.37978%209.80064L4.17702%204.1514L3.10597%207.03527C3.06594%207.14306%202.97329%207.22067%202.86339%207.24354L2.79567%207.2505L1.154%207.25L1.15464%2010.5842C1.15464%2011.0715%201.56534%2011.4874%202.10849%2011.5406L2.2268%2011.5464H9.64518V12.701H2.2268C1.00554%2012.701%200%2011.7625%200%2010.5842V2.11684C0%200.9385%201.00554%200%202.2268%200H13.7732ZM11.9175%206.18557C10.8016%206.18557%209.89691%207.09023%209.89691%208.20619C9.89691%209.32214%2010.8016%2010.2268%2011.9175%2010.2268C13.0335%2010.2268%2013.9381%209.32214%2013.9381%208.20619C13.9381%207.09023%2013.0335%206.18557%2011.9175%206.18557Z'%20fill='%23C8D1DB'/%3e%3c/g%3e%3c/svg%3e");
      }

._root_l6tyg_8 ._option_l6tyg_14 ._icon_l6tyg_38._anomalies_l6tyg_54 {
        background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='14px'%20viewBox='0%200%2016%2014'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2053%20(72520)%20-%20https://sketchapp.com%20--%3e%3ctitle%3eIcon/Reports%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Incident-Details-Page'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Icon/Reports'%20stroke='%23C8D1DB'%20stroke-width='1.3'%3e%3cg%20id='Group-6'%3e%3cg%20transform='translate(0.000000,%200.650000)'%3e%3cpath%20d='M15.3333324,9.66521678%20L14.1333332,9.66521678%20C12.8666666,9.66521678%2011.8,8.96717388%2011.5333333,8.00065145%20L9.60000042,1.02021708%20C9.3999997,0.42956516%208.73333308,-3.19372408e-08%207.99999952,-3.19372408e-08%20C7.26666596,-3.19372408e-08%206.59999934,0.42956516%206.39999988,1.02021735%20L4.4666666,8.00065145%20C4.19999988,8.96717281%203.13333335,9.66521678%201.86666669,9.66521678%20L0.666666627,9.66521678'%20id='Stroke-3'%3e%3c/path%3e%3cpath%20d='M0,11.8130427%20L15.999999,11.8130427'%20id='Stroke-5'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
      }

._root_l6tyg_8 ._option_l6tyg_14 ._icon_l6tyg_38._reports_l6tyg_57 {
        background-image: url('/assets/report-DSPMgJse.svg');
      }

._root_l6tyg_8 ._option_l6tyg_14 ._icon_l6tyg_38._settings_l6tyg_60 {
        background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2053%20(72520)%20-%20https://sketchapp.com%20--%3e%3ctitle%3eIcon/Settings%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Incident-Details-Page'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Icon/Settings'%20stroke='%23C8D1DB'%20stroke-width='1.3'%3e%3cg%20id='Group-7'%3e%3cg%20transform='translate(0.666667,%200.666667)'%3e%3cpath%20d='M8.66666611,7.33333285%20C8.66666611,8.22222147%208.22222147,8.66666611%207.33333285,8.66666611%20C6.44444424,8.66666611%205.9999996,8.22222147%205.9999996,7.33333285%20C5.9999996,6.44444424%206.44444424,5.9999996%207.33333285,5.9999996%20C8.22222147,5.9999996%208.66666611,6.44444424%208.66666611,7.33333285%20Z'%20id='Stroke-3'%3e%3c/path%3e%3cpath%20d='M7.99999948,-4.00000009e-08%20C8.39999972,-4.00000009e-08%208.66666611,0.266666597%208.66666611,0.666666587%20L8.66666611,2.66666647%20L9.66666605,3.06666638%20L11.066666,1.66666653%20C11.3333326,1.39999981%2011.7333326,1.39999981%2011.9999992,1.66666653%20L12.9333325,2.59999987%20C13.1999985,2.86666659%2013.1999985,3.2666665%2012.9333325,3.53333321%20L11.5333319,4.93333273%20L11.9999992,5.9999996%20L13.9999991,5.9999996%20C14.3999991,5.9999996%2014.6666657,6.26666598%2014.6666657,6.66666623%20L14.6666657,7.99999948%20C14.6666657,8.39999972%2014.3999991,8.66666611%2013.9999991,8.66666611%20L11.9999992,8.66666611%20L11.5999993,9.66666605%20L12.9999992,11.066666%20C13.2666658,11.3333326%2013.2666658,11.7333326%2012.9999992,11.9999992%20L12.0666659,12.9333325%20C11.7999999,13.1999985%2011.3999993,13.1999985%2011.1333333,12.9333325%20L9.73333298,11.5333319%20L8.66666611,11.9999992%20L8.66666611,13.9999991%20C8.66666611,14.3999991%208.39999972,14.6666657%207.99999948,14.6666657%20L6.66666623,14.6666657%20C6.26666599,14.6666657%205.9999996,14.3999991%205.9999996,13.9999991%20L5.9999996,11.9999992%20L4.99999966,11.5999993%20L3.59999981,12.9999992%20C3.33333309,13.2666658%202.93333318,13.2666658%202.66666647,12.9999992%20L1.73333312,12.0666659%20C1.46666641,11.7999999%201.46666641,11.3999993%201.73333312,11.1333333%20L3.13333297,9.73333298%20L2.66666647,8.66666611%20L0.666666588,8.66666611%20C0.266666598,8.66666611%20-3.9e-08,8.39999972%20-3.9e-08,7.99999948%20L-3.9e-08,6.66666623%20C-3.9e-08,6.26666598%200.266666598,5.9999996%200.666666588,5.9999996%20L2.66666647,5.9999996%20L3.06666638,4.99999966%20L1.66666653,3.53333321%20C1.39999981,3.2666665%201.39999981,2.86666659%201.66666653,2.59999987%20L2.59999987,1.66666653%20C2.86666659,1.39999981%203.2666665,1.39999981%203.53333322,1.66666653%20L4.93333273,3.06666638%20L5.9999996,2.66666647%20L5.9999996,0.666666587%20C5.9999996,0.266666597%206.26666599,-4.00000009e-08%206.66666623,-4.00000009e-08%20L7.99999948,-4.00000009e-08%20Z'%20id='Stroke-5'%3e%3c/path%3e%3cpath%20d='M8.66666611,7.33333285%20C8.66666611,8.22222147%208.22222147,8.66666611%207.33333285,8.66666611%20C6.44444424,8.66666611%205.9999996,8.22222147%205.9999996,7.33333285%20C5.9999996,6.44444424%206.44444424,5.9999996%207.33333285,5.9999996%20C8.22222147,5.9999996%208.66666611,6.44444424%208.66666611,7.33333285%20Z'%20id='Stroke-6'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
      }

@media (max-width: 1500px) {
      ._root_l6tyg_8 ._option_l6tyg_14 > a {
        padding: 0 2rem;
      }
  }

@media (max-width: 1400px) {
      ._root_l6tyg_8 ._option_l6tyg_14 > a {
        font-size: 0 !important;
      }

      ._root_l6tyg_8 ._option_l6tyg_14 ._icon_l6tyg_38 {
        margin-right: 0;
      }
  }

._separator_l6tyg_238 {
  height: 1px;
  border-bottom: 1px solid var(--hex-363a57);
  margin: 8px 0;
}

._hightlight_l6tyg_244 {
  margin-left: 5px;
  margin-bottom: 10px;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._roleSummaryContainer_1cgkj_8 {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1.5em;
  max-width: 400px;
}

._roleDescription_1cgkj_15 {
  padding-right: 2em;
}

._roleDescription_1cgkj_15 + ._roleDescription_1cgkj_15 {
  margin-top: 24px;
}

._heading_1cgkj_23 {
  color: white;
  margin-top: 1em;
  display: flex;
  align-items: center;
}

._heading_1cgkj_23 svg {
    margin-left: 0.5em;
  }

._paragraph_1cgkj_34 {
  margin: 0;
  padding: 2px 0;
}

._paragraph_1cgkj_34._strong_1cgkj_38 {
    font-weight: 600;
    padding-bottom: 0.5rem;
  }

._editRoleButtonContainer_1cgkj_44 {
  margin-top: 1em;
}

._root_1cgkj_48 .container-fluid {
      background: inherit;
      padding: 0;
    }

._root_1cgkj_48 .container-fluid .widget {
        padding: 0;
      }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_e673j_8 {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

._root_e673j_8 ._wrapper_e673j_13 {
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

._root_e673j_8 ._wrapper_e673j_13 ._trigger_e673j_16 {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      border-radius: 100%;
      transition: background-color 0.15s ease-in-out;
    }

._root_e673j_8 ._wrapper_e673j_13 ._trigger_e673j_16 > svg {
        margin: 5px;
      }

._root_e673j_8 ._wrapper_e673j_13 ._trigger_e673j_16:hover {
        background-color: var(--hex-222644);
      }

._root_e673j_8 ._wrapper_e673j_13 ._trigger_e673j_16._active_e673j_31 {
        background-color: var(--hex-222644);
      }

._modal_e673j_38 {
  position: absolute;
  z-index: 10;
  top: 46px;
  right: 0;
  width: 200px;
  background-color: var(--hex-07091b);
  border-radius: var(--border-radius-4);
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 6px 13px 0 hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 50%);

  overflow: hidden;
  cursor: default;
  text-align: left;
}

._content_e673j_56 header {
    padding: 16px 16px 12px 16px;
    border-bottom: 1px solid var(--hex-2b2d44);
  }

._content_e673j_56 header ._title_e673j_61 {
      margin-bottom: 5px;
      color: var(--hex-ffffff);
      font-size: 14px;

      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

._content_e673j_56 ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

._content_e673j_56 ul li a {
        padding: 13px 16px;
        width: 100%;
        display: block;
        color: var(--hex-b5b9de);
      }

._content_e673j_56 ul li a:hover {
          background-color: var(--hex-181b30);
          text-decoration: none;
        }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_adgg6_8 ._title_adgg6_9 {
    display: flex;
    justify-content: space-between;
    min-height: 40px;
    margin: 14px 24px;
  }

._root_adgg6_8 ._title_adgg6_9 h3 {
      margin: 0 !important;
    }

._root_adgg6_8 ._body_adgg6_20 {
    padding: 24px;
    border-top: 0.5px solid var(--hex-363a57);
  }

._root_adgg6_8 ._helpers_adgg6_25 {
    position: relative;
  }

._root_adgg6_8 ._helpers_adgg6_25 > div {
      position: absolute;
      right: -9px;
      width: 231px;
      top: 20px;
      display: flex;
      justify-content: space-evenly;
      color: var(--hex-898eba);
      font-size: 12px;
      line-height: 24px;
    }

._setting-group_adgg6_42 {
  padding: 0.5em 0;
  margin-top: 0.5em;
}

._icon_adgg6_47 {
  color: white;
}

._icon_adgg6_47._other-user_adgg6_50 path,
    ._icon_adgg6_47._other-user_adgg6_50 circle {
      stroke: currentColor;
    }

._icon_adgg6_47._policies-wl_adgg6_57 path, ._icon_adgg6_47._other-reaqta_adgg6_58 path {
      fill: currentColor;
    }

._categoryToolTip_adgg6_65 {
  display: inline-flex;
  align-items: center;
}

._categoryToolTip_adgg6_65:hover path {
      fill: white;
    }

._setting-group-title_adgg6_75 {
  color: white;
  font-weight: 500;
  padding: 0.5em 0;
  margin: 1em 0;
  display: flex;
  align-items: center;
}

._setting-group-title-text_adgg6_84 {
  margin: 0 0.8em;
}

._setting-group-body_adgg6_88 {
  display: flex;
  flex-wrap: wrap;
}

._setting-group-body_adgg6_88 > div {
    flex: 0 100%;
  }

._setting_adgg6_42 {
  display: flex;
  justify-content: space-between;
}

._setting_adgg6_42:not(:first-of-type) {
    margin-top: 1em;
  }

._settingLabel_adgg6_106 {
  width: 200px;
  margin-right: 1em;
}

._settingTabs_adgg6_111 {
  display: flex;
}

._settingTab_adgg6_111 {
  color: var(--hex-585e80);
  cursor: pointer;
  text-align: center;
  width: 100px;
  height: 20px;
  border: solid var(--hex-585e80) 1px;
  margin-right: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

._settingTab_adgg6_111._on_adgg6_127 {
    color: white;
    background: var(--hex-0070df);
    border-color: var(--hex-0070df);
  }

._settingTab_adgg6_111._disabled_adgg6_133 {
    opacity: 0.5;
    color: white;
    background: var(--hex-585e80);
    border-color: var(--hex-585e80);
    cursor: not-allowed;
  }

._settingTab_adgg6_111:first-of-type {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

._settingTab_adgg6_111:last-of-type {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

._high_adgg6_152 {
  color: var(--hex-ff4b66);
}

._medium_adgg6_156 {
  color: var(--hex-f9a926);
}

._low_adgg6_160 {
  color: var(--hex-ffdd2e);
}

._emailConfig_adgg6_164 {
  color: white;
  margin-bottom: 30px;
}

._emailConfigHeader_adgg6_169 {
  display: flex;
  justify-content: space-between;
}

._emailConfigItem_adgg6_174 {
  display: flex;
  margin-top: 0.5em;
}

._emailConfigItem_adgg6_174:first-of-type {
    margin-top: 1.5em;
  }

._emailConfigItemLabel_adgg6_183 {
  color: var(--hex-b5b9de);
  text-transform: capitalize;
  width: 70px;
}

._setting-group-advanced-settings_adgg6_189 {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}

._setting-group-advanced-settings-button_adgg6_195 {
  font-size: 90%;
  font-weight: normal;
  height: 28px;
  padding: 0 12px;
  text-transform: capitalize;
}

._advanced-settings-config-types_adgg6_203 {
  display: flex;
  justify-content: flex-end;
}

._advanced-settings-config-types_adgg6_203 div {
    width: 203px;
    display: flex;
    justify-content: space-evenly;
    color: var(--hex-898eba);
    font-size: 12px;
    line-height: 24px;
  }

._advanced-settings-config-types_adgg6_203 div > span {
      width: 80px;
      text-align: center;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_qkxhz_8 {
  min-height: 147px;
}

._root_qkxhz_8 ._header_qkxhz_11 {
    display: flex;
    justify-content: space-between;
    align-items: center;

    color: var(--hex-ffffff);
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 26px;
  }

._root_qkxhz_8 ._row_qkxhz_22 {
    padding: 0;
    display: flex;
    position: relative;
  }

._root_qkxhz_8 ._row_qkxhz_22 ._key_qkxhz_27 {
      color: var(--hex-898eba);
      font-size: 12px;
      line-height: 24px;
      min-width: 80px;
      display: inline-block;
    }

._root_qkxhz_8 ._row_qkxhz_22 ._value_qkxhz_34 {
      width: 100%;
      color: var(--hex-f1f3fa);
      font-size: 13px;
      line-height: 24px;
      padding-right: 20px;

      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

._empty_qkxhz_48 {
  padding-bottom: 1em;
}

._loading_qkxhz_52 {
  min-height: 147px;
  display: flex;
  align-items: center;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_5lros_8 {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 24px;
  transition: background-color 0.2s ease-in-out;
  background-color: var(--hex-181b30);
}

._root_5lros_8 ._icon_5lros_16 {
    margin-right: 24px;
    color: var(--hex-8a9eb2);
  }

._root_5lros_8 ._icon_5lros_16._license-calendar_5lros_20 path, ._root_5lros_8 ._icon_5lros_16._endpoint-noisolated_5lros_21 path, ._root_5lros_8 ._icon_5lros_16._endpoint-isolated_5lros_22 path, ._root_5lros_8 ._icon_5lros_16._endpoint-unregister_5lros_23 path, ._root_5lros_8 ._icon_5lros_16._other-trigger_5lros_24 path, ._root_5lros_8 ._icon_5lros_16._endpoint-investigationkit_5lros_25 path {
        fill: currentColor;
      }

._root_5lros_8 ._icon_5lros_16._endpoint-investigationkit-error_5lros_31 use {
        color: var(--hex-ff4b66);
      }

._root_5lros_8 ._icon_5lros_16._endpoint-investigationkit-error_5lros_31 path {
        fill: currentColor;
      }

._root_5lros_8 ._icon_5lros_16._other-lock_5lros_40 svg, ._root_5lros_8 ._icon_5lros_16._other-trigger_5lros_24 svg, ._root_5lros_8 ._icon_5lros_16._other-report_5lros_42 svg, ._root_5lros_8 ._icon_5lros_16._other-alert_5lros_43 svg, ._root_5lros_8 ._icon_5lros_16._other-trash_5lros_44 svg {
        stroke: currentColor;
      }

._root_5lros_8 ._body_5lros_51 {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
  }

._root_5lros_8 ._timestamp_5lros_57 {
    width: 60px;
    margin-left: 24px;
    color: var(--hex-8a9eb2);
    font-size: 12px;
    line-height: 20px;
    text-align: right;
  }

._root_5lros_8 ._clear_5lros_66 {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 70px;
    background: hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 10%);
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    pointer-events: none;
    visibility: hidden;
    opacity: 0;

    transition: opacity 0.1s ease-in-out;
  }

._root_5lros_8 ._clear_5lros_66 > span {
      margin-right: -10px;
    }

._root_5lros_8._onClick_5lros_90 {
    cursor: pointer;
  }

._root_5lros_8._isEven_5lros_94 {
    background: var(--hex-181b30);
  }

._root_5lros_8._unseen_5lros_98 {
    background-color: var(--hex-152b45);
  }

._root_5lros_8._unseen_5lros_98 ._icon_5lros_16 {
      color: var(--hex-b5b9de);
    }

._root_5lros_8._unseen_5lros_98._isEven_5lros_94 {
      background: hsl(var(--theme-hex-152b45, 213.00deg 53.30% 17.60%) / 70%);
    }

._root_5lros_8._unseen_5lros_98:hover {
      background-color: var(--hex-152b45);
    }

._root_5lros_8:hover {
    background-color: var(--hex-181b30);
  }

._root_5lros_8:hover ._timestamp_5lros_57 {
      visibility: hidden;
    }

._root_5lros_8:hover ._clear_5lros_66 {
      background-color: inherit;
      pointer-events: auto;
      visibility: visible;
      opacity: 1;
    }

._root_5lros_8:hover ._clear_5lros_66:hover {
        background-color: hsl(var(--theme-hex-666666, 0.00deg 0.00% 40.00%) / 10%);
      }

._alert-batched_5lros_134 {
  display: flex;
  align-items: center;
}

._alert-impacts_5lros_139 {
  display: flex;
}

._alert-impacts_5lros_139 .js-tag {
      -webkit-transform: translateY(4px);
              transform: translateY(4px);
    }

._alert-impact_5lros_139 {
  margin-right: 0.5em;
  display: flex;
}

._alert-count_5lros_154 {
  color: var(--hex-00c1ff);
  margin-right: 0.5em;
  flex: 0 0 85px;
}

._alert-truncation-count_5lros_160 {
  border-radius: 15px;
  color: white;
  font-weight: 500;
  padding: 0.25em 0.6em;
  background: var(--hex-585e80);
  display: flex;
  align-items: center;
  justify-content: center;
}

._loading-container_5lros_171 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 12px 16px;
}

._loading-container_5lros_171 .spinner {
      top: 0;
      left: 0;
      -webkit-transform: none;
              transform: none;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_dp7ct_8 ._title_dp7ct_9 {
    display: flex;
    justify-content: space-between;
    margin: 14px 24px;
  }

._root_dp7ct_8 ._title_dp7ct_9 H3 {
      margin: 0 !important;
    }

._root_dp7ct_8 ._title_dp7ct_9 ._clearAll_dp7ct_18 {
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: var(--border-radius-3);
      cursor: pointer;
      margin-right: -13px;
    }

._root_dp7ct_8 ._title_dp7ct_9 ._clearAll_dp7ct_18:hover {
        background: var(--hex-2b2d44);
      }

._root_dp7ct_8 ._body_dp7ct_34 {
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_hln98_8 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 100%;
  transition: background-color 0.15s ease-in-out;
  margin-right: 5px;
  cursor: pointer;
}

._root_hln98_8 > svg {
    margin: 8px;
    opacity: 0.7;
  }

._root_hln98_8:hover {
    background-color: var(--hex-222644);
  }

._root_hln98_8._active_hln98_27 {
    background-color: var(--hex-222644);
  }

._root_hln98_8._unread_hln98_31:before {
      content: ' ';
      position: absolute;
      top: 6px;
      right: 9px;
      width: 8px;
      height: 8px;
      border-radius: 100%;
      background-color: var(--hex-ff4b66);
      z-index: 1;
    }

._overlay_hln98_46 {
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 56px;
  width: 100vw;
  height: calc(100vh - 56px);
  background: var(--hex-000000);
  z-index: var(--z5);
  opacity: 0;

  transition: all 0.3s ease-in-out;
}

._overlay_hln98_46._active_hln98_27 {
    visibility: visible;
    opacity: 0.5;
  }

._panel_hln98_65 {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: fixed;
  right: -500px;
  top: 56px;
  height: calc(100vh - 56px);
  width: 500px;
  background: var(--hex-181b30);
  z-index: var(--z6);

  transition: all 0.3s ease-in-out;
}

._panel_hln98_65._active_hln98_27 {
    right: 0;
  }

._panel_hln98_65 ._body_hln98_81 {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 54px);
  }

._panel_hln98_65 ._body_hln98_81::-webkit-scrollbar {
      width: 5px;
      height: 5px;
    }

._panel_hln98_65 ._body_hln98_81::-webkit-scrollbar-track {
      background: var(--hex-07091b);
    }

._panel_hln98_65 ._body_hln98_81::-webkit-scrollbar-thumb {
      background: var(--hex-585e80);
    }

._panel_hln98_65 ._footer_hln98_100 {
    background: var(--hex-181b30);
    padding: 7px;
    padding-bottom: 6px;
    padding-right: 13px;
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid var(--hex-363a57);
  }

._panel_hln98_65 ._footer_hln98_100 ._action_hln98_109 {
      height: 40px;
      width: 40px;
      border-radius: var(--border-radius-2);

      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
    }

._panel_hln98_65 ._footer_hln98_100 ._action_hln98_109:hover {
        background: var(--hex-181b30);
      }

._panel_hln98_65 ._footer_hln98_100 ._action_hln98_109._active_hln98_27 {
        background-color: var(--hex-0070df);
      }

._panel_hln98_65 ._footer_hln98_100 ._action_hln98_109._active_hln98_27 svg {
          stroke: var(--hex-ffffff);
        }

._panel_hln98_65 ._footer_hln98_100 ._action_hln98_109 svg {
        stroke: var(--hex-999999);
      }

._noNotifications_hln98_138 {
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

._noNotificationsIcon_hln98_146 {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.2;
  background-color: var(--hex-363a57);
}

._noNotificationsText_hln98_157 {
  color: var(--hex-b5b9de);
  margin-top: 1.5em;
  font-size: 2rem;
  text-transform: uppercase;
}

._clearAll_hln98_164 {
  height: 32px;
  background: var(--hex-181b30);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

._clearAll_hln98_164 span {
    cursor: pointer;
    padding: 0.2em 0.5em;
    font-size: 12px;
    border-radius: var(--border-radius-5);
    font-style: italic;
    transition: color 0.2s ease-in-out;
  }

._clearAll_hln98_164 span:hover {
      color: white;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._wrapper_quf0w_8 {
  position: sticky;
  top: 0;
  z-index: var(--z3);
  width: 100%;
  background-color: var(--hex-2b2d44);
}

@media print {

._wrapper_quf0w_8 {
    display: none
}
  }

._root_quf0w_20 {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  max-width: 1800px !important;
  margin: 0 auto;
}

._root_quf0w_20 ._right_quf0w_29,
  ._root_quf0w_20 ._left_quf0w_30 {
    height: 100%;
    display: flex;
    align-items: center;
  }

._root_quf0w_20 ._logoWrapper_quf0w_36 {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin-right: 21px;
  }

._root_quf0w_20 ._logo_quf0w_36 {
    width: 32px;
    height: 32px;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_2fl5r_8 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  position: sticky;
  min-height: 68px;
  top: 56px;
  z-index: 99;
}

@media print {

._root_2fl5r_8 {
    display: none
}
  }

._root_2fl5r_8 ._row_2fl5r_22 {
    flex: 1;
    min-height: 18px;
    margin: 24px 0;
    margin-left: 2px;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_3eucy_8 {
  font-size: 13px;
}

._root_3eucy_8 ._separator_3eucy_11 {
    margin: 0 8px;

    color: var(--hex-ffffff);
    opacity: 0.5;
  }

._root_3eucy_8 ._emptyLink_3eucy_18 {
    color: var(--hex-898eba);
  }

._root_3eucy_8 ._emptyLink_3eucy_18 span {
      color: var(--hex-ffffff);
    }

._root_3eucy_8 > span:last-child ._separator_3eucy_11 {
    display: none;
  }

._root_3eucy_8 a {
    color: var(--hex-00c1ff);
  }

._root_3eucy_8 a:hover {
      text-decoration: underline;
    }

._root_3eucy_8 svg {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._list_1wcp0_8 {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 320px;
  overflow-y: auto;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

._list_1wcp0_8::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

._list_1wcp0_8::-webkit-scrollbar-track {
    background: hsl(var(--theme-hex-07091b, 234.00deg 58.80% 6.70%) / 70%);
  }

._list_1wcp0_8::-webkit-scrollbar-thumb {
    background: var(--hex-585e80);
  }

._footsy_1wcp0_30 a {
    width: 100%;
    border-radius: 0;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._item_coyo8_8 {
  padding: 9px 16px;
  color: var(--hex-b5b9de);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._item_coyo8_8._active_coyo8_16 {
    cursor: default;
    background-color: var(--hex-004384);
    color: var(--hex-ffffff);
    pointer-events: none;
  }

._item_coyo8_8._active_coyo8_16 .js-tag {
        background-color: var(--hex-1a7ee2);
      }

._item_coyo8_8._empty_coyo8_29 {
    cursor: default;
  }

._item_coyo8_8 .js-tag {
      background-color: var(--hex-363a57);
      color: var(--hex-ffffff);
      margin: 0;
    }

._item_coyo8_8:not(._active_coyo8_16):not(._empty_coyo8_29):hover {
    background-color: hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 5%);
    color: var(--hex-ffffff);
  }

._item_coyo8_8 > div {
    display: flex;
    align-items: center;
    margin-left: 4px;
    font-size: 11px;
  }

._item_coyo8_8 > div svg {
      margin-right: 2px;
      margin-left: 1px;
    }

._item_coyo8_8 > div svg path {
        fill: var(--hex-898eba);
      }

._search_coyo8_63 {
  padding: 0;
  display: flex;
}

._search_coyo8_63 input {
    width: 100%;
    border-radius: 0;
    height: 40px;
  }

._search_coyo8_63 button {
    border-radius: 0;
    padding: 0 10px;
  }

._search_coyo8_63 button svg {
      margin-right: 0;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._item_xxst6_8 {
  padding: 9px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

._item_xxst6_8._active_xxst6_14 {
    cursor: default;
    background-color: var(--hex-004384);
    color: var(--hex-ffffff);
    pointer-events: none;
  }

._item_xxst6_8._active_xxst6_14 .js-keyvalue > div:first-child {
        background-color: hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 10%);
      }

._item_xxst6_8._empty_xxst6_27 {
    cursor: default;
  }

._item_xxst6_8:not(._active_xxst6_14):not(._empty_xxst6_27):hover {
    background-color: hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 5%);
    color: var(--hex-ffffff);
  }

._item_xxst6_8:not(._active_xxst6_14):not(._empty_xxst6_27):hover .js-keyvalue > div:first-child {
        background-color: var(--hex-363a57);
      }

._item_xxst6_8 svg {
    margin-right: 2px;
    margin-left: 1px;
  }

._item_xxst6_8 svg path {
      fill: var(--hex-b5b9de);
    }

._search_xxst6_52 {
  padding: 0;
  display: flex;
}

._search_xxst6_52 input {
    width: 100%;
    border-radius: 0;
    height: 40px;
  }

._search_xxst6_52 button {
    border-radius: 0;
    padding: 0 10px;
  }

._search_xxst6_52 button svg {
      margin-right: 0;
    }

._deets_xxst6_72 {
  width: 100%;
}

._deets_xxst6_72 > div:first-child {
    color: var(--hex-f1f3fa);
    font-size: 13px;
    line-height: 20px;
  }

._deets_xxst6_72 > div:last-child {
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
  }

._deets_xxst6_72 > div:last-child > div {
      padding-bottom: 0;
    }

._deets_xxst6_72 > div:last-child > div:first-child {
      padding-left: 0;
    }

._deets_xxst6_72 > div:last-child > div:last-child {
      padding-right: 12px;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1mrpb_8 {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

._root_1mrpb_8._disabled_1mrpb_13 {
    opacity: 0.4;
    pointer-events: none;
  }

._root_1mrpb_8 ._wrapper_1mrpb_18 {
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

._root_1mrpb_8 ._wrapper_1mrpb_18 ._trigger_1mrpb_21 {
      display: flex;
      align-items: center;
      justify-content: flex-end;
    }

._root_1mrpb_8 ._wrapper_1mrpb_18 ._trigger_1mrpb_21 > svg {
        margin-right: 4px;
      }

._root_1mrpb_8 ._wrapper_1mrpb_18 ._trigger_1mrpb_21 > svg path {
          fill: var(--hex-ffffff);
        }

._root_1mrpb_8 ._wrapper_1mrpb_18 ._trigger_1mrpb_21 ._label_1mrpb_34 {
        color: var(--hex-ffffff);
        font-size: 13px;
        line-height: 20px;
      }

._root_1mrpb_8 ._toggle_1mrpb_42 {
    border-left: 1px solid $default-border-color;
    padding: 0 5px;
  }

._root_1mrpb_8 ._toggle_1mrpb_42 svg {
      transition: -webkit-transform 0.1s ease-in-out;
      transition: transform 0.1s ease-in-out;
      transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
      -webkit-transform: translateY(3px);
              transform: translateY(3px);
    }

._root_1mrpb_8 ._toggle_1mrpb_42 svg path {
        stroke: var(--hex-149dc9);
        stroke-width: 3px;
      }

._root_1mrpb_8 ._toggle_1mrpb_42._visible_1mrpb_56 svg {
        -webkit-transform: translateY(3px) rotateZ(180deg);
                transform: translateY(3px) rotateZ(180deg);
      }

._root_1mrpb_8 + ._root_1mrpb_8 {
  margin-left: 16px;
}

._modal_1mrpb_68 {
  position: absolute;
  z-index: 10;
  top: 25px;
  right: 0;
  width: 300px;
  border-radius: var(--border-radius-4);
  background-color: var(--hex-181b30);
  border: 1px solid var(--hex-363a57);
  box-shadow: 0px 6px 10px 0px hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 50%);

  overflow: hidden;
  cursor: default;
  text-align: left;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1ilvm_8 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

._root_1ilvm_8 li + li {
    margin-left: 1rem;
  }

._root_1ilvm_8 li {
    cursor: pointer;
    border-radius: var(--border-radius-4);
  }

._root_1ilvm_8 li._active_1ilvm_22 {
      background-color: var(--hex-3577fe) !important;
    }

._root_1ilvm_8 li._active_1ilvm_22 a {
        color: var(--hex-ffffff);
      }

._root_1ilvm_8 li:hover {
      background-color: var(--hex-2b2d44);
    }

._root_1ilvm_8 a {
    color: var(--hex-8a9eb2);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    padding: 4px 8px;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._modal-2fa-body_129lx_8 {
  padding: 3em 6em;
  text-align: center;
}

._manage-byline_129lx_13 {
  margin-top: 1rem;
}

._manage-2fa_129lx_17 {
  padding: 3em;
}

._manage-2fa_129lx_17 ._manage-button_129lx_20 {
    font-weight: 500;
    font-size: 1em;
    text-transform: uppercase;
    border: none;
    padding: 0.7em 1em 0.8em;

    height: 2.8em;
    color: var(--hex-ffffff);
    border-radius: 0;
  }

._manage-2fa_129lx_17 ._manage-button-secondary_129lx_32 {
    background: transparent;
  }

._title_129lx_37 {
  text-align: center;
  color: var(--hex-ffffff);
  margin: 0;
  margin-top: 2.4rem;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-weight: 700;
}

._subtitle_129lx_49 {
  font-size: 1.6rem;
  margin: 0;
  margin-top: 1.8rem;
  color: var(--hex-ffffff);
  text-align: center;
}

._helper-text_129lx_57 {
  font-size: 1.4rem;
  color: var(--hex-b5b9de);
  margin-top: 1.2em;
  text-align: center;
}

._content_129lx_64 {
  min-height: 100px;
}

._success_129lx_68 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
}

._success-disable_129lx_75 {
  padding-bottom: 3rem;
  padding-top: 1.5rem;
}

._backups_129lx_80 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.8rem;
  padding: 1.4rem 0 1.6rem;
}

._backup_129lx_80 {
  margin-top: 0.3rem;
}

._toggle-secret_129lx_93 {
  color: var(--hex-8a9eb2);
  cursor: pointer;
  display: inline-block;
  margin: 0;
  margin-top: 0.4rem;
  padding: 0.4rem 1rem;
  border-radius: 2rem;
  font-size: 1.2rem;
}

._qrcode_129lx_104,
._secret-code_129lx_105 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1rem;
  height: 22rem;
}

._qrcode_129lx_104 img {
  height: 15rem;
  width: 15rem;
}

._code_129lx_119 {
  background-color: var(--hex-181b30);
  height: 16rem;
  min-width: 8rem;
  font-size: 1.8rem;
  color: var(--hex-b5b9de);
  word-break: normal;
  white-space: pre-line;
  letter-spacing: 0.025em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  padding: 1rem 3rem;
}

._code_129lx_119._compact_129lx_135 {
    height: 4em;
  }

._code_129lx_119._compact_129lx_135 ._backup_129lx_80 {
      margin-top: 0;
    }

._confirm-input_129lx_144 {
  text-align: center;
  padding: 2rem 0 2.4rem;
}

._button_129lx_149 {
  height: 3.6rem;
  font-weight: 500;
  font-size: 1em;
  text-transform: uppercase;
  border: none;
  padding: 0.6em 0;
  width: 100%;
  border-radius: var(--border-radius-2);
}

._modal-2fa_129lx_8 .form-group {
    margin-bottom: 0;
  }

._back_129lx_80 {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1rem 0;
  cursor: pointer;
}

._lock_129lx_174 {
  text-align: center;
  color: var(--hex-8a9eb2);
}

._lock_129lx_174 img {
  height: 100px;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

/* HACK - three digits to override defaults for .input-v2 */
._digit_1c48s_9._digit_1c48s_9._digit_1c48s_9 {
  display: inline;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  text-align: center;
  padding: 0;
  height: 3em;
  width: 2.2em;
  font-size: 16px;
}

._helper-text_1c48s_20 {
  font-size: 1em;
  text-align: center;
}

._inputs-container_1c48s_25 {
  text-align: center;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._title_1henr_8 {
  text-align: center;
  color: var(--hex-ffffff);
  margin: 0;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 24px;
  margin-bottom: 24px;
}

._title_1henr_8._title--success_1henr_19 {
    color: var(--hex-28f29a);
  }

._title_1henr_8._title--error_1henr_23 {
    color: var(--hex-ff4b66);
  }

._title_1henr_8._title--info_1henr_27 {
    color: var(--hex-ffffff);
  }

._subtitle_1henr_32 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 3rem;
  margin: 1.2rem 0;
  padding: 0;

  text-align: center;

  color: var(--hex-ffffff);
}

._subtitle_1henr_32._muted_1henr_45 {
    color: var(--hex-8a9eb2);
  }

._subtitle--small_1henr_50 {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  color: var(--hex-b5b9de);
}

._input-label_1henr_57 {
  width: 100%;
  margin: 0;
  font-weight: inherit;
}

._input-label_1henr_57 > span {
    width: 100%;
    display: block;
    text-align: left;
    color: var(--hex-8a9eb2);
    font-size: 12px;
    line-height: 20px;
  }

._input-label_1henr_57 input {
    margin-top: 4px;
  }

._username-breadcrumb_1henr_76 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  width: 100%;

  position: absolute;
  top: 45px;
  left: 0;
}

._logo_1henr_88 {
  position: relative;
  margin: 0 auto;
}

._logo_1henr_88 img {
    height: 110px;
    width: 110px;
  }

._username_1henr_76 {
  text-align: center;
}

._notme_1henr_102 {
  padding: 0.25rem 0.5rem;
  color: var(--hex-898eba);
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease-in-out;

  position: absolute;
  top: -32px;
  left: 12px;
}

._notme_1henr_102:hover {
    color: var(--hex-ffffff);
  }

._notme_1henr_102:empty {
    border: none;
  }

._form_1henr_122 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: var(--hex-000000);
}

._login_1henr_132 {
  background: var(--hex-181b30);
  position: relative;

  padding: 20px 64px;
  padding-top: 180px;
  min-height: 435px;
  width: 380px;
  border-radius: var(--border-radius-4);
  z-index: 2;
}

._login_1henr_132._login-success_1henr_143 {
    padding: 9rem;
  }

._login_1henr_132 .form-control {
    border: 1px solid var(--hex-20293c);
    background-color: var(--hex-20293c);
    color: var(--hex-ffffff);
    font-weight: 300;
    height: 2.6em;
    margin-top: 16px;
    margin-top: 1rem;
    padding: 0;
  }

._login_1henr_132 .form-control:focus {
      border: 1px solid var(--hex-1f8efa);
      box-shadow: none;
    }

._login-inner_1henr_164 {
  width: 100%;
}

._brute-inner_1henr_168 {
  text-align: center;
}

._brute-inner_1henr_168 p {
    color: var(--hex-ffffff);
    margin: 1em 0;
  }

._pw-wrapper_1henr_176 ._login-rememberme_1henr_177 input {
      margin-top: 0;
      margin-right: 8px;
    }

._pw-wrapper_1henr_176 ._login-rememberme_1henr_177 label {
      color: var(--hex-8a9eb2);
      font-size: 12px;
      line-height: 20px;
    }

._buttons_1henr_191 {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
}

._buttons_1henr_191._password_1henr_196 {
    margin-top: 0;
  }

._buttons_1henr_191 ._button_1henr_191 {
    font-weight: 500;
    font-size: 1em;
    text-transform: uppercase;
    background-color: var(--hex-6a93ff);
    border: none;
    padding: 0.6em 0 0.6em 0;
    width: 100%;
    border-radius: var(--border-radius-2);
  }

._buttons_1henr_191 ._button_1henr_191[disabled] {
    opacity: 0.4;
  }

._options_1henr_216 {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

._options_1henr_216._password_1henr_196 {
    justify-content: center;
    margin-top: 30px;
  }

._options_1henr_216._password_1henr_196 a {
      font-size: 13px;
      line-height: 20px;
    }

._recovery-link_1henr_233 {
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}

._recovery-link_1henr_233:hover {
    color: var(--hex-ffffff);
  }

._input-container_1henr_242,
._challenge_1henr_243 {
  width: 100%;
  text-align: center;
  margin: 1rem 0;
  overflow: auto;
}

._step-container_1henr_250 ._message_1henr_251 {
    text-align: center;
  }

._step-container_1henr_250 code {
    background: var(--hex-07091b);
    margin: 0 0.4rem;
  }

._confirm-input_1henr_261 {
  text-align: center;
}

._confirm-input_1henr_261 p {
    color: var(--hex-ffffff);
  }

._loading_1henr_269,
._error_1henr_270 {
  color: var(--hex-ffffff);
  min-height: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem 1rem;
  text-align: center;
}

._loading_1henr_269 ._subtitle_1henr_32, ._error_1henr_270 ._subtitle_1henr_32 {
    font-size: 1.8em;
  }

._error_1henr_270 ._subtitle_1henr_32 {
  color: var(--hex-ff4b66);
}

._explanation_1henr_289 {
  padding: 0.5rem 0;
}

._explanation_1henr_289 ol {
    list-style: none;
    counter-reset: item;
    padding-left: 2.6rem;
  }

._explanation_1henr_289 li {
    color: var(--hex-ffffff);
    counter-increment: item;
    margin-bottom: 1rem;
  }

._explanation_1henr_289 li:before {
    background: var(--hex-20293c);
    margin-right: 1em;
    content: counter(item);
    border-radius: 100%;
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    opacity: 0.86;
  }

._fancy-pants-text_1henr_318 {
  font-size: 16px;
  text-align: center;
  padding: 1em 0;
}

._subtle-home-link_1henr_324 {
  text-align: center;
  width: 100%;
  display: block;
  text-decoration: none;
}

._video_1henr_331 {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

._animated-logo_1henr_339 {
  position: absolute;
  top: 4px;
  width: 110px;
  height: 110px;

  background-image: url(/logo.svg);
  background-repeat: no-repeat;

  -webkit-animation: _splash_1henr_1 1.9s normal forwards ease-in-out;

          animation: _splash_1henr_1 1.9s normal forwards ease-in-out;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

@-webkit-keyframes _splash_1henr_1 {
  from {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  50% {
    -webkit-filter: blur(70px);
            filter: blur(70px);
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  to {
    -webkit-filter: blur(140px);
            filter: blur(140px);
    opacity: 0;
  }
}

@keyframes _splash_1henr_1 {
  from {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  50% {
    -webkit-filter: blur(70px);
            filter: blur(70px);
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  to {
    -webkit-filter: blur(140px);
            filter: blur(140px);
    opacity: 0;
  }
}

._login-rememberme_1henr_177,
._login-trustdevice_1henr_367 {
  font-size: 12px;
  display: inline-block;
  padding-top: 1em;
}

._login-rememberme_1henr_177 ._checkbox_1henr_372, ._login-trustdevice_1henr_367 ._checkbox_1henr_372 {
    margin-top: 0;
  }

._login-rememberme_1henr_177 ._checkbox_1henr_372 label, ._login-trustdevice_1henr_367 ._checkbox_1henr_372 label {
      padding-top: 0;
      color: var(--hex-8a9eb2);
      font-size: 12px;
    }

._login-rememberme_1henr_177 ._checkbox_1henr_372 input, ._login-trustdevice_1henr_367 ._checkbox_1henr_372 input {
      margin-top: 1px;
    }

._login-trustdevice-popover_1henr_387 {
  padding: 0.5em;
  max-width: 260px;
}

._login-trustdevice-popover_1henr_387 b {
    display: block;
  }

._login-trustdevice-popover_1henr_387 div {
    margin-top: 0.5em;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._emptyState_1tht9_8 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--hex-181b30);
  border-radius: var(--border-radius-8);
  z-index: 2;
  display: flex;
  justify-content: center;
}

._emptyState_1tht9_8 ._wrapper_1tht9_20 {
    display: flex;
    justify-content: center;
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }

._emptyState_1tht9_8 ._wrapper_1tht9_20 ._circle-wrapper_1tht9_25 {
      position: relative;
    }

._emptyState_1tht9_8 ._wrapper_1tht9_20 ._circle-wrapper_1tht9_25 ._circle_1tht9_25 {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
                transform: translateY(-50%) translateX(-50%);
        width: 300px;
        height: 300px;
        border-radius: 100%;
        opacity: 0.2;
        background-color: var(--hex-363a57);
        z-index: 1;
      }

._emptyState_1tht9_8 ._wrapper_1tht9_20 ._circle-wrapper_1tht9_25 ._content_1tht9_41 {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
                transform: translateY(-50%) translateX(-50%);
        z-index: 2;
        text-align: center;
        width: 170px;
      }

._emptyState_1tht9_8 ._wrapper_1tht9_20 ._circle-wrapper_1tht9_25 ._content_1tht9_41 h3 {
          color: var(--hex-b5b9de);
          font-size: 20px;
          line-height: 20px;
          margin: 0;
          margin-top: 30px;
        }

._emptyState_1tht9_8 ._wrapper_1tht9_20 ._circle-wrapper_1tht9_25 ._content_1tht9_41 img {
          width: 140px;
        }

._emptyStateOpacity_1tht9_66 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: var(--hex-181b30);
  border-radius: var(--border-radius-8);
  width: 100%;
  z-index: 1;
  opacity: 0.5;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_13ewl_8 ._empty_13ewl_9 {
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

._root_13ewl_8 ._empty_13ewl_9 span {
      -webkit-transform: translateY(-16px);
              transform: translateY(-16px);
    }

._root_13ewl_8 section {
    padding: 1.2rem 0.2rem;
    padding-right: 15px;
  }

._root_13ewl_8 section ._timeline_13ewl_25 {
      position: relative;
      padding: 0;
      margin: 0;
    }

._root_13ewl_8 section ._timeline_13ewl_25:before {
        position: absolute;
        display: block;
        content: '';
        width: 2px;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 2px;
        background-color: var(--hex-474a6b);
      }

._root_13ewl_8 section ._item_13ewl_43 {
      position: relative;
      display: table;
      table-layout: fixed;
      width: 100%;
      padding: 6px 0;
      margin: 5px 0;
    }

._root_13ewl_8 section ._item_13ewl_43:first-child {
        padding-top: 0;
        margin-top: 0;
      }

._root_13ewl_8 section ._item_13ewl_43:first-child:before {
          position: absolute;
          display: block;
          content: '';
          width: 2px;
          height: 50%;
          top: 0;
          bottom: 0;
          left: 2px;
          background-color: var(--hex-181b30);
        }

._root_13ewl_8 section ._item_13ewl_43:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
      }

._root_13ewl_8 section ._item_13ewl_43:last-child:before {
          position: absolute;
          display: block;
          content: '';
          width: 2px;
          height: 50%;
          left: 2px;
          top: auto;
          bottom: 0;
          background-color: var(--hex-181b30);
        }

._root_13ewl_8 section ._item_13ewl_43 ._dot_13ewl_85 {
        text-align: left;
        vertical-align: middle;
        display: table-cell;
        position: relative;
        width: 20px;
      }

._root_13ewl_8 section ._item_13ewl_43 ._dot_13ewl_85:before {
          position: absolute;
          display: block;
          content: '';
          width: 8px;
          height: 8px;
          left: -1px;
          top: 50%;
          margin-top: -3.5px;
          border-radius: 100%;
          background-color: var(--hex-b5b9de);
        }

._root_13ewl_8 section ._item_13ewl_43 ._failDot_13ewl_106:before {
          background-color: var(--hex-ff4b66);
        }

._root_13ewl_8 section ._item_13ewl_43 ._label_13ewl_112 {
        display: table-cell;
        text-align: left;
        vertical-align: middle;
        width: 100%;
        padding: 0 5px 0 0;

        color: var(--hex-f1f3fa);
        font-size: 13px;
        line-height: 20px;
      }

._root_13ewl_8 section ._item_13ewl_43 ._time_13ewl_25 {
        display: table-cell;
        text-align: right;
        vertical-align: middle;
        width: 100px;
        padding: 0 0 0 5px;

        color: var(--hex-898eba);
        font-size: 12px;
        line-height: 20px;
      }

._footer_13ewl_139 {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
  margin-right: -2px;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._popoverBody_li5we_8 {
  max-width: 250px;
  padding: 1em;
}

._deviceList_li5we_13 {
  padding: 0;
}

._device_li5we_13 {
  list-style-type: none;
}

._device_li5we_13:not(:first-of-type) {
    margin-top: 1.6em;
  }

._deviceName_li5we_24 {
  color: white;
  font-size: 18px;
  display: flex;
  align-items: center;
}

._deviceTrustedOn_li5we_31 {
  margin-top: 0.5em;
}

._deviceTrustedExpires_li5we_35 span:first-of-type {
  font-style: italic;
}

._deviceTrustedOn_li5we_31 span:first-of-type, ._deviceTrustedExpires_li5we_35 span:first-of-type {
    display: inline-block;
    width: 80px;
  }

._deviceAction_li5we_47 {
  width: 40px;
  margin-left: 1em;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._title_12fex_8 {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

._title_12fex_8 > h2 {
    margin-bottom: 0 !important;
    margin-right: 8px;
  }

._title_12fex_8 > span {
    padding: 2px 8px;
    border: 1px solid var(--hex-363a57);
    border-radius: var(--border-radius-10);

    color: var(--hex-898eba);
    font-size: 12px;
    line-height: 16px;
  }

._groups_12fex_29 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

._groups_12fex_29 p {
    position: relative;
    margin-bottom: 9px;
    margin-right: 8px;
    margin-left: 26px;
  }

._groups_12fex_29 p svg {
      position: absolute;
      left: -26px;
      top: -1px;
    }

._keyValues_12fex_48 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

._keyValues_12fex_48._grid_12fex_53 {
    display: grid;
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
  }

._keyValues_12fex_48 .js-keyvalue {
      padding-left: 0;
      margin-right: 25px;
    }

._keyValues_12fex_48 .js-keyvalue:last-child {
      margin-left: 0;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._roleTypes_1m4uq_8,
._roleRestriction_1m4uq_9 {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

._roleTypeOption_1m4uq_15 {
  min-height: 4em;
  padding: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;

  background: hsl(var(--theme-hex-363a57, 233.00deg 23.40% 27.60%) / 30%);
  border: solid 1px var(--hex-20293c);
  border-radius: var(--border-radius-5);
}

._roleTypeOption_1m4uq_15 + ._roleTypeOption_1m4uq_15 {
    margin-top: 2rem;
  }

._roleTypeOption_1m4uq_15:hover,
  ._roleTypeOption_1m4uq_15._selected_1m4uq_31 {
    background: var(--hex-2b2d44);
    border-color: var(--hex-585e80);
  }

._roleRestrictionOption_1m4uq_37 {
  display: flex;
  margin-top: 1.5rem;
}

._roleRestrictionOption_1m4uq_37:first-of-type {
    margin-top: 2rem;
  }

._roleRestrictionOption_1m4uq_37 ._radio_1m4uq_45 {
    align-self: flex-start;
    flex: 0 0 16px;
    margin-right: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--hex-1f8efa);
    width: 16px;
    height: 16px;
    border: solid 1px currentColor;
    border-radius: 50%;
  }

._roleRestrictionOption_1m4uq_37 ._radio_1m4uq_45 ._radioInner_1m4uq_58 {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: transparent;
    }

._roleRestrictionOption_1m4uq_37 ._radio_1m4uq_45._selected_1m4uq_31 ._radioInner_1m4uq_58 {
        background: currentColor;
      }

._roleRestrictionOption_1m4uq_37 ._radio_1m4uq_45:hover {
      color: var(--hex-00c1ff);
    }

._roleRestrictionOption_1m4uq_37 ._description_1m4uq_76 {
    align-self: center;
  }

._roleRestrictionOption_1m4uq_37 ._description_1m4uq_76 b {
      font-weight: 500;
      display: block;
      line-height: 1;
      margin-bottom: 0.4rem;
    }

._roleTypeIcon_1m4uq_88 {
  flex: 0 0 32px;
  padding-right: 1rem;
  height: 100%;
}

._roleName_1m4uq_94._wider_1m4uq_95 {
    flex: 0 0 180px;
  }

._roleName_1m4uq_94 b {
    color: white;
    margin-right: 1rem;
    margin-bottom: 1rem;
    padding: 0;
    font-size: 110%;
    font-weight: 500;
    display: block;
  }

._roleTypeOptionDescription_1m4uq_110 {
  flex: 0 0 calc(100% - 32px);
}

._roleSummary_1m4uq_114 {
  display: flex;
  min-height: 100px;
  justify-content: center;
  flex-direction: column;
}

._groupList_1m4uq_121 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

._groupList_1m4uq_121 li {
    background-color: var(--hex-474a6b);
    border-radius: var(--border-radius-2);
    border: none;
    color: var(--hex-dedeed);
    display: inline-block;
    font-size: 0.9em;
    font-weight: 600;
    line-height: 0.9;
    margin-right: 0.5em;
    margin-top: 0.5em;
    padding: 4px 6px;
    text-transform: uppercase;
  }

._label_1m4uq_144 {
  font-size: 13px;
  color: var(--hex-8a9eb2);
  display: flex;
  align-items: center;
}

._label_1m4uq_144 svg {
    margin-left: 0.5em;
  }

._title_1m4uq_155 {
  color: white;
}

._muted_1m4uq_159 {
  color: var(--hex-898eba);
}

._helper_1m4uq_163 {
  padding: 0.2rem 0;
}

._fields_1m4uq_167 {
  padding: 1rem 0;
}

._groupPicker_1m4uq_171 {
  padding: 1.5rem 0;
}

._buttons_1m4uq_175 {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}

._noGroupsHelp_1m4uq_181 span {
    color: var(--hex-dedeed);
    font-weight: 500;
    display: block;
  }

._nextButton_1m4uq_189 {
  display: flex;
  justify-content: flex-end;
  margin-top: 1em;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._container_1741t_8 {
  padding: 0;
  margin-left: -24px;
  width: calc(100% + 48px);
}

._row_1741t_14 {
  padding: 7px 24px;
  display: flex;
  position: relative;
}

._row_1741t_14:hover {
    background: var(--hex-222644);
  }

._row_1741t_14 ._key_1741t_23 {
    color: var(--hex-898eba);
    font-size: 12px;
    line-height: 24px;
    min-width: 80px;
    display: inline-block;
  }

._row_1741t_14 ._value_1741t_30 {
    width: 100%;
    color: var(--hex-f1f3fa);
    font-size: 13px;
    line-height: 24px;
    padding-right: 20px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

._row_1741t_14 .actions {
      position: absolute;
      right: 24px;
      top: 50%;
      height: 25px;
      width: 25px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }

._row_1741t_14 .actions img {
        cursor: pointer;
        padding: 0;
        height: 25px;
        width: 25px;
      }

._role_1741t_61 {
  position: relative;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--hex-2b2d44);
}

._role_1741t_61 h4 {
    margin-top: 0;
  }

._editRoleButtons_1741t_72 {
  display: flex;
  justify-content: flex-end;
}

._editRoleButton_1741t_72 {
  display: inline-flex;
}

._editRoleButton_1741t_72:last-of-type {
    margin-left: 2rem;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._section_12zn0_8 {
  display: flex;
}

._section_12zn0_8 .js-card {
      height: calc(100% - 4px);
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._widget_1o4v4_8 {
  background-color: var(--hex-181b30);
  padding: 2.4rem;
  border-radius: var(--border-radius-8);
  margin: 0 0 2rem 0;
  position: relative;
}

._widget_1o4v4_8 > ._title_1o4v4_15 {
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 2.5rem;

    color: var(--hex-ffffff);
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    line-height: 1.6rem;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._list_e14tt_8 {
  margin: 0;
  padding: 0;
  list-style: none;

  /* We gotta make it ignore the padding of the parent widget. */
  margin-left: -24px;
  width: calc(100% + 48px);
}

._list_e14tt_8 .InfiniteList::-webkit-scrollbar {
        width: 5px;
        height: 5px;
      }

._list_e14tt_8 .InfiniteList::-webkit-scrollbar-track {
        background: var(--hex-07091b);
      }

._list_e14tt_8 .InfiniteList::-webkit-scrollbar-thumb {
        background: var(--hex-585e80);
      }

._list_e14tt_8 ._item_e14tt_34 {
    height: 100%;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
  }

._list_e14tt_8 ._item_e14tt_34:hover {
      background: hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 5%);
    }

._list_e14tt_8 ._item_e14tt_34._odd_e14tt_46 {
      background-color: hsl(var(--theme-hex-d8d8d8, 0.00deg 0.00% 84.70%) / 2%);
    }

._list_e14tt_8 ._item_e14tt_34._odd_e14tt_46:hover {
        background: hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 5%);
      }

._list_e14tt_8 ._item_e14tt_34._active_e14tt_54 {
      background-color: var(--hex-004384) !important;
    }

._list_e14tt_8 ._item_e14tt_34 ._impact_e14tt_58 {
      color: var(--hex-ffffff);
      font-size: 11px;
      line-height: 13px;
      margin-right: 12px;
    }

._list_e14tt_8 ._item_e14tt_34 ._unseen_e14tt_65 {
      display: inline-block;
      margin-right: 0.5em;
      padding: 0 5px;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 11px;
      word-break: break-all;
      border-radius: 25%;
      font-style: italic;
      color: var(--hex-f9a926);
    }

._list_e14tt_8 ._item_e14tt_34 ._line_e14tt_78 {
      flex: 1;
      padding-right: 12px;
      word-break: break-word;
      height: 100%;
      line-height: 29px;

      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

._list_e14tt_8 ._item_e14tt_34 ._ago_e14tt_90 {
      font-size: 12px;
      line-height: 20px;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_17zne_8 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

._root_17zne_8 li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 127px;
    background-color: hsl(var(--theme-hex-363a57, 233.00deg 23.40% 27.60%) / 50%);
    border-radius: var(--border-radius-4);
    margin-left: 16px;
    cursor: pointer;
  }

._root_17zne_8 li:first-child {
      margin: 0;
    }

._root_17zne_8 li ._title_17zne_30 {
      position: absolute;
      left: 16px;
      top: 16px;
      text-transform: uppercase;
      color: var(--hex-b5b9de);
      font-size: 12px;
      font-weight: 500;
      line-height: 20px;
    }

._root_17zne_8 li ._result_17zne_41 {
      height: 50px;
      display: flex;
    }

._root_17zne_8 li ._result_17zne_41 ._value_17zne_45 {
        color: var(--hex-f1f3fa);
        font-size: 40px;
        font-weight: 300;
        margin-right: 8px;
      }

._root_17zne_8 li ._result_17zne_41 ._trend_17zne_52 {
        color: var(--hex-898eba);
        font-size: 16px;
        margin-top: 6px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }

._root_17zne_8 li ._result_17zne_41 ._trend_17zne_52 ._fat-arrow_17zne_61 {
          height: 13px;
          width: 13px;
          margin-bottom: 5px;
          -webkit-transform: translateX(1px);
                  transform: translateX(1px);
        }

._root_17zne_8 li ._result_17zne_41 ._trend_17zne_52 ._fat-arrow_17zne_61._up_17zne_67 {
            -webkit-transform: rotateZ(-45deg);
                    transform: rotateZ(-45deg);
          }

._root_17zne_8 li ._result_17zne_41 ._trend_17zne_52 ._fat-arrow_17zne_61._up_17zne_67 svg path {
              fill: var(--hex-ff4b66);
            }

._root_17zne_8 li ._result_17zne_41 ._trend_17zne_52 ._fat-arrow_17zne_61._down_17zne_75 {
            -webkit-transform: rotateZ(45deg);
                    transform: rotateZ(45deg);
          }

._root_17zne_8 li ._result_17zne_41 ._trend_17zne_52 ._fat-arrow_17zne_61._down_17zne_75 svg path {
              fill: var(--hex-28f29a);
            }

._root_17zne_8 li ._chart_17zne_86 {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: -1px;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._happenedAt_131kg_8 {
  position: absolute;
  right: 24px;
  top: 24px;
}

._root_131kg_14 {
  margin-top: 35px;
}

._root_131kg_14 > b {
    color: var(--hex-00c1ff);
    font-weight: 500;
  }

._root_131kg_14 ._tag_131kg_22 {
    color: var(--hex-ffffff);
    padding: 3px 6px;
    background-color: var(--hex-585e80);
    border-radius: var(--border-radius-4);
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
  }

._root_131kg_14 ._tag_131kg_22 + ._tag_131kg_22 {
    margin-left: 10px;
  }

@media (max-width: 1400px) {
      ._root_131kg_14 .js-eventsummary-row {
        display: inline-block !important;
      }

        ._root_131kg_14 .js-eventsummary-row > div {
          max-width: 100% !important;
          margin-left: 0 !important;
        }

        ._root_131kg_14 .js-eventsummary-row div + div {
          margin-top: 8px !important;
        }
        ._root_131kg_14 .js-endpoint-summary-row > div {
          max-width: 200px !important;
        }
  }

._title_131kg_59 {
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 18px;
  color: var(--hex-ffffff);
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 16px;
}

._list_131kg_69 {
  padding: 0;
  margin: 0;
  list-style: none;
}

._item_131kg_75 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._item_131kg_75 ._event_131kg_80 {
    display: flex;
    align-items: center;
  }

._item_131kg_75 ._event_131kg_80 > span {
      line-height: 14px;
    }

._item_131kg_75 img {
    width: 17px;
    height: 17px;
    margin-right: 8px;
  }

._item_131kg_75 + ._item_131kg_75 {
    margin-top: 10px;
  }

._row_131kg_100 {
  display: flex;
}

._row_131kg_100 ._col_131kg_103 {
    width: 50%;
    display: flex;
    align-items: center;
  }

._row_131kg_100 ._col_131kg_103 img {
      width: 17px;
      height: 17px;
      margin-right: 8px;
    }

._row_131kg_100 + ._row_131kg_100 {
    margin-top: 10px;
  }

._footer_131kg_120 {
  margin-top: 50px;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 24px;
  bottom: 24px;
}

._footer_131kg_120 a + button {
    margin-left: 12px;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_ydpi4_8 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 3rem;
}

._root_ydpi4_8 p {
    color: var(--hex-585e80);
    font-size: 24px;
    line-height: 20px;
    margin-top: 2rem;
    margin-bottom: 4rem;
  }

._root_ydpi4_8 img {
    width: 200px;
    margin-top: 3rem;
    margin-bottom: 1rem;
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }

._root_ydpi4_8 ._values_ydpi4_30 {
    display: flex;
  }

._root_ydpi4_8 ._values_ydpi4_30 ._col_ydpi4_33 {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

._root_ydpi4_8 ._values_ydpi4_30 ._col_ydpi4_33 > span:first-child {
        color: var(--hex-585e80);
        font-size: 22px;
        line-height: 25px;
      }

._root_ydpi4_8 ._values_ydpi4_30 ._col_ydpi4_33 > span:last-child {
        color: var(--hex-ffffff);
        font-size: 40px;
        font-weight: 300;
        line-height: 47px;
      }

._root_ydpi4_8 ._values_ydpi4_30 ._col_ydpi4_33 + ._col_ydpi4_33 {
      margin-left: 10rem;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._error_1ga39_8 {
  position: absolute;
  top: 0;
  left: 0;
  height: 95%;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._loading_1jk3g_8 {
  position: absolute;
  top: 0;
  left: 0;
  height: 95%;
  width: 100%;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._empty_h97di_8 {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

._empty_h97di_8 img {
    width: 70px;
    margin-bottom: 10px;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1wzc7_8 {
  display: flex;
  margin-top: 8px;
}

._root_1wzc7_8 ._selector_1wzc7_12 {
    position: absolute;
    top: 21px;
    right: 20px;
  }

._root_1wzc7_8 ._list_1wzc7_18 {
    position: absolute;
    left: 15px;
    width: calc(100% - 30px);
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 3px;
  }

._root_1wzc7_8 ._list_1wzc7_18._two_1wzc7_27 {
      padding-top: 11px;
    }

._root_1wzc7_8 ._list_1wzc7_18._two_1wzc7_27 li:last-child {
        margin-top: 23px !important;
      }

._root_1wzc7_8 ._list_1wzc7_18._one_1wzc7_35 {
      padding-top: 35px;
    }

._root_1wzc7_8 ._list_1wzc7_18 li {
      position: relative;
      padding: 7px 0px;
      cursor: pointer;
    }

._root_1wzc7_8 ._list_1wzc7_18 li:hover {
        background: hsl(var(--theme-hex-3577fe, 220.00deg 99.00% 60.20%) / 10%);
        border-radius: var(--border-radius-4);
      }

._root_1wzc7_8 ._list_1wzc7_18 li:hover:after {
          content: ' ';
          position: absolute;
          right: 10px;
          top: 10px;
          width: 13px;
          height: 13px;
          background-image: inline('../assets/img/actions/view.svg');
        }

._root_1wzc7_8 ._list_1wzc7_18 li:last-child {
        margin-top: 5px !important;
      }

._root_1wzc7_8 ._list_1wzc7_18 li ._item_1wzc7_63 {
        display: flex;
        align-items: center;
        font-size: 14px;
        line-height: 20px;
        padding-left: 8px;
        width: 45%;
      }

._root_1wzc7_8 ._list_1wzc7_18 li ._item_1wzc7_63 img {
          width: 16px;
          height: 16px;
          margin-right: 5px;
          -webkit-transform: translateY(-1px);
                  transform: translateY(-1px);
        }

._root_1wzc7_8 ._list_1wzc7_18 li ._item_1wzc7_63 > span {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          max-width: 200px;
        }

._root_1wzc7_8 ._list_1wzc7_18 li ._empty-col_1wzc7_86 {
        width: 55%;
      }

._root_1wzc7_8 ._list_1wzc7_18 li + li {
      margin-top: 3px;
    }

._root_1wzc7_8 ._loader_1wzc7_96 {
    margin-top: 30px;
    width: 100%;
  }

._root_1wzc7_8 ._empty-col_1wzc7_86 {
    width: 45%;
  }

._root_1wzc7_8 ._chart_1wzc7_104 {
    width: 55%;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._loading_okoe8_8,
._loading-error_okoe8_9 {
  position: absolute;
  top: 0;
  left: 0;
  height: 95%;
  width: 100%;
}

._loading-error_okoe8_9 {
  display: flex;
  align-items: center;
  justify-content: center;
}

._selector_okoe8_23 {
  position: absolute;
  top: 21px;
  right: 20px;
}

._counts_okoe8_29 {
  display: flex;
  margin-bottom: 30px;
  margin-top: 15px;
}

._counts_okoe8_29 ._item_okoe8_34 {
    cursor: pointer;
    min-width: 170px;
    padding: 12px;
    border-radius: var(--border-radius-4);
  }

._counts_okoe8_29 ._item_okoe8_34 > span {
      color: var(--hex-ffffff);
      font-size: 13px;
      line-height: 15px;
      padding: 5px 8px;
      display: inline-block;
      margin-bottom: 5px;
      font-weight: 500;
      text-transform: uppercase;
    }

._counts_okoe8_29 ._item_okoe8_34 > div {
      color: var(--hex-ffffff);
      font-size: 40px;
      font-weight: 300;
      line-height: 47px;
    }

._counts_okoe8_29 ._item_okoe8_34._active_okoe8_58 {
      background-color: var(--hex-2b2d44) !important;
    }

._counts_okoe8_29 ._item_okoe8_34:hover {
      background-color: hsl(var(--theme-hex-2b2d44, 235.00deg 22.50% 21.80%) / 45%);
    }

._counts_okoe8_29 ._item_okoe8_34 ._low_okoe8_66,
    ._counts_okoe8_29 ._item_okoe8_34 ._medium_okoe8_67,
    ._counts_okoe8_29 ._item_okoe8_34 ._high_okoe8_68 {
      border-radius: var(--border-radius-10);
      color: var(--hex-2b2d44);
    }

._counts_okoe8_29 ._item_okoe8_34 ._none_okoe8_73 {
      padding: 5px 0;
    }

._counts_okoe8_29 ._item_okoe8_34 ._low_okoe8_66 {
      background: var(--hex-ffdd2e);
    }

._counts_okoe8_29 ._item_okoe8_34 ._medium_okoe8_67 {
      background: var(--hex-f9a926);
    }

._counts_okoe8_29 ._item_okoe8_34 ._high_okoe8_68 {
      background: var(--hex-ff4b66);
    }

._counts_okoe8_29 ._item_okoe8_34 + ._item_okoe8_34 {
    margin-left: 5px;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_19bvf_8 {
  display: flex;
  margin-top: 8px;
}

._root_19bvf_8 ._selector_19bvf_12 {
    position: absolute;
    top: 21px;
    right: 20px;
  }

._root_19bvf_8 ._list_19bvf_18 {
    position: absolute;
    left: 15px;
    width: calc(100% - 30px);
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 3px;
  }

._root_19bvf_8 ._list_19bvf_18._two_19bvf_27 {
      padding-top: 11px;
    }

._root_19bvf_8 ._list_19bvf_18._two_19bvf_27 li:last-child {
        margin-top: 23px !important;
      }

._root_19bvf_8 ._list_19bvf_18._one_19bvf_35 {
      padding-top: 35px;
    }

._root_19bvf_8 ._list_19bvf_18 li {
      position: relative;
      padding: 7px 0px;
      cursor: pointer;
    }

._root_19bvf_8 ._list_19bvf_18 li:hover {
        background: hsl(var(--theme-hex-3577fe, 220.00deg 99.00% 60.20%) / 10%);
        border-radius: var(--border-radius-4);
      }

._root_19bvf_8 ._list_19bvf_18 li:hover:after {
          content: ' ';
          position: absolute;
          right: 10px;
          top: 10px;
          width: 13px;
          height: 13px;
          background-image: inline('../assets/img/actions/view.svg');
        }

._root_19bvf_8 ._list_19bvf_18 li:last-child {
        margin-top: 5px !important;
      }

._root_19bvf_8 ._list_19bvf_18 li ._item_19bvf_63 {
        display: flex;
        align-items: center;
        font-size: 14px;
        line-height: 20px;
        padding-left: 8px;
        width: 45%;
      }

._root_19bvf_8 ._list_19bvf_18 li ._item_19bvf_63 img {
          width: 16px;
          height: 16px;
          margin-right: 5px;
          -webkit-transform: translateY(-1px);
                  transform: translateY(-1px);
        }

._root_19bvf_8 ._list_19bvf_18 li ._item_19bvf_63 > span {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          max-width: 170px;
        }

._root_19bvf_8 ._list_19bvf_18 li ._empty-col_19bvf_86 {
        width: 55%;
      }

._root_19bvf_8 ._list_19bvf_18 li + li {
      margin-top: 3px;
    }

._root_19bvf_8 ._loader_19bvf_96 {
    margin-top: 30px;
    width: 100%;
  }

._root_19bvf_8 ._empty_19bvf_86 {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

._root_19bvf_8 ._empty_19bvf_86 img {
      width: 70px;
      margin-bottom: 10px;
    }

._root_19bvf_8 ._empty-col_19bvf_86 {
    width: 45%;
  }

._root_19bvf_8 ._chart_19bvf_115 {
    width: 55%;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_ywaqh_8 {
  display: flex;
  margin-top: 20px;
}

._root_ywaqh_8 ._selector_ywaqh_12 {
    position: absolute;
    top: 21px;
    right: 20px;
  }

._root_ywaqh_8 ._list_ywaqh_18 {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
  }

._root_ywaqh_8 ._list_ywaqh_18 li {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 5px 0;
      cursor: pointer;
    }

._root_ywaqh_8 ._list_ywaqh_18 li:hover:before {
          content: ' ';
          position: absolute;
          left: -10px;
          top: 0;
          width: calc(100% + 20px);
          height: 100%;
          background: hsl(var(--theme-hex-3577fe, 220.00deg 99.00% 60.20%) / 10%);
          border-radius: var(--border-radius-4);
        }

._root_ywaqh_8 ._list_ywaqh_18 li:first-child img {
          width: 15px;
          height: 15px;
          margin-left: 2px;
        }

._root_ywaqh_8 ._list_ywaqh_18 li svg {
        margin-right: 4px !important;
        -webkit-transform: translateY(4px);
                transform: translateY(4px);
      }

._root_ywaqh_8 ._list_ywaqh_18 li svg,
      ._root_ywaqh_8 ._list_ywaqh_18 li img {
        width: 19px;
        height: 19px;
        margin-right: 5px;
      }

._root_ywaqh_8 ._list_ywaqh_18 li .cloud-bug {
          fill: var(--hex-ff4b66);
        }

._root_ywaqh_8 ._list_ywaqh_18 li span:last-child {
        color: var(--hex-ffffff);
        font-size: 16px;
        line-height: 24px;
      }

._root_ywaqh_8 ._list_ywaqh_18 li span:last-child span {
          color: var(--hex-b5b9de);
          font-size: 16px;
          line-height: 24px;
          padding-left: 4px;
        }

._root_ywaqh_8 ._loader_ywaqh_86 {
    margin-top: 30px;
    width: 100%;
  }

._root_ywaqh_8 ._empty_ywaqh_91 {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }

._root_ywaqh_8 ._empty_ywaqh_91 img {
      width: 70px;
      margin-bottom: 10px;
    }

._online_ywaqh_103 {
  height: 12px;
  width: 12px;
  border-radius: 100%;
  padding-right: 9px;
  background-color: var(--hex-28f29a);
  display: inline-block;
  margin-right: 7px;
  margin-left: 2px;
}

._red_ywaqh_114 svg g {
    fill: var(--hex-ff4b66);
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_fpsu5_8 {
  display: flex;
  margin-top: 8px;
}

._root_fpsu5_8 ._selector_fpsu5_12 {
    position: absolute;
    top: 21px;
    right: 20px;
  }

._data_fpsu5_19 {
  display: flex;
  width: 100%;
  margin-top: 13px;
}

._data_fpsu5_19 ._list_fpsu5_24 {
    width: 50%;
    padding: 0;
    margin: 0;
    list-style: none;
  }

._data_fpsu5_19 ._list_fpsu5_24 li {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
      padding: 5px 0;
    }

._data_fpsu5_19 ._list_fpsu5_24 li:hover:before {
          content: ' ';
          position: absolute;
          left: -10px;
          top: 0;
          width: calc(100% + 20px);
          height: 100%;
          background: hsl(var(--theme-hex-3577fe, 220.00deg 99.00% 60.20%) / 10%);
          border-radius: var(--border-radius-4);
        }

._data_fpsu5_19 ._list_fpsu5_24 li span:last-child {
        color: var(--hex-ffffff);
        font-size: 16px;
        line-height: 24px;
        padding-left: 6px;
      }

._data_fpsu5_19 ._map_fpsu5_60 {
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }

._data_fpsu5_19 ._map_fpsu5_60 img {
      width: 80%;
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px);
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_comar_8 {
  display: flex;
  margin-top: 8px;
}

._root_comar_8 ._selector_comar_12 {
    position: absolute;
    top: 21px;
    right: 20px;
  }

._root_comar_8 ._list_comar_18 {
    position: absolute;
    left: 15px;
    width: calc(100% - 30px);
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 3px;
  }

._root_comar_8 ._list_comar_18 li {
      position: relative;
      padding: 7px 0px;
      cursor: pointer;
    }

._root_comar_8 ._list_comar_18 li:hover {
        background: hsl(var(--theme-hex-3577fe, 220.00deg 99.00% 60.20%) / 10%);
        border-radius: var(--border-radius-4);
      }

._root_comar_8 ._list_comar_18 li:hover:after {
          content: ' ';
          position: absolute;
          right: 10px;
          top: 10px;
          width: 13px;
          height: 13px;
          background-image: inline('../assets/img/actions/view.svg');
        }

._root_comar_8 ._list_comar_18 li:last-child {
        margin-top: 4px !important;
      }

._root_comar_8 ._list_comar_18 li ._item_comar_51 {
        display: flex;
        align-items: center;
        font-size: 14px;
        line-height: 20px;
        padding-left: 8px;
        width: 45%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

._root_comar_8 ._list_comar_18 li ._item_comar_51 img {
          width: 16px;
          height: 16px;
          margin-right: 5px;
          -webkit-transform: translateY(-1px);
                  transform: translateY(-1px);
        }

._root_comar_8 ._list_comar_18 li ._empty-col_comar_70 {
        width: 55%;
      }

._root_comar_8 ._list_comar_18 li + li {
      margin-top: 3px;
    }

._root_comar_8 ._empty-col_comar_70 {
    width: 45%;
  }

._root_comar_8 ._chart_comar_83 {
    width: 55%;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1m9ro_8 {
  display: flex;
  margin-top: 20px;
}

._root_1m9ro_8 ._selector_1m9ro_12 {
    position: absolute;
    top: 21px;
    right: 20px;
  }

._root_1m9ro_8 ._list_1m9ro_18 {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
  }

._root_1m9ro_8 ._list_1m9ro_18 li {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 5px 0;
      cursor: pointer;
    }

._root_1m9ro_8 ._list_1m9ro_18 li:hover:before {
          content: ' ';
          position: absolute;
          left: -10px;
          top: 0;
          width: calc(100% + 20px);
          height: 100%;
          background: hsl(var(--theme-hex-3577fe, 220.00deg 99.00% 60.20%) / 10%);
          border-radius: var(--border-radius-4);
        }

._root_1m9ro_8 ._list_1m9ro_18 li img {
        width: 19px;
        height: 19px;
        margin-right: 7px;
      }

._root_1m9ro_8 ._list_1m9ro_18 li span:first-child {
        display: flex;
        align-items: center;
        color: var(--hex-b5b9de) !important;
      }

._root_1m9ro_8 ._list_1m9ro_18 li > span:last-child {
        color: var(--hex-ffffff);
        font-size: 16px;
        line-height: 24px;
      }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_kos2o_8 {
  display: flex;
  margin-top: 20px;
}

._root_kos2o_8 ._selector_kos2o_12 {
    position: absolute;
    top: 21px;
    right: 20px;
  }

._root_kos2o_8 ._list_kos2o_18 {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
  }

._root_kos2o_8 ._list_kos2o_18 li {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 5px 0;
      cursor: pointer;
    }

._root_kos2o_8 ._list_kos2o_18 li:hover:before {
          content: ' ';
          position: absolute;
          left: -10px;
          top: 0;
          width: calc(100% + 20px);
          height: 100%;
          background: hsl(var(--theme-hex-3577fe, 220.00deg 99.00% 60.20%) / 10%);
          border-radius: var(--border-radius-4);
        }

._root_kos2o_8 ._list_kos2o_18 li span:first-child img {
          width: 18px;
          height: 18px;
          margin-right: 7px;
        }

._root_kos2o_8 ._list_kos2o_18 li span:last-child img {
          width: 18px;
          height: 18px;
          margin-left: 7px;
        }

._root_kos2o_8 ._list_kos2o_18 li span:first-child {
        display: flex;
        align-items: center;
        color: var(--hex-b5b9de) !important;
      }

._root_kos2o_8 ._list_kos2o_18 li > span:last-child {
        color: var(--hex-ffffff);
        font-size: 16px;
        line-height: 24px;
      }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_120ps_8 {
  display: flex;
  margin-top: 20px;
}

._root_120ps_8 ._selector_120ps_12 {
    position: absolute;
    top: 21px;
    right: 20px;
  }

._root_120ps_8 ._list_120ps_18 {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
  }

._root_120ps_8 ._list_120ps_18 li {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 5px 0;
      cursor: pointer;
    }

._root_120ps_8 ._list_120ps_18 li:hover:before {
          content: ' ';
          position: absolute;
          left: -10px;
          top: 0;
          width: calc(100% + 20px);
          height: 100%;
          background: hsl(var(--theme-hex-3577fe, 220.00deg 99.00% 60.20%) / 10%);
          border-radius: var(--border-radius-4);
        }

._root_120ps_8 ._list_120ps_18 li img {
        width: 18px;
        height: 18px;
        margin-right: 7px;
      }

._root_120ps_8 ._list_120ps_18 li span:first-child {
        display: flex;
        align-items: center;
        color: var(--hex-b5b9de) !important;
      }

._root_120ps_8 ._list_120ps_18 li > span:last-child {
        color: var(--hex-ffffff);
        font-size: 16px;
        line-height: 24px;
      }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_818k4_8 {
  display: flex;
  margin-top: 20px;
}

._root_818k4_8 ._selector_818k4_12 {
    position: absolute;
    top: 21px;
    right: 20px;
  }

._root_818k4_8 ._list_818k4_18 {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
  }

._root_818k4_8 ._list_818k4_18 li {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 5px 0;
      cursor: pointer;
    }

._root_818k4_8 ._list_818k4_18 li:hover:before {
          content: ' ';
          position: absolute;
          left: -10px;
          top: 0;
          width: calc(100% + 20px);
          height: 100%;
          background: hsl(var(--theme-hex-3577fe, 220.00deg 99.00% 60.20%) / 10%);
          border-radius: var(--border-radius-4);
        }

._root_818k4_8 ._list_818k4_18 li img {
        width: 18px;
        height: 18px;
        margin-right: 7px;
      }

._root_818k4_8 ._list_818k4_18 li ._p-name_818k4_51 {
        display: flex;
        align-items: center;
        color: var(--hex-b5b9de) !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 270px;
      }

._root_818k4_8 ._list_818k4_18 li > span:last-child {
        color: var(--hex-ffffff);
        font-size: 16px;
        line-height: 24px;
      }

._root_818k4_8 ._event-line_818k4_69._event-line_818k4_69._event-line_818k4_69 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

._root_818k4_8 ._event-line_818k4_69._event-line_818k4_69._event-line_818k4_69 > span {
      position: relative;
      width: 100%;
      display: flex;
      align-items: center;
    }

._root_818k4_8 ._event-line_818k4_69._event-line_818k4_69._event-line_818k4_69 span + span {
      margin-left: 2rem;
    }

._root_818k4_8 ._event-line_818k4_69._event-line_818k4_69._event-line_818k4_69 img {
      margin-bottom: 0;
    }

._root_818k4_8 ._loader_818k4_90 {
    margin-top: 30px;
    width: 100%;
  }

._root_818k4_8 ._empty_818k4_95 {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }

._root_818k4_8 ._empty_818k4_95 img {
      width: 70px;
      margin-bottom: 10px;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_17pll_8 {
  display: flex;
  margin-top: 20px;
}

._root_17pll_8 ._selector_17pll_12 {
    position: absolute;
    top: 21px;
    right: 20px;
  }

._root_17pll_8 ._list_17pll_18 {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
  }

._root_17pll_8 ._list_17pll_18 li {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 5px 0;
      height: 34px;
      cursor: pointer;
    }

._root_17pll_8 ._list_17pll_18 li:hover:before {
          content: ' ';
          position: absolute;
          left: -10px;
          top: 0;
          width: calc(100% + 20px);
          height: 100%;
          background: hsl(var(--theme-hex-3577fe, 220.00deg 99.00% 60.20%) / 10%);
          border-radius: var(--border-radius-4);
        }

._root_17pll_8 ._list_17pll_18 li img {
        width: 18px;
        height: 18px;
        margin-right: 7px;
      }

._root_17pll_8 ._list_17pll_18 li span:first-child {
        display: flex;
        align-items: center;
        color: var(--hex-b5b9de) !important;
        max-width: 200px;
      }

._root_17pll_8 ._list_17pll_18 li > span:last-child {
        color: var(--hex-ffffff);
        font-size: 16px;
        line-height: 24px;
      }

._root_17pll_8 ._endpoint-label_17pll_67 img {
      -webkit-transform: translateY(-1px);
              transform: translateY(-1px);
    }

._root_17pll_8 ._endpoint-label_17pll_67 > span {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 150px;
    }

._root_17pll_8 ._event-line_17pll_80 {
    position: absolute;
    right: 0;
    width: calc(100% - 180px);
  }

._root_17pll_8 ._loader_17pll_86 {
    margin-top: 30px;
    width: 100%;
  }

._root_17pll_8 ._empty_17pll_91 {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }

._root_17pll_8 ._empty_17pll_91 img {
      width: 70px;
      margin-bottom: 10px;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_17pll_8 {
  display: flex;
  margin-top: 20px;
}

._root_17pll_8 ._selector_17pll_12 {
    position: absolute;
    top: 21px;
    right: 20px;
  }

._root_17pll_8 ._list_17pll_18 {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
  }

._root_17pll_8 ._list_17pll_18 li {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 5px 0;
      height: 34px;
      cursor: pointer;
    }

._root_17pll_8 ._list_17pll_18 li:hover:before {
          content: ' ';
          position: absolute;
          left: -10px;
          top: 0;
          width: calc(100% + 20px);
          height: 100%;
          background: hsl(var(--theme-hex-3577fe, 220.00deg 99.00% 60.20%) / 10%);
          border-radius: var(--border-radius-4);
        }

._root_17pll_8 ._list_17pll_18 li img {
        width: 18px;
        height: 18px;
        margin-right: 7px;
      }

._root_17pll_8 ._list_17pll_18 li span:first-child {
        display: flex;
        align-items: center;
        color: var(--hex-b5b9de) !important;
        max-width: 200px;
      }

._root_17pll_8 ._list_17pll_18 li > span:last-child {
        color: var(--hex-ffffff);
        font-size: 16px;
        line-height: 24px;
      }

._root_17pll_8 ._endpoint-label_17pll_67 img {
      -webkit-transform: translateY(-1px);
              transform: translateY(-1px);
    }

._root_17pll_8 ._endpoint-label_17pll_67 > span {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 150px;
    }

._root_17pll_8 ._event-line_17pll_80 {
    position: absolute;
    right: 0;
    width: calc(100% - 180px);
  }

._root_17pll_8 ._loader_17pll_86 {
    margin-top: 30px;
    width: 100%;
  }

._root_17pll_8 ._empty_17pll_91 {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }

._root_17pll_8 ._empty_17pll_91 img {
      width: 70px;
      margin-bottom: 10px;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_5gucd_8 ._double-small_5gucd_9 .container.widget {
        height: 200px !important;
        overflow: hidden;
      }

@media (max-width: 1200px) {

._root_5gucd_8 ._double-small_5gucd_9 {
        width: 100% !important
    }

        ._root_5gucd_8 ._double-small_5gucd_9 .container.widget {
          width: 100% !important;
          float: none;
        }
      }

._root_5gucd_8 .container.widget > .title {
      padding-bottom: 10px;
      margin-right: 100px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

._root_5gucd_8 .col-xs-4,
    ._root_5gucd_8 .col-xs-8 {
      /* Default padding is 15 each side and will give us an uneven grid */
      padding-right: 12px;
      padding-left: 12px;
    }

._root_5gucd_8 .col-xs-8 .container.widget {
        /* Double of a xs-4 container height + 20px of margin that is in between */
        height: 420px;
      }

._root_5gucd_8 .col-xs-4 .container.widget {
        height: 200px;
        overflow: hidden;
      }

@media (max-width: 1200px) {
      ._root_5gucd_8 .row-first {
        display: flex;
        flex-direction: column;
      }

        ._root_5gucd_8 .row-first > .col-xs-8 {
          width: 100%;
          float: none;
        }

        ._root_5gucd_8 .row-first > .col-xs-4 {
          width: 100%;
          float: none;
        }

          ._root_5gucd_8 .row-first > .col-xs-4 > .row {
            display: flex;
            flex-direction: row;
          }
        ._root_5gucd_8 .row-last > .col-xs-4 {
          width: 50%;
        }
    }

@media (max-width: 750px) {
          ._root_5gucd_8 .row-first > .col-xs-4 > .row {
            flex-direction: column;
          }
        ._root_5gucd_8 .row-last > .col-xs-4 {
          width: 100%;
        }
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._title_1t36u_8 {
  display: flex;
  margin-bottom: 2rem;
}

._filters-row_1t36u_13 {
  display: flex;
  align-items: center;
}

._filters-row_1t36u_13 span {
    min-width: 45px;
  }

._filters-row_1t36u_13 input + input {
    margin-left: 5px;
  }

._filters-row_1t36u_13 .react-datepicker {
      -webkit-transform: scale(1.3) translate(20px, 26px) translateZ(0);
              transform: scale(1.3) translate(20px, 26px) translateZ(0);
      -webkit-font-smoothing: subpixel-antialiased;
      border: 0;
      background: var(--hex-363a57);
      box-shadow: 7px 10px 13px 0 hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 50%);
    }

._filters-row_1t36u_13 .react-datepicker .react-datepicker__triangle {
        left: 20px !important;
        border-bottom-color: var(--hex-585e80) !important;
        margin-top: -6px !important;
      }

._filters-row_1t36u_13 .react-datepicker .react-datepicker__triangle:before {
          border-bottom-color: var(--hex-585e80) !important;
        }

._filters-row_1t36u_13 .react-datepicker .react-datepicker__header {
        background-color: var(--hex-585e80);
        border: 0;
        border-top-right-radius: 0 !important;
      }

._filters-row_1t36u_13 .react-datepicker .react-datepicker__time-container {
        border-left: 0;
      }

._filters-row_1t36u_13 .react-datepicker .react-datepicker__header--time {
        height: 41px;
        border-top-left-radius: 0 !important;
      }

._filters-row_1t36u_13 .react-datepicker .react-datepicker__day--disabled,
      ._filters-row_1t36u_13 .react-datepicker .react-datepicker__month-text--disabled {
        color: hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 30%) !important;
      }

._filters-row_1t36u_13 .react-datepicker .react-datepicker__time-list {
        height: 106px !important;
        background: var(--hex-363a57);
        color: var(--hex-ffffff);
        font-size: 9px;
      }

._filters-row_1t36u_13 .react-datepicker li.react-datepicker__time-list-item {
        height: auto !important;
      }

._filters-row_1t36u_13 .react-datepicker .react-datepicker__time-list-item--selected,
      ._filters-row_1t36u_13 .react-datepicker li.react-datepicker__time-list-item:hover {
        background: var(--hex-1f8efa) !important;
      }

._filters-row_1t36u_13 .react-datepicker .react-datepicker__month {
        margin: 0;
        padding: 0.4rem;
        background: var(--hex-363a57);
      }

._filters-row_1t36u_13 .react-datepicker .react-datepicker__day--selected,
      ._filters-row_1t36u_13 .react-datepicker .react-datepicker__day:hover,
      ._filters-row_1t36u_13 .react-datepicker .react-datepicker__day--keyboard-selected {
        background: var(--hex-1f8efa);
        border-radius: 50%;
      }

._filters-row_1t36u_13 .react-datepicker .react-datepicker__day-name,
      ._filters-row_1t36u_13 .react-datepicker .react-datepicker__day,
      ._filters-row_1t36u_13 .react-datepicker .react-datepicker__time-name {
        color: var(--hex-ffffff);
      }

._filters-row_1t36u_13 .react-datepicker .react-datepicker__current-month,
      ._filters-row_1t36u_13 .react-datepicker .react-datepicker-time__header,
      ._filters-row_1t36u_13 .react-datepicker .react-datepicker-year-header {
        color: var(--hex-ffffff);
      }

._filters-row_1t36u_13 + ._filters-row_1t36u_13 {
  margin-top: 8px;
}

._toggles_1t36u_111 {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}

._toggles_1t36u_111 label {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
  }

._toggles_1t36u_111 label + label {
    margin-left: 1rem;
  }

._chip_1t36u_127 {
  padding: 3px 8px;
  color: var(--hex-ffffff);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

._chip_1t36u_127:hover {
    background-color: var(--hex-20293c);
  }

._chip_1t36u_127 + ._chip_1t36u_127 {
  margin-left: 2px;
}

._chip_1t36u_127._enabled_1t36u_145 {
  border-radius: var(--border-radius-2);
  background-color: var(--hex-1f8efa);
}

._group-search_1t36u_150 {
  position: relative;
}

._group-search_1t36u_150 ._group-search-drawer_1t36u_153 {
    position: absolute;
    z-index: 10;
    width: 100%;
    border-radius: var(--border-radius-2);
    background-color: var(--hex-07091b);
    box-shadow: 0 6px 13px 0 hsl(var(--theme-hex-152b45, 213.00deg 53.30% 17.60%) / 50%);
    padding: 12px 9px;

    max-height: 200px;
    overflow-y: auto;
  }

._group-search_1t36u_150 ._group-search-drawer_1t36u_153 p {
      color: var(--hex-98a7b9);
      font-size: 12px;
      line-height: 20px;
      margin: 0;
    }

._group-search_1t36u_150 ._group-search-drawer_1t36u_153 ._group-group_1t36u_172 + ._group-group_1t36u_172 {
      margin-top: 1rem;
    }

._group-search_1t36u_150 ._group-search-drawer_1t36u_153 ._options_1t36u_176 {
      display: flex;
      flex-wrap: wrap;
    }

._group-search_1t36u_150 ._group-search-drawer_1t36u_153 ._options_1t36u_176 ._option_1t36u_176 {
        padding: 6px;
        margin: 4px;
        color: var(--hex-dedeed);
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
        cursor: pointer;
        -webkit-user-select: none;
            -ms-user-select: none;
                user-select: none;
        border-radius: var(--border-radius-3);
      }

._group-search_1t36u_150 ._group-search-drawer_1t36u_153 ._options_1t36u_176 ._option_1t36u_176:hover {
          background-color: var(--hex-20293c);
        }

._group-search_1t36u_150 ._group-search-drawer_1t36u_153 ._options_1t36u_176 ._option_1t36u_176._active_1t36u_195 {
          background-color: var(--hex-1f8efa);
        }

._input-number_1t36u_203 {
  width: 100px;
  background-color: var(--hex-20293c);
  border: 1px solid var(--hex-20293c);
  border-radius: var(--border-radius-5);
}

._input-number_1t36u_203:hover {
    border: 1px solid var(--hex-1f8efa) !important;
  }

._input-number_1t36u_203 .rc-input-number-focused {
      border: 1px solid var(--hex-1f8efa) !important;
    }

._input-number_1t36u_203 .rc-input-number-input {
      font-size: 12px;
      line-height: 14px;
      color: var(--hex-ffffff);
      background: inherit;
    }

._input-number_1t36u_203 .rc-input-number-input::-webkit-input-placeholder {
        color: var(--hex-98a7b9);
      }

._input-number_1t36u_203 .rc-input-number-input:-ms-input-placeholder {
        color: var(--hex-98a7b9);
      }

._input-number_1t36u_203 .rc-input-number-input::-ms-input-placeholder {
        color: var(--hex-98a7b9);
      }

._input-number_1t36u_203 .rc-input-number-input::placeholder {
        color: var(--hex-98a7b9);
      }

._datepicker_1t36u_231 {
  width: 185px;
  /* transform: scale(1.5) translate(35px, 25px) */
  margin-right: 5px;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_cfpdh_8 {
  position: relative;
}

._root_cfpdh_8 ._title_cfpdh_11 {
    display: flex;
    margin-bottom: 2rem;
  }

._root_cfpdh_8 ._presets_cfpdh_16 {
    position: absolute;
    top: 0;
    right: 0;
  }

._root_cfpdh_8 ._inputs_cfpdh_22 {
    display: flex;
    flex-direction: column;
  }

._root_cfpdh_8 ._inputs_cfpdh_22 ._input-group_cfpdh_26 {
      display: flex;
      align-items: center;
      position: relative;
    }

._root_cfpdh_8 ._inputs_cfpdh_22 ._input-group_cfpdh_26 ._label_cfpdh_31 {
        width: 60px;

        color: var(--hex-8a9eb2);
        font-size: 14px;
        line-height: 20px;
      }

._root_cfpdh_8 ._inputs_cfpdh_22 ._input-group_cfpdh_26 ._input_cfpdh_22 {
        width: 100%;
      }

._root_cfpdh_8 ._inputs_cfpdh_22 ._input-group_cfpdh_26 ._input_cfpdh_22 ._clear_cfpdh_42 {
          position: absolute;
          padding: 10px;
          display: flex;
          align-items: center;
          justify-content: center;
          top: 2px;
          right: 0;
          cursor: pointer;
          pointer-events: all;
          opacity: 1;
        }

._root_cfpdh_8 ._inputs_cfpdh_22 ._input-group_cfpdh_26 ._input_cfpdh_22 ._clear_cfpdh_42._hide_cfpdh_54 {
            opacity: 0;
            pointer-events: none;
          }

._root_cfpdh_8 ._inputs_cfpdh_22 ._input-group_cfpdh_26 + ._input-group_cfpdh_26 {
      margin-top: 10px;
    }

._datepicker_cfpdh_68 {
  width: 185px;
}

.react-datepicker-wrapper {
    width: 100%;
  }

.react-datepicker-wrapper .js-datepicker {
      width: 100%;
    }

.react-datepicker {
    -webkit-transform: scale(1.3) translate(20px, 26px) translateZ(0);
            transform: scale(1.3) translate(20px, 26px) translateZ(0);
    -webkit-font-smoothing: subpixel-antialiased;
    border: 0;
    background: var(--hex-363a57);
    box-shadow: 7px 10px 13px 0 hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 50%);
    display: flex;
  }

.react-datepicker .react-datepicker__triangle {
      left: 20px !important;
      border-bottom-color: var(--hex-585e80) !important;
      margin-top: -6px !important;
    }

.react-datepicker .react-datepicker__triangle:before {
        border-bottom-color: var(--hex-585e80) !important;
      }

.react-datepicker .react-datepicker__header {
      background-color: var(--hex-585e80);
      border: 0;
      border-top-right-radius: 0 !important;
    }

.react-datepicker .react-datepicker__month-container {
      border-left: 0;
      float: initial;
    }

.react-datepicker .react-datepicker__time-container {
      border-left: 0;
      float: initial;
    }

.react-datepicker .react-datepicker__header--time {
      height: 41px;
      border-top-left-radius: 0 !important;
    }

.react-datepicker .react-datepicker__day--disabled, .react-datepicker .react-datepicker__month-text--disabled {
      color: hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 30%) !important;
    }

.react-datepicker .react-datepicker__time-list {
      height: 106px !important;
      background: var(--hex-363a57);
      color: var(--hex-ffffff);
      font-size: 9px;
    }

.react-datepicker li.react-datepicker__time-list-item {
      height: auto !important;
    }

.react-datepicker .react-datepicker__time-list-item--selected, .react-datepicker li.react-datepicker__time-list-item:hover {
      background: var(--hex-1f8efa) !important;
    }

.react-datepicker .react-datepicker__month {
      margin: 0;
      padding: 0.4rem;
      background: var(--hex-363a57);
    }

.react-datepicker .react-datepicker__day--selected, .react-datepicker .react-datepicker__day:hover, .react-datepicker .react-datepicker__day--keyboard-selected {
      background: var(--hex-1f8efa);
      border-radius: 50%;
    }

.react-datepicker .react-datepicker__day-name, .react-datepicker .react-datepicker__day, .react-datepicker .react-datepicker__time-name {
      color: var(--hex-ffffff);
    }

.react-datepicker .react-datepicker__current-month, .react-datepicker .react-datepicker-time__header, .react-datepicker .react-datepicker-year-header {
      color: var(--hex-ffffff);
    }

.react-datepicker .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
      right: 100px;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_16gcg_8 ._add_16gcg_9 {
    color: var(--hex-ffffff);
  }

._root_16gcg_8 ._add_16gcg_9:not(._single_16gcg_12) {
      height: 21px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 25px;
      margin-bottom: 0;
    }

._root_16gcg_8 ._add_16gcg_9._single_16gcg_12 {
      display: flex;
      align-items: center;
      margin: 0;
    }

._root_16gcg_8 ._add_16gcg_9 svg {
      margin: 0;
      -webkit-transform: rotateZ(45deg);
              transform: rotateZ(45deg);
    }

._root_16gcg_8 ._add_16gcg_9 .span {
        padding-left: 7px;
        font-size: 11px;
        text-transform: uppercase;
        line-height: 11px;
      }

._root_16gcg_8 ._hasGroups_16gcg_42 .js-tag {
        width: 20px;
        border-radius: 100%;
        padding-left: 0;
        padding-right: 0;
      }

._root_16gcg_8 .js-tag {
      -webkit-user-select: none;
          -ms-user-select: none;
              user-select: none;
      width: 100%;
      border-radius: var(--border-radius-10);
      cursor: pointer;
      text-align: center;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._block-wrapper_1kj0x_8 {
  height: 100%;
  overflow-y: auto;
  background: var(--hex-181b30) !important;
}

._block-wrapper_1kj0x_8::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

._block-wrapper_1kj0x_8::-webkit-scrollbar-track {
    background: var(--hex-07091b);
  }

._block-wrapper_1kj0x_8::-webkit-scrollbar-thumb {
    background: var(--hex-585e80);
  }

._row_1kj0x_27 {
  display: flex;
}

._row_1kj0x_27 ._key_1kj0x_30 {
    color: var(--hex-898eba);
    font-size: 12px;
    line-height: 24px;
    min-width: 120px;
  }

._row_1kj0x_27 ._value_1kj0x_37 {
    color: var(--hex-f1f3fa);
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    width: 100%;
  }

._row_1kj0x_27 ._value_1kj0x_37 > svg {
      width: 14px;
      height: 14px;
      margin-right: 6px;
    }

._row_1kj0x_27 ._value_1kj0x_37 .indicator-value-list > div {
          display: flex;
          align-items: center;
          color: var(--hex-ffffff);
        }

._row_1kj0x_27 + ._row_1kj0x_27 {
  margin-top: 8px;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._status-bubble_1ujnj_8 {
  position: absolute;
  right: 25px;
  top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  letter-spacing: normal;
}

._status-bubble_1ujnj_8 > span {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 100%;
    margin-left: 13px;
  }

._footer_1ujnj_27 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 24px;
  padding: 0 15px;
  padding-bottom: 25px;
  padding-right: 0;
  z-index: 10;
}

._footer_1ujnj_27 a {
    display: inline-block;
    padding-top: 1rem;
  }

._footer_1ujnj_27 .btn {
      padding: 0.8em 13px;
    }

@media (min-width: 768px) {

._modal-bg_1ujnj_51._modal-bg_1ujnj_51 {
    width: 100%;
    max-width: 650px
}
  }

._modal-bg_1ujnj_51._modal-bg_1ujnj_51 .modal-content {
      position: relative;
      padding-bottom: 66px;
    }

._modal-bg_1ujnj_51 .side-modal-title {
      border-bottom: 0;

      color: var(--hex-ffffff);
      font-size: 12px;
      letter-spacing: 1.71px;
      line-height: 20px;
    }

._modal-bg_1ujnj_51 .card-title {
      border-bottom: 0;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1iumc_8 {
  position: relative;
  padding: 0;
  background-color: var(--hex-181b30);
  margin-bottom: 4rem;
  border-radius: var(--border-radius-8);
}

._root_1iumc_8 .js-emptyState-opacity {
      top: 70px;
      height: calc(100% - 70px);
    }

._root_1iumc_8 ._export_1iumc_22 {
    display: none;
  }

._root_1iumc_8 ._export_1iumc_22._shouldShowExport_1iumc_25 {
      z-index: 90;
      display: inline-block;
      position: absolute;
      right: 20px;
      top: 15px;
    }

._root_1iumc_8 .rc-table td .date {
      color: inherit;
    }

._assetTypes_1iumc_41 > img {
    padding-right: 10px;
  }

._assetTypes_1iumc_41 .div-cta + .div-cta {
      padding-left: 10px !important;
    }

._endpointStatus_1iumc_53 {
  display: flex;
  align-items: center;
}

._endpointStatus_1iumc_53 ._status_1iumc_57 {
    display: inline-block;
    height: 8px;
    width: 8px;
    padding-right: 8px;
    margin-bottom: 2px;
    border-radius: 100%;
    margin-right: 4px;
    background-color: var(--hex-607285);
  }

._endpointStatus_1iumc_53 ._status_1iumc_57._online_1iumc_67 {
      background-color: var(--hex-28f29a);
    }

._status_1iumc_57 span + span {
    margin-left: 10px;
  }

._isolated_1iumc_79 g {
  fill: var(--hex-ff4b66);
}

._alert_1iumc_83 {
  stroke: var(--hex-ffdd2e);
}

._alert_1iumc_83._red_1iumc_86 {
    stroke: var(--hex-ff4b66);
  }

._groups_1iumc_91 {
  position: relative;
}

._domain_1iumc_95 {
  line-height: 20px;
  margin-bottom: 5px;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_i4j1w_8 {
  min-height: 128px;
}

._root_i4j1w_8 ._wrapper_i4j1w_11 {
    display: flex;
  }

/* Total endpoint counts */

._root_i4j1w_8 ._wrapper_i4j1w_11 ._col_i4j1w_15:first-child ._title_i4j1w_16 {
        display: flex;
        align-items: center;
        margin-bottom: 36px;
      }

._root_i4j1w_8 ._wrapper_i4j1w_11 ._col_i4j1w_15:first-child ._title_i4j1w_16 svg {
          -webkit-transform: translateY(-1px);
                  transform: translateY(-1px);
        }

._root_i4j1w_8 ._wrapper_i4j1w_11 ._col_i4j1w_15:first-child ._title_i4j1w_16 span {
          margin-left: 6px;
          font-size: 14px;
          letter-spacing: 0.5px;
          line-height: 20px;
        }

._root_i4j1w_8 ._wrapper_i4j1w_11 ._col_i4j1w_15:first-child ._value_i4j1w_33 {
        color: var(--hex-ffffff);
        font-size: 40px;
        font-weight: 300;
        line-height: 47px;
      }

/* Rest of endpoint counts  */

._root_i4j1w_8 ._wrapper_i4j1w_11 ._col_i4j1w_15:last-child {
      display: flex;
    }

._root_i4j1w_8 ._wrapper_i4j1w_11 ._col_i4j1w_15 + ._col_i4j1w_15 {
      margin-left: 40px;
      margin-top: 30px;
    }

@media (max-width: 1480px) {

._root_i4j1w_8 ._wrapper_i4j1w_11 ._col_i4j1w_15 + ._col_i4j1w_15 {
        margin-left: 4px
    }
      }

._latestAgent_i4j1w_57 {
  display: flex;
  align-items: center;
}

._latestAgent_i4j1w_57 > span:last-child {
    height: 16px;
    margin-left: 5px;
  }

._os-container_i4j1w_67 {
  width: 180px;
}

._os-container_i4j1w_67 ._os-row_i4j1w_70 {
    display: flex;
    align-items: center;
  }

._os-container_i4j1w_67 ._os-row_i4j1w_70 svg {
      margin-right: 5px;
    }

._os-container_i4j1w_67 ._os-row_i4j1w_70 + ._os-row_i4j1w_70 {
    margin-top: 8px;
  }

._section_i4j1w_84._no-hover_i4j1w_85 ._row_i4j1w_86 {
      cursor: default;
    }

._section_i4j1w_84._no-hover_i4j1w_85 ._row_i4j1w_86:hover {
      background: inherit;
    }

._section_i4j1w_84 ._row_i4j1w_86 {
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: var(--border-radius-5);
    padding: 4px 10px;
  }

._section_i4j1w_84 ._row_i4j1w_86:hover {
      background: var(--hex-222644);
    }

._section_i4j1w_84 ._row_i4j1w_86._active_i4j1w_105 {
      background-color: var(--hex-0070df);
    }

._section_i4j1w_84 ._row_i4j1w_86._active_i4j1w_105 span {
        color: var(--hex-ffffff) !important;
      }

._section_i4j1w_84 ._row_i4j1w_86._active_i4j1w_105 ._ic_i4j1w_112 {
        background-color: var(--hex-1a7ee2);
      }

._section_i4j1w_84 ._row_i4j1w_86._active_i4j1w_105 ._ic_i4j1w_112 g {
          fill: var(--hex-ffffff);
        }

._section_i4j1w_84 ._row_i4j1w_86 ._labels_i4j1w_121 {
      margin-left: 8px;
      display: flex;
      flex-direction: column;
      -webkit-transform: translateY(2px);
              transform: translateY(2px);
    }

._section_i4j1w_84 ._row_i4j1w_86 ._labels_i4j1w_121 > span:first-child {
        font-size: 13px;
        line-height: 15px;
      }

._section_i4j1w_84 ._row_i4j1w_86 ._labels_i4j1w_121 > span:last-child {
        color: var(--hex-f1f3fa);
        font-size: 13px;
        line-height: 24px;
      }

._section_i4j1w_84 ._row_i4j1w_86 + ._row_i4j1w_86 {
    margin-top: 7px;
  }

._section_i4j1w_84 ._ic_i4j1w_112 {
    border-radius: var(--border-radius-5);
    background-color: var(--hex-2b2d44);
    display: flex;
    padding: 7px;
    align-items: center;
    justify-content: center;
  }

._section_i4j1w_84 ._bar_i4j1w_153 {
    height: 38px;
    width: 3px;
    border-radius: var(--border-radius-2);
    background-color: var(--hex-607285);
  }

._section_i4j1w_84 ._bar_i4j1w_153._online_i4j1w_159 {
      background-color: var(--hex-28f29a);
    }

._section_i4j1w_84 ._progress_i4j1w_164 {
    position: relative;
    height: 38px;
    width: 8px;
    border-radius: var(--border-radius-2);
    background-color: var(--hex-2b2d44);
  }

._section_i4j1w_84 ._progress_i4j1w_164 ._bar_i4j1w_153 {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      border-radius: 0 0 var(--border-radius-2) var(--border-radius-2);
    }

._section_i4j1w_84 ._progress_i4j1w_164._low_i4j1w_179 ._bar_i4j1w_153 {
        background: linear-gradient(180deg, var(--hex-51b58c) 0%, var(--hex-00c1ff) 100%);
      }

._section_i4j1w_84 ._progress_i4j1w_164._high_i4j1w_185 ._bar_i4j1w_153 {
        background: linear-gradient(
          0deg,
          var(--hex-ff4b66) 0%,
          var(--hex-f2921f) 33.34%,
          var(--hex-ffdd2e) 100%
        );
      }

._section_i4j1w_84 + ._section_i4j1w_84 {
  margin-left: 30px;
}

@media (max-width: 1480px) {

._section_i4j1w_84 + ._section_i4j1w_84 {
    margin-left: 14px
}
  }

@media (max-width: 1350px) {

._section_i4j1w_84 + ._section_i4j1w_84 {
    margin-left: 30px
}
  }

._loader_i4j1w_210 {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

._loader_i4j1w_210 .spinner {
      position: inherit;
      top: initial;
      left: initial;
      -webkit-transform: none;
              transform: none;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_z9m1n_8 {
  position: relative;
  min-height: 127px;
}

._root_z9m1n_8 ._wrapper_z9m1n_12 {
    display: flex;
  }

._root_z9m1n_8 ._wrapper_z9m1n_12 ._chart-wrapper_z9m1n_15 {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
      min-width: 135px;
      margin-right: 35px;
    }

._root_z9m1n_8 ._wrapper_z9m1n_12 ._chart-wrapper_z9m1n_15 .recharts-responsive-container {
          position: absolute;
          left: -17px;
          top: -23px;
        }

._root_z9m1n_8 ._wrapper_z9m1n_12 ._chart-wrapper_z9m1n_15 .recharts-default-tooltip {
          padding: 2px 10px !important;
          background-color: var(--hex-363a57) !important;
          font-size: 12px;
          line-height: 12px;
          border-radius: var(--border-radius-4);
        }

._root_z9m1n_8 ._wrapper_z9m1n_12 ._chart-wrapper_z9m1n_15 .recharts-default-tooltip li {
            padding: 0;
            color: var(--hex-ffffff) !important;
          }

._root_z9m1n_8 ._wrapper_z9m1n_12 ._descriptions_z9m1n_42 {
      display: flex;
      width: 100%;
    }

._root_z9m1n_8 ._wrapper_z9m1n_12 ._descriptions_z9m1n_42 > div {
        flex: 1;
        margin-left: 13px;
      }

._root_z9m1n_8 ._wrapper_z9m1n_12 ._descriptions_z9m1n_42 ._item_z9m1n_51 {
        font-size: 12px;
        line-height: 14px;
        display: grid;
        grid-auto-flow: column;
        grid-template-columns: 24px;
      }

._root_z9m1n_8 ._wrapper_z9m1n_12 ._descriptions_z9m1n_42 ._item_z9m1n_51 span {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          color: var(--hex-898eba);
        }

._root_z9m1n_8 ._wrapper_z9m1n_12 ._descriptions_z9m1n_42 ._item_z9m1n_51 ._color_z9m1n_65 {
          height: 7px;
          width: 17px;
          align-self: center;
        }

._root_z9m1n_8 ._wrapper_z9m1n_12 ._descriptions_z9m1n_42 ._item_z9m1n_51 + ._item_z9m1n_51 {
        margin-top: 13px;
      }

._loader_z9m1n_79 {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

._loader_z9m1n_79 .spinner {
      position: inherit;
      top: initial;
      left: initial;
      -webkit-transform: none;
              transform: none;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_ohjyh_8 {
  display: flex;
}

@media (max-width: 1350px) {

._root_ohjyh_8 {
    flex-direction: column
}
      ._root_ohjyh_8 .endpoints-trend {
        width: 100%;
        padding-right: 15px !important;
        padding-left: 15px !important;
      }
  }

._root_ohjyh_8 .endpoints-trend {
      display: flex;
    }

._root_ohjyh_8 .endpoints-trend > div {
        width: 100%;
      }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_17mam_8 {
  text-align: center;
  max-width: 56rem;
  margin: 0 auto;
}

._root_17mam_8 h3 {
    display: block;
    font-size: 2.4rem;
    line-height: 2.8rem;
    text-align: center;
  }

._root_17mam_8 svg {
    width: 10rem;
    height: 9.4rem;
    margin-bottom: 2.4rem;
  }

._root_17mam_8 svg path {
      fill: var(--hex-363a57);
    }

._wrapper_17mam_31 {
  position: relative;
  min-height: 60rem;
  padding-top: 16rem;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._footer_11ada_8 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: calc(100% - 48px);
  padding: 0 15px;
  padding-bottom: 25px;
  padding-right: 0;
  z-index: 10;
}

._footer_11ada_8 > button {
    margin-left: 15px;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._block-wrapper_yntad_8 {
  height: 100%;
  overflow-y: auto;
  background: var(--hex-181b30) !important;
}

._block-wrapper_yntad_8::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

._block-wrapper_yntad_8::-webkit-scrollbar-track {
    background: var(--hex-07091b);
  }

._block-wrapper_yntad_8::-webkit-scrollbar-thumb {
    background: var(--hex-585e80);
  }

._row_yntad_27 {
  display: flex;
}

._row_yntad_27 ._key_yntad_30 {
    color: var(--hex-898eba);
    font-size: 12px;
    line-height: 24px;
    min-width: 75px;
  }

._row_yntad_27 ._value_yntad_37 {
    color: var(--hex-f1f3fa);
    font-size: 13px;
    line-height: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    word-break: break-all;
  }

._row_yntad_27 ._value_yntad_37 svg {
      width: 16px;
      height: 16px;
      margin-right: 6px;
    }

._row_yntad_27 ._value_yntad_37 svg g {
        fill: var(--hex-ffffff);
      }

._row_yntad_27 ._value_yntad_37 .indicator-value-list > div {
          display: flex;
          align-items: center;
        }

._row_yntad_27 + ._row_yntad_27 {
  margin-top: 8px;
}

._source-alert_yntad_71 ._severity_yntad_72 {
    display: inline-block;
    height: 9px;
    width: 9px;
    margin-right: 6px;

    border: 1.5px solid var(--hex-6d859a);
    border-radius: 100%;
  }

._source-alert_yntad_71 ._severity_yntad_72._high_yntad_81 {
        border: 2px solid var(--hex-ff4b66);
      }

._source-alert_yntad_71 ._severity_yntad_72._medium_yntad_87 {
        border: 2px solid var(--hex-f9a926);
      }

._source-alert_yntad_71 ._severity_yntad_72._low_yntad_93 {
        border: 2px solid var(--hex-ffdd2e);
      }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_kmoas_8 {
  position: relative;
  padding: 0;
  background-color: var(--hex-181b30);
  margin-bottom: 4rem;
  border-radius: var(--border-radius-8);
}

._root_kmoas_8 .rc-table td .date {
      color: inherit;
    }

._root_kmoas_8 .js-action + .js-action {
      margin-left: 8px;
    }

._root_kmoas_8 ._overlay_kmoas_25 {
    position: absolute;
    left: -24px;
    top: -65px;
    width: calc(100% + 48px);
    height: calc(100% + 130px);
    border-radius: var(--border-radius-8);
    z-index: 98;
    opacity: 1;
    visibility: hidden;
    transition: background 0.2s ease-in-out, opacity 0.2s ease-in-out;
  }

._root_kmoas_8 ._overlay_kmoas_25._active_kmoas_37 {
      visibility: visible;
      background: var(--hex-07091b);
      opacity: 0.6;
    }

._createCTA_kmoas_45 {
  display: flex;
  justify-content: flex-end;
  align-items: center;

  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 90;
}

._createCTA_kmoas_45 button i {
      color: var(--hex-ffffff);
    }

._icon_kmoas_62 {
  width: 21px;
  margin-right: 5px;
}

._noti_kmoas_67 {
  background: var(--hex-2b2d44);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
}

._noti_kmoas_67 > span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    font-weight: 500;
    font-size: 11px;
    color: var(--hex-ffffff);
  }

._highlight_kmoas_85 {
  color: var(--hex-ffffff);
}

._tags-list_kmoas_89 {
  margin-top: 10px;
  max-width: 400px;
}

._tags-list_kmoas_89 > div {
    display: inline-block;
  }

._nameRow_kmoas_98 {
  min-height: 43px;
  display: flex;
  align-items: center;
}

._checkbox_kmoas_104 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
}

._status_kmoas_118 {
  display: flex;
  align-items: center;
}

._status_kmoas_118 svg {
    margin-right: 5px;
  }

._endpointStatus_kmoas_127 {
  display: flex;
  align-items: center;
}

._endpointStatus_kmoas_127 ._status_kmoas_118 {
    display: inline-block;
    height: 8px;
    width: 8px;
    padding-right: 8px;
    margin-bottom: 2px;
    border-radius: 100%;
    margin-right: 4px;
    background-color: var(--hex-607285);
  }

._endpointStatus_kmoas_127 ._status_kmoas_118._online_kmoas_141 {
      background-color: var(--hex-28f29a);
    }

._trimmed_kmoas_147 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._user_kmoas_153 {
  align-items: center;
  display: flex;
}

._user_kmoas_153 > img {
    margin-right: 6px;
  }

._multiple-options_kmoas_162 {
  position: absolute;
  top: 13px;
  right: 20px;
  z-index: 10;
}

._actions_kmoas_169 {
  display: flex;
}

._actions_kmoas_169 span + span {
    margin-left: 8px;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_7agst_8 {
  margin-bottom: 4rem;
  overflow: hidden;
}

._root_7agst_8 .js-card {
      padding: 0;
    }

._root_7agst_8 .nav.nav-tabs {
      background: var(--hex-07091b);
    }

._root_7agst_8 .nav.nav-tabs li > a {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 14px;
      }

._root_7agst_8 .js-table-filters-container {
      border: 0;
    }

._root_7agst_8 .js-incidents-table {
      width: calc(100% + 48px);
      margin-left: -24px;
      margin-bottom: 0;
    }

._root_7agst_8 .js-close-all-alerts {
      max-width: 1445px !important;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_pyj8i_8 {
  position: relative;
}

._recharts-tooltip_pyj8i_12 {
  border-radius: var(--border-radius-5);
  background-color: hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 50%);
  padding: 8px;
}

._recharts-tooltip_pyj8i_12 > div {
    color: var(--hex-ffffff);
    font-size: 11px;
    line-height: 13px;
  }

._recharts-tooltip_pyj8i_12 div + div {
    margin-top: 3px;
  }

._square_pyj8i_28 {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 5px;
}

._square_pyj8i_28._high_pyj8i_34 {
    background: var(--hex-ff4b66);
  }

._square_pyj8i_28._medium_pyj8i_37 {
    background: var(--hex-f9a926);
  }

._square_pyj8i_28._low_pyj8i_40 {
    background: var(--hex-dab602);
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_5lypc_8 {
  position: relative;
  display: flex;
  flex-flow: column;
}

._recharts-tooltip_5lypc_14 {
  border-radius: var(--border-radius-5);
  background-color: hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 50%);
  padding: 8px;
}

._recharts-tooltip_5lypc_14 > div {
    color: var(--hex-ffffff);
    font-size: 11px;
    line-height: 13px;
  }

._recharts-tooltip_5lypc_14 div + div {
    margin-top: 3px;
  }

._square_5lypc_30 {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 5px;
}

._square_5lypc_30._green_5lypc_36 {
    background: var(--hex-28f29a);
  }

._y-axis_5lypc_41 {
  display: flex;
  margin-right: 10px;
  margin-top: -2px;
}

._y-axis_5lypc_41 > span {
    height: 17px;
    padding: 3px 8px;
    border: 1px solid var(--hex-28f29a);
    border-radius: var(--border-radius-8);
    color: var(--hex-28f29a);
    font-size: 10px;
    letter-spacing: 0;
    line-height: 10px;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_geif7_8 {
  display: flex;
}

._root_geif7_8 ._list_geif7_11 {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
  }

._root_geif7_8 ._list_geif7_11 li {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 5px 0;
    }

._root_geif7_8 ._list_geif7_11 li img {
        width: 17px !important;
        height: 17px !important;
        margin-right: 7px;
      }

._root_geif7_8 ._list_geif7_11 li span:first-child {
        display: flex;
        align-items: center;
        color: var(--hex-b5b9de) !important;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 20px;
      }

._root_geif7_8 ._list_geif7_11 li > span:last-child {
        color: var(--hex-ffffff);
        font-size: 16px;
        line-height: 24px;
      }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._status-bubble_1lurh_8 {
  position: absolute;
  right: 25px;
  top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}

._status-bubble_1lurh_8 span {
    color: var(--hex-b5b9de);
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
  }

._footer_1lurh_26 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: calc(100% - 48px);
  padding: 0 15px;
  padding-bottom: 25px;
  padding-right: 0;
  z-index: 10;
}

._footer_1lurh_26 > button,
  ._footer_1lurh_26 a {
    margin-top: 1rem;
  }

._footer_1lurh_26 a {
    display: inline-block;
    margin-left: 15px;
  }

._footer_1lurh_26 .btn {
      padding: 0.8em 13px;
    }

@media (min-width: 768px) {

._modal-bg_1lurh_55._modal-bg_1lurh_55 {
    width: 100%;
    max-width: 650px
}
  }

._modal-bg_1lurh_55._modal-bg_1lurh_55 .modal-content {
      position: relative;
      padding-bottom: 66px;
    }

._modal-bg_1lurh_55._modal-bg_1lurh_55 .tab-pane,
    ._modal-bg_1lurh_55._modal-bg_1lurh_55 .tab-content,
    ._modal-bg_1lurh_55._modal-bg_1lurh_55 .incident-details-tabs {
      height: 100%;
    }

._closed-at_1lurh_75 {
  position: absolute;
  top: -25px;
  right: 0;
  margin: 0;
  font-size: 13px;
  color: var(--hex-6a93ff);
}

._header-title_1lurh_84 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

._header-title_1lurh_84 > div:first-child {
    width: 100%;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._status-wrapper_7a947_8 > div {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
  }

._label_7a947_17 {
  border-radius: var(--border-radius-10);
  padding: 1px 8px;
}

._label_7a947_17 > span {
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.3px;
    line-height: 11px;
    display: inline-block;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    text-transform: uppercase;
  }

._label_7a947_17._benign_7a947_31 {
    background: hsl(var(--theme-hex-28f29a, 154.00deg 88.60% 55.30%) / 20%);
  }

._label_7a947_17._benign_7a947_31 > span {
      color: var(--hex-28f29a);
    }

._label_7a947_17._malicious_7a947_39 {
    background: hsl(var(--theme-hex-ff4b66, 351.00deg 100.00% 64.70%) / 20%);
  }

._label_7a947_17._malicious_7a947_39 span {
      color: var(--hex-ff4b66);
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._title-container_pm2eg_8 {
  display: flex;
  align-items: center;
}

._title-container_pm2eg_8._with-cols_pm2eg_12 {
    flex-direction: column;
  }

/* this is for the score */
._severity_pm2eg_18 {
  line-height: 30px;
}
._severity_pm2eg_18 ._score_pm2eg_21 {
    font-size: 35px;
    color: var(--hex-ff4b66);
  }
._severity_pm2eg_18 ._placeholder_pm2eg_26 {
    font-size: 20px;
    color: var(--hex-7072ac);
  }

/* event type icons section..*/
._parent_pm2eg_33 {
  display: flex;
  align-items: center;
  width: 100%;
}
._parent_pm2eg_33._padded_pm2eg_38 {
    padding-top: 1rem;
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
  }
._parent_pm2eg_33 img {
    width: 30px;
  }
._parent_pm2eg_33 ._text_pm2eg_47 {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
  }
._parent_pm2eg_33 ._text_pm2eg_47 ._title_pm2eg_8 {
      color: var(--hex-ff4b66);
      font-size: 16px;
      line-height: 15px;
    }
._parent_pm2eg_33 ._text_pm2eg_47 ._subtitle_pm2eg_58 {
      color: var(--hex-5a83ef);
      font-size: 11px;
    }

._download-action_pm2eg_65 {
  margin-left: auto;
  padding: 0 !important;
}

._download-action_pm2eg_65 img {
    width: 2.2em !important;
  }

._tab-container_pm2eg_74 {
  height: calc(100% - 60px);
  overflow-y: auto;
  overflow-x: hidden;
}

._tab-container_pm2eg_74 .js-triggers-explorer-list {
      width: 100%;
      margin-left: 0;
    }

._extra-container_pm2eg_87 {
  font-size: 12.6px;
}

._extra-container_pm2eg_87._triggers_pm2eg_90 h3 {
      padding: 0 39px;
    }

._extra-container_pm2eg_87._triggers_pm2eg_90 > div > h3 {
      padding: 0 39px !important;
    }

._extra-container_pm2eg_87 h3 {
    margin-top: 0;
    font-size: 16px;
    line-height: 15px;
    font-weight: 400;
    color: var(--hex-6a93ff);
    margin-bottom: 18px;
  }

._extra-container_pm2eg_87 img {
    width: 14px;
    height: 14px;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }

._extra-container_pm2eg_87 .js-triggers-pagination {
      right: 24px;
    }

._relatedKeyEvents_pm2eg_122 {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  padding: 0 39px;
}

._relatedKeyEvents_pm2eg_122 h3 {
    color: var(--hex-898eba) !important;
    font-size: 12px !important;
    line-height: 24px !important;
    letter-spacing: 0 !important;
    text-transform: capitalize !important;
    padding: 0 !important;
  }

._processData_pm2eg_138 {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

._processData_pm2eg_138 ._row_pm2eg_143 {
    padding: 7px 39px;
    display: flex;
    position: relative;
  }

._processData_pm2eg_138 ._row_pm2eg_143:hover {
      background: var(--hex-222644);
    }

._processData_pm2eg_138 ._row_pm2eg_143 ._key_pm2eg_152 {
      color: var(--hex-898eba);
      font-size: 12px;
      line-height: 24px;
      min-width: 60px;
      display: inline-block;
    }

._processData_pm2eg_138 ._row_pm2eg_143 ._value_pm2eg_159 {
      width: 100%;
      color: var(--hex-f1f3fa);
      font-size: 13px;
      line-height: 24px;
      padding-right: 20px;

      overflow: hidden;
      text-overflow: ellipsis;
      white-space: pre;
    }

._processData_pm2eg_138 ._row_pm2eg_143 .actions {
        position: absolute;
        right: 24px;
        top: 50%;
        height: 25px;
        width: 25px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
      }

._processData_pm2eg_138 ._row_pm2eg_143 .actions img {
          cursor: pointer;
          padding: 0;
          height: 25px;
          width: 25px;
        }

._processDetails_pm2eg_191 {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  padding: 0 39px;
}

._processDetails_pm2eg_191 ._row_pm2eg_143 {
    display: flex;
    align-items: center;
  }

._processDetails_pm2eg_191 ._row_pm2eg_143 ._col_pm2eg_201 {
      font-size: 14px;
      line-height: 20px;
      color: var(--hex-b5b9de);
      display: flex;
      align-items: center;
      width: 100%;
      flex-shrink: 0;
      max-width: 250px;
    }

._processDetails_pm2eg_191 ._row_pm2eg_143 ._col_pm2eg_201:first-child {
        flex-basis: 160px;
      }

._processDetails_pm2eg_191 ._row_pm2eg_143 ._col_pm2eg_201:first-child span:first-child {
          min-width: 63px;
        }

._processDetails_pm2eg_191 ._row_pm2eg_143 ._col_pm2eg_201:last-child {
        max-width: 100%;
      }

._processDetails_pm2eg_191 ._row_pm2eg_143 ._col_pm2eg_201:last-child span:first-child {
          min-width: 73px;
        }

._processDetails_pm2eg_191 ._row_pm2eg_143 ._col_pm2eg_201 span:first-child {
        color: var(--hex-898eba);
        font-size: 12px;
        line-height: 24px;
      }

._processDetails_pm2eg_191 ._row_pm2eg_143 ._col_pm2eg_201 span:last-child {
        color: var(--hex-f1f3fa);
        font-size: 14px;
        line-height: 20px;

        display: flex;
        align-items: center;
      }

._processDetails_pm2eg_191 ._row_pm2eg_143 ._col_pm2eg_201 span:last-child > svg {
          width: 18px;
          height: 14px;
          -webkit-transform: translateY(1px);
                  transform: translateY(1px);
          margin-right: 4px;
        }

._processDetails_pm2eg_191 ._row_pm2eg_143 ._col_pm2eg_201 ._ellipsis_pm2eg_248 {
        /* Add css elipsis */
        min-width: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

._processDetails_pm2eg_191 ._row_pm2eg_143 ._col_pm2eg_201._highlight_pm2eg_256 {
        color: var(--hex-ffffff);
      }

._processDetails_pm2eg_191 ._row_pm2eg_143 + ._row_pm2eg_143 {
    margin-top: 8px;
  }

._processDetails_pm2eg_191 ._col_pm2eg_201 + ._col_pm2eg_201 {
    margin-left: 1rem;
  }

._processDetailsContainer_pm2eg_271 {
  position: relative;
  height: 80vh;
}

._processDetailsContainer_pm2eg_271 ._processDetailsWrapper_pm2eg_275 {
    position: absolute;
    left: -38px;
    top: 0;
    height: 100%;
    width: calc(100% + 77px);
  }

._processDetailsContainer_pm2eg_271 ._processDetailsWrapper_pm2eg_275 .js-parent {
        padding: 10px 39px !important;
      }

._processDetailsContainer_pm2eg_271 ._processDetailsWrapper_pm2eg_275 li + li {
      padding-left: 72px !important;
    }

._processDetailsContainer_pm2eg_271 ._processDetailsWrapper_pm2eg_275 li + li img {
        left: 46px !important;
      }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._tab-container_14gqe_8 {
  padding-top: 16px;
  height: calc(100vh - 200px);
  overflow-y: auto;
  overflow-x: hidden;
}

._tab-container_14gqe_8 .js-triggers-explorer-list {
      width: 100%;
      margin-left: 0;
    }

._extra-container_14gqe_22 {
  font-size: 12.6px;
}

._extra-container_14gqe_22._triggers_14gqe_25 h3 {
      padding: 0 39px;
    }

._extra-container_14gqe_22._triggers_14gqe_25 > div > h3 {
      padding: 0 39px !important;
    }

._extra-container_14gqe_22 h3 {
    margin-top: 0;
    font-size: 16px;
    line-height: 15px;
    font-weight: 400;
    color: var(--hex-6a93ff);
    margin-bottom: 18px;
  }

._extra-container_14gqe_22 img {
    width: 14px;
    height: 14px;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }

._extra-container_14gqe_22 .js-triggers-pagination {
      right: 24px;
    }

._relatedKeyEvents_14gqe_57 {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  padding: 0 39px;
}

._relatedKeyEvents_14gqe_57 h3 {
    color: var(--hex-898eba) !important;
    font-size: 12px !important;
    line-height: 24px !important;
    letter-spacing: 0 !important;
    text-transform: capitalize !important;
    padding: 0 !important;
  }

._processData_14gqe_73 {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

._processData_14gqe_73 ._fs_14gqe_78 {
    margin-bottom: 20px;
  }

._processData_14gqe_73 ._row_14gqe_82 {
    padding: 7px 39px;
    display: flex;
    position: relative;
  }

._processData_14gqe_73 ._row_14gqe_82:hover {
      background: var(--hex-222644);
    }

._processData_14gqe_73 ._row_14gqe_82 ._key_14gqe_91 {
      color: var(--hex-898eba);
      font-size: 12px;
      line-height: 24px;
      min-width: 60px;
      display: inline-block;
    }

._processData_14gqe_73 ._row_14gqe_82 ._value_14gqe_98 {
      width: 100%;
      color: var(--hex-f1f3fa);
      font-size: 13.5px;
      line-height: 24px;
      padding-right: 20px;

      overflow: hidden;
      text-overflow: ellipsis;
      white-space: pre;
    }

._processData_14gqe_73 ._row_14gqe_82 ._value_14gqe_98._red_14gqe_109 {
        color: var(--hex-ff4b66);
      }

._processData_14gqe_73 ._row_14gqe_82 .actions {
        position: absolute;
        right: 24px;
        top: 50%;
        height: 25px;
        width: 25px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
      }

/* display: none; */

._processData_14gqe_73 ._row_14gqe_82 .actions img {
          cursor: pointer;
          padding: 0;
          height: 25px;
          width: 25px;
        }

._processDetails_14gqe_135 {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  padding: 0 39px;
}

._processDetails_14gqe_135 ._row_14gqe_82 {
    display: flex;
    align-items: center;
  }

._processDetails_14gqe_135 ._row_14gqe_82 ._col_14gqe_145 {
      font-size: 14px;
      line-height: 20px;
      color: var(--hex-b5b9de);
      display: flex;
      align-items: center;
      width: 100%;
      flex-shrink: 0;
      max-width: 250px;
    }

._processDetails_14gqe_135 ._row_14gqe_82 ._col_14gqe_145:first-child {
        flex-basis: 160px;
      }

._processDetails_14gqe_135 ._row_14gqe_82 ._col_14gqe_145:first-child span:first-child {
          min-width: 63px;
        }

._processDetails_14gqe_135 ._row_14gqe_82 ._col_14gqe_145:last-child {
        max-width: 100%;
      }

._processDetails_14gqe_135 ._row_14gqe_82 ._col_14gqe_145:last-child span:first-child {
          min-width: 70px;
        }

._processDetails_14gqe_135 ._row_14gqe_82 ._col_14gqe_145 span:first-child {
        color: var(--hex-898eba);
        font-size: 12px;
        line-height: 24px;
      }

._processDetails_14gqe_135 ._row_14gqe_82 ._col_14gqe_145 span:last-child {
        color: var(--hex-f1f3fa);
        font-size: 13.5px;
        line-height: 20px;

        display: flex;
        align-items: center;
      }

._processDetails_14gqe_135 ._row_14gqe_82 ._col_14gqe_145 span:last-child > svg {
          width: 18px;
          height: 14px;
          -webkit-transform: translateY(1px);
                  transform: translateY(1px);
          margin-right: 4px;
        }

._processDetails_14gqe_135 ._row_14gqe_82 ._col_14gqe_145 ._ellipsis_14gqe_192 {
        /* Add css elipsis */
        min-width: 0;
        white-space: pre;
        overflow: hidden;
        text-overflow: ellipsis;
      }

._processDetails_14gqe_135 ._row_14gqe_82 ._col_14gqe_145._highlight_14gqe_200 {
        color: var(--hex-ffffff);
      }

._processDetails_14gqe_135 ._row_14gqe_82 + ._row_14gqe_82 {
    margin-top: 8px;
  }

._processDetails_14gqe_135 ._col_14gqe_145 + ._col_14gqe_145 {
    margin-left: 1rem;
  }

._processDetailsContainer_14gqe_215 {
  position: relative;
  height: 75vh;
}

._processDetailsContainer_14gqe_215 ._processDetailsWrapper_14gqe_219 {
    position: absolute;
    left: -38px;
    top: 0;
    height: 100%;
    width: calc(100% + 77px);
  }

._processDetailsContainer_14gqe_215 ._processDetailsWrapper_14gqe_219 .js-parent {
        padding: 10px 39px !important;
      }

._processDetailsContainer_14gqe_215 ._processDetailsWrapper_14gqe_219 li + li {
      padding-left: 72px !important;
    }

._processDetailsContainer_14gqe_215 ._processDetailsWrapper_14gqe_219 li + li img {
        left: 46px !important;
      }

._event-description_14gqe_242 {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding: 0 39px;
  color: var(--hex-ffffff);
  font-size: 14px;
  line-height: 20px;
}

._cloudLabel_14gqe_252 {
  display: flex;
  align-items: center;
  line-height: 16px;
  color: var(--hex-ffffff);
}

._cloudLabel_14gqe_252 svg {
    margin-right: 4px;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_10j7m_8 {
  position: relative;
  margin-bottom: 20px;
}

._root_10j7m_8 h3 {
    padding-left: 36px !important;
    margin-bottom: 0 !important;
  }

._root_10j7m_8 ._list_10j7m_17 {
    margin: 0;
    padding: 0;
    list-style: none;

    /* We gotta make it ignore the padding of the parent widget. */
    margin-left: 0;
  }

._root_10j7m_8 ._list_10j7m_17 ._item_10j7m_25 {
      position: relative;
      padding: 10px 36px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

._root_10j7m_8 ._list_10j7m_17 ._item_10j7m_25._child_10j7m_32 {
        padding-left: 57px;
      }

._root_10j7m_8 ._list_10j7m_17 ._item_10j7m_25:hover {
        background: var(--hex-222644);
      }

._root_10j7m_8 ._list_10j7m_17 ._item_10j7m_25:hover ._options_10j7m_39 {
          visibility: visible;
          opacity: 1;
        }

._root_10j7m_8 ._list_10j7m_17 ._item_10j7m_25._isParent_10j7m_45 ._trigger_10j7m_46 {
          font-size: 14px;
          line-height: 14px;
          font-weight: 400;
        }

._root_10j7m_8 ._list_10j7m_17 ._item_10j7m_25._isParent_10j7m_45 ._trigger_10j7m_46 img {
            height: 14px;
          }

._root_10j7m_8 ._list_10j7m_17 ._item_10j7m_25._isParent_10j7m_45 ._events_10j7m_56 img {
            height: 16px;
            width: 16px;
          }

._root_10j7m_8 ._list_10j7m_17 ._item_10j7m_25._isParent_10j7m_45 ._endTime_10j7m_63 {
          width: 16px;
          height: 14px;
          margin-left: 9px;
          -webkit-transform: translateY(2px);
                  transform: translateY(2px);
        }

._root_10j7m_8 ._list_10j7m_17 ._item_10j7m_25 ._endTime_10j7m_63 {
        width: 16px;
        height: 16px;
        margin-left: 9px;
        -webkit-transform: translateY(2px);
                transform: translateY(2px);
      }

._root_10j7m_8 ._list_10j7m_17 ._item_10j7m_25._simple_10j7m_78 ._trigger_10j7m_46 {
          margin-bottom: 0;
        }

._root_10j7m_8 ._list_10j7m_17 ._item_10j7m_25._simple_10j7m_78 ._options_10j7m_39 {
          top: 2px;
        }

._root_10j7m_8 ._list_10j7m_17 ._item_10j7m_25 ._branch_10j7m_88 {
        position: absolute;
        left: 31px;
        width: 13px;
        top: 5px;
        height: 22px;
      }

._root_10j7m_8 ._list_10j7m_17 ._item_10j7m_25 ._trigger_10j7m_46 {
        margin-bottom: 8px;
        display: flex;
        align-items: center;

        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
      }

._root_10j7m_8 ._list_10j7m_17 ._item_10j7m_25 ._trigger_10j7m_46 ._base_10j7m_105 {
          color: var(--hex-b5b9de) !important;
        }

._root_10j7m_8 ._list_10j7m_17 ._item_10j7m_25 ._trigger_10j7m_46 ._cert\/not-signed_10j7m_109 {
          color: var(--hex-ffffff);
          /* color: var(--hex-ffffff); */
        }

._root_10j7m_8 ._list_10j7m_17 ._item_10j7m_25 ._trigger_10j7m_46 ._cert\/signed-verified_10j7m_113 {
          color: var(--hex-ffffff);
          /* color: var(--hex-28f29a); */
        }

._root_10j7m_8 ._list_10j7m_17 ._item_10j7m_25 ._trigger_10j7m_46 ._cert\/signed-expired_10j7m_117 {
          color: var(--hex-ffffff);
          /* color: var(--hex-dab602); */
        }

._root_10j7m_8 ._list_10j7m_17 ._item_10j7m_25 ._trigger_10j7m_46 ._cert\/signed-not-verified_10j7m_121 {
          color: var(--hex-ffffff);
          /* color: var(--hex-ff4b66); */
        }

._root_10j7m_8 ._list_10j7m_17 ._item_10j7m_25 ._trigger_10j7m_46 img {
          width: 16px;
          height: 16px;

          margin-left: 9px;
        }

._root_10j7m_8 ._list_10j7m_17 ._item_10j7m_25 ._events_10j7m_56 img {
          width: 24px;
          height: 24px;
        }

._root_10j7m_8 ._list_10j7m_17 ._item_10j7m_25 ._events_10j7m_56 > span {
          display: inline-block;
        }

._root_10j7m_8 ._list_10j7m_17 ._item_10j7m_25 ._events_10j7m_56 > span img {
            margin-bottom: 0;
          }

._root_10j7m_8 ._list_10j7m_17 ._item_10j7m_25 ._events_10j7m_56 .div-cta + .div-cta {
            margin-left: 8px;
          }

._root_10j7m_8 ._list_10j7m_17 ._item_10j7m_25 ._options_10j7m_39 {
        cursor: pointer;
        position: absolute;
        z-index: 100;
        right: 24px;
        bottom: 10px;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.1s, visibility 0.1s;
      }

._options-list_10j7m_169 {
  display: flex;
  align-items: center;
}

._options-list_10j7m_169 span {
    padding-left: 6px;
  }

._pagination_10j7m_178 {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  top: -9px;
}

._pagination_10j7m_178 ._total_10j7m_185 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 12px;
  }

._pagination_10j7m_178 ._total_10j7m_185 > span {
      font-size: 12px;
    }

._paginate_10j7m_197 {
  cursor: pointer;
  display: flex;
}

._paginate_10j7m_197._disabled_10j7m_201 {
    opacity: 0.6;
    pointer-events: none;
  }

._paginate_10j7m_197._down_10j7m_206 {
    margin-left: 15px;
  }

._loader_10j7m_211 {
  margin-top: 50px;
}

._loader_10j7m_211 .spinner {
      height: 13px;
    }

._tooltip-line_10j7m_221 {
  color: var(--hex-b5b9de);
  word-break: break-all;
}

._tooltip-line_10j7m_221 span {
    color: var(--hex-dedeed);
  }

._thunder_10j7m_230 {
  width: 13px;
  height: 13px;
  margin-right: 4px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

._thunder_10j7m_230._yellow_10j7m_236 {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }

._thunder_10j7m_230._yellow_10j7m_236 path {
      fill: var(--hex-f2921f);
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._title-container_1qlex_8 {
  display: flex;
  align-items: center;
}

._title-container_1qlex_8._with-cols_1qlex_12 {
    flex-direction: column;
  }

._tab-container_1qlex_17 {
  height: calc(100% - 60px);
  overflow-y: initial;
}

._tab-container_1qlex_17 .js-triggers-explorer-list {
      width: 100%;
      margin-left: 0;
    }

._extra-container_1qlex_29 {
  font-size: 12.6px;
}

._extra-container_1qlex_29._triggers_1qlex_32 h3 {
      padding: 0 39px;
    }

._extra-container_1qlex_29._triggers_1qlex_32 > div > h3 {
      padding: 0 39px !important;
    }

._extra-container_1qlex_29 h3 {
    margin-top: 0;
    font-size: 16px;
    line-height: 15px;
    font-weight: 400;
    color: var(--hex-6a93ff);
    margin-bottom: 18px;
  }

._extra-container_1qlex_29 img {
    width: 14px;
    height: 14px;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }

._extra-container_1qlex_29 .js-triggers-pagination {
      right: 24px;
    }

._processDetailsContainer_1qlex_64 {
  position: relative;
  height: 75vh;
}

._processDetailsContainer_1qlex_64 ._processDetailsWrapper_1qlex_68 {
    position: absolute;
    left: -38px;
    top: 0;
    height: 100%;
    width: calc(100% + 77px);
  }

._processDetailsContainer_1qlex_64 ._processDetailsWrapper_1qlex_68 .js-parent {
        padding: 10px 39px !important;
      }

._processDetailsContainer_1qlex_64 ._processDetailsWrapper_1qlex_68 li + li {
      padding-left: 72px !important;
    }

._processDetailsContainer_1qlex_64 ._processDetailsWrapper_1qlex_68 li + li img {
        left: 46px !important;
      }

._processData_1qlex_91 {
  display: flex;
  flex-direction: column;
  margin-top: 10px;

  max-height: calc(100vh - 230px);
  overflow-y: scroll;
}

._processData_1qlex_91::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

._processData_1qlex_91::-webkit-scrollbar-track {
    background: var(--hex-07091b);
  }

._processData_1qlex_91::-webkit-scrollbar-thumb {
    background: var(--hex-585e80);
  }

._processData_1qlex_91._moduleinfo_1qlex_112 ._key_1qlex_113 {
      min-width: 105px !important;
    }

._processData_1qlex_91 ._fs_1qlex_118 {
    margin-bottom: 20px;
  }

._processData_1qlex_91 ._row_1qlex_122 {
    padding: 7px 39px;
    display: flex;
    position: relative;
  }

._processData_1qlex_91 ._row_1qlex_122 .lowlight {
        background-color: var(--hex-282c34) !important;
        margin: 0;
      }

._processData_1qlex_91 ._row_1qlex_122:hover {
      background: var(--hex-222644);
    }

._processData_1qlex_91 ._row_1qlex_122:hover .actions {
          /* display: inline-block; */
        }

._processData_1qlex_91 ._row_1qlex_122 ._key_1qlex_113 {
      color: var(--hex-898eba);
      font-size: 12px;
      line-height: 24px;
      min-width: 60px;
      display: inline-block;

      white-space: pre;
      overflow: hidden;
      text-overflow: ellipsis;
    }

._processData_1qlex_91 ._row_1qlex_122 ._value_1qlex_155 {
      width: 100%;
      color: var(--hex-f1f3fa);
      font-size: 13px;
      line-height: 24px;
      padding-right: 20px;

      overflow: hidden;
      text-overflow: ellipsis;
      white-space: pre-wrap;
    }

._processData_1qlex_91 ._row_1qlex_122 .highlight-low {
        color: var(--hex-ffdd2e);
      }

._processData_1qlex_91 ._row_1qlex_122 .highlight-high {
        color: var(--hex-ff4b66);
      }

._processData_1qlex_91 ._row_1qlex_122 .actions {
        position: absolute;
        right: 24px;
        top: 50%;
        height: 25px;
        width: 25px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
      }

/* display: none; */

._processData_1qlex_91 ._row_1qlex_122 .actions img {
          cursor: pointer;
          padding: 0;
          height: 25px;
          width: 25px;
        }

/* this will be fun for you */

.reme-error-code {
    color: var(--hex-ff4b66);
    padding-left: 15px;
    -webkit-transform: translateY(17px);
            transform: translateY(17px);
    display: block;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._av-container_1n3gb_8 > div {
    height: 75vh !important;
    padding: 0 !important;
  }

._fix_1n3gb_15._fix_1n3gb_15 {
  padding: 0 39px;
}

._fix_1n3gb_15._fix_1n3gb_15 h3 {
    margin-top: 30px !important;
    margin-bottom: 20px !important;
  }

._fix_1n3gb_15._fix_1n3gb_15 > ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

._fix_1n3gb_15._fix_1n3gb_15 > ul li + li {
      padding-top: 16px;
      padding-left: 0 !important;
    }

._fix_1n3gb_15._fix_1n3gb_15 > ul > li {
      display: flex;
    }

._fix_1n3gb_15._fix_1n3gb_15 > ul > li > div:nth-child(1) {
        min-width: 120px;
        color: var(--hex-898eba);
        font-size: 12px;
        line-height: 24px;
      }

._fix_1n3gb_15._fix_1n3gb_15 > ul > li > div:nth-child(2) {
        width: 100%;
        color: var(--hex-f1f3fa);
        font-size: 13px;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: pre;
      }

._fix_1n3gb_15._fix_1n3gb_15 ._triggersContainer_1n3gb_55 {
    width: calc(100% + 78px) !important;
    margin-left: -39px !important;
  }

._fix_1n3gb_15._fix_1n3gb_15 ._triggersContainer_1n3gb_55 h3 {
      padding-left: 36px !important;
    }

._before_1n3gb_65 {
  position: absolute;
  top: -70px;
  left: 37px;
  width: calc(100% - 45px);
  word-break: break-all;
}

._before_1n3gb_65 > div {
    display: flex;
    align-items: center;
  }

._before_1n3gb_65 > div svg {
      width: 13px;
      height: 13px;
      margin-right: 4px;
      -webkit-transform: translateY(-1px);
              transform: translateY(-1px);
    }

._before_1n3gb_65 > div span {
      text-transform: uppercase;
      color: var(--hex-ffffff);
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 1.71px;
      line-height: 20px;
    }

._before_1n3gb_65 > span {
    margin-top: 13px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    display: inline-block;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_uda9y_8 {
  background-color: var(--hex-181b30);
  margin-bottom: 4rem;
  border-radius: var(--border-radius-8);
  padding: 0;
  position: relative;
}

._root_uda9y_8 .rc-table {
      overflow: visible !important;
    }

._root_uda9y_8 .rc-table .date {
        color: inherit;
      }

._key-events_uda9y_26 {
  overflow: visible !important;
}

._incidentDescription_uda9y_30 {
  display: flex;
  align-items: center;
}

._incidentDescription_uda9y_30 ._description_uda9y_34 {
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
    text-align: left;
  }

._incidentDescription_uda9y_30 ._tagLine_uda9y_41 {
    margin-top: 5px;
    display: flex;
    align-items: center;
  }

._incidentDescription_uda9y_30 ._notes_uda9y_47 {
    width: 18px;
    height: 17px;
    margin-right: 6px;
  }

._incidentDescription_uda9y_30 ._notes_uda9y_47 line,
    ._incidentDescription_uda9y_30 ._notes_uda9y_47 path {
      stroke: var(--hex-149dc9);
    }

._incidentDescription_uda9y_30 ._unseen_uda9y_58 {
    /* K TRISTE! NO TENGO BUENOS STYLES ENTONCES DEVAS STYLE MI BIEN PAPI */
    /* K TRISTE! MIS ESTILOS SON UNA MIERDA, ESTILEAME MEJOR PAPITO */
    display: inline-block;
    margin-right: 0.5em;
    padding: 0 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    word-break: break-all;
    border-radius: 25%;
    font-style: italic;
    color: var(--hex-f9a926);
  }

._incidents-close-modal_uda9y_74 {
  margin-bottom: 2rem;
}

._incidents-close-modal_uda9y_74 ._row_uda9y_77 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

._incidents-close-modal_uda9y_74 ._row_uda9y_77 ._description_uda9y_34 {
      max-width: 330px;
    }

._incidents-close-modal_uda9y_74 ._row_uda9y_77 ._radio-thingy_uda9y_86 {
      display: flex;
      align-items: center;
    }

._incidents-close-modal_uda9y_74 ._row_uda9y_77 ._radio-thingy_uda9y_86 label + input {
        margin-left: 1rem;
      }

._incidents-close-modal_uda9y_74 ._row_uda9y_77 ._radio-thingy_uda9y_86 label,
      ._incidents-close-modal_uda9y_74 ._row_uda9y_77 ._radio-thingy_uda9y_86 input {
        margin: 0;
      }

._incidents-close-modal_uda9y_74 ._row_uda9y_77 ._radio-thingy_uda9y_86 input {
        margin-right: 3px;
      }

._incidents-close-modal_uda9y_74 ._row_uda9y_77 + ._row_uda9y_77 {
    margin-top: 1.5rem;
  }

._table-results_uda9y_110 {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 400px;
}

._footer-wrapper_uda9y_116 {
  position: fixed;
  bottom: 0px;
  max-width: 1800px !important;
  width: 100%;
  z-index: 10;
  display: inline-block;
}
._endpoints-detail_uda9y_124 ._footer-wrapper_uda9y_116 {
  margin-left: -230px;
}

._footer_uda9y_116 {
  display: flex;
  justify-content: flex-end;

  border-radius: var(--boder-radius-3);
  background-color: var(--hex-0070df);
  padding: 10px;

  width: calc(100% - 48px);
}

._footer_uda9y_116 p {
    color: var(--hex-ffffff);
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    left: 14px;
    top: 19px;
  }

._footer_uda9y_116 button {
    background-color: var(--hex-0070df) !important;
    border-color: var(--hex-ffffff) !important;
  }

._footer_uda9y_116 button:active,
    ._footer_uda9y_116 button:focus,
    ._footer_uda9y_116 button:hover {
      border-color: var(--hex-ffffff) !important;
      background-color: var(--hex-0070df);
    }

._footer_uda9y_116 button i {
      color: var(--hex-ffffff);
    }

._incidentStatus_uda9y_164 > div {
    display: flex;
    align-items: center;
  }

._incidentStatus_uda9y_164 > div svg {
      width: 18px;
      height: 17px;
      margin-right: 6px;
    }

._incidentStatus_uda9y_164 > div span {
      font-size: 14px;
      line-height: 20px;
    }

._endpointStatus_uda9y_182 {
  display: flex;
  align-items: center;
}

._endpointStatus_uda9y_182 ._status_uda9y_186 {
    display: inline-block;
    height: 8px;
    width: 8px;
    padding-right: 8px;
    margin-bottom: 2px;
    border-radius: 100%;
    margin-right: 4px;
    background-color: var(--hex-607285);
  }

._endpointStatus_uda9y_182 ._status_uda9y_186._online_uda9y_196 {
      background-color: var(--hex-28f29a);
    }

._checkbox_uda9y_202 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* NOTE - a lot of these styles are copy-pasta from the audit exporter */

._tableToolbarButton_uda9y_218 {
  z-index: 10;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 15px; /* HACK - magick number */
}

._exportBody_uda9y_226 h3 {
    color: var(--hex-ffffff);
    margin: 0;
    font-size: 1.6rem;
  }

._exportSummary_uda9y_234 {
  color: white;
}

._exportStatus_uda9y_238 ._statusHeading_uda9y_239 {
    padding: 1em 0 0.5em;
    font-weight: 600;
    width: 100%;
  }

._exportProgress_uda9y_246 ._progressBar_uda9y_247 {
    margin-top: 1em;
    width: 100%;
  }

._exportProgress_uda9y_246 ._cancelExport_uda9y_252 {
    color: var(--hex-b43c4e);
    display: inline-block;
    cursor: pointer;
    margin-top: 0.25em;
  }

._exportSuccess_uda9y_260 p, ._exportError_uda9y_261 p {
    color: var(--hex-b5b9de);
    font-style: italic;
    margin: 0.5em 0;
  }

._exportSuccess_uda9y_260 ._statusHeading_uda9y_239 {
    color: var(--hex-28f29a);
  }

._exportError_uda9y_261 ._statusHeading_uda9y_239 {
    color: var(--hex-ff4b66);
  }

._exportButtons_uda9y_281 {
  display: flex;
  justify-content: flex-end;
  margin-top: 4rem;
}

._exportButtons_uda9y_281 button + button {
    margin-left: 1rem;
  }

/* allows us to layout chips in a 2x2 grid */
._chips-2-2_uda9y_292 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  row-gap: 1rem;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._js-incidents-table-apps_yi0y5_8 {
  margin-top: -30px;
}
._options-container_yi0y5_11 {
  text-align: left;
}
._options-container_yi0y5_11 div {
    margin: 10px 10px 0;
    display: inline-block;
  }
._options-container_yi0y5_11 ._text_yi0y5_17 {
    line-height: 40px;
  }
@media (min-width: 992px) {
  ._options-container_yi0y5_11 {
    text-align: right;
  }
    ._options-container_yi0y5_11 div {
      margin: 0 10px;
    }
}
._table-header_yi0y5_29 {
  background-color: var(--hex-181b30);
  padding: 20px 30px;
}
._filtersContainer_yi0y5_33 {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 24px;
}
._filter-chip_yi0y5_38 {
  background-color: hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 10%);
  border-radius: var(--border-radius-2);
  padding: 3px 6px;
  color: var(--hex-dedeed);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  margin: 3px;
  display: inline-block;
}
._filter-chip_yi0y5_38 > span {
    cursor: pointer;
    border-right: 1px solid var(--hex-98a7b9);
    padding-right: 4px;
    margin-right: 5px;
  }

._remove-filters_yi0y5_57 {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

._remove-filters_yi0y5_57 svg {
    margin-right: 5px;
  }

._remove-filters_yi0y5_57 span {
    color: var(--hex-ffffff);
    font-size: 13px;
    line-height: 20px;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1r7ty_8 .error-message {
      padding-top: 5px;
      display: inline-block;
      padding-left: 2px;
      position: absolute;
      left: 0;
      top: -25px;
    }

._root_1r7ty_8 button {
      position: absolute;
      left: 10px;
      top: 6px;
      width: 28px;
      height: 28px;
      padding: 2px 8px;
      z-index: 10;
      display: flex;
      align-items: center;
      justify-content: center;
    }

._root_1r7ty_8 button > svg {
        margin: 0;
      }

._root_1r7ty_8 input {
      padding-left: 45px;
    }

._suggestions-box_1r7ty_42 {
  max-height: 300px;
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 41px;
  background-color: var(--hex-07091b);
  box-shadow: 0 -2px 4px 0 hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 50%);
  width: 100%;
  padding: 0.8rem 1rem 3.6rem;

  /* Declare fade animation */
  opacity: 0;
  height: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  transition: opacity 0.25s ease-out;
}

._suggestions-box_1r7ty_42._isScrollable_1r7ty_60 {
    overflow-y: scroll;
  }

._suggestions-box_1r7ty_42._isScrollable_1r7ty_60::-webkit-scrollbar {
      width: 5px;
      height: 5px;
    }

._suggestions-box_1r7ty_42._isScrollable_1r7ty_60::-webkit-scrollbar-track {
      background: var(--hex-d8d8d8);
    }

._suggestions-box_1r7ty_42._isScrollable_1r7ty_60::-webkit-scrollbar-thumb {
      background: var(--hex-585e80);
    }

._suggestions-box_1r7ty_42._isOpen_1r7ty_77 {
    z-index: 100;
    opacity: 1;
    height: auto;
    transition: opacity 0.25s ease-in;
  }

._suggestions-box_1r7ty_42 ._help-grid_1r7ty_84 {
    display: flex;
    align-items: baseline;
    transition: opacity 100ms ease-in-out;
  }

._suggestions-box_1r7ty_42 ._help-grid_1r7ty_84:not(:first-child) {
      margin-top: 0.4em;
    }

._suggestions-box_1r7ty_42 ._help-grid_1r7ty_84 ._help-grid-item_1r7ty_93 {
      flex: 1 1 33%;
      display: flex;
      flex-direction: column;

      cursor: pointer;
      padding: 0.4em;
      transition: background 100ms ease-out;
    }

._suggestions-box_1r7ty_42 ._help-grid_1r7ty_84 ._help-grid-item_1r7ty_93._disabled_1r7ty_102 {
        opacity: 0.5;
        cursor: not-allowed;
      }

._suggestions-box_1r7ty_42 ._help-grid_1r7ty_84 ._help-grid-item_1r7ty_93:hover {
        background-color: var(--hex-20293c);
      }

._suggestions-box_1r7ty_42 ._help-grid_1r7ty_84 ._help-grid-item_1r7ty_93._empty_1r7ty_111 {
        height: 0;
        opacity: 0;
        cursor: default;
      }

._suggestions-box_1r7ty_42 ._help-grid_1r7ty_84 ._command-title_1r7ty_118 {
      color: var(--hex-dedeed);
      margin-bottom: 0.2em;
    }

._suggestions-box_1r7ty_42 ._help-grid_1r7ty_84 ._command-os_1r7ty_123 {
      -webkit-transform: translateY(-1px);
              transform: translateY(-1px);
      display: inline-block;
    }

._suggestions-box_1r7ty_42 ._help-grid_1r7ty_84 ._command_1r7ty_118 {
      border-radius: var(--border-radius-4);
      display: inline-block;
      background: var(--hex-20293c);
      padding: 0.2rem 0.6rem;

      color: var(--hex-ffffff);
      font-size: 14px;
      letter-spacing: 0;
      line-height: 20px;
    }

._suggestions-box_1r7ty_42 ._help-grid_1r7ty_84 ._command-enum_1r7ty_140 {
      display: inline-block;
      font-size: 10px;
      font-family: var(--font-mono);
      padding: 0.2em 0;
    }

._suggestions-box_1r7ty_42 ._help-grid_1r7ty_84 ._command-type_1r7ty_147 {
      display: inline-block;
      font-size: 10px;
      font-style: italic;
    }

._suggestions-box_1r7ty_42 ._help-grid_1r7ty_84 ._help-search_1r7ty_153 {
      background: transparent;
      border-color: var(--hex-b5b9de);
      color: var(--hex-dedeed);
      margin: 1em 0;
    }

._suggestions-box_1r7ty_42 ._help-grid_1r7ty_84 ._command_1r7ty_118,
    ._suggestions-box_1r7ty_42 ._help-grid_1r7ty_84 ._command-enum_1r7ty_140,
    ._suggestions-box_1r7ty_42 ._help-grid_1r7ty_84 ._command-description_1r7ty_162,
    ._suggestions-box_1r7ty_42 ._help-grid_1r7ty_84 ._command-type_1r7ty_147,
    ._suggestions-box_1r7ty_42 ._help-grid_1r7ty_84 ._help-search_1r7ty_153 {
      padding-left: 0.5rem;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1sjro_8 {
  margin-bottom: 20px;
  background-color: var(--hex-181b30);
  border-radius: var(--border-radius-8);
  position: relative;
}

._root_1sjro_8 .btn.btn-primary {
      font-weight: 500;
      font-size: 1em;
      text-transform: uppercase;
      background-color: var(--hex-0e7c9f);
      border: none;
      padding: 0.6em 0 0.6em 0;
      width: 100%;
      border-radius: var(--border-radius-2);
    }

._root_1sjro_8 .btn.btn-primary:hover {
        box-shadow: none;
        outline: none;
        background-color: var(--hex-6a93ff);
        color: var(--hex-dedeed);
      }

._root_1sjro_8 .btn.btn-primary:focus {
        box-shadow: none;
        outline: none;
        background-color: var(--hex-6a93ff);
      }

._root_1sjro_8 .btn.btn-primary:active {
        box-shadow: none;
        outline: none;
        background-color: var(--hex-6a93ff) !important;
      }

._table-multiple-selection_1sjro_47 {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 10;
  background: var(--hex-181b30);
  padding-bottom: 10px;
}

._table-container_1sjro_56 {
  position: relative;
}

._table-container_1sjro_56 ._table-header_1sjro_59 {
    display: flex;
    flex-direction: row;
    padding-bottom: 3px;
  }

._table-container_1sjro_56 ._table-header_1sjro_59 ._t-col_1sjro_64 {
      display: flex;
      align-items: center;
      position: relative;
      min-height: 35px;
      -webkit-user-select: none;
          -ms-user-select: none;
              user-select: none;
      color: var(--hex-ffffff);
      font-weight: 400;
      font-size: 12px;
      line-height: 21px;
    }

._table-container_1sjro_56 ._table-header_1sjro_59 ._t-col_1sjro_64:last-child {
        border-bottom: 0;
      }

._table-container_1sjro_56 ._table-header_1sjro_59 ._t-col_1sjro_64 span img {
          width: 8px;
          margin-left: 7px;
          -webkit-transform: translateY(-1px);
                  transform: translateY(-1px);
        }

._table-container_1sjro_56 ._table-header_1sjro_59 ._t-col_1sjro_64 ._filter-icon-container_1sjro_87 {
        position: absolute;
        top: 0;
        right: 6px;
        z-index: 10;
        width: 11px;
        height: 100%;
        padding: 15px;
      }

._table-container_1sjro_56 ._table-header_1sjro_59 ._t-col_1sjro_64 ._filter-icon-container_1sjro_87 ._filter-icon_1sjro_87 {
          -webkit-transform: translateY(-5px);
                  transform: translateY(-5px);
          width: 11px;
        }

._table-container_1sjro_56 ._t-col_1sjro_64 {
    padding: 11px 9px;
  }

._table-container_1sjro_56 ._t-col_1sjro_64:last-child {
      border-right: 0;
    }

._table-container_1sjro_56 ._t-row_1sjro_112 {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid var(--hex-2b2d44);
    cursor: pointer;
    transition: background-color ease-in 0.1s;
  }

._table-container_1sjro_56 ._t-row_1sjro_112._odd_1sjro_119 {
      background-color: var(--hex-181b30);
    }

._table-container_1sjro_56 ._t-row_1sjro_112._active_1sjro_123 {
      /* background-color: var(--hex-2b2d44); */
      background-color: var(--hex-363a57);
    }

._table-container_1sjro_56 ._t-row_1sjro_112._noClick_1sjro_128 {
      cursor: default;
    }

._table-container_1sjro_56 ._t-row_1sjro_112:hover {
      background: hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 5%);
    }

._table-container_1sjro_56 ._t-row_1sjro_112 ._t-col_1sjro_64 {
      border-right: 0;
      display: flex;
      align-items: center;
    }

._table-container_1sjro_56 ._t-row_1sjro_112:last-child {
      border-bottom: 0;
    }

._table-container_1sjro_56 ._t-row_1sjro_112 .checkbox {
        margin: 0;
      }

._table-container_1sjro_56 ._t-row_1sjro_112 .checkbox > label {
          padding: 0;
        }

._table-container_1sjro_56 ._t-row_1sjro_112 .checkbox > label > input {
            margin: 0;
          }

._popover-overlay_1sjro_162 {
  -webkit-transform: translateY(3px) translateX(5px);
          transform: translateY(3px) translateX(5px);
  border: 0;
  background: var(--hex-2b2d44);
  width: 350px;
  max-width: 350px;
}

._popover-overlay_1sjro_162 .arrow:after {
        border-bottom-color: var(--hex-2b2d44) !important;
      }

._filter-row_1sjro_178 {
  width: 100%;
}

._filter-row_1sjro_178 + ._filter-row_1sjro_178 {
    margin-top: 2rem;
  }

._table-tags_1sjro_186 {
  position: relative;
  padding: 18px 9px;
  width: 230px;
  color: var(--hex-dedeed);
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

._table-tags_1sjro_186 .icon-tag {
      width: 17px;
      margin-right: 5px;
    }

._table-tags_1sjro_186 ._arrow_1sjro_170 {
    width: 10px;
    margin-left: 7px;
    position: absolute;
    right: 14px;
    top: 24px;
  }

._dropdown-popover-container_1sjro_212 {
  left: 15px !important;
  margin-top: -4px !important;
  max-width: 50%;
  width: 100%;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._primary_ctgxx_8 {
  color: var(--hex-ffffff);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 14px;
}

._state_ctgxx_15 {
  display: flex;
  align-items: center;
  justify-content: center;
}

._state_ctgxx_15 > span {
    margin-left: 6px;
    color: var(--hex-ffffff);
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
  }

._primary-label_ctgxx_29 {
  color: var(--hex-ffffff);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 14px;
}

._secondary_ctgxx_36 {
  color: var(--hex-b5b9de);
}

._secondary_ctgxx_36._sm_ctgxx_39 {
    font-size: 12px;
  }

._secondary_ctgxx_36._md_ctgxx_43 {
    font-size: 13px;
  }

._title_ctgxx_48 {
  display: flex;
  align-items: center;
}

._title_ctgxx_48 ._status_ctgxx_52 {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-right: 8px;
  }

._title_ctgxx_48 ._copy_ctgxx_59 {
    margin-right: 8px;
    color: var(--hex-ffffff);
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2.33px;
    line-height: 16px;
  }

._title_ctgxx_48 ._icon-container_ctgxx_68 {
    position: relative;
  }

._title_ctgxx_48 ._icon_ctgxx_68 {
    position: absolute;
    top: 0;
    right: -48px;

    -webkit-transform: translateY(-50%) translateX(-50%);

            transform: translateY(-50%) translateX(-50%);

    height: 32.5px;
    width: 32.5px;
    border: 0.5px solid var(--hex-181b30);
    background-color: var(--hex-363a57);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

._title_ctgxx_48 ._icon_ctgxx_68 > img {
      padding: 0 !important;
      width: 12px !important;
      height: 12px !important;
    }

._container_ctgxx_96 .table-body ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
      }

._container_ctgxx_96 .table-body ::-webkit-scrollbar-track {
        background: var(--hex-181b30);
      }

._container_ctgxx_96 .table-body ::-webkit-scrollbar-thumb {
        background: var(--hex-585e80);
      }

._form_ctgxx_115 ._query_ctgxx_116 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 !important;
  }

._form_ctgxx_115 ._history_ctgxx_124 {
    height: 36px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 10px;
  }

._form_ctgxx_115 ._history_ctgxx_124._open_ctgxx_133 {
      background: var(--hex-181b30);
      position: relative;
    }

._form_ctgxx_115 ._history_ctgxx_124._open_ctgxx_133:before {
        content: '';
        position: absolute;
        background: var(--hex-181b30);
        right: 0;
        bottom: -10px;
        width: 43px;
        height: 15px;
      }

._form_ctgxx_115 ._history_ctgxx_124._empty_ctgxx_148 {
      cursor: default;
    }

._form_ctgxx_115 ._history_ctgxx_124._empty_ctgxx_148 .fa {
          color: hsl(var(--theme-hex-6a93ff, 223.00deg 100.00% 70.80%) / 50%);
        }

._form_ctgxx_115 .input-group {
      width: 100%;
    }

._form_ctgxx_115 .fa {
      font-size: 21px;
      -webkit-transform: translateX(-1px);
              transform: translateX(-1px);
    }

._processTable_ctgxx_171 .checkbox {
      -webkit-transform: translateY(1px);
              transform: translateY(1px);
    }

._processTable_ctgxx_171 .checkbox input {
        width: 17px;
        min-width: 17px !important;
        height: 17px;
        background-color: hsl(var(--theme-hex-dedeed, 240.00deg 29.40% 90.00%) / 10%);
      }

._cert_ctgxx_186 {
  display: inline-block;
  width: 20px;
  height: 20px;
}

._console-tooltip-z-fix_ctgxx_192 {
  z-index: 9;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._filter-row_qnyl0_8 {
  width: 100%;
}

._filter-row_qnyl0_8 + ._filter-row_qnyl0_8 {
    margin-top: 2rem;
  }

._text-input_qnyl0_16 {
  margin-top: 5px;
  background-color: var(--hex-2b2d44) !important;
}

._text-input_qnyl0_16::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--hex-dedeed);
  }

._text-input_qnyl0_16::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--hex-dedeed);
  }

._root_qnyl0_30 {
  display: flex;
  margin-left: 8px;
}

._root_qnyl0_30 ._searchIcon_qnyl0_34 {
    cursor: pointer;
    height: 27px;
    width: 27px;
    border-radius: 100px;
    background-color: var(--hex-20293c);
    display: flex;
    align-items: center;
    justify-content: center;
  }

._root_qnyl0_30._isExpanded_qnyl0_45 {
    width: 80%;
  }

._root_qnyl0_30._isExpanded_qnyl0_45 ._searchIcon_qnyl0_34 {
      width: 100%;
    }

._root_qnyl0_30._isExpanded_qnyl0_45 ._searchIcon_qnyl0_34 input {
        width: calc(100% - 25px);
        padding: 4px 8px;
        padding-left: 0;
        margin-left: 9px;
      }

._root_qnyl0_30._isExpanded_qnyl0_45 ._searchIcon_qnyl0_34 input:hover,
        ._root_qnyl0_30._isExpanded_qnyl0_45 ._searchIcon_qnyl0_34 input:focus {
          border: 1px solid var(--hex-20293c);
        }

._root_qnyl0_30._isExpanded_qnyl0_45 ._searchIcon_qnyl0_34 ._close_qnyl0_63 {
        padding-left: 7px;
        padding-right: 7px;
        opacity: 0.2;
        display: flex;
        align-items: center;
        justify-content: center;
      }

._root_qnyl0_30._isExpanded_qnyl0_45 ._searchIcon_qnyl0_34 ._close_qnyl0_63:hover {
          opacity: 1;
        }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._parent_2o489_8 i {
    font-size: 13px;
    color: var(--hex-b5b9de);
  }

._parent_2o489_8 i:hover {
      color: var(--hex-ffffff);
    }

._parent_2o489_8 .fa {
      cursor: pointer;
    }

._disabledAction_2o489_25 .fa {
      cursor: default;
      color: hsl(var(--theme-hex-5a83ef, 223.00deg 82.30% 64.50%) / 80%);
    }

._root_2o489_34 {
  padding: 4px 0;
  margin: 0;
  list-style: none;

  border-radius: var(--border-radius-2);
  background-color: var(--hex-07091b);
  box-shadow: 0 6px 13px 0 hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 50%);
}

._root_2o489_34 > li {
    cursor: pointer;
    padding: 0px 12px;
    color: var(--hex-b5b9de);
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 32px;
    text-transform: uppercase;
  }

._root_2o489_34 > li:hover {
      background: var(--hex-181b30);
    }

._footer_2o489_59 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;

  border-radius: var(--border-radius-3);
  background-color: var(--hex-0070df);
  padding: 10px;

  width: 100%;
}

._footer_2o489_59 ._options_2o489_71 {
    display: flex;
    align-items: center;
  }

._footer_2o489_59 ._options_2o489_71 button {
      height: 30px;
      line-height: 16px;
    }

._footer_2o489_59 ._options_2o489_71 button + button {
      margin-left: 8px;
    }

._footer_2o489_59 p {
    color: var(--hex-ffffff);
    font-size: 14px;
    line-height: 16px;
    margin: 0;
  }

._footer_2o489_59 button {
    background-color: var(--hex-0070df) !important;
    border-color: var(--hex-ffffff) !important;
  }

._footer_2o489_59 button:active,
    ._footer_2o489_59 button:focus,
    ._footer_2o489_59 button:hover {
      border-color: var(--hex-ffffff) !important;
      background-color: var(--hex-0070df);
    }

._footer_2o489_59 button i {
      color: var(--hex-ffffff);
    }

._ulMenu_2o489_109._ulMenu_2o489_109 {
  top: -111px !important;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._modules-list_1h4vu_8 {
  overflow-y: auto;
  height: calc(100vh - 360px);
}

._modules-list_1h4vu_8::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

._modules-list_1h4vu_8::-webkit-scrollbar-track {
    background: var(--hex-07091b);
  }

._modules-list_1h4vu_8::-webkit-scrollbar-thumb {
    background: var(--hex-585e80);
  }

._module_1h4vu_8 {
  border-radius: var(--border-radius-4);
  background-color: var(--hex-07091b);
}

._module_1h4vu_8 ._row_1h4vu_30 {
    position: relative;
    display: flex;
    align-items: center;
    padding: 9px 30px;
    padding-right: 95px;
    transition: background-color 0.1s ease-in-out;
  }

._module_1h4vu_8 ._row_1h4vu_30:hover {
      background-color: var(--hex-181b30);
    }

._module_1h4vu_8 ._row_1h4vu_30 ._key_1h4vu_42 {
      color: var(--hex-898eba);
      font-size: 12px;
      letter-spacing: 0;
      line-height: 24px;
      min-width: 90px;
    }

._module_1h4vu_8 ._row_1h4vu_30 ._value_1h4vu_50 {
      display: flex;
      color: var(--hex-f1f3fa);
      font-size: 13px;
      letter-spacing: 0;
      line-height: 20px;
    }

._module_1h4vu_8 ._row_1h4vu_30 ._value_1h4vu_50 > span {
        margin-left: 8px;
        display: flex;
      }

._module_1h4vu_8 ._row_1h4vu_30 ._value_1h4vu_50 > span svg {
          width: 16px;
          margin-right: 4px;
        }

._module_1h4vu_8 ._row_1h4vu_30 ._actions_1h4vu_68 {
      position: absolute;
      right: 15px;
      display: flex;
      align-items: center;
    }

._module_1h4vu_8 ._row_1h4vu_30 ._actions_1h4vu_68 > span:first-child {
        margin-right: 7px;
      }

._module_1h4vu_8 ._row_1h4vu_30 ._actions_1h4vu_68 .action-download {
          padding: 0;
          width: 25px;
          height: 25px;
        }

._module_1h4vu_8 + ._module_1h4vu_8 {
  margin-top: 24px;
}

._form_1h4vu_93 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

._form_1h4vu_93 ._input_1h4vu_99 {
    display: flex;
    align-items: center;
  }

._form_1h4vu_93 ._input_1h4vu_99 input {
      width: 300px;
      height: 40px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }

._form_1h4vu_93 ._input_1h4vu_99 button {
      height: 40px;
      padding: 11px;
      margin-left: -1px;
      border-left: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }

._form_1h4vu_93 ._input_1h4vu_99 button > svg {
        stroke: var(--hex-ffffff);
        margin-right: 0;
      }

._form_1h4vu_93 > span {
    color: var(--hex-f1f3fa);
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._tooltip_c8w24_8 .rc-tooltip {
      opacity: 1 !important;
    }

._tooltip_c8w24_8 .rc-tooltip-inner {
      color: var(--hex-dedeed);
      background-color: var(--hex-1d2633);
      box-shadow: 0px 3px 4px 0px hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 50%);
      min-height: auto;

      max-width: 350px;
      word-break: break-word;
    }

._form_c8w24_26 > p {
    color: var(--hex-ffffff);
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 16px;
  }

._form_c8w24_26 ._row_c8w24_35 {
    display: flex;
  }

._form_c8w24_26 ._row_c8w24_35 > div {
      width: 100%;
    }

._form_c8w24_26 ._footer_c8w24_43 {
    margin-top: 2rem;
    display: flex;
    justify-content: flex-end;
  }

._textarea_c8w24_50._textarea_c8w24_50._textarea_c8w24_50 {
  height: 6rem;
  resize: vertical;
  font-size: 12px;
}

._options_c8w24_56 {
  display: flex;
  margin-top: 16px;
}

._options_c8w24_56 ._col_c8w24_60 {
    width: 100%;
    position: relative;
  }

._options_c8w24_56 ._col_c8w24_60 > span {
      position: absolute;
      top: 0;
      right: 0;

      border-radius: var(--border-radius-10);
      background-color: var(--hex-363a57);
      color: var(--hex-ffffff);
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 20px;
      padding: 0 8px;
    }

._options_c8w24_56 ._col_c8w24_60 + ._col_c8w24_60 {
    margin-left: 32px;
  }

._options_c8w24_56 ul {
    border-radius: var(--border-radius-5);
    background-color: var(--hex-181b30);
    list-style: none;
    padding: 16px;
    margin: 0;
    margin-top: 12px;
    height: 180px;
    overflow-y: auto;
  }

._options_c8w24_56 ul::-webkit-scrollbar {
      width: 5px;
      height: 5px;
    }

._options_c8w24_56 ul::-webkit-scrollbar-track {
      background: var(--hex-07091b);
    }

._options_c8w24_56 ul::-webkit-scrollbar-thumb {
      background: var(--hex-585e80);
    }

._options_c8w24_56 ul li {
      color: var(--hex-ffffff);
      font-size: 13px;
      letter-spacing: 0;
      line-height: 14px;

      display: flex;
      align-items: center;
    }

._options_c8w24_56 ul li svg {
        margin-right: 8px;
      }

._options_c8w24_56 ul li + li {
      margin-top: 16px;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._warning_6aq1a_8 {
  width: calc(100% + 48px);
  margin-left: -24px;
  margin-top: 12px;
}

._warning_6aq1a_8._stroke_6aq1a_13 svg path {
      stroke: var(--hex-07091b) !important;
    }

._warning_6aq1a_8._fill_6aq1a_19 svg path {
      fill: var(--hex-07091b) !important;
    }

._warning_6aq1a_8 + ._warning_6aq1a_8 {
  margin-top: 0;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._cta_mw6vc_8 {
  position: absolute;
  right: 24px;
  top: 13px;
}

._root_mw6vc_14 {
  position: relative;
}

._root_mw6vc_14 ._status_mw6vc_17 {
    display: flex;
    align-items: center;
  }

._root_mw6vc_14 ._status_mw6vc_17 svg {
      margin-right: 5px;
    }

._root_mw6vc_14 ._status_mw6vc_17._success_mw6vc_25 {
      color: var(--hex-00c1ff);
    }

._root_mw6vc_14 ._status_mw6vc_17._success_mw6vc_25 svg path {
        fill: var(--hex-00c1ff);
      }

._root_mw6vc_14 ._status_mw6vc_17._fail_mw6vc_33 {
      color: var(--hex-ff4b66);
    }

._root_mw6vc_14 ._status_mw6vc_17._fail_mw6vc_33 svg path {
        stroke: var(--hex-ff4b66);
      }

._loader-1_mw6vc_43 {
  margin-right: 5px;
  height: 16px;
  width: 16px;
  -webkit-animation: _loader-1-1_mw6vc_1 4.8s linear infinite;
          animation: _loader-1-1_mw6vc_1 4.8s linear infinite;
}
@-webkit-keyframes _loader-1-1_mw6vc_1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes _loader-1-1_mw6vc_1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
._loader-1_mw6vc_43 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 16px;
  width: 16px;
  clip: rect(0, 16px, 16px, 8px);
  -webkit-animation: _loader-1-2_mw6vc_1 1.2s linear infinite;
          animation: _loader-1-2_mw6vc_1 1.2s linear infinite;
}
@-webkit-keyframes _loader-1-2_mw6vc_1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
            transform: rotate(220deg);
  }
}
@keyframes _loader-1-2_mw6vc_1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
            transform: rotate(220deg);
  }
}

._loader-1_mw6vc_43 span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 16px;
  width: 16px;
  clip: rect(0, 16px, 16px, 8px);
  border: 3px solid var(--hex-b5b9de);
  border-radius: 50%;
  -webkit-animation: _loader-1-3_mw6vc_1 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
          animation: _loader-1-3_mw6vc_1 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@-webkit-keyframes _loader-1-3_mw6vc_1 {
  0% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  50% {
    -webkit-transform: rotate(-160deg);
            transform: rotate(-160deg);
  }
  100% {
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg);
  }
}

@keyframes _loader-1-3_mw6vc_1 {
  0% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  50% {
    -webkit-transform: rotate(-160deg);
            transform: rotate(-160deg);
  }
  100% {
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg);
  }
}

._download_mw6vc_107 {
  display: flex;
  justify-content: center;
  align-items: center;
}

._download_mw6vc_107 svg {
    margin-right: 4px;
    width: 17px;
    height: 17px;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._proc_mqzoy_8 {
  display: flex;
  justify-content: space-between;
}

._proc_mqzoy_8 ul {
    display: grid !important;
    grid-template-columns: repeat(2, 0fr);
  }

@media (max-width: 1380px) {

._proc_mqzoy_8 ul {
      display: inline-block !important
  }
    }

._proc_mqzoy_8 li {
    width: 320px;
    border-bottom: 0 !important;
  }

._proc_mqzoy_8 li .date {
        padding-right: 0;
      }

._proc_mqzoy_8 li > span:nth-child(1) {
      min-width: 140px;
    }

._proc_mqzoy_8 li > span:nth-child(2) {
      width: 100% !important;
      min-width: auto !important;
      display: flex;
    }

._proc_mqzoy_8 .icon-circle,
    ._proc_mqzoy_8 .icon-clock,
    ._proc_mqzoy_8 .icon-indicator {
      color: var(--hex-b5b9de);
      font-size: 14px;
    }

._proc_mqzoy_8 .indicators-list {
      width: 100%;
      list-style: none;
      display: flex;
      flex-direction: column;
      padding: 0px;
      padding-left: 1rem;
    }

._proc_mqzoy_8 .indicator-value {
      color: var(--hex-ffffff);
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._proc_19msg_8 {
  display: flex;
  justify-content: space-between;
}

._proc_19msg_8 li {
    border-bottom: 0 !important;
  }

._proc_19msg_8 li .date {
        padding-right: 0;
      }

._proc_19msg_8 li > span:nth-child(1) {
      min-width: 140px;
    }

._proc_19msg_8 li > span:nth-child(2) {
      width: 100% !important;
      min-width: auto !important;
      display: flex;
    }

._proc_19msg_8 .icon-circle,
    ._proc_19msg_8 .icon-clock,
    ._proc_19msg_8 .icon-indicator {
      color: var(--hex-b5b9de);
      font-size: 14px;
    }

._proc_19msg_8 .indicators-list {
      width: 100%;
      list-style: none;
      display: flex;
      flex-direction: column;
      padding: 0px;
      padding-left: 1rem;
    }

._proc_19msg_8 .indicator-value {
      color: var(--hex-ffffff);
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._form_o6oj7_8 ._textarea_o6oj7_9 {
    height: 8rem;
    resize: vertical;
  }

._form_o6oj7_8 .error-message {
      color: var(--hex-ff4b66);
      display: inline-block;
      font-style: italic;
      margin-top: 0.2rem;
      padding-left: 1.5rem;
    }

._modal-title_o6oj7_25 {
  padding-bottom: 2em;
}

._footer-wrapper_o6oj7_29 {
  position: fixed;
  bottom: 0px;
  max-width: 1800px !important;
  width: 100%;
  z-index: 10;
  display: inline-block;
}

._footer_o6oj7_29 {
  display: flex;
  justify-content: flex-end;

  border-radius: var(--border-radius-3);
  background-color: var(--hex-0070df);
  padding: 10px;
  width: calc(100% - 48px);
}

._footer_o6oj7_29 p {
    color: var(--hex-ffffff);
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    left: 14px;
    top: 19px;
  }

._footer-ww_o6oj7_57 {
  display: flex;
  margin-top: 35px;
  justify-content: flex-end;
}

._impact-container_o6oj7_63 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

._slider_o6oj7_71 {
  width: 100%;
  height: 16px;
  border-radius: 40px;
  background: linear-gradient(
    90deg,
    hsl(var(--theme-hex-ffdd2e, 50.00deg 100.00% 59.00%) / 20%) 0%,
    hsl(var(--theme-hex-f9a926, 37.00deg 94.60% 56.30%) / 20%) 81%,
    hsl(var(--theme-hex-ff4b66, 351.00deg 100.00% 64.70%) / 20%) 100%
  );
}

._slider_o6oj7_71 ._medium-marker_o6oj7_82 {
    position: absolute;
    left: 69%;
    top: -17px;
    -webkit-transform: translateX(-69%);
            transform: translateX(-69%);

    text-transform: uppercase;
    color: var(--hex-f9a926);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.67px;
    line-height: 11px;
  }

._slider_o6oj7_71 ._medium-marker_o6oj7_82:before {
      content: '';
      opacity: 0.5;
      position: absolute;
      top: 17px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 3px;
      height: 16px;
      background: var(--hex-f9a926);
    }

._slider_o6oj7_71 ._medium-marker_o6oj7_82:after {
      content: '70';
      opacity: 0.5;
      position: absolute;
      top: 39px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }

._slider_o6oj7_71 ._high-marker_o6oj7_117 {
    position: absolute;
    left: 90%;
    top: -17px;
    -webkit-transform: translateX(-90%);
            transform: translateX(-90%);

    text-transform: uppercase;
    color: var(--hex-ff4b66);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.67px;
    line-height: 11px;
  }

._slider_o6oj7_71 ._high-marker_o6oj7_117:before {
      content: '';
      opacity: 0.5;
      position: absolute;
      top: 17px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 3px;
      height: 16px;
      background: var(--hex-ff4b66);
    }

._slider_o6oj7_71 ._high-marker_o6oj7_117:after {
      content: '90';
      opacity: 0.5;
      position: absolute;
      top: 39px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }

._slider_o6oj7_71 .rc-slider {
      margin-top: -1px;
      margin-left: 7px;
      width: calc(100% - 20px);
    }

._slider_o6oj7_71 .rc-slider.low .rc-slider-track {
          background: var(--hex-ffdd2e);
        }

._slider_o6oj7_71 .rc-slider.low .rc-slider-handle {
          background-color: var(--hex-ffdd2e);
        }

._slider_o6oj7_71 .rc-slider.low .rc-slider-handle:before {
            background-color: var(--hex-ffdd2e);
          }

._slider_o6oj7_71 .rc-slider.medium .rc-slider-track {
          background: var(--hex-f9a926);
        }

._slider_o6oj7_71 .rc-slider.medium .rc-slider-handle {
          background-color: var(--hex-f9a926);
        }

._slider_o6oj7_71 .rc-slider.medium .rc-slider-handle:before {
            background-color: var(--hex-f9a926);
          }

._slider_o6oj7_71 .rc-slider.high .rc-slider-track {
          background: var(--hex-ff4b66);
        }

._slider_o6oj7_71 .rc-slider.high .rc-slider-handle {
          background-color: var(--hex-ff4b66);
        }

._slider_o6oj7_71 .rc-slider.high .rc-slider-handle:before {
            background-color: var(--hex-ff4b66);
          }

._slider_o6oj7_71 .rc-slider-track {
      height: 8px;
      background: var(--hex-8a9eb2);
      transition: background-color 0.2s linear;
    }

._slider_o6oj7_71 .rc-slider-handle {
      position: relative;
      -webkit-transform: translateY(-1px);
              transform: translateY(-1px);

      height: 20px;
      width: 20px;
      background: var(--hex-8a9eb2);
      transition: background-color 0.2s linear;
      box-shadow: -2px 2px 4px 0 hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 50%);
    }

._slider_o6oj7_71 .rc-slider-handle:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
                transform: translateY(-50%) translateX(-50%);
        height: 40px;
        width: 40px;
        border-radius: 100%;
        opacity: 0.2;
        background: var(--hex-8a9eb2);
        transition: background-color 0.2s linear;
      }

._slider_o6oj7_71 .rc-slider-rail {
      background: transparent;
    }

._tooltipas_o6oj7_233 .rc-slider-tooltip-inner {
      margin-top: 8px;
      padding: 6px;
      border-radius: 100%;

      background: var(--hex-363a57);
      border: 0.5px solid var(--hex-181b30);

      width: 44px;
      height: 44px;

      border-top-left-radius: 0;
      border-top-right-radius: 75px;
      border-bottom-right-radius: 75px;
      border-bottom-left-radius: 75px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      box-shadow: 1px 1px 7px hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 80%);
    }

._tooltipas_o6oj7_233 .summary-prog {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
    }

._wrapper_o6oj7_260 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 65px;
}

._wrapper_o6oj7_260 ._sl_o6oj7_71 {
    width: 100%;
  }

._wrapper_o6oj7_260 ._in_o6oj7_273 {
    margin-left: 20px;
    width: 130px;
  }

._impact_o6oj7_63 svg:hover path {
      fill: var(--hex-ffffff);
    }

._formito_o6oj7_287 label {
    color: var(--hex-8a9eb2);
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }

._formito_o6oj7_287 label > span {
      color: var(--hex-ffdd2e);
      margin-left: 4px;
      margin-right: 12px;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_c9hyt_8 {
  padding-top: 16px;
  position: absolute;
  left: 0;
  width: calc(100% + 1px);
  height: calc(100vh - 200px);
}

._root_c9hyt_8 .col-xs-12 {
      padding: 0;
    }

._root_c9hyt_8 .date {
      color: inherit !important;
    }

._root_c9hyt_8 ._offset_c9hyt_25 {
    position: relative;
    height: 80vh;
  }

._incidentDescription_c9hyt_31 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

._incidentDescription_c9hyt_31 ._description_c9hyt_36 {
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
    text-align: left;
  }

._incidentDescription_c9hyt_31 ._tagLine_c9hyt_43 {
    margin-top: 5px;
    display: flex;
    align-items: center;
  }

._incidentDescription_c9hyt_31 ._notes_c9hyt_49 {
    width: 18px;
    height: 17px;
    margin-right: 6px;
  }

._incidentDescription_c9hyt_31 ._notes_c9hyt_49 line,
    ._incidentDescription_c9hyt_31 ._notes_c9hyt_49 path {
      stroke: var(--hex-149dc9);
    }

._state_c9hyt_61 {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

._state_c9hyt_61 ._severity_c9hyt_66 {
    display: inline-block;
    height: 9px;
    width: 9px;
    margin-right: 6px;

    border: 1.5px solid var(--hex-6d859a);
    border-radius: 100%;
  }

._state_c9hyt_61 ._severity_c9hyt_66._high_c9hyt_75 {
        border: 2px solid var(--hex-ff4b66);
      }

._state_c9hyt_61 ._severity_c9hyt_66._medium_c9hyt_81 {
        border: 2px solid var(--hex-f9a926);
      }

._state_c9hyt_61 ._severity_c9hyt_66._low_c9hyt_87 {
        border: 2px solid var(--hex-ffdd2e);
      }

._state_c9hyt_61 ._text_c9hyt_94 {
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
  }

._state_c9hyt_61 ._separator_c9hyt_101 {
    margin: 0 6px;
  }

._incidentStatus_c9hyt_106 {
  display: flex;
  align-items: center;
}

._incidentStatus_c9hyt_106 svg {
    margin-right: 3px;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._footer_1qhib_8 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: calc(100% - 48px);
  padding: 0 15px;
  padding-bottom: 25px;
  padding-right: 0;
  z-index: 10;
}

._footer_1qhib_8 > button,
  ._footer_1qhib_8 a {
    margin-left: 15px;
  }

._footer_1qhib_8 .btn {
      padding: 0.8em 13px;
    }

._title_1qhib_32 {
  display: flex;
  align-items: center;
}

.incident-details-tabs .nav-tabs > li > a {
      text-transform: inherit;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_8glr2_8 {
  padding-top: 16px;
  position: absolute;
  left: 0;
  width: calc(100% + 1px);
  height: calc(100vh - 200px);
}

._root_8glr2_8 .col-xs-12 {
      padding: 0;
    }

._root_8glr2_8 .date {
      color: inherit !important;
    }

._root_8glr2_8 .InfiniteList::-webkit-scrollbar {
        width: 5px;
        height: 5px;
      }

._root_8glr2_8 .InfiniteList::-webkit-scrollbar-track {
        background: var(--hex-07091b);
      }

._root_8glr2_8 .InfiniteList::-webkit-scrollbar-thumb {
        background: var(--hex-585e80);
      }

._root_8glr2_8 ._offset_8glr2_40 {
    position: relative;
    height: 80vh;
  }

._endpointStatus_8glr2_46 {
  display: flex;
  align-items: center;
}

._endpointStatus_8glr2_46 ._status_8glr2_50 {
    display: inline-block;
    height: 8px;
    width: 8px;
    padding-right: 8px;
    margin-bottom: 2px;
    border-radius: 100%;
    margin-right: 4px;
    background-color: var(--hex-607285);
  }

._endpointStatus_8glr2_46 ._status_8glr2_50._online_8glr2_60 {
      background-color: var(--hex-28f29a);
    }

._affected_8glr2_66 {
  padding: 0 38px;
  margin-bottom: 30px;
}

._affected_8glr2_66 ._title_8glr2_70 {
    display: flex;
    align-items: center;
  }

._affected_8glr2_66 ._title_8glr2_70 h3 {
      margin: 0 8px 0 0 !important;
    }

._affected_8glr2_66 ._title_8glr2_70 svg:hover path {
        fill: var(--hex-ffffff);
      }

._affected_8glr2_66 ._value_8glr2_85 {
    margin-top: 20px;
    color: var(--hex-b5b9de);
    font-size: 50px;
    line-height: 50px;
  }

._paragraph_8glr2_93 {
  padding: 0 28px;
}

._events-count-label_8glr2_97 {
  display: flex;
  align-items: center;
}

._events-count-info_8glr2_102 {
  height: 13px;
  width: 13px;
  margin-left: 6px;
}

._events-count_8glr2_97 {
  color: var(--hex-b5b9de);
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._tab-container_zmxt6_8 {
  height: calc(100% - 60px);
  overflow-y: auto;
  overflow-x: hidden;
}

._tab-container_zmxt6_8._fullWidth_zmxt6_13 .indicator-value {
        width: 100% !important;
      }

._tab-container_zmxt6_8._fullWidth_zmxt6_13 .indicator-value a {
          color: var(--hex-00c1ff);
        }

._title-container_zmxt6_26 {
  display: flex;
  align-items: center;
}

._title-container_zmxt6_26._with-cols_zmxt6_30 {
    flex-direction: column;
  }

/* event type icons section..*/
._parent_zmxt6_36 {
  display: flex;
  align-items: center;
  width: 100%;
}
._parent_zmxt6_36._padded_zmxt6_41 {
    padding-top: 1rem;
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
  }
._parent_zmxt6_36 img {
    width: 30px;
  }
._parent_zmxt6_36 ._text_zmxt6_50 {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
  }
._parent_zmxt6_36 ._text_zmxt6_50 ._title_zmxt6_26 {
      color: var(--hex-ff4b66);
      font-size: 16px;
      line-height: 15px;
    }
._parent_zmxt6_36 ._text_zmxt6_50 ._subtitle_zmxt6_61 {
      color: var(--hex-5a83ef);
      font-size: 11px;
      word-break: break-all;
    }
._parent_zmxt6_36 ._text_zmxt6_50 ._subtitle_zmxt6_61 > div {
        margin-left: 4px !important;
        margin-right: 0 !important;
      }
._parent_zmxt6_36 ._text_zmxt6_50 ._subtitle_zmxt6_61 img {
        -webkit-transform: translateY(-1px);
                transform: translateY(-1px);
        width: 18px;
        height: 12px;
      }

._download-action_zmxt6_80._download-action_zmxt6_80._download-action_zmxt6_80._download-action_zmxt6_80 {
  margin-left: auto;
  padding: 0 !important;
}

._download-action_zmxt6_80._download-action_zmxt6_80._download-action_zmxt6_80._download-action_zmxt6_80 img {
    width: 2.2em !important;
    padding-right: 2.6em !important;
  }

._paragraph_zmxt6_90 {
  margin-bottom: 30px;
  font-size: 13px;
}

._link_zmxt6_95 {
  color: var(--hex-00c1ff);
}

._link_zmxt6_95:hover {
    text-decoration: underline;
  }

._dwn_zmxt6_103 {
  padding: 0 !important;
}

._dwn_zmxt6_103 .div-cta {
      margin: 0;
    }

._dwn_zmxt6_103 .div-cta img {
        height: auto;
        width: 23px !important;
      }

._hunty_zmxt6_118 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

._hunty_zmxt6_118 .div-cta {
      margin: 0;
    }

._hunty_zmxt6_118 .div-cta img {
        height: auto;
        width: 23px !important;
      }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._fix_pwjt8_8._fix_pwjt8_8 {
  padding: 0 39px;
}

._fix_pwjt8_8._fix_pwjt8_8 h3 {
    margin-top: 30px !important;
    margin-bottom: 20px !important;
  }

._fix_pwjt8_8._fix_pwjt8_8 > ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

._fix_pwjt8_8._fix_pwjt8_8 > ul li + li {
      padding-top: 16px;
      padding-left: 0 !important;
    }

._fix_pwjt8_8._fix_pwjt8_8 > ul > li {
      display: flex;
    }

._fix_pwjt8_8._fix_pwjt8_8 > ul > li > div:nth-child(1) {
        min-width: 120px;
        color: var(--hex-898eba);
        font-size: 12px;
        line-height: 24px;
      }

._fix_pwjt8_8._fix_pwjt8_8 > ul > li > div:nth-child(2) {
        width: 100%;
        color: var(--hex-f1f3fa);
        font-size: 13px;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: pre;
      }

._fix_pwjt8_8._fix_pwjt8_8 ._triggersContainer_pwjt8_48 {
    width: calc(100% + 78px) !important;
    margin-left: -39px !important;
  }

._fix_pwjt8_8._fix_pwjt8_8 ._triggersContainer_pwjt8_48 h3 {
      padding-left: 36px !important;
    }

.js-event-cloudscore.Safe {
      color: var(--hex-00b6a6);
    }

.js-event-cloudscore.Suspicious {
      color: var(--hex-f2921f);
    }

.js-event-cloudscore.Infected {
      color: var(--hex-ff4b66);
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_55xcl_8 {
  padding: 0;
  margin-left: -24px;
  width: calc(100% + 48px);
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._tagsEditor_4kb04_8 {
  display: flex;
  width: 100%;

  background: var(--hex-07091b);
}
._activitiesTitle_4kb04_14 {
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 25px;
  color: var(--hex-ffffff);
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 16px;
}

._alertsTitle_4kb04_24 {
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  font-weight: 700;
  padding: 20px;
}

._navigationContainer_4kb04_32 {
  display: flex;
  width: 100%;
  flex-direction: column;
}

._navigationContainer_4kb04_32 .js-navigation-wrapper {
      position: sticky;
      z-index: 98;
      top: 122px;
      background: var(--hex-07091b);
    }

._navigationContainer_4kb04_32 .js-navigation-container {
      margin-right: 0 !important;
      margin-bottom: 4px;
    }

._navigationContainer_4kb04_32 .js-navigation-scrollspy {
      display: flex;
    }

._navigationContainer_4kb04_32 .js-navigation-scrollspy li + li {
        margin-top: 0 !important;
        margin-left: 4px;
      }

._navigationContainer_4kb04_32 ._navigation_4kb04_32 {
    margin-right: 4px;
    position: sticky;
    z-index: 1000;
    top: 122px;
  }

._navigationContainer_4kb04_32 ._navigation_4kb04_32 ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }

._navigationContainer_4kb04_32 ._navigation_4kb04_32 ul li {
        width: 80px;
        height: 80px;
        border-radius: var(--border-radius-8);
        cursor: pointer;
      }

._navigationContainer_4kb04_32 ._navigation_4kb04_32 ul li a {
          cursor: pointer;
          height: 100%;
          width: 100%;
          display: flex;
          align-items: center;
          text-align: center;
          justify-content: center;
          flex-direction: column;
          text-decoration: none;
          position: relative;
        }

._navigationContainer_4kb04_32 ._navigation_4kb04_32 ul li svg,
        ._navigationContainer_4kb04_32 ._navigation_4kb04_32 ul li img {
          width: 40%;
          -webkit-transform: translateY(0px);
                  transform: translateY(0px);
          transition: -webkit-transform 0.2s ease-in-out;
          transition: transform 0.2s ease-in-out;
          transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
        }

._navigationContainer_4kb04_32 ._navigation_4kb04_32 ul li span {
          height: 0;
          opacity: 0;
          display: inline-block;
          color: var(--hex-ffffff);
          font-size: 10px;
          font-weight: bold;
          letter-spacing: 2px;
          text-transform: uppercase;
          transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
          transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
          transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
        }

._navigationContainer_4kb04_32 ._navigation_4kb04_32 ul li ._labelContainer_4kb04_109 {
          position: absolute;
          bottom: 0px;
          left: 0;
          width: 100%;
        }

._navigationContainer_4kb04_32 ._navigation_4kb04_32 ul li:hover {
          background-color: var(--hex-181b30);
        }

._navigationContainer_4kb04_32 ._navigation_4kb04_32 ul li:hover svg,
          ._navigationContainer_4kb04_32 ._navigation_4kb04_32 ul li:hover img {
            -webkit-transform: translateY(-7px);
                    transform: translateY(-7px);
          }

._navigationContainer_4kb04_32 ._navigation_4kb04_32 ul li:hover span {
            -webkit-transform: translateY(-7px);
                    transform: translateY(-7px);
            height: 17px;
            opacity: 1;
          }

._navigationContainer_4kb04_32 ._navigation_4kb04_32 ul li + li {
        margin-top: 4px;
      }

._navigationContainer_4kb04_32 ._navigation_4kb04_32 ul .is-current {
          background-color: var(--hex-181b30);
        }

._navigationContainer_4kb04_32 ._navigation_4kb04_32 ul .is-current svg,
          ._navigationContainer_4kb04_32 ._navigation_4kb04_32 ul .is-current img {
            -webkit-transform: translateY(-7px);
                    transform: translateY(-7px);
          }

._navigationContainer_4kb04_32 ._navigation_4kb04_32 ul .is-current span {
            -webkit-transform: translateY(-7px);
                    transform: translateY(-7px);
            height: 17px;
            opacity: 1;
          }

._navigationContainer_4kb04_32 ._navigationNavMenu_4kb04_155 ._navTabGroup_4kb04_156 {
      background-color: var(--hex-181b30);
      margin: 0 10px 10px 0;
      padding: 0 20px;
    }

._navigationContainer_4kb04_32 ._navigationNavMenu_4kb04_155 ._selectedTab_4kb04_161 {
      width: calc(100%);
    }

._navigationContainer_4kb04_32 ._navigationNavMenu_4kb04_155 li:not(:first-child) {
      border-top: 1px solid var(--hex-363a57);
      border-radius: 0;
    }

._navigationContainer_4kb04_32 ._navigationNavMenu_4kb04_155 li:hover {
      background-color: var(--hex-181b30) !important;
    }

._navigationContainer_4kb04_32 ._navigationNavMenu_4kb04_155 li {
      list-style-type: none;
      height: 70px;
      border-radius: var(--border-radius-8);
      cursor: pointer;
    }

._navigationContainer_4kb04_32 ._navigationNavMenu_4kb04_155 li ._navTab_4kb04_156 {
        cursor: pointer;
        display: flex;
        height: 100%;
        width: 100%;
        align-items: center;
        text-align: center;
        flex-direction: row;
        text-decoration: none;
        position: relative;
      }

._navigationContainer_4kb04_32 ._navigationNavMenu_4kb04_155 li svg,
      ._navigationContainer_4kb04_32 ._navigationNavMenu_4kb04_155 li img {
        width: 40%;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
        transition: -webkit-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
      }

._navigationContainer_4kb04_32 ._navigationNavMenu_4kb04_155 li svg {
        width: 24px !important;
        height: 24px !important;
        margin-right: 12px;
        margin-bottom: none !important;
      }

._navigationContainer_4kb04_32 ._navigationNavMenu_4kb04_155 li span {
        text-align: left;
        height: 0;
        opacity: 0;
        display: inline-block;
        color: var(--hex-898eba);
        font-size: 12px;
        font-weight: bold;
        line-height: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
        transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
      }

@media (min-width: 300px) {
        ._navigationContainer_4kb04_32 ._navigationNavMenu_4kb04_155 li span {
          opacity: 1;
        }
      }

._navigationContainer_4kb04_32 ._navigationNavMenu_4kb04_155 li ._labelContainer_4kb04_109 {
        margin-bottom: 5px;
      }

._navigationContainer_4kb04_32 ._navigationNavMenu_4kb04_155 li._selected_4kb04_161 span {
            color: var(--hex-ffffff);
          }

._navigationContainer_4kb04_32 ._navigationNavMenu_4kb04_155 li._selected_4kb04_161 svg path {
              fill: var(--hex-00c1ff);
            }

._navigationContainer_4kb04_32 ._navigationNavMenu_4kb04_155 li:hover svg path {
              fill: var(--hex-00c1ff);
            }

._navigationContainer_4kb04_32 ._navigationNavMenu_4kb04_155 li:hover {
        background-color: var(--hex-181b30);
}

._navigationContainer_4kb04_32 ._navigationNavMenu_4kb04_155 li:hover svg,
        ._navigationContainer_4kb04_32 ._navigationNavMenu_4kb04_155 li:hover img {
          -webkit-transform: translateY(-7px);
                  transform: translateY(-7px);
        }

._navigationContainer_4kb04_32 ._navigationNavMenu_4kb04_155 li:hover span {
          -webkit-transform: translateY(-7px);
                  transform: translateY(-7px);
          height: 17px;
          opacity: 1;
        }

._navigationContainer_4kb04_32 ._navigationNavMenu_4kb04_155 li + li {
      margin-top: 4px;
    }

._navigationContainer_4kb04_32 ._navigationNavMenu_4kb04_155 .is-current {
        background-color: var(--hex-181b30);
      }

._navigationContainer_4kb04_32 ._navigationNavMenu_4kb04_155 .is-current svg,
        ._navigationContainer_4kb04_32 ._navigationNavMenu_4kb04_155 .is-current img {
          -webkit-transform: translateY(-7px);
                  transform: translateY(-7px);
        }

._navigationContainer_4kb04_32 ._navigationNavMenu_4kb04_155 .is-current span {
          -webkit-transform: translateY(-7px);
                  transform: translateY(-7px);
          height: 17px;
          opacity: 1;
        }

._navigationContainer_4kb04_32 ._right_4kb04_282 {
    width: 100%;
    /* This guarantees that if the page has no scroll (the content fits in the screen) there's enough scroll to navigate to each element
      200vh -> 2 screens height
      376 -> (68+80)*2 + 56 + 24  -> (page nav) * 2 + top bar + section title margin
    */
    min-height: calc(200vh - 376px);
  }

._navigationContainer_4kb04_32 ._right_4kb04_282 .forEon .first {
          width: calc(50% - 2px) !important;
        }

._navigationContainer_4kb04_32 ._right_4kb04_282 .forEon .last {
          width: calc(50% - 2px) !important;
        }

._navigationContainer_4kb04_32 ._right_4kb04_282 .widget {
        margin-bottom: 4px;
      }

._navigationContainer_4kb04_32 .js-incidents-table {
      padding: 0;
    }

._navigationContainer_4kb04_32 #section-quarantined .js-quarantine-table {
        position: inherit;
      }

._navigationContainer_4kb04_32 #section-software-info,
    ._navigationContainer_4kb04_32 #section-graphs {
      display: flex;
    }

._navigationContainer_4kb04_32 #section-software-info .first, ._navigationContainer_4kb04_32 #section-graphs .first {
        display: flex;
        padding-right: 2px;
        width: calc(50% - 2px);
      }

._navigationContainer_4kb04_32 #section-software-info .first .widget, ._navigationContainer_4kb04_32 #section-graphs .first .widget {
          height: calc(100% - 4px);
        }

._navigationContainer_4kb04_32 #section-software-info .last, ._navigationContainer_4kb04_32 #section-graphs .last {
        display: flex;
        padding-left: 2px;
        width: calc(50% - 2px);
      }

._navigationContainer_4kb04_32 #section-graphs .first {
        width: calc(33.333% - 2px);
      }

._navigationContainer_4kb04_32 #section-graphs .middle {
        display: flex;
        padding: 0 2px;
        width: calc(33.8% - 2px);
      }

._navigationContainer_4kb04_32 #section-graphs .last {
        width: calc(33.333% - 2px);
      }

@media (max-width: 1300px) {
        ._navigationContainer_4kb04_32 #section-graphs .first {
          width: calc(50% - 2px);
        }

        ._navigationContainer_4kb04_32 #section-graphs .middle {
          display: none;
        }

        ._navigationContainer_4kb04_32 #section-graphs .last {
          width: calc(50% - 2px);
        }
      }

._navigationContainer_4kb04_32 li:hover .summary {
          fill: var(--hex-00c1ff);
        }

._navigationContainer_4kb04_32 li:hover .software {
          fill: var(--hex-00c1ff);
        }

._navigationContainer_4kb04_32 li:hover .network {
          fill: var(--hex-00c1ff);
        }

._navigationContainer_4kb04_32 li:hover .graphs {
          fill: var(--hex-00c1ff);
        }

._navigationContainer_4kb04_32 li:hover .activities {
          fill: var(--hex-00c1ff);
        }

._navigationContainer_4kb04_32 li:hover .kit {
          fill: var(--hex-00c1ff);
        }

._navigationContainer_4kb04_32 .is-current .summary {
        fill: var(--hex-00c1ff);
      }

._navigationContainer_4kb04_32 .is-current .software {
        fill: var(--hex-00c1ff);
      }

._navigationContainer_4kb04_32 .is-current .network {
        fill: var(--hex-00c1ff);
      }

._navigationContainer_4kb04_32 .is-current .graphs {
        fill: var(--hex-00c1ff);
      }

._navigationContainer_4kb04_32 .is-current .activities {
        fill: var(--hex-00c1ff);
      }

._navigationContainer_4kb04_32 .is-current .kit {
        fill: var(--hex-00c1ff);
      }

._navigationContainer_4kb04_32 .is-current .events {
        fill: var(--hex-00c1ff);
      }

._navigationContainer_4kb04_32 .is-current .quarantine {
        fill: var(--hex-00c1ff);
      }

._footer_4kb04_439 {
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-end;
}
._alertsTable_4kb04_444 .table-top-filters {
      margin-top: 0px;
    }
._endpointDetailTable_4kb04_451 {
  background-color: var(--hex-181b30);
  padding: 20px;
}
._eventsTable_4kb04_455 {
  margin-left: 24px;
  width: calc(100% - 48px);
}
._eventsTable_4kb04_455 .filters-pills-container {
      position: relative;
      top: 30px;
      background-color: var(--hex-181b30);
      padding-bottom: 14px;
      margin-bottom: 0px;
    }
._eventsTable_4kb04_455 .js-table-filters-container {
      margin-bottom: -30px;
      background-color: var(--hex-181b30) !important;
      border-bottom: 0px solid !important;
    }
._quarantineWrapperContainer_4kb04_473 .filters-quarantine-wrapper {
      right: -43px !important;
      top: -93px;
    }
._alerts_4kb04_24 .nav.nav-tabs {
      margin-left: -24px;
      width: calc(100% + 48px);
      padding: 0 20px;
    }
._alerts_4kb04_24 .nav.nav-tabs li > a {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 14px;
      }
._alerts_4kb04_24 .js-table-filters-container {
      border-bottom: 0;
    }
._alerts_4kb04_24 .js-incidents-table {
      position: inherit;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1hxxd_8 {
  display: flex;
  min-height: 143px;
}

._root_1hxxd_8 ._time-picker_1hxxd_12 {
    display: flex;
    flex-shrink: 0;
    width: 137px;
    margin-right: 22px;
  }

._root_1hxxd_8 ._time-picker_1hxxd_12 ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }

._root_1hxxd_8 ._time-picker_1hxxd_12 ul li {
        -webkit-user-select: none;
            -ms-user-select: none;
                user-select: none;
        padding: 6px 12px;
        text-transform: uppercase;
        color: var(--hex-b5b9de);
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1.71px;
        line-height: 20px;
        border-radius: var(--border-radius-3);
        cursor: pointer;
      }

._root_1hxxd_8 ._time-picker_1hxxd_12 ul li._active_1hxxd_35 {
          color: var(--hex-ffffff);
          background-color: var(--hex-2b2d44);
        }

._root_1hxxd_8 ._time-picker_1hxxd_12 ul li:hover {
          background-color: var(--hex-2b2d44);
        }

._root_1hxxd_8 ._time-picker_1hxxd_12 ul li + li {
        margin-top: 5px;
      }

._root_1hxxd_8 ._data-section_1hxxd_51 {
    width: 100%;
    border-left: 1px solid var(--hex-363a57);
    padding-left: 22px;
    display: flex;
    align-items: center;
  }

._root_1hxxd_8 ._alertStatus_1hxxd_59 + ._alertStatus_1hxxd_59 {
    margin-left: 120px;
  }

._root_1hxxd_8 ._alertStatus_1hxxd_59 {
    margin-left: 28px;
  }

._root_1hxxd_8 ._alertStatus_1hxxd_59 ._title_1hxxd_66 {
      display: flex;
      align-items: center;
      font-size: 14px;
      text-transform: uppercase;
      color: var(--hex-898eba);
      font-weight: bold;
      letter-spacing: 1px;
      line-height: 20px;
    }

._root_1hxxd_8 ._alertStatus_1hxxd_59 ._title_1hxxd_66 svg {
        margin-right: 4px;
      }

._root_1hxxd_8 ._alertStatus_1hxxd_59 ._body_1hxxd_81 {
      display: flex;
      align-items: center;
      margin-top: 10px;
    }

._root_1hxxd_8 ._alertStatus_1hxxd_59 ._body_1hxxd_81 ._value_1hxxd_86 {
        color: var(--hex-ffffff);
        font-size: 40px;
        font-weight: 300;
        line-height: 47px;
        min-width: 150px;
        padding: 24px 18px;
        border-radius: var(--border-radius-5);
        cursor: pointer;
      }

._root_1hxxd_8 ._alertStatus_1hxxd_59 ._body_1hxxd_81 ._value_1hxxd_86:hover {
          background-color: var(--hex-181b30);
        }

._root_1hxxd_8 ._alertStatus_1hxxd_59 ._body_1hxxd_81 ._value_1hxxd_86._active_1hxxd_35 {
          background-color: var(--hex-0070df);
        }

._root_1hxxd_8 ._alertStatus_1hxxd_59 ._body_1hxxd_81 ._value_1hxxd_86._active_1hxxd_35:hover {
            background-color: var(--hex-1a7ee2);
          }

._root_1hxxd_8 ._alertStatus_1hxxd_59 ._body_1hxxd_81 ._breakdown_1hxxd_109 {
        margin-left: 10px;
      }

._root_1hxxd_8 ._alertStatus_1hxxd_59 ._body_1hxxd_81 ._breakdown_1hxxd_109 ._dot_1hxxd_112 {
          height: 9px;
          width: 9px;
          border: 1.5px solid var(--hex-ffffff);
          border-radius: 100%;
          margin-right: 5px;
        }

._root_1hxxd_8 ._alertStatus_1hxxd_59 ._body_1hxxd_81 ._breakdown_1hxxd_109 ._dot_1hxxd_112._red_1hxxd_119 {
            border-color: var(--hex-ff4b66);
          }

._root_1hxxd_8 ._alertStatus_1hxxd_59 ._body_1hxxd_81 ._breakdown_1hxxd_109 ._dot_1hxxd_112._orange_1hxxd_122 {
            border-color: var(--hex-f9a926);
          }

._root_1hxxd_8 ._alertStatus_1hxxd_59 ._body_1hxxd_81 ._breakdown_1hxxd_109 ._dot_1hxxd_112._yellow_1hxxd_125 {
            border-color: var(--hex-ffdd2e);
          }

._root_1hxxd_8 ._alertStatus_1hxxd_59 ._body_1hxxd_81 ._breakdown_1hxxd_109 ._dot_1hxxd_112._green_1hxxd_128 {
            border-color: var(--hex-28f29a);
          }

._root_1hxxd_8 ._alertStatus_1hxxd_59 ._body_1hxxd_81 ._breakdown_1hxxd_109 ul {
          margin: 0;
          padding: 0;
          list-style: none;
        }

._root_1hxxd_8 ._alertStatus_1hxxd_59 ._body_1hxxd_81 ._breakdown_1hxxd_109 ul li {
            display: flex;
            align-items: center;
            color: var(--hex-898eba);
            font-size: 12px;
            font-weight: 500;
            line-height: 14px;
            border-radius: var(--border-radius-5);
            padding: 3px 8px;
            cursor: pointer;
          }

._root_1hxxd_8 ._alertStatus_1hxxd_59 ._body_1hxxd_81 ._breakdown_1hxxd_109 ul li:hover {
              background-color: var(--hex-181b30);
            }

._root_1hxxd_8 ._alertStatus_1hxxd_59 ._body_1hxxd_81 ._breakdown_1hxxd_109 ul li._active_1hxxd_35 {
              background-color: var(--hex-0070df);
              color: var(--hex-ffffff);
            }

._root_1hxxd_8 ._alertStatus_1hxxd_59 ._body_1hxxd_81 ._breakdown_1hxxd_109 ul li._active_1hxxd_35:hover {
                background-color: var(--hex-1a7ee2);
              }

._root_1hxxd_8 ._alertStatus_1hxxd_59 ._body_1hxxd_81 ._breakdown_1hxxd_109 ul li span {
              font-weight: 400;
              margin-left: 5px;
              color: var(--hex-f1f3fa);
              font-size: 13px;
              line-height: 24px;
            }

._root_1hxxd_8 ._alertStatus_1hxxd_59 ._body_1hxxd_81 ._breakdown_1hxxd_109 ul li + li {
            margin-top: 5px;
          }

._chart_1hxxd_180 {
  margin-left: 200px;
}

/* transform: translateY(9px); */

@media (max-width: 1400px) {

._chart_1hxxd_180 {
    display: none
}
  }

._chart_1hxxd_180 svg {
      overflow: visible !important;
      -webkit-transform: translateY(-15px);
              transform: translateY(-15px);
    }

._chart_1hxxd_180 .open-tasks {
      color: var(--hex-898eba);
      font-size: 12px;
      font-weight: 500;
      line-height: 14px;
      position: absolute;
    }

._chart_1hxxd_180 .count-open-task {
      color: var(--hex-f1f3fa);
      font-size: 13px;
      line-height: 24px;
      position: absolute;
    }

._chart_1hxxd_180 .total-count {
      color: var(--hex-b5b9de);
      font-size: 15px;
      font-weight: 300;
      line-height: 18px;
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px);
    }

@media (max-width: 1400px) {

._chart-details_1hxxd_219 {
    display: none
}
  }

._chart-details_1hxxd_219 ._line_1hxxd_224 {
    color: var(--hex-898eba);
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    display: flex;
    align-items: center;
  }

._chart-details_1hxxd_219 ._line_1hxxd_224._antivirus_1hxxd_232 ._square_1hxxd_233 {
        background: var(--hex-ba6e90);
      }

._chart-details_1hxxd_219 ._line_1hxxd_224._antivirus_1hxxd_232:before {
        display: none;
      }

._chart-details_1hxxd_219 ._line_1hxxd_224._rule_1hxxd_242 {
      position: relative;
    }

._chart-details_1hxxd_219 ._line_1hxxd_224._rule_1hxxd_242:before {
        content: ' ';
        width: 1px;
        height: 42px;
        position: absolute;
        border-right: 1px solid var(--hex-b5b9de);
        left: 6px;
        top: 19px;
      }

._chart-details_1hxxd_219 ._line_1hxxd_224._padded_1hxxd_256 {
      position: relative;
      padding-left: 22px;
    }

._chart-details_1hxxd_219 ._line_1hxxd_224._padded_1hxxd_256:before {
        content: ' ';
        width: 16px;
        height: 1px;
        position: absolute;
        border-top: 1px solid var(--hex-b5b9de);
        left: 6px;
        top: 12px;
      }

._chart-details_1hxxd_219 ._line_1hxxd_224 ._square_1hxxd_233 {
      height: 8px;
      width: 13px;
      background-color: var(--hex-363a57);
      margin-right: 6px;
    }

._chart-details_1hxxd_219 ._line_1hxxd_224 ._square_1hxxd_233._blue_1hxxd_277 {
        background: linear-gradient(var(--hex-00c1ff), var(--hex-51b58c));
      }

._chart-details_1hxxd_219 ._line_1hxxd_224 ._square_1hxxd_233._red_1hxxd_119 {
        background: linear-gradient(var(--hex-f2921f), var(--hex-ff4b66), var(--hex-ff4b66));
      }

._chart-details_1hxxd_219 ._line_1hxxd_224 span {
      margin-left: 6px;
      color: var(--hex-f1f3fa);
      font-size: 13px;
      line-height: 24px;
    }

._custom-time_1hxxd_294 {
  display: none;
}

._custom-time_1hxxd_294._visible_1hxxd_297 {
    display: inline-block;
    position: absolute;
    left: 180px;
    top: 20px;
    border-radius: var(--border-radius-8);
    background: var(--hex-07091b);
    padding: 30px 20px;
  }

._custom-time_1hxxd_294:before {
    content: ' ';
    position: absolute;
    left: -11px;
    bottom: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 25px 15px 0;
    border-color: transparent var(--hex-07091b) transparent transparent;
  }

._custom-time_1hxxd_294 .js-date-row:last-child {
      margin-top: 25px;
    }

._loader_1hxxd_326 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

._loader_1hxxd_326 .spinner {
      position: inherit;
      top: initial;
      left: initial;
      -webkit-transform: none;
              transform: none;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_19hqs_8 {
  padding: 0;
  margin-left: -24px;
  width: calc(100% + 48px);
}

._root_19hqs_8 .date {
      color: inherit !important;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._row_8sq0m_8 {
  display: flex;
  word-break: break-all;
}

._row_8sq0m_8 ._key_8sq0m_12 {
    color: var(--hex-898eba);
    min-width: 60px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
  }

._row_8sq0m_8 ._value_8sq0m_20 {
    color: var(--hex-f1f3fa);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
  }

._row_8sq0m_8 ._value_8sq0m_20 svg {
      width: 16px;
      height: 16px;
      margin-right: 6px;
    }

._row_8sq0m_8 ._value_8sq0m_20 svg g {
        fill: var(--hex-ffffff);
      }

._row_8sq0m_8 + ._row_8sq0m_8 {
  margin-top: 4px;
}

._divider_8sq0m_46 {
  position: absolute;
  left: 27px;
  top: 0;
  height: 100%;
  width: 1px;
  border: 1px dashed var(--hex-585e80);
  z-index: 0;
}

._icon_8sq0m_56 {
  position: absolute;
  left: 13px;
  z-index: 1;
}

._icon_8sq0m_56 img:first-child {
      height: 30px;
      width: 30px;
    }

._icon_8sq0m_56 img:last-child {
      height: 20px;
      width: 20px;

      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      z-index: 1;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_12vna_8 {
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
}

._root_12vna_8 ._title-section_12vna_14 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    border-bottom: 1px solid var(--hex-2b2d44);
  }

._root_12vna_8 ._title-section_12vna_14 > span:first-child {
      display: flex;
      align-items: center;
    }

._root_12vna_8 ._title-section_12vna_14 > span:first-child > span:first-child {
        display: flex;
        margin-right: 6px;
      }

._root_12vna_8 ._title-section_12vna_14 > span:first-child > img {
        display: flex;
        margin-right: 11px;
      }

._root_12vna_8 ._title-section_12vna_14 ._title_12vna_14 {
      color: var(--hex-ffffff);
      font-size: 16px;
      letter-spacing: 0;
      line-height: 16px;
    }

._root_12vna_8 ._title-section_12vna_14 ._pin-container_12vna_42 {
      margin-left: auto;
    }

._root_12vna_8 ._title-section_12vna_14 ._pin_12vna_42 {
      cursor: pointer;
      padding-right: 0;
      width: 19px;
      margin-left: 12px;
    }

._root_12vna_8 ._title-section_12vna_14 ._count_12vna_53 {
      background: var(--hex-ffa16d);
      border-radius: 50%;
      width: 20px;
      display: inline-block;
      color: var(--hex-181b30);
      text-align: center;
    }

._root_12vna_8 ._title-section_12vna_14 ._count_12vna_53 > span {
        -webkit-transform: translateY(0.5px);
                transform: translateY(0.5px);
        display: inline-block;
      }

._root_12vna_8 ._title-section_12vna_14 ._close_12vna_67 {
      font-size: 20px;
      padding-left: 12px;
      cursor: pointer;
      display: flex;
      align-items: center;
      -webkit-transform: translateY(1px);
              transform: translateY(1px);
    }

._root_12vna_8 ._footer-section_12vna_76 {
    display: flex;
    margin-bottom: 1px;
    align-items: center;
    justify-content: flex-end;
    padding: 5px 10px;
    position: relative;
    min-height: 40px;
  }

._root_12vna_8 ._footer-section_12vna_76 ._pagination_12vna_85 {
      position: absolute;
      left: 42px;
      top: 1px;
      font-size: 12px;
    }

._root_12vna_8 ._footer-section_12vna_76 ._right_12vna_92 {
      -webkit-transform: translateX(10px);
              transform: translateX(10px);
    }

._root_12vna_8 ._footer-section_12vna_76 ._left_12vna_96 {
      height: 17px;
      position: absolute;
      left: 3px;
      align-items: center;
      padding-left: 8px;
    }

._root_12vna_8 ._footer-section_12vna_76 ._left_12vna_96 > img {
        cursor: pointer;
      }

._root_12vna_8 ._footer-section_12vna_76 ._left_12vna_96 > img:first-child {
        -webkit-transform: rotateY(-180deg);
                transform: rotateY(-180deg);
        margin-right: 5px;
      }

._body-section_12vna_115 {
  flex: 1;
  overflow-y: auto;
  font-size: 12px;
  padding: 10px 15px;
}

._body-section_12vna_115._mitre_12vna_121 {
    display: flex;
    overflow: hidden;
  }

._body-section_12vna_115._mitre_12vna_121:not(._expanded_12vna_125) ._list_12vna_126 {
        width: 100%;
      }

._body-section_12vna_115._mitre_12vna_121._expanded_12vna_125 ._list_12vna_126 {
      overflow-y: hidden;
    }

._body-section_12vna_115._mitre_12vna_121 ._list_12vna_126 {
      width: 50%;
    }

._body-section_12vna_115._mitre_12vna_121 ._list_12vna_126::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        position: absolute;
      }

._body-section_12vna_115._mitre_12vna_121 ._list_12vna_126::-webkit-scrollbar-track {
        background: hsl(var(--theme-hex-07091b, 234.00deg 58.80% 6.70%) / 70%);
      }

._body-section_12vna_115._mitre_12vna_121 ._list_12vna_126::-webkit-scrollbar-thumb {
        background: var(--hex-585e80);
      }

._body-section_12vna_115._mitre_12vna_121 ._details_12vna_153 {
      width: 50%;
      overflow-y: auto;
      padding: 10px 24px;
      background: var(--hex-07091b);
    }

._body-section_12vna_115._mitre_12vna_121 ._details_12vna_153::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        position: absolute;
      }

._body-section_12vna_115._mitre_12vna_121 ._details_12vna_153::-webkit-scrollbar-track {
        background: hsl(var(--theme-hex-07091b, 234.00deg 58.80% 6.70%) / 70%);
      }

._body-section_12vna_115._mitre_12vna_121 ._details_12vna_153::-webkit-scrollbar-thumb {
        background: var(--hex-585e80);
      }

._body-section_12vna_115._mitre_12vna_121 ._details_12vna_153 h1 {
        font-size: 15px;
        line-height: 19px;
        margin-top: 4px;
        padding-right: 20px;
      }

._body-section_12vna_115._mitre_12vna_121 ._details_12vna_153 ._item_12vna_180 + ._item_12vna_180 {
        margin-top: 16px;
      }

._body-section_12vna_115._mitre_12vna_121 ._details_12vna_153 ._close-details_12vna_184 {
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 15px;
        border-radius: var(--border-radius-4);
        background: var(--hex-07091b);

        padding: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

._body-section_12vna_115 ._data-row_12vna_200 > span:first-child {
      padding-right: 5px;
      display: inline-block;
      min-width: 43px;

      color: var(--hex-898eba);
      font-size: 12px;
      letter-spacing: 0;
      line-height: 14px;
    }

._body-section_12vna_115 ._data-row_12vna_200 > span:last-child {
      color: var(--hex-ffffff);
      font-size: 12px;
      letter-spacing: 0;
      line-height: 14px;
    }

._body-section_12vna_115 ._data-row_12vna_200 > span {
      align-self: baseline;
      word-break: break-all;
      padding-right: 15px;
    }

._body-section_12vna_115 ._data-row_12vna_200 > div {
      margin-left: auto;
      width: 20px;
    }

._body-section_12vna_115 ._data-row_12vna_200 ._special_12vna_230 {
      text-align: center;
      width: 100%;
      margin-bottom: 1rem;
    }

._body-section_12vna_115 ._data-row_12vna_200._with-icon_12vna_236 {
      display: flex;
      justify-content: flex-start;
      align-items: center;
    }

._body-section_12vna_115 ._data-row_12vna_200._with-icon_12vna_236 > span:nth-child(3) {
        margin-left: auto;
        padding: 0;
        align-self: center;
      }

._body-section_12vna_115 hr {
    border-top: 1px solid hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 20%) !important;
  }

._body-section_12vna_115 ._data-row_12vna_200 + ._data-row_12vna_200 {
    margin-top: 4px;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._incident-network-wrapper_bg_drqsw_8 {
  background-color: var(--hex-181b30);
}

._behavioral-tree-modal_container_drqsw_12 {
  border: 1px solid var(--hex-2b2d44);
  border-radius: var(--border-radius-2);
  background-color: var(--hex-07091b);
  box-shadow: 0 6px 13px 0 hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 50%);
}

._tree-endpoint-icon_drqsw_19 {
  position: absolute;
  visibility: hidden;
}

.incident-network-wrapper {
    height: 100%;
    position: relative;
    overflow: hidden;
  }

.incident-network-graph-container {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

.incident-network-graph {
    display: table-cell;
    width: 70%;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_el4og_8 {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1200px) {

._root_el4og_8 {
    flex-direction: column
}

    ._root_el4og_8 ._col_el4og_15 + ._col_el4og_15 {
      margin-top: 2rem !important;
    }
  }

._root_el4og_8 ._col_el4og_15 {
    width: 80%;
  }

._root_el4og_8 ._row_el4og_24._keyEvents_el4og_24 {
    margin-top: 32px !important;
  }

._root_el4og_8 h3._title_el4og_28 {
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 25px;
    color: var(--hex-ffffff);
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 16px;
    font-weight: 700;
  }

._root_el4og_8 ._key-events_el4og_39 {
    display: grid;
    grid-template-columns: 240px 240px 240px;
  }

._root_el4og_8 ._key-events_el4og_39 .js-tag {
        margin: 0;
      }

._root_el4og_8 ._key-events_el4og_39 ._key-event_el4og_39 {
      display: flex;
      align-items: center;
      margin-top: 10px;
    }

._root_el4og_8 ._key-events_el4og_39 ._key-event_el4og_39 > img {
        width: 17px;
        height: 17px;
        margin-right: 11px;
      }

._root_el4og_8 ._key-events_el4og_39 ._key-event_el4og_39 > span {
        line-height: 20px;
        font-size: 14px;
      }

._other-key-events_el4og_68 ._key-event_el4og_39 + ._key-event_el4og_39 {
    margin-top: 7px;
  }

._menu_el4og_74 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

._menu_el4og_74 .fa {
      width: 38px;
      margin-left: 10px;
      display: flex;
      justify-content: center;
      height: 100%;
      align-items: center;
    }

._wrapper_el4og_92 {
  background: var(--hex-2b2d44);
  color: var(--hex-ffffff);
  border-radius: var(--border-radius-3);
  padding: 4px 0;
  margin: 0;
  margin-top: 10px;
  list-style: none;
}

._wrapper_el4og_92 > li {
    cursor: pointer;
    padding: 5px 12px;
  }

._wrapper_el4og_92 > li a {
      color: inherit;
    }

._wrapper_el4og_92 > li a:hover {
        text-decoration: none;
      }

._wrapper_el4og_92 > li:hover {
      background: var(--hex-181b30);
    }

._wrapper_el4og_92 .action-modal {
      cursor: pointer;
      padding: 5px 12px;
    }

._wrapper_el4og_92 .action-modal:hover {
        background: var(--hex-181b30);
      }

._title-container_el4og_130 {
  display: flex;
  align-items: center;
  padding-right: 9px;
  justify-content: flex-end;
}

._title-container_el4og_130._with-cols_el4og_136 {
    flex-direction: column;
  }

._title-events_el4og_141 {
  display: flex;
  margin-top: 5px;
  width: 140px;
  flex-wrap: wrap;
}

/* this is for the score */
._severity_el4og_149 {
  position: relative;
  line-height: 30px;
}
._severity_el4og_149 .edit {
      position: absolute;
      left: -30px;
      top: 1px;
    }
._severity_el4og_149 ._score_el4og_161 {
    font-size: 35px;
    color: var(--hex-ff4b66);
  }
._severity_el4og_149 ._placeholder_el4og_166 {
    font-size: 20px;
    color: var(--hex-7072ac);
  }

/* event type icons section..*/
._parent_el4og_173 {
  display: flex;
  align-items: center;
  width: 100%;
}
._parent_el4og_173._padded_el4og_178 {
    padding-top: 1rem;
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
  }
._parent_el4og_173 img {
    width: 25px;
  }
._parent_el4og_173 ._text_el4og_187 {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
  }
._parent_el4og_173 ._text_el4og_187 ._title_el4og_28 {
      color: var(--hex-ffffff);
      font-size: 16px;
      line-height: 16px;
    }
._parent_el4og_173 ._text_el4og_187 ._subtitle_el4og_198 {
      color: var(--hex-b5b9de);
      font-size: 12px;
      line-height: 14px;

      display: flex;
      align-items: center;
    }
._parent_el4og_173 ._text_el4og_187 ._subtitle_el4og_198 .rtl-fix {
          margin-right: 3px;
        }
._parent_el4og_173 ._text_el4og_187 ._subtitle_el4og_198 img {
        height: 9px;
        width: 27px;
      }

._tags-list_el4og_220 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

._tags-list_el4og_220 > li {
    margin-bottom: 7px;
    margin-right: 4px;
    color: var(--hex-dedeed) !important;
    background-color: var(--hex-363a57);
    border-radius: var(--border-radius-2);
    padding: 1px 8px;
    padding-left: 0;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    font-size: 11px;
    line-height: 1.5;
  }

._tags-list_el4og_220 > li > span {
      cursor: pointer;
      padding: 0 5px;
      border-right: 1px solid hsl(var(--theme-hex-7072ac, 238.00deg 26.50% 55.70%) / 40%);
      margin-right: 4px;
    }

._tags-list_el4og_220 ._tags-add_el4og_250 {
    cursor: pointer;
    padding-left: 8px;
    background: var(--hex-2b2d44);
    color: var(--hex-5a83ef) !important;
    font-size: 11px;
  }

._body_el4og_259 h3 {
    display: flex;
    align-items: center;
    margin: 0;
    margin-bottom: 1rem;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--hex-ffffff);
  }

._body_el4og_259 h3 > span {
      margin-right: 1rem;
    }

._body_el4og_259 a {
    color: var(--hex-6a93ff);
  }

._body_el4og_259 section + h3 {
    margin-top: 3rem;
  }

._body_el4og_259 ._notes_el4og_283 {
    font-weight: 400;
    font-size: 13px;
    background: hsl(var(--theme-hex-181b30, 233.00deg 33.30% 14.10%) / 60%);
    padding: 1.5rem 1rem;
    border-radius: var(--border-radius-5);
    overflow: hidden;
  }

._body_el4og_259 p {
      word-break: break-word;
    }

._body_el4og_259 b {
      font-weight: 600;
      font-size: 13px;
      color: var(--hex-ffa16d);
    }

._footer_el4og_305 {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 20px;
}

._footer_el4og_305 .btn-primary {
      width: 164px;
      font-size: 13px;
      line-height: 22px;
      border-radius: var(--border-radius-4);
    }

._footer_el4og_305 a {
      line-height: 22px;
      margin-right: 1rem;
    }

._footer_el4og_305 .btn {
      height: 40px;
    }

._other-events_el4og_330 {
  display: flex;
  align-items: center;
}

._other-events_el4og_330 > div {
    background: var(--hex-07091b);
    border-radius: var(--border-radius-6);
    display: flex;
    padding: 4px 6px;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }

._other-events_el4og_330 > div > span {
      margin-right: 11px;
    }

._other-events_el4og_330 > div > div {
      display: flex;
    }

._enhanced-title_el4og_351 p {
      color: var(--hex-b5b9de);
      word-break: break-word;
      line-height: 20px;
      font-size: 14px;
      text-transform: initial;
    }

._enhanced-title_el4og_351 i {
      color: inherit;
      font-style: italic;
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit;
    }

._enhanced-title_el4og_351 ul {
      padding-left: 30px;
    }

._enhanced-title_el4og_351 li {
      color: var(--hex-b5b9de);
      word-break: break-word;
      line-height: 20px;
      font-size: 14px;
      text-transform: initial;
    }

._status-icon_el4og_383 {
  display: inline-flex;
  margin-right: 0.5em;
  height: 1em;
  width: 1em;
  align-items: center;
  justify-content: center;
}

._notes_el4og_283 {
  position: absolute;
  top: 24px;
  right: 24px;
}

._row_el4og_24._copy_el4og_398 p {
      word-break: break-word;
    }

._row_el4og_24._copy_el4og_398 p > span {
        font-size: 14px;
        letter-spacing: 0;
      }

._row_el4og_24._copy_el4og_398 p > span.not-signed {
          color: var(--hex-6d859a);
        }

._row_el4og_24._copy_el4og_398 p > span.signed-verified {
          color: var(--hex-28f29a);
        }

._row_el4og_24._copy_el4og_398 p > span.signed-expired {
          color: var(--hex-dab602);
        }

._row_el4og_24._copy_el4og_398 p > span.signed-not-verified {
          color: var(--hex-ff4b66);
        }

._row_el4og_24._copy_el4og_398 b {
      color: var(--hex-ffffff);
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0;
    }

._row_el4og_24 + ._row_el4og_24 {
  margin-top: 2rem;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_g0hpu_8 {
  position: relative;
  display: flex;
}

._root_g0hpu_8 ._table_g0hpu_12 {
    min-width: 500px;
  }

._root_g0hpu_8 ._table_g0hpu_12 .js-table {
        width: 100%;
        background: var(--hex-07091b);
      }

._root_g0hpu_8 ._table_g0hpu_12 .js-table .rc-table-row > td:first-child {
          padding-left: 12px;
        }

._root_g0hpu_8 ._table_g0hpu_12 .js-table .rc-table-row:hover {
          background: hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 5%) !important;
        }

._root_g0hpu_8 ._table_g0hpu_12 .js-table .rc-table-row.row-even {
          background: var(--hex-07091b);
        }

._root_g0hpu_8 ._table_g0hpu_12 .date {
        margin: 0;
        color: inherit;
      }

._root_g0hpu_8 ._empty_g0hpu_40 {
    display: flex;
    align-items: center;
    margin-top: 30px;
    border-radius: var(--border-radius-5);
    background-color: var(--hex-07091b);
    padding: 16px;
  }

._root_g0hpu_8 ._empty_g0hpu_40 ._icon_g0hpu_48 {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 30px;
      min-height: 30px;
      border-radius: 100%;
      background-color: hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 5%);
      box-shadow: 0 2px 4px 0 hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 50%);
    }

._root_g0hpu_8 ._empty_g0hpu_40 ._icon_g0hpu_48 svg {
        stroke: var(--hex-f170c5);
        margin-bottom: 1px;
      }

._root_g0hpu_8 ._empty_g0hpu_40 p {
      color: var(--hex-ffffff);
      font-size: 13px;
      letter-spacing: 0;
      line-height: 20px;
      margin: 0;
      margin-left: 12px;
    }

._root_g0hpu_8 ._header_g0hpu_74 ._title_g0hpu_75 {
      display: flex;
      align-items: center;
    }

._root_g0hpu_8 ._header_g0hpu_74 ._title_g0hpu_75 > svg {
        margin-right: 8px;
      }

._root_g0hpu_8 ._header_g0hpu_74 ._title_g0hpu_75 > span {
        color: var(--hex-ffffff);
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 24px;

        /* TODO: hack hack hack fix fix fix*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 420px;
      }

._root_g0hpu_8 ._header_g0hpu_74 ._subtitle_g0hpu_98 {
      display: flex;
      align-items: center;
    }

._root_g0hpu_8 ._header_g0hpu_74 ._subtitle_g0hpu_98 ._key_g0hpu_102 {
        color: var(--hex-898eba);
        font-size: 12px;
        letter-spacing: 0;
        line-height: 24px;
        margin-right: 6px;
      }

._root_g0hpu_8 ._header_g0hpu_74 ._subtitle_g0hpu_98 ._value_g0hpu_109 {
        width: 100%;
        color: var(--hex-f1f3fa);
        font-size: 10px;
        letter-spacing: 0;
        line-height: 20px;
      }

._root_g0hpu_8 ._header_g0hpu_74 ._actions_g0hpu_118 {
      display: flex;
    }

._root_g0hpu_8 ._header_g0hpu_74 ._actions_g0hpu_118 > a {
        margin-left: 8px;
      }

._root_g0hpu_8 #d3-visualization {
      height: 300px;
      width: 100%;
    }

._root_g0hpu_8 .tooltipo {
      position: absolute;
      z-index: 1070;
      display: inline-block;
      margin: 0;
      color: var(--hex-f1f3fa);
      font-size: 14px;
      letter-spacing: 0;
      line-height: 20px;
    }

._root_g0hpu_8 .tooltipo u {
        margin-bottom: 4px;
        display: inline-block;
        text-decoration: none;
      }

._root_g0hpu_8 .node:hover {
      stroke-width: 2px !important;
      pointer-events: all;
      opacity: 1 !important;
    }

._endpoint-summary_g0hpu_158 {
  display: flex;
  align-items: center;
}

._endpoint-summary_g0hpu_158 ._ellipsis_g0hpu_162 {
    align-items: center;
    display: flex;
    margin-right: 3px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

._endpoint-summary_g0hpu_158 ._ip_g0hpu_171 {
    color: var(--hex-ffffff);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

._endpoint-summary_g0hpu_158 ._status_g0hpu_178 {
    display: inline-block;
    height: 9px;
    width: 9px;
    border-radius: 100%;
    margin-right: 4px;
    margin-bottom: 2px;
    padding-right: 9px;
    background-color: var(--hex-607285);
  }

._endpoint-summary_g0hpu_158 ._status_g0hpu_178._online_g0hpu_188 {
      background-color: var(--hex-28f29a);
    }

._see-more_g0hpu_194 {
  background: var(--hex-07091b);
  line-height: 21px;
  text-align: center;
  padding: 9px 0px;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._cloudLabel_1mvrm_8 {
  display: flex;
  align-items: center;
  line-height: 16px;

  color: var(--hex-ffffff);
  font-size: 14px;
  letter-spacing: 0;
}

._cloudLabel_1mvrm_8 svg {
    margin-right: 4px;
  }

._fetch_1mvrm_22 {
  position: absolute;
  top: 12px;
  right: 24px;
}

._actions_1mvrm_28 {
  display: flex;
  align-items: center;
}

._actions_1mvrm_28 > a {
    margin-left: 8px;
  }

._trigger-network_1mvrm_37 {
  display: inline-flex;
  margin-left: 5px;
}

._trigger-network_1mvrm_37 img {
    margin-left: 5px;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._wrapper_10vkw_8 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  /* background: var(--hex-181b30); */
}

._buttons_10vkw_15 {
  position: absolute;
  right: 0;
  bottom: 23px;
  display: flex;
  flex-direction: column;
}

._buttons_10vkw_15 ._btnWrap_10vkw_22 {
    display: flex;
    justify-content: flex-end;
  }

._buttons_10vkw_15 ._btnWrap_10vkw_22 img {
      cursor: pointer;
      width: 30px;
      height: 30px;
    }

._buttons_10vkw_15 ._btnWrap_10vkw_22 img + img {
      margin-left: 10px;
    }

._buttons_10vkw_15 ._btnWrap_10vkw_22 + ._btnWrap_10vkw_22 {
    margin-top: 10px;
  }

._colors_10vkw_42 {
  position: absolute;
  bottom: 40px;
  left: 30px;
}

._colors_10vkw_42 p {
    font-size: 12px;
    color: var(--hex-ffffff);
  }

._colors_10vkw_42 ._color_10vkw_42 + ._color_10vkw_42 {
    margin-top: 11px;
  }

._colors_10vkw_42 ._color_10vkw_42 {
    display: flex;
    align-items: center;
    color: var(--hex-ffffff);
    font-size: 13px;
  }

._colors_10vkw_42 ._color_10vkw_42 span {
      background: var(--hex-ffffff);
      width: 30px;
      height: 22px;
      display: inline-block;
      margin-right: 8px;
    }

._map_10vkw_72 {
  position: relative;
  margin-bottom: 2rem;
}

._tableWrapper_10vkw_77 {
  position: relative;
}

._tableWrapper_10vkw_77 ._filterRow_10vkw_80 {
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 10;
  }

._tableWrapper_10vkw_77 ._filterRow_10vkw_80 ._text_10vkw_86 span {
        color: var(--hex-ffffff);
      }

._tableWrapper_10vkw_77 ._filterRow_10vkw_80 ._close_10vkw_92 {
      margin-left: 6px;
      color: var(--hex-ffffff);
      font-weight: 600;
      cursor: pointer;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_kxiiq_8 {
  margin-bottom: 3rem;
}

._root_kxiiq_8 .color-help {
      margin-top: 15px;
      margin-bottom: 21px;
      margin-left: 10px;
    }

._root_kxiiq_8 .indicator-value-list.flexy {
      margin: 0;
    }

._root_kxiiq_8 .indicator-value-list.flexy .tag {
      margin: 0 !important;
    }

._empty_kxiiq_28 {
  text-align: center;
  margin-bottom: 20px;
}

._empty_kxiiq_28 h3 {
    color: var(--hex-ffffff);
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 5px;
  }

._empty_kxiiq_28 h3 img {
      width: 17px;
      margin-right: 3px;
    }

._empty_kxiiq_28 p {
    color: var(--hex-b5b9de);
    font-size: 14px;
    line-height: 16px;
  }

._groups_kxiiq_53 .js-tag {
      display: flex;
      align-items: center;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._dupes_1ujm5_8 {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

._dupes_1ujm5_8 .js-table {
      margin-top: 0;
    }

._dupes_1ujm5_8 > span {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }

._dupes_1ujm5_8 > span img {
      width: 22px;
      margin-right: 8px;
    }

._dupes_1ujm5_8 ._warning_1ujm5_29 p {
    color: var(--hex-dab602);
  }

._dupes_1ujm5_8 p {
    margin: 0;
  }

._dupes_1ujm5_8 .rc-table-row.highlightGreen {
      background: var(--hex-2b2d44) !important;
    }

._dupes_1ujm5_8 .rc-table-row.yellow {
      background: hsl(var(--theme-hex-ffdd2e, 50.00deg 100.00% 59.00%) / 10%) !important;
    }

._dupes_1ujm5_8 .rc-table td {
      position: inherit !important;
    }

._yourPolicy_1ujm5_52 {
  -webkit-transform: translateX(44%) translateY(-50%);
          transform: translateX(44%) translateY(-50%);
  position: absolute;
  background: var(--hex-152b45);
  border-radius: var(--border-radius-8);
  z-index: 1;
}

._yourPolicy_1ujm5_52._compact_1ujm5_59 {
    -webkit-transform: translateX(64%) translateY(-50%);
            transform: translateX(64%) translateY(-50%);
  }

._yourPolicy_1ujm5_52 > span {
    color: var(--hex-00c1ff);
    font-size: 12px;
    line-height: -2px;
    padding: 0 20px;
  }

._yourPolicy_1ujm5_52 img {
    height: 15px;
    width: 15px;
    margin-right: 6px;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }

._bg_1ujm5_78 {
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-19px);
          transform: translateY(-19px);
  width: 100%;
  height: 39px;

  opacity: 0.2;
  background-image: linear-gradient(
    45deg,
    var(--hex-00c1ff) 9.68%,
    var(--hex-07091b) 9.68%,
    var(--hex-07091b) 50%,
    var(--hex-00c1ff) 50%,
    var(--hex-00c1ff) 59.68%,
    var(--hex-07091b) 59.68%,
    var(--hex-07091b) 100%
  );
  background-size: 10px 10px;
}

._actions_1ujm5_99 a:first-child {
    margin-right: 8px;
  }

._actions_1ujm5_99 img {
    width: 18px;
    height: 18px;
  }

._actions_1ujm5_99 > div {
    cursor: pointer;
    display: inline-block;
  }

._remove-confirmation_1ujm5_115 {
  display: none;
  position: absolute;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);

  width: 100%;
  height: 39px;
  padding: 0 5px;
  background: var(--hex-363a57);
  align-items: center;
  justify-content: space-between;
}

._remove-confirmation_1ujm5_115._visible_1ujm5_129 {
    display: flex;
  }

._remove-confirmation_1ujm5_115 > span {
    display: flex;
    color: var(--hex-ffffff);
    font-size: 13px;
  }

._remove-confirmation_1ujm5_115 > span img {
      margin-right: 5px;
    }

._hints_1ujm5_144 {
  margin-top: 2rem;
}

._hints_1ujm5_144 > span {
    color: var(--hex-ffdd2e);
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }

._hints_1ujm5_144 > span img {
      width: 22px;
      margin-right: 8px;
    }

._hints_1ujm5_144 ul {
    margin: 0;
    padding: 0;
    padding-left: 16px;
  }

._tableFootnote_1ujm5_166 {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  color: var(--hex-ffffff);
  font-size: 13px;
  align-items: center;
}

._tableFootnote_1ujm5_166 ._square_1ujm5_174 {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--hex-dab602);
    margin-right: 6px;
  }

._tableFootnote_1ujm5_166._dupedGlobal_1ujm5_182 ._square_1ujm5_174 {
      background: var(--hex-dab602);
      height: 8px;
      width: 15px;
      opacity: 0.5;
      border-radius: 0;
    }

._noti_1ujm5_193 {
  background: var(--hex-2b2d44);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
}

._noti_1ujm5_193 > span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    font-weight: 500;
    font-size: 11px;
    color: var(--hex-ffffff);
  }

._noti_1ujm5_193._match_1ujm5_210 {
    background: var(--hex-dab602);
  }

._noti_1ujm5_193._match_1ujm5_210 > span {
      color: var(--hex-07091b);
    }

._overlay_1ujm5_219 {
  background: black;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

._underline-hover_1ujm5_229:hover {
  text-decoration: underline;
}

._icon_1ujm5_233 {
  width: 21px;
  margin-right: 5px;
}

._tags-list_1ujm5_238 {
  margin-top: 10px;
  max-width: 400px;
}

._tags-list_1ujm5_238 > div {
    display: inline-block;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1ou0t_8 {
  margin-top: 5px;
  border-radius: var(--border-radius-5);
  background-color: var(--hex-181b30);
  display: flex;
}

._root_1ou0t_8 ._sidebar_1ou0t_14 {
    min-width: 158px;
    padding: 18px 16px;
    border-right: 1px solid var(--hex-20293c);
  }

._root_1ou0t_8 ._sidebar_1ou0t_14 label + label {
      margin-top: 18px;
    }

._root_1ou0t_8 ._content_1ou0t_24 {
    padding: 17px 35px;
    width: 100%;
    min-height: 200px;
  }

._root_1ou0t_8 ._content_1ou0t_24 .fields-group input[type='text'] {
        width: 100%;
      }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._row_1swvy_8 {
  display: flex;
  justify-content: space-between;
}

._row_1swvy_8 > div {
    width: 100%;
  }

._row_1swvy_8 > div:last-child {
      margin-left: 2rem;
    }

._root_1swvy_21 .duped-group > div {
        background: var(--hex-dab602) !important;
      }

._root_1swvy_21 .radio {
      margin: 0;
    }

._root_1swvy_21 .radio label {
        padding: 0;
      }

._root_1swvy_21 .radio [type='radio']:checked,
      ._root_1swvy_21 .radio [type='radio']:not(:checked) {
        -webkit-transform: translateY(2px);
                transform: translateY(2px);
        position: inherit;
        left: auto;
        margin: 0;
        margin-right: 6px;
      }

._footer_1swvy_48 {
  display: flex;
  justify-content: flex-end;
}

._footer_1swvy_48 button {
    min-width: 140px;
  }

._textarea_1swvy_57._textarea_1swvy_57._textarea_1swvy_57 {
  height: 8rem;
  resize: vertical;
  font-size: 12px;
}

._matcher-content_1swvy_63 {
  position: relative;
  display: flex;
}

._matcher-content_1swvy_63 ._radios_1swvy_67 {
    min-width: 158px;
    padding: 18px 24px;
    border-right: 1px solid var(--hex-20293c);
  }

._matcher-content_1swvy_63 ._radios_1swvy_67 label + label {
      margin-top: 18px;
    }

._matcher-content_1swvy_63 ._content_1swvy_77 {
    padding: 17px 35px;
    width: 100%;
    min-height: 200px;
  }

._fields-group_1swvy_84 .form-group > div {
        width: 100%;
        position: relative;
      }

._fields-group_1swvy_84 .form-group > div > div {
          width: 100%;
        }

._fields-group_1swvy_84 .form-group > div > svg {
          position: absolute;
          right: -24px;
          top: 10px;
        }

._alert-only_1swvy_105 {
  position: absolute;
  right: 1px;
  top: -14px;
}

._alert-only_1swvy_105 input {
    margin-top: 0 !important;
  }

._help_1swvy_115 {
  display: flex;
  color: var(--hex-8a9eb2);
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 20px;
  word-break: break-all;
}

._help_1swvy_115 svg {
    margin-right: 5px;
  }

._help_1swvy_115 svg path {
      fill: var(--hex-dab602);
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._grid_3i3er_8 {
  display: flex;
}

._grid_3i3er_8 ._col_3i3er_11 {
    width: 100%;
  }

._grid_3i3er_8 ._col_3i3er_11 ._row_3i3er_14 + ._row_3i3er_14 {
      margin-top: 32px;
    }

._cta_3i3er_20 {
  position: absolute;
  right: 24px;
  top: 24px;
}

._cta_3i3er_20 a:hover {
    text-decoration: none;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._recommendContainer_1wb98_8 {
  display: flex;
  height: 150px;
  flex-direction: row;
}

._recommendContainer_1wb98_8._benign_1wb98_12,
  ._recommendContainer_1wb98_8._malicious_1wb98_13,
  ._recommendContainer_1wb98_8._undecided_1wb98_14,
  ._recommendContainer_1wb98_8._problematic_1wb98_15 {
    background-repeat: no-repeat;
    background-size: cover;
  }

._recommendContainer_1wb98_8._benign_1wb98_12 {
    background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='908px'%20height='141px'%20viewBox='0%200%20908%20141'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eGroup%2016%3c/title%3e%3cdefs%3e%3clinearGradient%20x1='-2.31229963%25'%20y1='51.3400557%25'%20x2='95.0764489%25'%20y2='48.9780106%25'%20id='linearGradient-1'%3e%3cstop%20stop-color='%232AF598'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%231F4445'%20offset='61.543716%25'%3e%3c/stop%3e%3cstop%20stop-color='%231D2034'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient%20x1='27.3413617%25'%20y1='48.8113489%25'%20x2='-15.4795756%25'%20y2='52.6050887%25'%20id='linearGradient-2'%3e%3cstop%20stop-color='%23290884'%20stop-opacity='0'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%23290884'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3crect%20id='path-3'%20x='0'%20y='0'%20width='908'%20height='140'%3e%3c/rect%3e%3crect%20id='path-4'%20x='0'%20y='0'%20width='523'%20height='140'%20rx='4'%3e%3c/rect%3e%3clinearGradient%20x1='102.688552%25'%20y1='50%25'%20x2='0%25'%20y2='50%25'%20id='linearGradient-6'%3e%3cstop%20stop-color='%23F6CD54'%20stop-opacity='0.5'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%23E95B8B'%20stop-opacity='0.702502264'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient%20x1='102.688552%25'%20y1='50%25'%20x2='0%25'%20y2='50%25'%20id='linearGradient-7'%3e%3cstop%20stop-color='%23F6CD54'%20stop-opacity='0.5'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%23E95B8B'%20stop-opacity='0.702502264'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient%20x1='102.688552%25'%20y1='50%25'%20x2='0%25'%20y2='50%25'%20id='linearGradient-8'%3e%3cstop%20stop-color='%23F6CD54'%20stop-opacity='0.5'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%23E95B8B'%20stop-opacity='0.702502264'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient%20x1='87.442329%25'%20y1='50%25'%20x2='-19.0048118%25'%20y2='50%25'%20id='linearGradient-9'%3e%3cstop%20stop-color='%23F6CD54'%20stop-opacity='0.531731205'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%23E95B8B'%20stop-opacity='0'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3cg%20id='Graphy-'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Adustments'%20transform='translate(-59.000000,%20-693.000000)'%3e%3cg%20id='Group-16'%20transform='translate(59.000000,%20693.000000)'%3e%3cg%20id='Rectangle'%20fill-rule='nonzero'%3e%3cuse%20fill='url(%23linearGradient-1)'%20xlink:href='%23path-3'%3e%3c/use%3e%3cuse%20fill='url(%23linearGradient-2)'%20xlink:href='%23path-3'%3e%3c/use%3e%3c/g%3e%3cg%20id='Group'%20transform='translate(0.000000,%200.998194)'%3e%3cmask%20id='mask-5'%20fill='white'%3e%3cuse%20xlink:href='%23path-4'%3e%3c/use%3e%3c/mask%3e%3cg%20id='Mask'%20fill-rule='nonzero'%3e%3c/g%3e%3cg%20id='Oval-+-Oval-Copy-Mask'%20mask='url(%23mask-5)'%20fill-rule='nonzero'%3e%3cg%20transform='translate(-99.000000,%20-157.101110)'%3e%3cellipse%20id='Oval-Copy-3'%20fill='url(%23linearGradient-6)'%20opacity='0.13499814'%20cx='172.631455'%20cy='176'%20rx='172.13141'%20ry='175.137779'%3e%3c/ellipse%3e%3cellipse%20id='Oval-Copy-2'%20fill='url(%23linearGradient-7)'%20opacity='0.13499814'%20cx='172.631455'%20cy='176'%20rx='113.257479'%20ry='115.608189'%3e%3c/ellipse%3e%3cellipse%20id='Oval-Copy'%20fill='url(%23linearGradient-8)'%20opacity='0.13499814'%20cx='172.631455'%20cy='176'%20rx='67.3557692'%20ry='69.0198145'%3e%3c/ellipse%3e%3cellipse%20id='Oval'%20fill='url(%23linearGradient-9)'%20opacity='0.0997699556'%20cx='172.5'%20cy='176'%20rx='29.5176314'%20ry='30.0566163'%3e%3c/ellipse%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  }

._recommendContainer_1wb98_8._malicious_1wb98_13 {
    background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='908px'%20height='140px'%20viewBox='0%200%20908%20140'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eGroup%2079%3c/title%3e%3cdefs%3e%3clinearGradient%20x1='-2.31229963%25'%20y1='51.3400557%25'%20x2='100%25'%20y2='49.1227141%25'%20id='linearGradient-1'%3e%3cstop%20stop-color='%23F54964'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%231D2034'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient%20x1='27.3413617%25'%20y1='48.8113489%25'%20x2='-15.4795756%25'%20y2='52.6050887%25'%20id='linearGradient-2'%3e%3cstop%20stop-color='%23290884'%20stop-opacity='0'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%23290884'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3crect%20id='path-3'%20x='0'%20y='0'%20width='908'%20height='140'%3e%3c/rect%3e%3crect%20id='path-4'%20x='0'%20y='0'%20width='431'%20height='140'%20rx='4'%3e%3c/rect%3e%3clinearGradient%20x1='102.688552%25'%20y1='50%25'%20x2='0%25'%20y2='50%25'%20id='linearGradient-6'%3e%3cstop%20stop-color='%23F6CD54'%20stop-opacity='0.5'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%23E95B8B'%20stop-opacity='0.702502264'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient%20x1='102.688552%25'%20y1='50%25'%20x2='0%25'%20y2='50%25'%20id='linearGradient-7'%3e%3cstop%20stop-color='%23F6CD54'%20stop-opacity='0.5'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%23E95B8B'%20stop-opacity='0.702502264'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient%20x1='102.688552%25'%20y1='50%25'%20x2='0%25'%20y2='50%25'%20id='linearGradient-8'%3e%3cstop%20stop-color='%23F6CD54'%20stop-opacity='0.5'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%23E95B8B'%20stop-opacity='0.702502264'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient%20x1='87.442329%25'%20y1='50%25'%20x2='-19.0048118%25'%20y2='50%25'%20id='linearGradient-9'%3e%3cstop%20stop-color='%23F6CD54'%20stop-opacity='0.531731205'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%23E95B8B'%20stop-opacity='0'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3cg%20id='Graphy-'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Graphy-%2315-New-Design-'%20transform='translate(-37.000000,%20-1610.000000)'%3e%3cg%20id='Group-79'%20transform='translate(37.000000,%201610.000000)'%3e%3cg%20id='Rectangle'%20fill-rule='nonzero'%3e%3cuse%20fill='url(%23linearGradient-1)'%20xlink:href='%23path-3'%3e%3c/use%3e%3cuse%20fill='url(%23linearGradient-2)'%20xlink:href='%23path-3'%3e%3c/use%3e%3c/g%3e%3cg%20id='Group'%3e%3cmask%20id='mask-5'%20fill='white'%3e%3cuse%20xlink:href='%23path-4'%3e%3c/use%3e%3c/mask%3e%3cg%20id='Mask'%20fill-rule='nonzero'%3e%3c/g%3e%3cg%20id='Oval-+-Oval-Copy-Mask'%20mask='url(%23mask-5)'%20fill-rule='nonzero'%3e%3cg%20transform='translate(-99.000000,%20-120.000000)'%3e%3cellipse%20id='Oval-Copy-3'%20fill='url(%23linearGradient-6)'%20opacity='0.125145322'%20cx='173.131737'%20cy='176.5'%20rx='172.5'%20ry='175.505716'%3e%3c/ellipse%3e%3cellipse%20id='Oval-Copy-2'%20fill='url(%23linearGradient-7)'%20opacity='0.125145322'%20cx='173.131737'%20cy='176.5'%20rx='113.5'%20ry='115.851064'%3e%3c/ellipse%3e%3cellipse%20id='Oval-Copy'%20fill='url(%23linearGradient-8)'%20opacity='0.125145322'%20cx='173.131737'%20cy='176.5'%20rx='67.5'%20ry='69.1648141'%3e%3c/ellipse%3e%3cellipse%20id='Oval'%20fill='url(%23linearGradient-9)'%20opacity='0.0997699556'%20cx='173'%20cy='176.5'%20rx='29.5808383'%20ry='30.1197605'%3e%3c/ellipse%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  }

._recommendContainer_1wb98_8._undecided_1wb98_14 {
    background-image: url('/assets/background-undecided-B_0lJRi3.png');
  }

._recommendContainer_1wb98_8._problematic_1wb98_15 {
    background-image: url('/assets/background-problematic-ckqQPK2Z.png');
  }

._recommendContainer_1wb98_8 ._labelContainer_1wb98_32 {
    display: inline-flex;
    background: hsl(var(--theme-hex-0e7c9f, 194.00deg 83.80% 33.90%) / 40%);
    color: var(--hex-ffffff);
    border-radius: var(--border-radius-3);
    padding: 4px 8px;
    margin: 4px 0;
  }

._recommendContainer_1wb98_8 ._benign_1wb98_12 {
    background: var(--hex-28f29a);
  }

._recommendContainer_1wb98_8 ._malicious_1wb98_13 {
    background: var(--hex-ff4b66);
  }

._recommendContainer_1wb98_8 ._label_1wb98_32 {
    padding: 0 5px;
    height: 16px;
    border-radius: var(--border-radius-3);
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    margin-top: 3px;
    margin-left: 10px;
    color: var(--hex-181b30);
  }

._recommendContainer_1wb98_8 ._title_1wb98_59 {
    display: block;
    color: var(--hex-ffffff);
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 6px;
  }

._recommendContainer_1wb98_8 ._text_1wb98_68 {
    display: block;
    color: var(--hex-f1f3fa);
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 12px;
  }

._recommendContainer_1wb98_8 ._logo_1wb98_76 {
    margin: 30px 20px;
    width: 100px;
  }

._recommendContainer_1wb98_8 ._rightLogo_1wb98_80 {
    margin: auto 20px;
  }

._recommendContainer_1wb98_8 ._textContainer_1wb98_83 {
    width: 300px;
    margin: auto 10px;
    vertical-align: middle;
    flex-grow: 1;
  }

._recommendContainer_1wb98_8 ._dottedBackground_1wb98_90 {
    background-position: top right;
    background-repeat: no-repeat;
    background-image: url('/assets/dots-CrCxS3tr.svg');
    margin-top: 20px;
    margin-right: 20px;
    padding-top: 20px;
  }

._recommendContainer_1wb98_8 ._configLinkContainer_1wb98_98 {
    color: var(--hex-ffffff);
    border-left: 1px solid hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 10%);
    margin: auto 0;
    vertical-align: middle;
    font-size: 12px;
    width: 250px;
    padding: 0 20px;
  }

._recommendContainer_1wb98_8 ._configLinkContainer_1wb98_98 a {
      font-size: 12px;
      display: inline-block;
      margin-top: 0.4rem;
    }

@media (max-width: 1310px) {
    ._recommendContainer_1wb98_8 ._textContainer_1wb98_83 {
      width: 200px;
    }
    ._recommendContainer_1wb98_8 ._configLinkContainer_1wb98_98 {
      font-size: 12px;
      width: 172px;
      padding: 0 10px;
    }
}
@media (max-width: 1200px) {
  ._recommendContainer_1wb98_8 {
    max-width: unset;
  }
    ._recommendContainer_1wb98_8 ._textContainer_1wb98_83 {
      width: 200px;
      font-size: 12px;
      margin: auto 4px;
      vertical-align: middle;
    }
      ._recommendContainer_1wb98_8 ._textContainer_1wb98_83 ._title_1wb98_59 {
        font-size: 18px;
      }
      ._recommendContainer_1wb98_8 ._textContainer_1wb98_83 ._text_1wb98_68 {
        font-size: 12px;
      }
    ._recommendContainer_1wb98_8 ._configLinkContainer_1wb98_98 {
      font-size: 12px;
      width: 125px;
      padding: 0 8px;
    }
}

@media (max-width: 1120px) {
    ._recommendContainer_1wb98_8 ._textContainer_1wb98_83 {
      width: 180px;
      font-size: 10px;
      margin: auto 4px;
      vertical-align: middle;
    }
      ._recommendContainer_1wb98_8 ._textContainer_1wb98_83 ._title_1wb98_59 {
        font-size: 18px;
      }
      ._recommendContainer_1wb98_8 ._textContainer_1wb98_83 ._text_1wb98_68 {
        font-size: 12px;
      }
    ._recommendContainer_1wb98_8 ._configLinkContainer_1wb98_98 {
      font-size: 12px;
      width: 125px;
      padding: 0 4px;
    }
}

@media (max-width: 1080px) {
    ._recommendContainer_1wb98_8 ._logo_1wb98_76 {
      margin: 10px 4px;
    }
    ._recommendContainer_1wb98_8 ._rightLogo_1wb98_80 {
      margin: auto 4px;
      height: 50px;
    }
    ._recommendContainer_1wb98_8 ._textContainer_1wb98_83 {
      width: 180px;
      font-size: 10px;
      margin: auto 4px;
      vertical-align: middle;
    }
      ._recommendContainer_1wb98_8 ._textContainer_1wb98_83 ._title_1wb98_59 {
        font-size: 18px;
      }
      ._recommendContainer_1wb98_8 ._textContainer_1wb98_83 ._text_1wb98_68 {
        font-size: 12px;
      }
    ._recommendContainer_1wb98_8 ._configLinkContainer_1wb98_98 {
      font-size: 12px;
      width: 120px;
      padding: 0 4px;
    }
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1l3va_8 {
  display: flex;
}

._tree_1l3va_12 {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}

._tree_1l3va_12._hasData_1l3va_18 {
    background: var(--hex-181b30);
  }

._tree_1l3va_12 .js-export-tree,
    ._tree_1l3va_12 #js-endpoint-icon {
      display: none;
    }

._tree_1l3va_12 ._empty_1l3va_29 {
    padding: 7px 12px;
    background: var(--hex-07091b);
    border-radius: var(--border-radius-6);
    color: var(--hex-ffffff);
  }

._tree_1l3va_12 ._empty_1l3va_29 span {
      display: flex;
      align-items: center;
    }

._tree_1l3va_12 ._empty_1l3va_29 img {
      width: 20px;
      margin-right: 4px;
    }

._list_1l3va_47 {
  width: 100%;
}

._list_1l3va_47 ._title_1l3va_50 {
    line-height: 60px;
    margin-left: 16px;
    color: var(--hex-ffffff);
    font-size: 14px;
  }

._list_1l3va_47 ._columns_1l3va_56 {
    display: flex;
    padding: 8px 16px;
  }

._list_1l3va_47 ._columns_1l3va_56 div:first-child {
      margin-right: 60px;
    }

._list_1l3va_47 ._columns_1l3va_56 div:last-child {
      margin-left: auto;
    }

._list_1l3va_47 ._columns_1l3va_56 div {
      color: var(--hex-b5b9de);
      font-size: 12px;
      font-weight: 500;
      line-height: 14px;
    }

._list_1l3va_47 ._proximity_1l3va_73 {
    color: var(--hex-999999);
    width: 50px;
  }

._list_1l3va_47 ._proximity_1l3va_73._highlight_1l3va_76 {
      color: var(--hex-1bd8c3);
    }

._list_1l3va_47 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    overflow-y: scroll;
    max-height: 420px;
  }

._list_1l3va_47 ._item_1l3va_90 {
    padding: 8px 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
  }

._list_1l3va_47 ._item_1l3va_90:hover {
      background: hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 5%);
    }

._list_1l3va_47 ._item_1l3va_90._odd_1l3va_101 {
      background-color: transparent;
    }

._list_1l3va_47 ._item_1l3va_90._odd_1l3va_101:hover {
        background: hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 5%);
      }

._list_1l3va_47 ._item_1l3va_90 ._impact_1l3va_109 {
      color: var(--hex-ffffff);
      font-size: 11px;
      line-height: 13px;
      margin-right: 12px;
    }

._list_1l3va_47 ._item_1l3va_90 ._unseen_1l3va_116 {
      display: inline-block;
      margin-right: 0.5em;
      padding: 0 5px;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 11px;
      word-break: break-all;
      border-radius: 25%;
      font-style: italic;
      color: var(--hex-f9a926);
    }

._list_1l3va_47 ._item_1l3va_90 ._line_1l3va_129 {
      word-break: break-word;
      line-height: 29px;

      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

._list_1l3va_47 ._item_1l3va_90 ._body_1l3va_138 {
      margin-left: 60px;
      flex: 1;
      padding-right: 12px;
      height: 100%;

      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

._link_1l3va_151 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

._labelTag_1l3va_158 {
  padding: 0 5px;
  height: 16px;
  border-radius: var(--border-radius-3);
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  margin-top: 3px;
}

._benignTag_1l3va_169 {
  color: var(--hex-181b30);
  background: var(--hex-28f29a);
}

._maliciousTag_1l3va_174 {
  color: var(--hex-181b30);
  background: var(--hex-ff4b66);
}

@media (min-width: 1480px) {
  ._list_1l3va_47 ._item_1l3va_90 {
    padding: 6px 16px;
  }
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._graphyScoreContainer_bs8ry_8 div {
    position: absolute;
    width: 150px;
    height: 150px;
  }

._graphyScoreContainer_bs8ry_8 div svg {
      width: 150px;
    }

._graphyScoreContainer_bs8ry_8._singleScore_bs8ry_17 div svg {
      width: 150px;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._moduleContainer_42xyv_8 {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px 20px 10px;
}

._moduleContainer_42xyv_8 ._benignText_42xyv_13 {
    color: var(--hex-28f29a);
  }

._moduleContainer_42xyv_8 ._benignText_42xyv_13 ._boldText_42xyv_15 {
      font-size: 18px;
      font-weight: bold;
    }

._moduleContainer_42xyv_8 ._benignText_42xyv_13 span {
      font-size: 12px;
    }

._moduleContainer_42xyv_8 ._maliciousText_42xyv_23 {
    color: var(--hex-ff4b66);
  }

._moduleContainer_42xyv_8 ._maliciousText_42xyv_23 ._boldText_42xyv_15 {
      font-size: 18px;
      font-weight: bold;
    }

._moduleContainer_42xyv_8 ._maliciousText_42xyv_23 span {
      font-size: 12px;
    }

._moduleContainer_42xyv_8 ._title_42xyv_34 {
    padding: 0 0 10px;
    display: flex;
    flex-direction: column;
    color: var(--hex-ffffff);
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
  }

._moduleContainer_42xyv_8 ._text_42xyv_43 {
    display: flex;
    color: var(--hex-b5b9de);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    padding: 0 0 10px;
  }

._moduleContainer_42xyv_8 ._graphs_42xyv_53 {
    display: flex;
    flex-wrap: wrap;
    height: calc(100% - 10px);
  }

._moduleContainer_42xyv_8 ._row_42xyv_58 {
    display: flex;
    flex-direction: column;
  }

._moduleContainer_42xyv_8 ._fillColumn_42xyv_62 {
    height: 100%;
  }

._moduleContainer_42xyv_8 ._column_42xyv_65 {
    flex-direction: row;
  }

._moduleContainer_42xyv_8 ._ratioItem_42xyv_68 {
    background: var(--hex-181b30);
    margin: 0 8px 8px 0;
  }

._moduleContainer_42xyv_8 ._infoPanel_42xyv_72 {
    padding: 20px 14px;
    width: 132px;
    height: 78px;
  }

._moduleContainer_42xyv_8 ._infoPanel_42xyv_72 div {
      font-weight: 400;
      font-size: 14px;
      line-height: 16px;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._barsContainer_noawi_8 {
  width: 100%;
}

._barsContainer_noawi_8 ._innerContainer_noawi_10 {
    background: var(--hex-181b30);
    margin: 0 8px 8px 0;
  }

._barsContainer_noawi_8 ._benign_noawi_14 {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: var(--hex-181b30);
    background: var(--hex-28f29a);
  }

._barsContainer_noawi_8 ._benignContainer_noawi_20 {
    float: right;
    width: 38px;
  }

._barsContainer_noawi_8 ._maliciousContainer_noawi_24 {
    float: left;
    width: 38px;
  }

._barsContainer_noawi_8 ._malicious_noawi_24 {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: var(--hex-181b30);
    background: var(--hex-ff4b66);
  }

._barsContainer_noawi_8 ._cell_noawi_34 {
    display: flex;
    flex-wrap: wrap;
  }

._barsContainer_noawi_8 ._cell_noawi_34 ._column_noawi_37 {
      min-height: 100px;
      flex: 1 0 calc(50% - 4px);
      display: flex;
      flex-wrap: wrap;
    }

._barsContainer_noawi_8 ._cell_noawi_34 ._column_noawi_37 div {
        flex: 1 0 calc(50% - 4px);
      }

._barsContainer_noawi_8 ._row_noawi_47 {
    display: flex;
    flex-direction: column;
  }

._barsContainer_noawi_8 ._column_noawi_37 {
    flex-direction: row;
  }

._barsContainer_noawi_8 ._label_noawi_54 {
    margin-bottom: 10px;
    text-align: center;
  }

._barsContainer_noawi_8 ._bar_noawi_8 {
    height: 100px;
    text-align: center;
  }

._barsContainer_noawi_8 ._bar_noawi_8 div._benignText_noawi_62 {
        color: var(--hex-28f29a);
      }

._barsContainer_noawi_8 ._bar_noawi_8 div._maliciousText_noawi_65 {
        color: var(--hex-ff4b66);
      }

._barsContainer_noawi_8 ._bar_noawi_8 {
    align-self: flex-end;
}

._barsContainer_noawi_8 ._bar_noawi_8 div {
      margin: 4px 4px 0 4px;
      width: 38px;
    }

._barsContainer_noawi_8 ._ratioItem_noawi_75 {
    background: var(--hex-181b30);
    margin: 4px 4px 0 0;
  }

._barsContainer_noawi_8 ._infoPanel_noawi_79 {
    padding: 20px 14px;
    width: 132px;
    height: 78px;
  }

._barsContainer_noawi_8 ._infoPanel_noawi_79 div {
      font-weight: 400;
      font-size: 14px;
      line-height: 16px;
    }

._barsContainer_noawi_8 ._legendContainer_noawi_89 {
    display: flex;
  }

._barsContainer_noawi_8 ._legendContainer_noawi_89 ._legendBenignContainer_noawi_91,
    ._barsContainer_noawi_8 ._legendContainer_noawi_89 ._legendMaliciousContainer_noawi_92 {
      flex-direction: row;
      width: 50%;
      text-align: center;
    }

._barsContainer_noawi_8 ._legendContainer_noawi_89 ._benignMark_noawi_97,
    ._barsContainer_noawi_8 ._legendContainer_noawi_89 ._maliciousMark_noawi_98 {
      width: 13px;
      height: 8px;
      display: inline-block;
      border-radius: var(--border-radius-4);
      margin: 0 8px;
    }

._barsContainer_noawi_8 ._legendContainer_noawi_89 ._benignMark_noawi_97 {
      background: var(--hex-28f29a);
    }

._barsContainer_noawi_8 ._legendContainer_noawi_89 ._maliciousMark_noawi_98 {
      background: var(--hex-ff4b66);
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._levelInfo_xq683_8._trustingLevelContainer_xq683_9 {
    height: 150px;
    padding: 30px 50px 20px 20px;
  }

._levelInfo_xq683_8 ._title_xq683_13 {
    color: var(--hex-ffffff);
    font-weight: bold;
  }

._levelInfo_xq683_8 {
  margin: auto;
}
/* trust level backgrounds*/
._containerLevel1_xq683_20 {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAABaCAYAAAAoyA/eAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAL6ADAAQAAAABAAAAWgAAAADZZqlIAAACBklEQVR4Ae3XsVLCQBAG4MttSIIUUmih79/ROOMDyAvYUllYODY2CiKERM47Bhwp1uEu/qIzf2YySZZs/s03KThjuB1HIDtObFqqcy4bjYw1ZiLn5yf2zwwfBhuPjSwWdzIcVrauS2nbmby/F7JeL6UoxK7XuXx97V8Z3g9mb2+NzGb3slpNZTC4tE3z6gfr+X0pzuVibTxkp+GDlpewk4mRl5cHqeupPLWVXFS5fW570veDzb1W/yvXD54fPHwY9Gp8f+r8QFUxtOHYa8R/f8fb8ojobNDIiTEDY5aNb9v7/CIe83O3HlWu62tw+K6Cqf2UT5Xr2kf5roKp/ZRPlevaR/mugqn9lE+V69r3r+Vj/hJ/C7Uwb6asKucPn1tZOvd56U/Cdfhxvr2jLPz6aRm/gtoFHLwYCQ3bldOmN8uyzSC7B6Ucr28ez8qmLVJ6Q0/UZxMG3u2pgft9s/3LyKuo4SOfDb+dw8OJlQDKKzDwMuXhxEoA5RUYeJnycGIlgPIKDLxMeTixEkB5BQZepjycWAmgvAIDL1MeTqwEUF6BgZcpDydWAiivwMDLlIcTKwGUV2DgZcrDiZUAyisw8DLl4cRKAOUVGHiZ8nBiJYDyCgy8THk4sRJAeQUGXqY8nFgJoLwCAy9THk6sBFBegYGXKQ8nVgIor8DAy5SHEysBlFdg4OUPiPZoUtkldFEAAAAASUVORK5CYII=');
  background-repeat: no-repeat;
  background-position: right;
}
._containerLevel2_xq683_25 {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABoCAYAAABIfVb/AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAARKADAAQAAAABAAAAaAAAAADE6AG6AAAHb0lEQVR4Ae2cW28TRxSA9+r1xhs7sYEEBEi09IX2DSulVFSESiBQC0/xS/9M/kn7bB6ooASlauW8FF54DeoFCm0jEpLaAXzb62znGJZutxvbOzuzvmgtWd7L7Ow5n8+cOTtzZjku/aQEUgIpAXICPPml7K5cXV0Vlpa+klW1INu2JDb5jsQ5uqjYoqCLPC8JQk9uGyFXkhCSMyrKmA5q2K4rKzZSunnUmutY3CfHzQrPO1EkHRsg1epmRtMyWaxwVuQzUhQl+pWVLAe1RcnkFMXkjhw2V85wFs/z7kHXjBSI67rC7Z/+znE6muGQIR4kJM3jAMguaG3jea1TqVT+Zz0jAVKtuqJ8+NmsKmqqoXdHIgNAFk23u7h4slUu85YHPVFhsEXwt2//oinzWc3Q3/gBT5BR/gpG19S05y+Xl5ftxIA8fOjK9fqLeZ03qfkHmhDBQWeszKtEgKyv7+QwiAJNBVjVxRQINJFvN54VBEucYaUA7XqZeXaAcXN9a152eZW20CzrYwIEYKw/2JrnLDfLUngWdTNxcG+bycTBAMACbcq12q42ST4jqD9VIJubbua1peeDN5mkfWpAsN8QHm/vzk+S8mGyUvMh2G/kBSQycdJhgrM6RsVCIAqdZL/hh0sFyHbz18SjUAi1/YrQ2o7dZGAcA1lqhpZAB9XjCG3DntE63NZxc2WFQzCmAfEOLs9/s/Esk8PjQjlJUG1LjPUnxwbC5fMaxzH5s3pssm7GLpUW9v2P6B60twM9cHMdvqurbnNp6bFmSQqWiewT61mmWq2Kyty5BbJbD75KkCXzi4tH6/1GuMJqufPw+QweT5wLOzfoWCzzKhQ+YxeNCraDYTSiwgCFvywf68i20RqkfNj5WEBE0WYGxGh09zEMFCb0MMeuXj3d5DDUYcr6yxADAYfWRkjxV0ZrW1TdbqXyoRmnPrAsQ+y2o9ZBDOTRI06OerNhy+fsk81hy/Yrt3LxTKff+bBzxEB2d/eYdLWGbVjLy7wdJmzUY9DkoL4o1xEDabe7bCxENbtRFBhUVlalZIC4OZ3Jc8t7s2eMQUpGOT9jqskAQY7MBMjZsxyV5uJBM81oIT5xk7FtgfhaT9jgr+OaNkncEazHv69pRqSum1ipHINx9LyYjRw3+JUP295TpEjRODEQFjNvMHsfplScY4WmHElH4oc7eM4Qu3wk+gMVy0frEQbWhwt0Ml0YqxmmaK8MXYWGvm1yBfGs4ZEo06eRzCk5NejcqVarSVFgwF2nGshr+aPIs4ZTC6Q3mqY3I/eFUwvkwYOtLIek4b3p21Y6tUB2msYsiSci7nZJbpbUNXfu4CFE3ibSbeosBFI6BcEgnk6dOiA4v1WzZfKpiKkCAnNEcaYgoElPDRDoZqVCiWjqwe/bpgbIzR9+z4sUMhynAkit5mYVV875/2nS7YkHgmFIDeMPankpEw0Euth980nRWx1BahX+6yKHtv6LR7kNTtQwTs8jQaQ6HTKxFnLv3uNZQ6Cf9jmRFgKz+44hEEej/Sx74oDUak+zepuj5kSDcCaqyVQ3NzOGqDGDAXAmxkKge+XbXMkydXZ/Ik6fYFd50BZj7FddV3zt7JZsix0MSOLbmWs0xn7UHXevwq3vXxyiEZb3+0/kUyfq1z7gDaJBlH4V0zwHscZ3G9tFkXCwZ1hZcGLfqysYBpQfWyAA49aPPxdFlKMaeAUhyflc68q50rtMo7H1IXfv/jmHYTBJ2fKgGIjXr35c/E+20lj6kLW1et6S2sS5pp7C/X4PSvkcu263WtvUeI4nGjHvB8B/zsHJwDc+XwzNfx0rH9IbLbdsJiG5BwRWdhvXFgBGaN7I2PiQr3FIjhSy7GNP2UG/EGssLNTr/V6QMBZAYHD4qMgzDckBloqsRrlc7ptzNnIf0gvJcxCSs42a87LTuHz5/YEJfSP1IfBSBAjJ8ZshmFqqUJReLpdPwoqJgR+mgvS7O4TkUuEJwGBrpTNqExYD9JPFf24kQP4Nyem9OMWvlLcNgdf1Tw9FWhWReJMBGLDqG1ku25A8K1vXLyzCiopIiXyJA0li1bckO6i1c4JorU2iTWZt7bd8Eqs323udRqUS7WVMXjNL7FkmqXeIHNb4/fPnTxAvIEjEQu7f/0tN4oUqsKwsDgywEuZA1tZcZa/lMo9Ce4/ysKws5odpDAAhebbYKTk4pT+mnH0vl3GPcuPSMSInGqyYWS8DIXmH2ysaus4URq9HuUDWowRhwD4TIG9C8qc4CpWYN8lejxLx9X5hILxj1AVefReSR88R9YQa9hd6lLirN4P3oupDIAptbWyXeMSzWY/nkx56lEuXTr0bHPadirVJrcn0QnL8VioksA3JQVsH511ep9CjhJGj5vBu1Z7OJRGFghJKVnUdpxXpGSVM+bBjVIBASB43HTJMuFEci+1DWOZqjAJI7F7GbhpMH+OThhIbSNICs75fCiRAOAWSAgkQCOymFpICCRAI7KYWkgIJEAjsphaSAgkQCOymFpICCRAI7KYWEgCS7qYEUgIpgTgE/gG1EphznfMF6QAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  background-position: right;
}
._containerLevel0_xq683_30 {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABqCAYAAAAFtff0AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAARKADAAQAAAABAAAAagAAAAC+KFLaAAAIrElEQVR4Ae2dW2/cRBSAfV2vvbvZS5qkSQOUiovUCiHUInGTyAoJREXhKfsX+Bv5G/DC++apakXVpwRUVTwk4qkViApSiAhNmk32vr6MzZytDO7sjtfemd0k4EqVPeOZc858ezz2TGaOBSH5lxAIIyCGXZzkNc/zxPX1h2o+P6vWpbYyg1JyRzQVWc6JiiyKMv5v9rqiltY9hDzPwf/VlOu2Og7KFgxHrttodnbBunpVcERR9HjZOlUgGIK8uXmgt4SjtCqXVGgwa0Mc1/VERbEySOnV69/3KpUKYpHJbNAo5eAJt7f3dKEpGK7tpEaVZ72ekSSzZnid1XeXe+N4zsSA9G+JzYcZoWNkNVWWWBsau77kIKmQbn52dbEbB8xEgGxs/JZuICMvuKYcuyGcKyAv5aRRs379+qtmFNFcgWCvkO7e3S2YkpeOonyaZWbUXOe77wqNtTXRDdPLDUi1+iCllc4VT4NX0Bqcxt6ys7N79OWX12xaGS5Abt3603A1p0BTcprytbTraeilo3JZ7A2zixnI3bt/ZXqilR8m/DTnzWXFo/fee6FL2sgEpLrxIKvZuRlS6FlJSyXl+Ma1pU7Q3rEfh/fv/6GfZRgAwa05BXgiMgOBDvSg5RWDgs7quWmKxa+2tlTf/tgeUq1W5UzGKPkCzvrRlCTx/HGptIZfGaAtsYEIM+/mnZN485wkeVeR39zc6feFsTrVahX3G4X/xq0yjG9NRTVl2IVheWtra1Jmzsk79uTexk1X7C3PCN3dfAMJDy6j1VXBXQcvfijI+q97iq27uuy62jD7eOSV8HAjsofcvPlTTtCNHA/FAzIMvfn5++faeBAW+loN9aAPKxavZjuemhmQwyEjEpC1NU96453HCwrugDjo/FcEHpGai92jypUr1r+Z0c6+/cXTvN2dIvbY+P1giIpIwt566+cMfxgaMmsvPx0HBrTn+quiaQgXnypqeqRXhbR/4NJIIDCvIWRSxkBNhgwYT1wozNcqFZFpdguPR5yL83M1BlMGqo4EcueOkBLwY2mgJkOGbaTq166J1BFnHNFXroiWqaYbceqElR0JxM39ztU7kGc5MIsVZlTca6src20B90dx6w0rHwoEbhezzXeyp5iSG3Gm9IYZTeaBPNNQuXhJKJA7dx6luHam+Fcsl18eOg9BNjJuGiaVBUlj9pJQIEKpxPUlSLUQ11slCK3vJV6LGXY4kFqNK5BWy2I2OAhh4HzpEjNwKhDoP2xF+2dYPKA8ZoZiI7dSif8CFkfN6mXBVlTE9F5CBfL19nbkcU4Uo01N5fKYDdMFt42G2PRQgSztLXHzDmiE45lOWGN4Xasx6qECcYsq15cxvahP3EMAKqseOhC7xRXIJX1xKh4i77eZHr1UIB7i6yH3utvcliyE3V7z8/XJdKoC6nH1kNeazakAaTLqoXoILFwJ+yXiXltZWWH65aLqY9VDBQKreKIaEbHcVDwE28KkhwpExgucIjY0UjHeAzqaUlY9VCBmj/N0Ia0FpyyfCuSU2Tk1cxIgBOoESAKEIEAkEw9JgBAEiGTiIQkQggCRTDwkAUIQIJKJhyRACAJEMvGQBAhBgEgmHpIAIQgQycRDEiAEASKZeEgChCBAJBMPSYAQBIhk4iEJEIIAkUw8JAFCECCSiYckQAgCRJLqIbBjgSj7v0hSgSBkcAXS32YyBaSseqhAIMQNZ/u5rjcJsY1JDxUIxP0JURr70ubmJlVXbGEhFVj10I2U+ew/8W3P5fiuWfPlkkdWPVQgRTnDtN6TNHR/P0/VRZZlSbPqoRrZ7T7lumoQzWe4LvOkQWPVQwWCBXNdedw96nJdO08DwqqHCmRRWOS6Nl0RNa67K2hAWPVQgUAEOZrScfI12Z6Kh2gmmx4qEFjvqabZ9p4EwcEObIg7Eszjfb615amskSuoQMDYltmJvQU9rJHZF88/F80lrOw41/b3H+nj1AvWCQWSvXiJ6x45u1VnNjhoPHmO1+czAw8F8ukrgsV1kId3iJMxf8hGjZv+BscSwtGymDvuUCD9deMdOVLIvKgNObL0GdYBGKkL5C3IaS6hPEKBgGJNc54La0UaEzct41+xHz0zbsWQ8rdv7+l2j+3p4osfCWRl5aIJW0z9CjyOasfKwxOBhyyIMGWp/ALLjQQCt42Tz7Z5GO/LgJ0WT57szFZxwFk/b5wjRJs5f/xCied2/EhzB/gexVEwHy9AiKtxDKfWwXv1VatxHDW0Z1DOs2CUOg5GyTeUx0gPASOwl7hmNtMKGsTlHMdbxbvHZ7/94RA62ki2QLyxm/cOclohd443jH5bozYM4hC9/eHBvGP3IhkeVW6wHMLhg9Wu1O1eWnTwtnWYfnDX1yHW2kNZWJ6RDeSmUVec2LtMP75z0KBR52cpTOiotgy7DsEiY/3aN24sdbTs8DikwxScpTzwToicGQsINLCxu1znHRnqpMHBreJ8dOEY7IgNBCJL8Y4MddJAdNeuVcRnEbNiAwHjITKUZCp9oifdGFb9OE7zcxG9md4rNjb2sw27d2Yj7go45OAXH8w1g1DH8hBfQLk83zLVJpfoUL7MqR27nQEYoJvJQ3zjb23hqN04nK+fPu1HuE0++eT80OEIk4f4DYfHlXncfMojbJYvcxJHiE+kOuYhDQbo5OIhvvHPxjynM/I/vGc4tQvHo+IvcgXig3n2bQgPfxuC78DLlx/nCFMX7aJSrwyJ4T5MzkSAgCKYxVrHXw/R0LnMSXweAW4Pp2G2f/zx9fao70EEwUwMiK8EwMCMlpCdzvdl8N8hbPz1os7HHy90+lOgviERjxMHErSjWsUTQnMHeglZmuM4KV7zK5KqWK7aMGfsvW65XGb6A9tUgQThgOdsbwvK4eGTFMqrcuu4o2QNRbYtSQp+owrqwNgJFvAg1PSMnOY02hbKuxmnvnxor16+bI/jCUFbkvOEQEJgbAJ/A3TW975XITWYAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: right;
}
/* trust level backgrounds*/

@media (min-width: 1280px) {
  ._levelInfo_xq683_8._trustingLevelContainer_xq683_9 {
    padding: 20px 50px 20px 20px;
  }
}

@media (min-width: 1480px) {
  ._levelInfo_xq683_8._trustingLevelContainer_xq683_9 {
    padding: 30px 50px 20px 20px;
  }
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._title-container_j7wyy_8 {
  display: flex;
  align-items: center;
}

._title-container_j7wyy_8._with-cols_j7wyy_12 {
    flex-direction: column;
  }

/* this is for the score */
._severity_j7wyy_18 {
  line-height: 30px;
}
._severity_j7wyy_18 ._score_j7wyy_21 {
    font-size: 35px;
    color: var(--hex-ff4b66);
  }
._severity_j7wyy_18 ._placeholder_j7wyy_26 {
    font-size: 20px;
    color: var(--hex-7072ac);
  }

/* event type icons section..*/
._parent_j7wyy_33 {
  display: flex;
  align-items: center;
  width: 100%;
}
._parent_j7wyy_33._padded_j7wyy_38 {
    padding-top: 1rem;
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
  }
._parent_j7wyy_33 img {
    width: 30px;
  }
._parent_j7wyy_33 ._text_j7wyy_47 {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
  }
._parent_j7wyy_33 ._text_j7wyy_47 ._title_j7wyy_8 {
      color: var(--hex-ff4b66);
      font-size: 16px;
      line-height: 15px;
      text-transform: capitalize;
    }
._parent_j7wyy_33 ._text_j7wyy_47 ._subtitle_j7wyy_59 {
      color: var(--hex-5a83ef);
      font-size: 11px;
    }

._download-action_j7wyy_66 {
  margin-left: auto;
  padding: 0 !important;
}

._download-action_j7wyy_66 img {
    width: 2.2em !important;
  }

._link_j7wyy_75 a {
    word-break: break-all;
    color: var(--hex-00c1ff) !important;
  }

._footer_j7wyy_82 {
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: calc(100% - 48px);
  padding: 0 15px;
  padding-bottom: 25px;
  padding-right: 0;
  z-index: 10;
}

._block-wrapper_j7wyy_96 {
  background: var(--hex-181b30) !important;
}

._block-wrapper_j7wyy_96 .edit-script {
      position: relative;
    }

._block-wrapper_j7wyy_96 .edit-script > span {
        position: absolute;
        right: 0;
        top: -32px;
      }

._block-wrapper_j7wyy_96 pre.lowlight {
      padding: 0;
      margin-top: 10px;
      background: initial;
      max-height: 500px;
      overflow-y: auto;
    }

._block-wrapper_j7wyy_96 pre.lowlight::-webkit-scrollbar {
        width: 5px;
        height: 5px;
      }

._block-wrapper_j7wyy_96 pre.lowlight::-webkit-scrollbar-track {
        background: var(--hex-07091b);
      }

._block-wrapper_j7wyy_96 pre.lowlight::-webkit-scrollbar-thumb {
        background: var(--hex-585e80);
      }

._row_j7wyy_133 {
  display: flex;
}

._row_j7wyy_133 ._key_j7wyy_136 {
    color: var(--hex-898eba);
    font-size: 12px;
    line-height: 24px;
    min-width: 90px;
  }

._row_j7wyy_133 ._value_j7wyy_143 {
    color: var(--hex-f1f3fa);
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
  }

._row_j7wyy_133 ._value_j7wyy_143 > span {
      white-space: pre;
      overflow: hidden;
      text-overflow: ellipsis;
    }

._row_j7wyy_133 ._value_j7wyy_143 svg {
      width: 16px;
      height: 16px;
      margin-right: 6px;
    }

._row_j7wyy_133 ._value_j7wyy_143 svg g {
        fill: var(--hex-ffffff);
      }

._row_j7wyy_133 ._value_j7wyy_143 .indicator-value-list > div {
          display: flex;
          align-items: center;
        }

._row_j7wyy_133 + ._row_j7wyy_133 {
  margin-top: 16px;
}

._togglesList_j7wyy_183 ul {
    margin-left: -40px;
    width: calc(100% + 65px);
    height: calc(100vh - 550px);
    overflow-y: auto;
  }

._togglesList_j7wyy_183 ul::-webkit-scrollbar {
      width: 5px;
      height: 5px;
    }

._togglesList_j7wyy_183 ul::-webkit-scrollbar-track {
      background: var(--hex-07091b);
    }

._togglesList_j7wyy_183 ul::-webkit-scrollbar-thumb {
      background: var(--hex-585e80);
    }

._togglesList_j7wyy_183 ul li {
      padding: 11px 43px;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._source-incident_6dh5d_8 {
  margin-left: -24px;
  width: calc(100% + 48px);
}

._incidentDescription_6dh5d_13 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

._incidentDescription_6dh5d_13 ._description_6dh5d_18 {
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
    text-align: left;
  }

._incidentDescription_6dh5d_13 ._tagLine_6dh5d_25 {
    margin-top: 5px;
    display: flex;
    align-items: center;
  }

._incidentDescription_6dh5d_13 ._notes_6dh5d_31 {
    width: 18px;
    height: 17px;
    margin-right: 6px;
  }

._incidentDescription_6dh5d_13 ._notes_6dh5d_31 line,
    ._incidentDescription_6dh5d_13 ._notes_6dh5d_31 path {
      stroke: var(--hex-149dc9);
    }

._state_6dh5d_43 {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

._state_6dh5d_43 ._severity_6dh5d_48 {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 6px;

    border: 2px solid var(--hex-6d859a);
    border-radius: 100%;
  }

._state_6dh5d_43 ._severity_6dh5d_48._high_6dh5d_57 {
        border: 2px solid var(--hex-ff4b66);
      }

._state_6dh5d_43 ._severity_6dh5d_48._medium_6dh5d_63 {
        border: 2px solid var(--hex-f9a926);
      }

._state_6dh5d_43 ._severity_6dh5d_48._low_6dh5d_69 {
        border: 2px solid var(--hex-f9a926);
      }

._state_6dh5d_43 ._text_6dh5d_76 {
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
  }

._state_6dh5d_43 ._separator_6dh5d_83 {
    margin: 0 6px;
  }

._incidentStatus_6dh5d_88 {
  display: flex;
  align-items: center;
}

._incidentStatus_6dh5d_88 svg {
    margin-right: 3px;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1te0e_8 {
  position: relative;
  margin-left: -24px;
  width: calc(100% + 48px);
  margin-top: 30px;
}

._table_1te0e_15 {
  display: flex;
}

._table_1te0e_15 > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

._table_1te0e_15 > div:nth-child(1) {
    min-width: 130px;
  }

._table_1te0e_15 > div:nth-child(2) {
    width: 170px;
    min-width: 170px;
  }

._table_1te0e_15 > div:nth-child(3) {
    width: 100%;
  }

._table_1te0e_15 ._see-details_1te0e_37 {
    margin-left: 1rem;
  }

._header_1te0e_42 {
  padding: 9px 24px;
}

._header_1te0e_42 > div {
    color: var(--hex-ffffff);
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
  }

._header_1te0e_42 > div > span {
      color: var(--hex-f1f3fa);
      font-size: 12px;
      font-weight: 500;
      line-height: 14px;
    }

._list_1te0e_60 {
  padding: 0;
  margin: 0;
}

._list_1te0e_60 .InfiniteList::-webkit-scrollbar {
        width: 5px;
        height: 5px;
      }

._list_1te0e_60 .InfiniteList::-webkit-scrollbar-track {
        background: var(--hex-07091b);
      }

._list_1te0e_60 .InfiniteList::-webkit-scrollbar-thumb {
        background: var(--hex-585e80);
      }

._list_1te0e_60 ._item_1te0e_81 {
    cursor: pointer;
    position: relative;
    color: var(--hex-b5b9de);
    font-size: 14px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 9px 24px;
    transition: all 0.3s ease;
  }

._list_1te0e_60 ._item_1te0e_81:hover {
      background: var(--hex-222644) !important;
    }

._list_1te0e_60 ._item_1te0e_81._even_1te0e_97 {
      background-color: var(--hex-181b30);
    }

._list_1te0e_60 ._date_1te0e_102 {
    font-size: 13px;
    line-height: 20px;
  }

._list_1te0e_60 ._date_1te0e_102 div:first-child {
      color: var(--hex-ffffff);
    }

._list_1te0e_60 ._date_1te0e_102 div:last-child {
      color: var(--hex-898eba);
    }

._endpointStatus_1te0e_116 {
  display: flex;
  align-items: center;
}

._endpointStatus_1te0e_116 ._status_1te0e_120 {
    display: inline-block;
    height: 8px;
    width: 8px;
    padding-right: 8px;
    margin-bottom: 2px;
    border-radius: 100%;
    margin-right: 4px;
    background-color: var(--hex-607285);
  }

._endpointStatus_1te0e_116 ._status_1te0e_120._online_1te0e_130 {
      background-color: var(--hex-28f29a);
    }

._endpointStatus_1te0e_116 ._name_1te0e_135 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_iba9a_8 .rc-table td .date {
      color: inherit;
    }

._root_iba9a_8 > p {
    margin-bottom: 35px;
  }

._root_iba9a_8 ._warning_iba9a_19 {
    display: flex;
    align-items: flex-end;
  }

._root_iba9a_8 ._warning_iba9a_19 img {
      width: 22px;
      margin-right: 11px;
      margin-top: 3px;
    }

._root_iba9a_8 > div:last-child {
    margin-top: 8px;
    margin-bottom: 46px;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1pu47_8 {
  display: flex;
  /* display: grid; */
  /* grid-template-columns: 400px auto; */
}
._modalInfo_1pu47_13 {
  margin: 10px;
}
._modalInfo_1pu47_13 ._row_1pu47_15 {
    margin: 10px 0;
  }
._modalInfo_1pu47_13 ._separator_1pu47_18 {
    width: 100%;
    border-top: 1px solid var(--hex-898eba);
  }
._modalInfo_1pu47_13 ._key-events_1pu47_22 {
    display: flex;
    flex-wrap: wrap;
  }
._modalInfo_1pu47_13 ._key-event_1pu47_22 {
    padding: 8px;
  }

._tree_1pu47_31 {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}

._tree_1pu47_31._hasData_1pu47_37 {
    background: var(--hex-181b30);
  }

._tree_1pu47_31 .js-export-tree,
    ._tree_1pu47_31 #js-endpoint-icon {
      display: none;
    }

._tree_1pu47_31 ._empty_1pu47_48 {
    padding: 7px 12px;
    background: var(--hex-07091b);
    border-radius: var(--border-radius-6);
    color: var(--hex-ffffff);
  }

._tree_1pu47_31 ._empty_1pu47_48 span {
      display: flex;
      align-items: center;
    }

._tree_1pu47_31 ._empty_1pu47_48 img {
      width: 20px;
      margin-right: 4px;
    }
._policy-wrapper_1pu47_65 ._toggable_1pu47_66 {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
._policy-wrapper_1pu47_65 ._toggable_1pu47_66 ._label_1pu47_70 {
      width: 100px;
    }
._policy-wrapper_1pu47_65 ._toggable_1pu47_66 ._toggle_1pu47_73 {
      float: right;
    }
._policy-wrapper_1pu47_65 ._row_1pu47_15 {
    display: flex;
    padding-bottom: 10px;
  }
._policy-wrapper_1pu47_65 ._key_1pu47_22 {
    width: 100px;
    color: var(--hex-898eba);
    font-size: 12px;
    letter-spacing: 0;
    line-height: 24px;
  }
._policy-wrapper_1pu47_65 ._value_1pu47_88 {
    color: var(--hex-f1f3fa);
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
  }
._selectionBlock_1pu47_95 {
  padding-top: 20px;
}

._footer_1pu47_99 {
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}

._footer_1pu47_99._sideModal_1pu47_106 {
    position: fixed;
    bottom: 30px;
    right: 30px;
  }
._closeAlertContainer_1pu47_112 {
  background: var(--hex-181b30);
}
._closeAlertContainer_1pu47_112 ._checkboxContainer_1pu47_114 {
    display: flex;
  }
._closeAlertContainer_1pu47_112 ._checkboxContainer_1pu47_114 span {
      margin-top: 16px;
    }
._selectionContainer_1pu47_121 ._header_1pu47_122 {
    display: flex;
  }
._selectionContainer_1pu47_121 {
  color: var(--hex-f1f3fa);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
._selectionContainer_1pu47_121 ._benignContainer_1pu47_133,
  ._selectionContainer_1pu47_121 ._maliciousContainer_1pu47_134 {
    border-radius: var(--border-radius-8);
    margin: 8px 8px 8px 0;
    padding: 8px;
    opacity: 0.2;
    border: 1px solid hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 10%);
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
  }
._selectionContainer_1pu47_121 ._benignContainer_1pu47_133._supported_1pu47_145 {
      background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='908px'%20height='141px'%20viewBox='0%200%20908%20141'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eGroup%2016%3c/title%3e%3cdefs%3e%3clinearGradient%20x1='-2.31229963%25'%20y1='51.3400557%25'%20x2='95.0764489%25'%20y2='48.9780106%25'%20id='linearGradient-1'%3e%3cstop%20stop-color='%232AF598'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%231F4445'%20offset='61.543716%25'%3e%3c/stop%3e%3cstop%20stop-color='%231D2034'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient%20x1='27.3413617%25'%20y1='48.8113489%25'%20x2='-15.4795756%25'%20y2='52.6050887%25'%20id='linearGradient-2'%3e%3cstop%20stop-color='%23290884'%20stop-opacity='0'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%23290884'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3crect%20id='path-3'%20x='0'%20y='0'%20width='908'%20height='140'%3e%3c/rect%3e%3crect%20id='path-4'%20x='0'%20y='0'%20width='523'%20height='140'%20rx='4'%3e%3c/rect%3e%3clinearGradient%20x1='102.688552%25'%20y1='50%25'%20x2='0%25'%20y2='50%25'%20id='linearGradient-6'%3e%3cstop%20stop-color='%23F6CD54'%20stop-opacity='0.5'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%23E95B8B'%20stop-opacity='0.702502264'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient%20x1='102.688552%25'%20y1='50%25'%20x2='0%25'%20y2='50%25'%20id='linearGradient-7'%3e%3cstop%20stop-color='%23F6CD54'%20stop-opacity='0.5'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%23E95B8B'%20stop-opacity='0.702502264'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient%20x1='102.688552%25'%20y1='50%25'%20x2='0%25'%20y2='50%25'%20id='linearGradient-8'%3e%3cstop%20stop-color='%23F6CD54'%20stop-opacity='0.5'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%23E95B8B'%20stop-opacity='0.702502264'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient%20x1='87.442329%25'%20y1='50%25'%20x2='-19.0048118%25'%20y2='50%25'%20id='linearGradient-9'%3e%3cstop%20stop-color='%23F6CD54'%20stop-opacity='0.531731205'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%23E95B8B'%20stop-opacity='0'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3cg%20id='Graphy-'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Adustments'%20transform='translate(-59.000000,%20-693.000000)'%3e%3cg%20id='Group-16'%20transform='translate(59.000000,%20693.000000)'%3e%3cg%20id='Rectangle'%20fill-rule='nonzero'%3e%3cuse%20fill='url(%23linearGradient-1)'%20xlink:href='%23path-3'%3e%3c/use%3e%3cuse%20fill='url(%23linearGradient-2)'%20xlink:href='%23path-3'%3e%3c/use%3e%3c/g%3e%3cg%20id='Group'%20transform='translate(0.000000,%200.998194)'%3e%3cmask%20id='mask-5'%20fill='white'%3e%3cuse%20xlink:href='%23path-4'%3e%3c/use%3e%3c/mask%3e%3cg%20id='Mask'%20fill-rule='nonzero'%3e%3c/g%3e%3cg%20id='Oval-+-Oval-Copy-Mask'%20mask='url(%23mask-5)'%20fill-rule='nonzero'%3e%3cg%20transform='translate(-99.000000,%20-157.101110)'%3e%3cellipse%20id='Oval-Copy-3'%20fill='url(%23linearGradient-6)'%20opacity='0.13499814'%20cx='172.631455'%20cy='176'%20rx='172.13141'%20ry='175.137779'%3e%3c/ellipse%3e%3cellipse%20id='Oval-Copy-2'%20fill='url(%23linearGradient-7)'%20opacity='0.13499814'%20cx='172.631455'%20cy='176'%20rx='113.257479'%20ry='115.608189'%3e%3c/ellipse%3e%3cellipse%20id='Oval-Copy'%20fill='url(%23linearGradient-8)'%20opacity='0.13499814'%20cx='172.631455'%20cy='176'%20rx='67.3557692'%20ry='69.0198145'%3e%3c/ellipse%3e%3cellipse%20id='Oval'%20fill='url(%23linearGradient-9)'%20opacity='0.0997699556'%20cx='172.5'%20cy='176'%20rx='29.5176314'%20ry='30.0566163'%3e%3c/ellipse%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    }
._selectionContainer_1pu47_121 ._benignContainer_1pu47_133._unsupported_1pu47_148 {
      opacity: 1;
      box-sizing: border-box;
      border: 1px solid hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 10%);
      border-radius: var(--border-radius-6);
      background-color: var(--hex-181b30);
      color: hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 30%);
      padding: 16px 20px;
    }
._selectionContainer_1pu47_121 ._maliciousContainer_1pu47_134._supported_1pu47_145 {
      background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='908px'%20height='140px'%20viewBox='0%200%20908%20140'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eGroup%2079%3c/title%3e%3cdefs%3e%3clinearGradient%20x1='-2.31229963%25'%20y1='51.3400557%25'%20x2='100%25'%20y2='49.1227141%25'%20id='linearGradient-1'%3e%3cstop%20stop-color='%23F54964'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%231D2034'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient%20x1='27.3413617%25'%20y1='48.8113489%25'%20x2='-15.4795756%25'%20y2='52.6050887%25'%20id='linearGradient-2'%3e%3cstop%20stop-color='%23290884'%20stop-opacity='0'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%23290884'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3crect%20id='path-3'%20x='0'%20y='0'%20width='908'%20height='140'%3e%3c/rect%3e%3crect%20id='path-4'%20x='0'%20y='0'%20width='431'%20height='140'%20rx='4'%3e%3c/rect%3e%3clinearGradient%20x1='102.688552%25'%20y1='50%25'%20x2='0%25'%20y2='50%25'%20id='linearGradient-6'%3e%3cstop%20stop-color='%23F6CD54'%20stop-opacity='0.5'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%23E95B8B'%20stop-opacity='0.702502264'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient%20x1='102.688552%25'%20y1='50%25'%20x2='0%25'%20y2='50%25'%20id='linearGradient-7'%3e%3cstop%20stop-color='%23F6CD54'%20stop-opacity='0.5'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%23E95B8B'%20stop-opacity='0.702502264'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient%20x1='102.688552%25'%20y1='50%25'%20x2='0%25'%20y2='50%25'%20id='linearGradient-8'%3e%3cstop%20stop-color='%23F6CD54'%20stop-opacity='0.5'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%23E95B8B'%20stop-opacity='0.702502264'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient%20x1='87.442329%25'%20y1='50%25'%20x2='-19.0048118%25'%20y2='50%25'%20id='linearGradient-9'%3e%3cstop%20stop-color='%23F6CD54'%20stop-opacity='0.531731205'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%23E95B8B'%20stop-opacity='0'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3cg%20id='Graphy-'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Graphy-%2315-New-Design-'%20transform='translate(-37.000000,%20-1610.000000)'%3e%3cg%20id='Group-79'%20transform='translate(37.000000,%201610.000000)'%3e%3cg%20id='Rectangle'%20fill-rule='nonzero'%3e%3cuse%20fill='url(%23linearGradient-1)'%20xlink:href='%23path-3'%3e%3c/use%3e%3cuse%20fill='url(%23linearGradient-2)'%20xlink:href='%23path-3'%3e%3c/use%3e%3c/g%3e%3cg%20id='Group'%3e%3cmask%20id='mask-5'%20fill='white'%3e%3cuse%20xlink:href='%23path-4'%3e%3c/use%3e%3c/mask%3e%3cg%20id='Mask'%20fill-rule='nonzero'%3e%3c/g%3e%3cg%20id='Oval-+-Oval-Copy-Mask'%20mask='url(%23mask-5)'%20fill-rule='nonzero'%3e%3cg%20transform='translate(-99.000000,%20-120.000000)'%3e%3cellipse%20id='Oval-Copy-3'%20fill='url(%23linearGradient-6)'%20opacity='0.125145322'%20cx='173.131737'%20cy='176.5'%20rx='172.5'%20ry='175.505716'%3e%3c/ellipse%3e%3cellipse%20id='Oval-Copy-2'%20fill='url(%23linearGradient-7)'%20opacity='0.125145322'%20cx='173.131737'%20cy='176.5'%20rx='113.5'%20ry='115.851064'%3e%3c/ellipse%3e%3cellipse%20id='Oval-Copy'%20fill='url(%23linearGradient-8)'%20opacity='0.125145322'%20cx='173.131737'%20cy='176.5'%20rx='67.5'%20ry='69.1648141'%3e%3c/ellipse%3e%3cellipse%20id='Oval'%20fill='url(%23linearGradient-9)'%20opacity='0.0997699556'%20cx='173'%20cy='176.5'%20rx='29.5808383'%20ry='30.1197605'%3e%3c/ellipse%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    }
._selectionContainer_1pu47_121 ._maliciousContainer_1pu47_134._unsupported_1pu47_148 {
      opacity: 1;
      box-sizing: border-box;
      border: 2px solid hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 10%);
      border-radius: var(--border-radius-6);
      background-color: var(--hex-181b30);
      color: hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 30%);
      padding: 16px 20px;
    }
._selectionContainer_1pu47_121 ._benignContainer_1pu47_133._active_1pu47_172 {
    opacity: 1;
    color: var(--hex-ffffff);
    border: none;
  }
._selectionContainer_1pu47_121 ._maliciousContainer_1pu47_134._active_1pu47_172 {
    opacity: 1;
    color: var(--hex-ffffff);
    border: none;
  }
._undecidedLabel_1pu47_183 img {
    padding: 0px 8px 0 8px;
  }
._undecidedLabel_1pu47_183 {
  margin-bottom: 8px;
  padding: 8px;
  background-repeat: no-repeat;
  background-size: 200% 36px;
  border-radius: var(--border-radius-4);
  background-image: url('/assets/noAlertbackground-C4z0UM3V.png');
}
._notVisible_1pu47_194 ._logo_1pu47_195 {
    width: 40px;
    margin-right: 14px;
  }
._notVisible_1pu47_194 span {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.02em;
    display: inline-block;
    margin-left: 0.6rem;
  }
._notVisible_1pu47_194 span b {
      font-weight: 400;
    }
._notVisible_1pu47_194 {
  height: 58px;
  margin-bottom: 4px;
  color: var(--hex-ffffff);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.71px;
  padding-left: 20px;
  top: 0;
  left: 0;
  line-height: 58px;
  width: 100%;
  border-radius: var(--border-radius-8);
  background-repeat: no-repeat;
  background-size: 100% 89px;
  background-image: url('/assets/noAlertbackground-C4z0UM3V.png');
}
._list_1pu47_226 {
  /* We gotta make it ignore the padding of the parent widget. */
  margin-left: -24px;
  width: calc(40% + 16px);
}
._list_1pu47_226 ._columns_1pu47_231 {
    display: flex;
    justify-content: space-between;
    padding: 8px 16px;
  }
._list_1pu47_226 ._columns_1pu47_231 div {
      color: var(--hex-f1f3fa);
      font-size: 12px;
      font-weight: 500;
      line-height: 14px;
    }
._list_1pu47_226 ._proximity_1pu47_244 {
    color: var(--hex-999999);
  }
._list_1pu47_226 ._proximity_1pu47_244._highlight_1pu47_247 {
      color: var(--hex-1bd8c3);
    }
._list_1pu47_226 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;

    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
  }
._list_1pu47_226 ul::-webkit-scrollbar {
      width: 5px;
      height: 5px;
    }
._list_1pu47_226 ul::-webkit-scrollbar-track {
      background: transparent;
    }
._list_1pu47_226 ul::-webkit-scrollbar-thumb {
      background: var(--hex-585e80);
    }
._list_1pu47_226 .InfiniteList::-webkit-scrollbar {
        width: 5px;
        height: 5px;
      }
._list_1pu47_226 .InfiniteList::-webkit-scrollbar-track {
        background: var(--hex-07091b);
      }
._list_1pu47_226 .InfiniteList::-webkit-scrollbar-thumb {
        background: var(--hex-585e80);
      }
._list_1pu47_226 ._item_1pu47_293 {
    padding: 8px 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
  }
._list_1pu47_226 ._item_1pu47_293:hover {
      background: hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 5%);
    }
._list_1pu47_226 ._item_1pu47_293._odd_1pu47_304 {
      background-color: transparent;
    }
._list_1pu47_226 ._item_1pu47_293._odd_1pu47_304:hover {
        background: hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 5%);
      }
._list_1pu47_226 ._item_1pu47_293._active_1pu47_172 {
      background-color: var(--hex-004384) !important;
    }
._list_1pu47_226 ._item_1pu47_293._active_1pu47_172:after {
        content: ' ';
        position: absolute;
        right: -9px;
        border-style: solid;
        border-width: 6px 0 6px 12px;
        border-width: 9px 0 9px 12px;
        border-color: transparent transparent transparent var(--hex-004384);
        z-index: 10;
      }
._list_1pu47_226 ._item_1pu47_293._active_1pu47_172 .js-tag {
          color: var(--hex-f1f3fa);
        }
._list_1pu47_226 ._item_1pu47_293 ._impact_1pu47_333 {
      color: var(--hex-ffffff);
      font-size: 11px;
      line-height: 13px;
      margin-right: 12px;
    }
._list_1pu47_226 ._item_1pu47_293 ._unseen_1pu47_340 {
      display: inline-block;
      margin-right: 0.5em;
      padding: 0 5px;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 11px;
      word-break: break-all;
      border-radius: 25%;
      font-style: italic;
      color: var(--hex-f9a926);
    }
._list_1pu47_226 ._item_1pu47_293 ._line_1pu47_353 {
      word-break: break-word;
      line-height: 29px;

      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
._list_1pu47_226 ._item_1pu47_293 ._body_1pu47_362 {
      flex: 1;
      padding-right: 12px;
      height: 100%;

      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

._link_1pu47_374 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._tabsContainer_1w1j9_8 {
  height: 100%;
}

._tabsContainer_1w1j9_8 ._moduleContainer_1w1j9_10 {
    height: 100%;
    padding: 32px;
    background: var(--hex-181b30);
    flex: 1 0 50%;
  }

._tabsContainer_1w1j9_8 ._moduleContainer_1w1j9_10._vertical_1w1j9_15 {
      padding: 0;
      display: flex;
      flex-direction: row;
      background: unset;
    }

._tabsContainer_1w1j9_8 ._policyColumn_1w1j9_22 {
    font-size: 14px;
    padding: 20px;
    margin: 8px 8px 0 0;
    background: var(--hex-181b30);
    display: flex;
  }

._tabsContainer_1w1j9_8 ._policyColumn_1w1j9_22._moduleLogo_1w1j9_29 {
    display: flex;
    margin-right: 0px;
  }

._tabsContainer_1w1j9_8 ._policyColumn_1w1j9_22._moduleLogo_1w1j9_29 img {
      margin: auto;
    }

._tabsContainer_1w1j9_8 ._policyRow_1w1j9_36 {
    padding-bottom: 8px;
    border-bottom: 1px solid var(--hex-222644);
  }

._tabsContainer_1w1j9_8 ._paragraph_1w1j9_40 {
    padding: 8px 0;
  }

._tabsContainer_1w1j9_8 {
  flex: 1 0 50%;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._graphyEmptyTable_18hmv_8 ._graphyContainer_18hmv_9 ._emptyTable_18hmv_9 {
    height: 498px;
    padding: 52px;
  }
._graphyContainer_18hmv_9 ._graphyRow_18hmv_15 {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    width: 100%;
  }
._graphyContainer_18hmv_9 ._graphyColumnLeft_18hmv_21 {
    flex-grow: 1;
  }
._graphyContainer_18hmv_9 ._graphyColumnRight_18hmv_24 {
    flex-basis: 400px;
    flex-shrink: 0;
  }
._graphyContainer_18hmv_9 ._scoreContainer_18hmv_28 {
    width: 392px;
    display: flex;
  }
._graphyContainer_18hmv_9 ._scoreContainer_18hmv_28._withSingleScore_18hmv_32 ._info_18hmv_33 {
        flex-shrink: 0;
        padding: 20px;
        max-width: 250px;
        margin: auto 0;
      }
._graphyContainer_18hmv_9 ._scoreContainer_18hmv_28._withScorer_18hmv_40 ._info_18hmv_33 {
        flex-shrink: 0;
        padding: 20px;
        margin: auto 0;
        max-width: 150px;
      }
._graphyContainer_18hmv_9 ._scoreContainer_18hmv_28 ._withSingleScore_18hmv_32 ._d3Container_18hmv_49 {
        width: 202px;
        height: 150px;
      }
._graphyContainer_18hmv_9 ._scoreContainer_18hmv_28 ._info_18hmv_33 {
      flex-shrink: 0;
      padding: 20px;
      margin: 10px;
      width: 370px;
      color: var(--hex-ffffff);
      vertical-align: middle;
    }
._graphyContainer_18hmv_9 ._scoreContainer_18hmv_28 ._d3Container_18hmv_49 {
      width: 192px;
      height: 150px;
    }
._graphyContainer_18hmv_9 ._graphyColumnRight_18hmv_24 ._text_18hmv_69 {
      display: flex;
    }
._graphyContainer_18hmv_9 ._graphyColumnRight_18hmv_24 ._benignModule_18hmv_72 {
      color: var(--hex-181b30);
      background: var(--hex-28f29a);
    }
._graphyContainer_18hmv_9 ._graphyColumnRight_18hmv_24 ._maliciousModule_18hmv_76 {
      color: var(--hex-181b30);
      background: var(--hex-ff4b66);
    }
._graphyContainer_18hmv_9 ._graphyColumnRight_18hmv_24 ._labelModule_18hmv_80 {
      padding: 0 5px;
      height: 16px;
      border-radius: var(--border-radius-3);
      font-size: 12px;
      font-weight: bold;
      line-height: 16px;
      text-align: center;
      margin-top: 3px;
      margin-left: 10px;
    }
._graphyContainer_18hmv_9 ._graphyColumnRight_18hmv_24 ._tabsContainer_18hmv_91 {
      flex: 1 0 50%;
    }
._graphyContainer_18hmv_9 ._rowWrapper_18hmv_95 {
    display: flex;
    flex-direction: column;
  }
/* empty state*/
._graphyContainer_18hmv_9._emptyTableLearning_18hmv_101 {
    height: 350px;
  }
._graphyContainer_18hmv_9._emptyTableLearning_18hmv_101 ._emptyTable_18hmv_9 {
      width: 300px;
      margin: 0 auto;
      border-radius: var(--border-radius-5);
      padding: 10px;
    }
._graphyContainer_18hmv_9 ._graphyTable_18hmv_110 {
    height: 526px;
  }
._graphyContainer_18hmv_9 ._graphyTable_18hmv_110 ._emptyTable_18hmv_9 {
      margin-top: 52px;
    }
._graphyContainer_18hmv_9 ._emptyTable_18hmv_9 {
    display: flex;
    justify-content: center;
  }
._graphyContainer_18hmv_9 ._logoRoundContainer_18hmv_120 {
    background-color: var(--hex-363a57);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
    padding-top: 31px;
  }
._graphyContainer_18hmv_9 ._empty_18hmv_9 {
    vertical-align: middle;
    text-align: center;
    margin: auto 0;
  }
._graphyContainer_18hmv_9 ._empty_18hmv_9 img {
      width: 100px;
      margin-bottom: 10px;
    }
._graphyContainer_18hmv_9 ._empty_18hmv_9 ._title_18hmv_136 {
      font-size: 20px;
      margin: 20px auto;
      text-transform: uppercase;
    }
._graphyContainer_18hmv_9 ._empty_18hmv_9 ._text_18hmv_69 {
      font-size: 14px;
      margin: 10px auto;
      width: 300px;
      color: var(--hex-ffffff);
    }
/* empty state*/
/* every component/box will have same color and margin*/
._graphyContainer_18hmv_9 ._graphyItem_18hmv_151 {
    background: var(--hex-181b30);
    margin: 4px;
  }
@media (min-width: 1280px) {
    ._graphyContainer_18hmv_9 ._graphyColumnRight_18hmv_24 {
      flex-basis: 450px;
    }
    ._graphyContainer_18hmv_9 ._scoreContainer_18hmv_28 {
      width: 442px;
    }
      ._graphyContainer_18hmv_9 ._scoreContainer_18hmv_28 ._info_18hmv_33 {
        width: 420px;
      }
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_ifmxz_8 {
  padding: 10px 20px;
  position: absolute;
  left: 83px;
  border-radius: var(--border-radius-8);
  top: 0;
  background: var(--hex-181b30);
  z-index: 1000;
  height: 80px;
  box-shadow: 7px 10px 13px 0 hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 50%);
  display: inline-block;
  width: 400px;
  text-align: left;
}

._root_ifmxz_8 h3 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 25px;
    color: var(--hex-ffffff);
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 16px;
  }

.rc-slider-tooltip {
    z-index: 10000;
  }

.rc-slider-track {
    background-color: var(--hex-00c1ff);
  }

.rc-slider-rail {
    background-color: var(--hex-d8d8d8);
  }

.rc-slider-handle {
    border: none;
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }

._newValue_ifmxz_55 {
  position: absolute;
  left: -54px;
  top: 18px;
  font-size: 13px;
  font-weight: 500;
  color: var(--hex-ffffff);
  background: var(--hex-181b30);
  padding: 3px 0;
  border-radius: 100%;
  text-align: center;
  width: 23px;
}

._wrapper_ifmxz_69 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 23px;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._row_1ksm6_8 {
  display: flex;
}

._row_1ksm6_8 ._key_1ksm6_11 {
    color: var(--hex-898eba);
    font-size: 12px;
    line-height: 24px;
    min-width: 65px;
  }

._row_1ksm6_8 ._value_1ksm6_18 {
    color: var(--hex-f1f3fa);
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
    width: 100%;
  }

._row_1ksm6_8 ._value_1ksm6_18 img,
    ._row_1ksm6_8 ._value_1ksm6_18 svg {
      width: 16px;
      height: 16px;
      -webkit-transform: translateY(5px);
              transform: translateY(5px);
    }

._row_1ksm6_8 ._value_1ksm6_18 .indicator-value-list > div {
          display: flex;
          align-items: center;
        }

._row_1ksm6_8 + ._row_1ksm6_8 {
  margin-top: 3px;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_p7lpo_8 {
  z-index: 1000;
}

._root_p7lpo_8 ._footer_p7lpo_11 {
    margin-top: 1.5rem;
    display: flex;
    justify-content: flex-end;
  }

._root_p7lpo_8 ._footer_p7lpo_11 button {
      width: 160px;
    }

._root_p7lpo_8 .InfiniteList::-webkit-scrollbar {
        width: 5px;
        height: 5px;
      }

._root_p7lpo_8 .InfiniteList::-webkit-scrollbar-track {
        background: var(--hex-07091b);
      }

._root_p7lpo_8 .InfiniteList::-webkit-scrollbar-thumb {
        background: var(--hex-585e80);
      }

._row-wrapper_p7lpo_39 {
  width: 100%;
}

._row_p7lpo_39 {
  display: flex;
  align-items: center;
  font-size: 11px;
}

._row_p7lpo_39 ._col_p7lpo_48 {
    display: flex;
  }

._row_p7lpo_39 ._col_p7lpo_48._last_p7lpo_51 {
      margin-left: auto !important;
    }

._row_p7lpo_39 ._col_p7lpo_48 i {
        font-size: 18px;
      }

._row_p7lpo_39 ._col_p7lpo_48 img {
        width: 20px;
        height: 20px;
      }

._row_p7lpo_39 ._col_p7lpo_48 + ._col_p7lpo_48 {
    margin-left: 1rem;
  }

._row_p7lpo_39 + ._row_p7lpo_39 {
  margin-top: 1rem;
}

._signer_p7lpo_76 {
  line-height: 19px;
  margin-right: 7px;
}

._reme-tables_p7lpo_81 .checkbox.disabled input {
      background: hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 30%);
    }

._rowy_p7lpo_89 {
  display: flex;
}

._rowy_p7lpo_89 > ._col_p7lpo_48:first-child {
    padding-left: 16px;
    padding-top: 10px;
    width: 230px;
  }

._rowy_p7lpo_89 > ._col_p7lpo_48:last-child {
    padding-right: 16px;
    width: 100%;
  }

._rowy_p7lpo_89 > ._col_p7lpo_48:last-child > div {
      display: none;
      pointer-events: none;
    }

._rowy_p7lpo_89 > ._col_p7lpo_48:last-child > div._visible_p7lpo_107 {
      display: block;
      pointer-events: all;
    }

._pending_p7lpo_114 g {
  fill: var(--hex-ffffff);
}

._navigation_p7lpo_118 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

._navigation_p7lpo_118 li:nth-child(1) svg path, ._navigation_p7lpo_118 li:nth-child(2) svg path, ._navigation_p7lpo_118 li:nth-child(3) svg path, ._navigation_p7lpo_118 li._regPersistence_p7lpo_127 svg path {
        stroke: var(--hex-ffffff) !important;
      }

._navigation_p7lpo_118 li._isolate_p7lpo_135 svg > g {
        fill: var(--hex-ffffff) !important;
      }

._navigation_p7lpo_118 li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 100%;
    width: 45px;
    height: 45px;
  }

._navigation_p7lpo_118 li ._label_p7lpo_153 {
      position: absolute;
      left: 65px;
      font-size: 13px;
      line-height: 16px;
    }

._navigation_p7lpo_118 li:last-child:after {
        display: none;
      }

._navigation_p7lpo_118 li:before {
      content: '';
      position: absolute;
      width: 55px;
      height: 55px;
      background: transparent;
      border: 2px solid transparent;
      border-radius: 100%;

      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-27.5px) translateY(-28px);
              transform: translateX(-27.5px) translateY(-28px);
    }

._navigation_p7lpo_118 li:after {
      content: '';
      position: absolute;
      width: 5px;
      height: 23px;
      opacity: 0.5;

      left: 50%;
      top: 53px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }

._navigation_p7lpo_118 li._active_p7lpo_193 {
    pointer-events: none !important;
    cursor: default !important;
  }

._navigation_p7lpo_118 li._active_p7lpo_193:before {
      display: inline-block !important;
    }

._navigation_p7lpo_118 li._green_p7lpo_202 {
    pointer-events: all;
    cursor: pointer;
    background-color: var(--hex-0d8c8e);
  }

._navigation_p7lpo_118 li._green_p7lpo_202 ._label_p7lpo_153 {
      color: var(--hex-0d8c8e);
    }

._navigation_p7lpo_118 li._green_p7lpo_202:before {
      display: none;
      border-color: var(--hex-0d8c8e);
    }

._navigation_p7lpo_118 li._green_p7lpo_202:after {
      background-color: var(--hex-0d8c8e);
    }

._navigation_p7lpo_118 li._blue_p7lpo_221 {
    pointer-events: all;
    cursor: pointer;
    background-color: var(--hex-086d95);
  }

._navigation_p7lpo_118 li._blue_p7lpo_221 ._label_p7lpo_153 {
      color: var(--hex-149dc9);
    }

._navigation_p7lpo_118 li._blue_p7lpo_221:before {
      display: none;
      border-color: var(--hex-086d95);
    }

._navigation_p7lpo_118 li._blue_p7lpo_221:after {
      background-color: var(--hex-086d95);
    }

._navigation_p7lpo_118 li._unseen_p7lpo_240 {
    pointer-events: none;
    cursor: default;
    background-color: var(--hex-2b2d44);
  }

._navigation_p7lpo_118 li._unseen_p7lpo_240 ._label_p7lpo_153 {
      color: var(--hex-363a57);
    }

._navigation_p7lpo_118 li._unseen_p7lpo_240 svg,
    ._navigation_p7lpo_118 li._unseen_p7lpo_240 img {
      opacity: 0.4;
    }

._navigation_p7lpo_118 li._unseen_p7lpo_240:before {
      display: none;
    }

._navigation_p7lpo_118 li._unseen_p7lpo_240:after {
      background-color: var(--hex-2b2d44);
    }

._navigation_p7lpo_118 li + li {
    margin-top: 40px;
  }

._warning_p7lpo_268 {
  width: calc(100% + 4.8rem);
  margin: -2.4rem -2.4rem 2.4rem;
}

._warning_p7lpo_268 > div {
    padding: 2.4rem;
  }

._warning_p7lpo_268 svg path {
      fill: var(--hex-000000);
    }

._warning_p7lpo_268 .js-close-warning {
      top: 7px;
    }

._endpointStatus_p7lpo_287 {
  display: flex;
  align-items: center;
}

._endpointStatus_p7lpo_287 ._status_p7lpo_291 {
    display: inline-block;
    height: 8px;
    width: 8px;
    padding-right: 8px;
    margin-bottom: 2px;
    border-radius: 100%;
    margin-right: 4px;
    background-color: var(--hex-607285);
  }

._endpointStatus_p7lpo_287 ._status_p7lpo_291._online_p7lpo_301 {
      background-color: var(--hex-28f29a);
    }

._groups_p7lpo_307 {
  position: relative;
}

._domain_p7lpo_311 {
  line-height: 20px;
  margin-bottom: 5px;
}

._assetTypes_p7lpo_316 > img {
    padding-right: 10px;
  }

._assetTypes_p7lpo_316 .div-cta + .div-cta {
      padding-left: 10px !important;
    }

._summary_p7lpo_328 {
  min-height: 543px;
  margin-left: 16px;
  padding-top: 16px;
}

._summary_p7lpo_328 ul {
    color: var(--hex-ffffff);
    font-size: 13px;
    line-height: 25px;
  }

._summaryTitle_p7lpo_340 {
  display: flex;
  align-items: center;
}

._summaryTitle_p7lpo_340 > svg {
    margin-right: 8px;
  }

._summaryTitle_p7lpo_340 > div {
    display: flex;
    align-items: center;
  }

._summaryTitle_p7lpo_340 > div > span {
      color: var(--hex-ffdd2e);
      padding: 0 3px;
    }

._summaryTitle_p7lpo_340 > div > b {
      font-weight: 400;
      color: var(--hex-ffffff);
      margin-left: 4px;
    }

._summaryTitle_p7lpo_340 > div > svg {
      margin-left: 3px;
    }

._cloudLabel_p7lpo_369 {
  display: flex;
  align-items: center;
  line-height: 16px;
  color: var(--hex-ffffff);
}

._cloudLabel_p7lpo_369 svg {
    margin-right: 4px;
  }

._prevalenceRow_p7lpo_380 {
  position: relative;
  display: flex;
  align-items: center;
}

._prevalenceRow_p7lpo_380 svg {
    position: absolute;
    stroke: var(--hex-ff4b66);
  }

._prevalenceRow_p7lpo_380 > span {
    margin-left: 20px;
  }

._withTargets_p7lpo_395 {
  display: flex;
  align-items: center;
  margin-top: 3px;
}

._withTargets_p7lpo_395 > div:nth-child(1) {
    margin-left: 9px;
  }

._withTargets_p7lpo_395 > div:nth-child(1) .js-tag {
        color: var(--hex-ffffff);
      }

._withTargets_p7lpo_395 > div:nth-child(1) > svg {
      margin-right: 8px;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1aaaw_8 {
  cursor: pointer;
}

._root_1aaaw_8._disabled_1aaaw_11 {
    opacity: 0.3;
    cursor: no-drop;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._row-wrapper_1g72t_8 {
  width: 100%;
}

._status_1g72t_12 {
  display: flex;
  align-items: center;
}

._status_1g72t_12 svg {
    margin-right: 5px;
  }

._status_1g72t_12._success_1g72t_20 {
    color: var(--hex-ffffff);
  }

._row_1g72t_8 {
  display: flex;
}

._row_1g72t_8 ._key_1g72t_28 {
    color: var(--hex-898eba);
    font-size: 12px;
    line-height: 24px;
    min-width: 75px;
  }

._row_1g72t_8 ._value_1g72t_35 {
    color: var(--hex-f1f3fa);
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    width: 100%;
  }

._row_1g72t_8 ._value_1g72t_35 svg {
      width: 16px;
      height: 16px;
      margin-right: 6px;
    }

._row_1g72t_8 ._value_1g72t_35 svg g {
        fill: var(--hex-ffffff);
      }

._row_1g72t_8 ._value_1g72t_35 .indicator-value-list > div {
          display: flex;
          align-items: center;
        }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._split_nudsw_8 {
  display: flex;
}

._split_nudsw_8 button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

._split_nudsw_8 button:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 11px;
  }

._split_nudsw_8 button:last-child .fa {
        color: var(--hex-ffffff);
        margin: 0;
      }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1wtcw_8 {
  display: flex;
}

._root_1wtcw_8 .action-modal:last-child {
      margin-left: 8px;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._navigationContainer_1aabz_8 {
  display: flex;
  width: 100%;
  flex-direction: column;
}

._navigationContainer_1aabz_8 .js-navigation-wrapper {
      position: sticky;
      z-index: 98;
      top: 124px;
      background: var(--hex-07091b);
    }

._navigationContainer_1aabz_8 .js-navigation-container {
      margin-right: 0 !important;
      margin-bottom: 4px;
    }

._navigationContainer_1aabz_8 .js-navigation-scrollspy {
      display: flex;
    }

._navigationContainer_1aabz_8 .js-navigation-scrollspy li + li {
        margin-top: 0 !important;
        margin-left: 4px;
      }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 {
    margin-right: 4px;
    position: sticky;
    z-index: 1000;
    top: 124px;
  }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul > li {
        width: 80px;
        height: 80px;
        border-radius: var(--border-radius-8);
        cursor: pointer;
      }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul > li a {
          cursor: pointer;
          height: 100%;
          width: 100%;
          display: flex;
          align-items: center;
          text-align: center;
          justify-content: center;
          flex-direction: column;
          text-decoration: none;
          position: relative;
        }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul > li svg,
        ._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul > li img {
          width: 40%;
          -webkit-transform: translateY(0px);
                  transform: translateY(0px);
          transition: -webkit-transform 0.2s ease-in-out;
          transition: transform 0.2s ease-in-out;
          transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
        }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul > li .summary-prog {
            -webkit-transform: translateY(0px);
                    transform: translateY(0px);
            transition: -webkit-transform 0.2s ease-in-out;
            transition: transform 0.2s ease-in-out;
            transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
          }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul > li .summary-prog svg {
              -webkit-transform: none;
                      transform: none;
            }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul > li .policies-icon {
            -webkit-transform: translateY(0px) translateX(2px);
                    transform: translateY(0px) translateX(2px);
          }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul > li span {
          height: 0;
          opacity: 0;
          display: inline-block;
          color: var(--hex-ffffff);
          font-size: 10px;
          font-weight: bold;
          letter-spacing: 2px;
          text-transform: uppercase;
          transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
          transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
          transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
        }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul > li ._labelContainer_1aabz_100 {
          position: absolute;
          bottom: 0px;
          left: 0;
          width: 100%;
        }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul > li:hover {
          background-color: var(--hex-181b30);
        }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul > li:hover svg,
          ._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul > li:hover img {
            -webkit-transform: translateY(-7px);
                    transform: translateY(-7px);
          }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul > li:hover .summary-prog {
              -webkit-transform: translateY(-11px);
                      transform: translateY(-11px);
            }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul > li:hover .summary-prog svg {
                -webkit-transform: none;
                        transform: none;
              }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul > li:hover .summary-prog svg .glob-percentage {
                  fill: var(--hex-ffffff);
                }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul > li:hover .summary-prog svg .glob-high {
                  stroke: var(--hex-ff4b66);
                }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul > li:hover .summary-prog svg .glob-medium {
                  stroke: var(--hex-f9a926);
                }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul > li:hover .summary-prog svg .glob-low {
                  stroke: var(--hex-ffdd2e);
                }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul > li:hover .policies-icon {
              -webkit-transform: translateY(-7px) translateX(2px);
                      transform: translateY(-7px) translateX(2px);
            }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul > li:hover span {
            -webkit-transform: translateY(-7px);
                    transform: translateY(-7px);
            height: 17px;
            opacity: 1;
          }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul li + li {
        margin-top: 4px;
      }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul .is-current {
          background-color: var(--hex-181b30);
        }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul .is-current svg,
          ._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul .is-current img {
            -webkit-transform: translateY(-7px);
                    transform: translateY(-7px);
          }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul .is-current .summary-prog {
              -webkit-transform: translateY(-11px);
                      transform: translateY(-11px);
            }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul .is-current .summary-prog svg .glob-percentage {
                  fill: var(--hex-ffffff);
                }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul .is-current .summary-prog svg .glob-high {
                  stroke: var(--hex-ff4b66);
                }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul .is-current .summary-prog svg .glob-medium {
                  stroke: var(--hex-f9a926);
                }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul .is-current .summary-prog svg .glob-low {
                  stroke: var(--hex-ffdd2e);
                }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul .is-current .policies-icon {
              -webkit-transform: translateY(-7px) translateX(2px);
                      transform: translateY(-7px) translateX(2px);
            }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul .is-current span {
            -webkit-transform: translateY(-7px);
                    transform: translateY(-7px);
            height: 17px;
            opacity: 1;
          }

._navigationContainer_1aabz_8 ._right_1aabz_198 {
    width: 100%;
    /* This guarantees that if the page has no scroll (the content fits in the screen) there's enough scroll to navigate to each element
      200vh -> 2 screens height
      376 -> (68+80)*2 + 56 + 24  -> (page nav) * 2 + top bar + section title margin
    */
    min-height: calc(200vh - 376px);
  }

._navigationContainer_1aabz_8 ._right_1aabz_198 .widget {
        margin-bottom: 4px;
      }

._navigationContainer_1aabz_8 .is-current:hover .summary-edit {
        display: inline-block !important;
      }

._navigationContainer_1aabz_8 ._summaryEdit_1aabz_223 {
    display: none;
    background: var(--hex-181b30);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-100%) translateX(-50%);
            transform: translateY(-100%) translateX(-50%);
    width: 22px;
    height: 19px;
  }

._navigationContainer_1aabz_8 ._summaryEdit_1aabz_223 > img {
      width: 14px !important;
      height: 14px;
      -webkit-transform: translateY(-3px) !important;
              transform: translateY(-3px) !important;
    }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul > li:hover .tree-node {
          fill: var(--hex-00c1ff);
        }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul > li:hover .endpoint-line.online {
          stroke: var(--hex-28f29a);
        }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul > li:hover .endpoint-line.offline {
          stroke: var(--hex-ff4b66);
        }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul > li:hover .artifact-bubble {
          fill: var(--hex-00c1ff);
        }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul > li:hover .matchers {
          fill: var(--hex-00c1ff);
        }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul > li:hover .cloud-bug {
          fill: var(--hex-00c1ff);
        }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul > li:hover .graphs {
          fill: var(--hex-00c1ff);
        }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul > li:hover .graphy {
          fill: var(--hex-00c1ff);
        }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul > li:hover .map {
          fill: var(--hex-00c1ff);
        }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul > li:hover .notes-lower {
          stroke: var(--hex-00c1ff);
        }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul > li:hover .notes-upper {
          fill: var(--hex-00c1ff);
        }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul > li:hover .mitre-x {
          fill: var(--hex-00c1ff);
        }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul > li:hover .policies-lower {
          fill: var(--hex-00c1ff);
        }

._navigationContainer_1aabz_8 ._navigation_1aabz_8 > ul > li:hover .events {
          fill: var(--hex-00c1ff);
        }

._navigationContainer_1aabz_8 .is-current .tree-node {
        fill: var(--hex-00c1ff);
      }

._navigationContainer_1aabz_8 .is-current .endpoint-line.online {
        stroke: var(--hex-28f29a);
      }

._navigationContainer_1aabz_8 .is-current .endpoint-line.offline {
        stroke: var(--hex-ff4b66);
      }

._navigationContainer_1aabz_8 .is-current .artifact-bubble {
        fill: var(--hex-00c1ff);
      }

._navigationContainer_1aabz_8 .is-current .graphs {
        fill: var(--hex-00c1ff);
      }

._navigationContainer_1aabz_8 .is-current .graphy {
        fill: var(--hex-00c1ff);
      }

._navigationContainer_1aabz_8 .is-current .matchers {
        fill: var(--hex-00c1ff);
      }

._navigationContainer_1aabz_8 .is-current .cloud-bug {
        fill: var(--hex-00c1ff);
      }

._navigationContainer_1aabz_8 .is-current .map {
        fill: var(--hex-00c1ff);
      }

._navigationContainer_1aabz_8 .is-current .mitre-x {
        fill: var(--hex-00c1ff);
      }

._navigationContainer_1aabz_8 .is-current .notes-lower {
        stroke: var(--hex-00c1ff);
      }

._navigationContainer_1aabz_8 .is-current .notes-upper {
        fill: var(--hex-00c1ff);
      }

._navigationContainer_1aabz_8 .is-current .policies-lower {
        fill: var(--hex-00c1ff);
      }

._navigationContainer_1aabz_8 .is-current .events {
        fill: var(--hex-00c1ff);
      }

._empty_1aabz_363 .js-emptyState {
      top: 0;
      height: 100%;
    }

._empty_1aabz_363 .js-emptyState,
    ._empty_1aabz_363 .js-emptyState-opacity {
      border-radius: var(--border-radius-8);
    }

._row_1aabz_377 {
  display: flex;
}

._row_1aabz_377 > div .js-card {
        height: calc(100% - 5px);
      }

._row_1aabz_377 .col-xs-8 {
      padding-right: 2px;
    }

._row_1aabz_377 .col-xs-4 {
      padding-left: 2px;
    }

._row_1aabz_377 .col-xs-6:first-child {
      padding-right: 2px;
    }

._row_1aabz_377 .col-xs-6:last-child {
      padding-left: 2px;
    }

._alert-resolving_1aabz_405 {
  position: absolute;
  right: 0;
  top: 20px;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._circular-chart_1ch7t_8 {
  display: block;
  width: 44px !important;
  height: 44px !important;
}

._circle-bg_1ch7t_14 {
  fill: none;
  stroke: var(--hex-333333);
  stroke-width: 1.8;
}

._circle_1ch7t_14 {
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke: var(--hex-666666);
  transition: stroke 0.1s ease-in-out;
}

._percentage_1ch7t_28 {
  fill: var(--hex-666666);
  font-size: 11px;
  font-weight: 500;
  text-anchor: middle;
  transition: fill 0.1s ease-in-out;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_2kx7b_8 {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 32px;
}

._root_2kx7b_8 ._loader_2kx7b_14 {
    min-height: 340px;
  }

._root_2kx7b_8._disabled_2kx7b_18 ._option_2kx7b_19 {
      opacity: 0.6;
      pointer-events: none;
    }

._root_2kx7b_8 ._option_2kx7b_19 + ._option_2kx7b_19 {
    margin-left: 30px;
  }

._root_2kx7b_8 ._option_2kx7b_19 {
    position: relative;
    cursor: pointer;
    height: 340px;
    width: 320px;
    border: 2px solid var(--hex-363a57);
    border-radius: var(--border-radius-10);
    background-color: var(--hex-07091b);
    box-shadow: 0 3px 6px 0 hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 80%);
  }

@media (max-width: 1450px) {

._root_2kx7b_8 ._option_2kx7b_19 {
      width: 280px
  }
    }

@media (max-width: 1250px) {

._root_2kx7b_8 ._option_2kx7b_19 {
      width: 230px
  }
    }

._root_2kx7b_8 ._option_2kx7b_19._selected_2kx7b_47 {
      cursor: default;
      border: 2px solid var(--hex-00c1ff);
      box-shadow: 0 0 3px 1px hsl(var(--theme-hex-00c1ff, 195.00deg 100.00% 50.00%) / 80%), 0 3px 4px 0 hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 80%);
    }

._root_2kx7b_8 ._option_2kx7b_19._disabled_2kx7b_18 {
      cursor: default;
      pointer-events: none;
    }

._root_2kx7b_8 ._option_2kx7b_19 ._checked_2kx7b_58 {
      position: absolute;
      right: -20px;
      top: -20px;
      background: var(--hex-00c1ff);
      width: 40px;
      height: 40px;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1;
    }

._root_2kx7b_8 ._option_2kx7b_19 ._checked_2kx7b_58 svg {
        stroke: var(--hex-181b30);
      }

._root_2kx7b_8 ._option_2kx7b_19 ._wrapper_2kx7b_76 {
      padding: 24px 32px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

._root_2kx7b_8 ._option_2kx7b_19 ._wrapper_2kx7b_76 h3,
      ._root_2kx7b_8 ._option_2kx7b_19 ._wrapper_2kx7b_76 p {
        margin: 0 !important;
      }

._root_2kx7b_8 ._option_2kx7b_19 ._wrapper_2kx7b_76 p {
        color: var(--hex-ffffff);
        font-size: 13px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 20px;
      }

._root_2kx7b_8 ._option_2kx7b_19 ._wrapper_2kx7b_76 p b {
          font-style: italic;
          font-weight: 500;
        }

._root_2kx7b_8 ._option_2kx7b_19 ._wrapper_2kx7b_76 img {
        margin: 16px 0;
        width: 160px;
        height: 160px;
      }

._toggle_2kx7b_110 {
  position: absolute;
  display: flex;
  align-items: center;
  right: 24px;
  top: 22px;
}

._toggle_2kx7b_110 > span {
    color: var(--hex-ffffff);
    font-size: 12px;
    letter-spacing: 0;
    line-height: 20px;
    margin-right: 12px;
  }

._tooltip_2kx7b_126 {
  display: flex;
}

._tooltip_2kx7b_126 > span {
    line-height: 25px;
    margin-left: 6px;
  }

._tooltip_2kx7b_126 svg path {
      fill: var(--hex-dab602);
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root-wrapper_oympz_8 {
  display: flex;
}

._root-wrapper_oympz_8 > div:first-child {
    width: 100%;
  }

._root-wrapper_oympz_8 > div:last-child {
    margin-left: 13px;
    min-width: 630px;
  }

@media (max-width: 1430px) {

._root-wrapper_oympz_8 {
    display: inline-block;
    width: 100%
}

    ._root-wrapper_oympz_8 > div {
      margin: 0 !important;
      width: 100%;
    }

      ._root-wrapper_oympz_8 > div:last-child {
        margin-top: 5px !important;
      }
  }

@media (max-width: 1600px) {

._root-wrapper_oympz_8._isMSSP_oympz_34 {
      display: inline-block;
      width: 100%
  }

      ._root-wrapper_oympz_8._isMSSP_oympz_34 > div {
        margin: 0 !important;
        width: 100%;
      }

        ._root-wrapper_oympz_8._isMSSP_oympz_34 > div:last-child {
          margin-top: 5px !important;
        }
    }

._root_oympz_8 {
  display: flex;
}

._root_oympz_8 > div:first-child {
    margin-left: 0;
    padding-left: 0;
  }

._row_oympz_60 {
  display: flex;
  align-items: center;
  border-radius: var(--border-radius-5);
  padding: 4px 10px;
}

._row_oympz_60 ._labels_oympz_66 {
    margin-left: 8px;
    display: flex;
    flex-direction: column;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }

._row_oympz_60 ._labels_oympz_66 > span:first-child {
      font-size: 13px;
      line-height: 15px;
    }

._row_oympz_60 ._labels_oympz_66 > span:last-child {
      color: var(--hex-f1f3fa);
      font-size: 13px;
      line-height: 24px;
    }

._row_oympz_60 + ._row_oympz_60 {
  margin-left: 20px;
}

._ic_oympz_89 {
  border-radius: var(--border-radius-5);
  background-color: var(--hex-2b2d44);
  display: flex;
  padding: 7px;
  align-items: center;
  justify-content: center;
}

._date_oympz_98 {
  font-size: 14px;
  font-weight: 600;
}

._date_oympz_98 .date {
      margin-right: 0;
    }

._date_oympz_98._grace-period_oympz_108 {
    color: var(--hex-ff4b66);
  }

._date_oympz_98._soon-to-expire-period_oympz_112 {
    color: var(--hex-ffdd2e);
  }

._date_oympz_98._warning-period_oympz_116 {
    color: var(--hex-ffdd2e);
  }

._date_oympz_98._all-good-period_oympz_120 {
    color: var(--hex-28f29a);
  }

._help_oympz_125 {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 50px;
  background: var(--hex-07091b);
}

._help_oympz_125 > div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }

._help_oympz_125 > div svg {
      margin-right: 5px;
    }

._help_oympz_125 > div svg path {
        fill: var(--hex-dab602);
      }

._help_oympz_125 > div > p {
      margin: 0;
      color: var(--hex-ffffff);
      font-size: 13px;
      line-height: 18px;
    }

._help--prominent_oympz_162 {
  position: relative;
  box-sizing: content-box;
  display: flex;
  height: 300px;
  width: 100%;

  border-radius: var(--border-radius-4);
  padding: 1.6rem 0 2.4rem 0;
}

._help--prominent_oympz_162 > div {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
  }

._help--prominent_oympz_162 > div svg {
      margin-right: 1rem;
    }

._help--prominent_oympz_162 > div svg path {
        fill: var(--hex-dab602);
      }

._help--prominent_oympz_162 > div > p {
      margin: 0;
      color: var(--hex-ffffff);
      font-size: 2rem;
      line-height: 2.4rem;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_vrlwz_8 {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  margin-bottom: 100px;
}

._root_vrlwz_8 ._card_vrlwz_14 {
    position: relative;
    overflow: hidden;
    height: 370px;
    border-radius: var(--border-radius-4);
    background-color: var(--hex-181b30);
    box-shadow: 0 0 3px 1px hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 80%);
    padding: 25px 0 0 18px;
  }

._root_vrlwz_8 ._card_vrlwz_14 ._disabled_vrlwz_23 {
      opacity: 0.5;
    }

._root_vrlwz_8 ._card_vrlwz_14 ._el_vrlwz_27 > h3 {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 1px;
        text-transform: capitalize;
      }

._root_vrlwz_8 ._card_vrlwz_14 ._el_vrlwz_27 > span {
        margin-right: 11px;
        line-height: 19px;
        display: inline-block;
      }

._root_vrlwz_8 ._card_vrlwz_14 ._el_vrlwz_27 > img {
        width: 400px;
        position: absolute;
        right: 0;
        bottom: 0;
      }

._root_vrlwz_8 ._card_vrlwz_14 ._state_vrlwz_49 {
      width: 80px;
      border-radius: var(--border-radius-10);
      text-align: center;
      background: var(--hex-363a57);
      color: var(--hex-ffffff);
      font-size: 12px;
      font-weight: 500;
      line-height: 20px;

      position: absolute;
      right: 10px;
      top: 10px;
    }

._root_vrlwz_8 ._card_vrlwz_14 ._state_vrlwz_49._enabled_vrlwz_63 {
        background-color: var(--hex-0070df);
      }

._root_vrlwz_8 ._card_vrlwz_14 ._plan-section_vrlwz_68 {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 15px 18px;
      background-color: hsl(var(--theme-hex-363a57, 233.00deg 23.40% 27.60%) / 70%);
      display: flex;
      align-items: center;
    }

._root_vrlwz_8 ._card_vrlwz_14 ._plan-section_vrlwz_68 svg {
        margin-right: 5px;
      }

._root_vrlwz_8 ._card_vrlwz_14 ._plan-section_vrlwz_68 svg path {
          fill: var(--hex-dab602);
        }

._root_vrlwz_8 ._card_vrlwz_14 ._plan-section_vrlwz_68 > p {
        margin: 0;
        color: var(--hex-ffffff);
        font-size: 13px;
        line-height: 20px;
      }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._footer_1e0hq_8 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: calc(100% - 48px);
  padding: 0 15px;
  padding-bottom: 25px;
  padding-right: 0;
  z-index: 10;
}

._footer_1e0hq_8 > button,
  ._footer_1e0hq_8 a {
    margin-top: 1rem;
  }

._footer_1e0hq_8 a {
    display: inline-block;
    margin-left: 15px;
  }

._footer_1e0hq_8 .btn {
      padding: 0.8em 13px;
    }

@media (min-width: 768px) {

._modal-bg_1e0hq_37._modal-bg_1e0hq_37 {
    width: 100%;
    max-width: 650px
}
  }

._modal-bg_1e0hq_37._modal-bg_1e0hq_37 .modal-content {
      position: relative;
      padding-bottom: 66px;
    }

._title-container_1e0hq_51 {
  display: flex;
  align-items: center;
}

._title-container_1e0hq_51._with-cols_1e0hq_55 {
    flex-direction: column;
  }

/* this is for the score */
._severity_1e0hq_61 {
  line-height: 30px;
}
._severity_1e0hq_61 ._score_1e0hq_64 {
    font-size: 35px;
    color: var(--hex-ff4b66);
  }
._severity_1e0hq_61 ._placeholder_1e0hq_69 {
    font-size: 20px;
    color: var(--hex-7072ac);
  }

/* event type icons section..*/
._parent_1e0hq_76 {
  display: flex;
  align-items: center;
  width: 100%;
}
._parent_1e0hq_76._padded_1e0hq_81 {
    padding-top: 1rem;
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
  }
._parent_1e0hq_76 img {
    width: 30px;
  }
._parent_1e0hq_76 ._text_1e0hq_90 {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
  }
._parent_1e0hq_76 ._text_1e0hq_90 ._title_1e0hq_51 {
      color: var(--hex-ff4b66);
      font-size: 16px;
      line-height: 15px;
      text-transform: capitalize;
    }
._parent_1e0hq_76 ._text_1e0hq_90 ._subtitle_1e0hq_102 {
      color: var(--hex-5a83ef);
      font-size: 11px;
    }

._download-action_1e0hq_109 {
  margin-left: auto;
  padding: 0 !important;
}

._download-action_1e0hq_109 img {
    width: 2.2em !important;
  }

._incident-details-tabs_1e0hq_118 {
  height: 100%;
}

._incident-details-tabs_1e0hq_118 .tab-pane,
    ._incident-details-tabs_1e0hq_118 .tab-content {
      height: 100%;
    }

._link_1e0hq_129 a {
    word-break: break-all;
    color: var(--hex-00c1ff) !important;
  }

._groups-container_1e0hq_136 {
  margin-top: 3rem;
}

._groups-container_1e0hq_136 p {
    margin: 0;
  }

._title-agent_1e0hq_144 {
  display: flex;
  align-items: center;
}

._title-agent_1e0hq_144 > svg {
    margin-right: 6px;
    stroke: var(--hex-ff4b66);
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_tysjb_8 br {
    display: none;
  }

._root_tysjb_8 ._submit_tysjb_13 {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

._root_tysjb_8 ._submit_tysjb_13._right_tysjb_19 {
      justify-content: flex-end;
    }

._root_tysjb_8 ._submit_tysjb_13 button {
      height: 36px;
      width: 140px;
    }

._root_tysjb_8 textarea {
    height: 8rem;
    resize: none;
  }

._root_tysjb_8 input::-webkit-input-placeholder {
    color: var(--hex-7072ac);
    box-shadow: none;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1ous0_8 ._button_1ous0_9 {
    border-radius: 100%;
    height: 22px;
    width: 22px;
    padding: 0;
  }

._root_1ous0_8 ._button_1ous0_9 > svg {
      margin: 0;
      -webkit-transform: rotateZ(45deg);
              transform: rotateZ(45deg);
    }

._root_1ous0_8 .js-tag {
      display: flex;
      align-items: center;
      color: var(--hex-ffffff);
    }

._root_1ous0_8 .js-tag svg {
        width: 14px;
        height: 14px;
      }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._foot_82oj6_8 {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}

._foot_82oj6_8 a {
    width: 120px;
  }

._install-instructions_82oj6_18 ._code_82oj6_19 {
    margin-top: 3rem;
    min-height: 100px;
    color: var(--hex-ffffff);
    word-break: break-all;
    background-color: var(--hex-07091b) !important;
    font-family: var(--font-mono);
  }

._linux_82oj6_29 ._sect_82oj6_30 {
    margin-top: 20px;
  }

._linux_82oj6_29 ._code_82oj6_19 {
    margin-top: 0;
  }

._linux_82oj6_29 i {
    line-height: 20px;
    color: var(--hex-b5b9de) !important;
    font-style: italic;
    font-size: 15px;
    font-weight: 600;
  }

._linux_82oj6_29 p {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 4px;
  }

._linux_82oj6_29 p > span {
      color: var(--hex-ffffff);
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_e757h_8 {
  margin-top: 40px;
}

._root_e757h_8 label > div {
      margin-left: 0 !important;
    }

._root_e757h_8 ._footer_e757h_17 {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
  }

._root_e757h_8 ._footer_e757h_17 button {
      min-width: 120px;
    }

._root_e757h_8 input[type='checkbox'] {
    margin-top: 0;
  }

._root_e757h_8 ._checkbox_e757h_31 label {
    font-size: 14px;
    font-weight: normal;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._createCTA_1utvx_8 {
  z-index: 90;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 14px;
}

._createCTA_1utvx_8 > button {
    width: 190px;
  }

._root_1utvx_20 {
  position: relative;
  padding: 0;
  background-color: var(--hex-181b30);
  margin-bottom: 4rem;
  border-radius: var(--border-radius-8);
}

._root_1utvx_20 .indicator-value-list {
      margin-top: 0;
    }

._root_1utvx_20 .indicator-value-list .tag {
        margin-top: 0;
      }

._root_1utvx_20 .date {
      color: inherit !important;
    }

._root_1utvx_20 .js-toggle-filters {
      opacity: 0;
      pointer-events: none;
    }

._groups-row_1utvx_47 span > div {
    display: flex;
    align-items: center;
  }

._status_1utvx_54 {
  display: flex;
  align-items: center;
}

._status_1utvx_54 svg {
    margin-right: 5px;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._block-wrapper_16erb_8 {
  background: var(--hex-181b30) !important;
}

._container_16erb_12 {
  position: relative;
  height: 75vh;
}

._wrapper_16erb_17 {
  position: absolute;
  left: -38px;
  top: 0;
  height: 100%;
  width: calc(100% + 63px);
  font-size: 12.6px;
}

._wrapper_16erb_17 h3 {
    padding: 0 39px !important;
  }

._wrapper_16erb_17 > div > h3 {
    padding: 0 39px !important;
  }

._processData_16erb_34 {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

._processData_16erb_34 ._fs_16erb_39 {
    margin-bottom: 20px;
  }

._processData_16erb_34 ._row_16erb_43 {
    padding: 7px 39px;
    display: flex;
    position: relative;
  }

._processData_16erb_34 ._row_16erb_43._static_16erb_48:hover {
        background: inherit;
      }

._processData_16erb_34 ._row_16erb_43._static_16erb_48 ._key_16erb_53 {
        min-width: 100px;
      }

._processData_16erb_34 ._row_16erb_43:hover {
      background: var(--hex-222644);
    }

._processData_16erb_34 ._row_16erb_43 ._key_16erb_53 {
      color: var(--hex-898eba);
      font-size: 12px;
      line-height: 24px;
      min-width: 60px;
      display: inline-block;
    }

._processData_16erb_34 ._row_16erb_43 ._value_16erb_70 {
      width: 100%;
      color: var(--hex-f1f3fa);
      font-size: 13.5px;
      line-height: 24px;
      padding-right: 50px;

      overflow: hidden;
      text-overflow: ellipsis;
      white-space: pre;
    }

/* HACK - trim file paths from left */

._processData_16erb_34 ._row_16erb_43 ._value-trimLeft_16erb_83 {
      direction: rtl;
      text-align: left;
    }

._processData_16erb_34 ._row_16erb_43 .actions {
        position: absolute;
        display: flex;
        justify-content: space-between;
        right: 24px;
        top: 50%;
        height: 25px;
        width: 55px;
        margin-left: 1em;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
      }

/* display: none; */

._processData_16erb_34 ._row_16erb_43 .actions img {
          cursor: pointer;
          padding: 0;
          height: 25px;
          width: 25px;
        }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1lfya_8 {
  padding-top: 16px;
  position: absolute;
  left: 0;
  width: calc(100% + 1px);
  height: calc(100vh - 200px);
}

._root_1lfya_8 .col-xs-12 {
      padding: 0;
    }

._root_1lfya_8 .rc-table-header.rc-table-hide-scrollbar {
      margin-bottom: -3px !important;
    }

._root_1lfya_8 .date {
      margin-right: 0;
      color: inherit !important;
    }

._root_1lfya_8 .rc-table-header {
      background: inherit !important;
      overflow: hidden !important;
    }

._root_1lfya_8 .rc-table-body {
      background: inherit !important;
    }

._root_1lfya_8 .rc-table-body::-webkit-scrollbar {
        width: 5px;
        height: 5px;
      }

._root_1lfya_8 .rc-table-body::-webkit-scrollbar-track {
        background: var(--hex-07091b);
      }

._root_1lfya_8 .rc-table-body::-webkit-scrollbar-thumb {
        background: var(--hex-585e80);
      }

._root_1lfya_8 ._offset_1lfya_52 {
    position: relative;
    height: 80vh;
  }

._endpointStatus_1lfya_58 {
  display: flex;
  align-items: center;
}

._endpointStatus_1lfya_58 ._status_1lfya_62 {
    display: inline-block;
    height: 8px;
    width: 8px;
    padding-right: 8px;
    margin-bottom: 2px;
    border-radius: 100%;
    margin-right: 4px;
    background-color: var(--hex-607285);
  }

._endpointStatus_1lfya_58 ._status_1lfya_62._online_1lfya_72 {
      background-color: var(--hex-28f29a);
    }

._affected_1lfya_78 {
  padding: 0 38px;
  margin-bottom: 30px;
}

._affected_1lfya_78 ._title_1lfya_82 {
    display: flex;
    align-items: center;
  }

._affected_1lfya_78 ._title_1lfya_82 h3 {
      margin: 0 8px 0 0 !important;
    }

._affected_1lfya_78 ._value_1lfya_91 {
    margin-top: 20px;
    color: var(--hex-b5b9de);
    font-size: 50px;
    line-height: 50px;
  }

._paragraph_1lfya_99 {
  padding: 0 28px;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._footer_mxgxi_8 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: calc(100% - 48px);
  padding: 0 15px;
  padding-right: 0;
  padding-bottom: 25px;
  background-color: var(--hex-181b30);
  z-index: 10;
}

._footer_mxgxi_8 .btn {
      padding: 0.8em 13px;
    }

._footer_mxgxi_8 button {
    margin-right: 15px;
  }

@media (min-width: 768px) {

._modal-bg_mxgxi_32._modal-bg_mxgxi_32 {
    width: 100%;
    max-width: 650px
}
  }

._modal-bg_mxgxi_32._modal-bg_mxgxi_32 .modal-content {
      position: relative;
      padding-bottom: 66px;
    }

._modal-bg_mxgxi_32._modal-bg_mxgxi_32 .tab-pane,
    ._modal-bg_mxgxi_32._modal-bg_mxgxi_32 .tab-content,
    ._modal-bg_mxgxi_32._modal-bg_mxgxi_32 .incident-details-tabs {
      height: 100%;
    }

._radios_mxgxi_52 {
  display: flex;
  margin-bottom: 20px;
}

._radios_mxgxi_52 label + label {
    margin-left: 16px;
  }

._help_mxgxi_61 {
  display: flex;
  color: var(--hex-8a9eb2);
  font-size: 13px;
  line-height: 20px;
  margin-top: 16px;
  align-items: center;
}

._help_mxgxi_61 svg {
    margin-right: 5px;
  }

._help_mxgxi_61 svg path {
      fill: var(--hex-dab602);
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1pp7n_8 {
  position: relative;
  padding: 0;
  background-color: var(--hex-181b30);
  margin-bottom: 4rem;
  border-radius: var(--border-radius-8);
}

._root_1pp7n_8 .rc-table td .date {
      color: inherit;
      margin: 0;
    }

._root_1pp7n_8 ._refresh_1pp7n_22 {
    display: none;
    justify-content: flex-end;
    align-items: center;

    position: absolute;
    right: 20px;
    top: 24px;
    z-index: 90;
  }

._root_1pp7n_8 ._refresh_1pp7n_22 ._showRefresh_1pp7n_32 {
      display: flex;
    }

._root_1pp7n_8 ._refresh_1pp7n_22 svg {
      cursor: pointer;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._auditError_1q8zu_8 {
  padding: 10em;
  text-align: center;
}

._tableToolbarButton_1q8zu_13 {
  z-index: 10;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 11px;
}

._tableToolbarButton_1q8zu_13 ._expiration_1q8zu_20 > span {
      padding-right: 8px;
    }

._tableToolbarButton_1q8zu_13 ._expiration_1q8zu_20 > b {
      color: var(--hex-dedeed);
      font-size: 13px;
    }

._exportBody_1q8zu_32 h3 {
    color: var(--hex-ffffff);
    margin: 0;
    font-size: 1.6rem;
  }

._exportSummary_1q8zu_40 p {
    margin: 0;
  }

._exportSummary_1q8zu_40 ul {
    margin-top: 0.5em;
  }

._exportSummary_1q8zu_40 li {
    margin-top: 0.25em;
  }

._exportStatus_1q8zu_54 ._statusHeading_1q8zu_55 {
    padding: 1em 0 0.5em;
    font-weight: 600;
    width: 100%;
  }

._exportProgress_1q8zu_62 ._progressBar_1q8zu_63 {
    margin-top: 1em;
    width: 100%;
  }

._exportProgress_1q8zu_62 ._cancelExport_1q8zu_68 {
    color: var(--hex-b43c4e);
    display: inline-block;
    cursor: pointer;
    margin-top: 0.25em;
  }

._exportSuccess_1q8zu_76 p, ._exportError_1q8zu_77 p {
    color: var(--hex-b5b9de);
    font-style: italic;
    margin: 0.5em 0;
  }

._exportSuccess_1q8zu_76 ._statusHeading_1q8zu_55 {
    color: var(--hex-28f29a);
  }

._exportError_1q8zu_77 ._statusHeading_1q8zu_55 {
    color: var(--hex-ff4b66);
  }

._exportButtons_1q8zu_97 {
  display: flex;
  justify-content: flex-end;
  margin-top: 4rem;
}

._exportButtons_1q8zu_97 button + button {
    margin-left: 1rem;
  }

._tableRoot_1q8zu_107 {
  position: relative;
  padding: 0;
  background-color: var(--hex-181b30);
  margin-bottom: 4rem;
  border-radius: var(--border-radius-8);
}

._tableRoot_1q8zu_107 .rc-table td .date {
      color: inherit;
    }

._tableRoot_1q8zu_107 ._username_1q8zu_120 > div:first-child {
      color: var(--hex-ffffff);
      font-size: 13px;
      line-height: 20px;
    }

._tableRoot_1q8zu_107 ._username_1q8zu_120 > div:last-child {
      color: var(--hex-898eba);
      font-size: 13px;
      line-height: 20px;
    }

._tableRoot_1q8zu_107 ._action_1q8zu_134 {
    display: flex;
    align-items: center;

    color: var(--hex-ffffff);
    font-size: 14px;
    line-height: 20px;
  }

._tableRoot_1q8zu_107 ._action_1q8zu_134 > svg {
      margin-right: 8px;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_opv4p_8 .form-control {
      height: auto !important;
      padding: 1rem 1.2rem;
    }

._root_opv4p_8 .input-v2 {
      height: auto !important;
      padding: 1.2rem 1.2rem !important;

      border-radius: var(--border-radius-2) !important;
    }

._row_opv4p_24 {
  display: flex;
  justify-content: space-between;
}

._row_opv4p_24._split_opv4p_28 > div:last-child {
        margin-left: 2rem;
      }

._row_opv4p_24 > div {
    width: 100%;
  }

._footer_opv4p_41 {
  display: flex;
  justify-content: flex-end;
}

._footer_opv4p_41 button {
    min-width: 110px;
  }

._fields-group_opv4p_50 .form-group > div {
        position: relative;
        width: 100%;
      }

._fields-group_opv4p_50 .form-group > div > div {
          width: 100%;
        }

._fields-group_opv4p_50 .form-group > div > svg {
          position: absolute;
          right: -2.4rem;
          top: 1rem;
        }

._root_opv4p_8 .checkbox {
      margin-top: -0.8rem;
    }

._root_opv4p_8 .checkbox label {
        font-size: 1.3rem;
        letter-spacing: 0;
        line-height: 1.6rem;
        font-weight: 500;

        color: var(--hex-ffffff);
      }

._root_opv4p_8 .checkbox input {
        margin-top: 0;
      }

._root_opv4p_8 ._dateRange_opv4p_91 {
    background-color: var(--hex-181b30);
    border-radius: var(--border-radius-5);
  }

._root_opv4p_8 ._dateRange_opv4p_91 aside {
      position: relative;
      padding: 1.6rem;

      border-bottom: 1px solid var(--hex-2b2d44);
    }

._root_opv4p_8 ._dateRange_opv4p_91 aside ._tag_opv4p_101 {
        display: inline;
        height: auto;
        margin: 0 0.4rem 0.8rem 0;
        padding: 0.4rem 0.6rem;

        font-size: 1.2rem;
        font-weight: 500;
        line-height: 1.4rem;
        -webkit-text-size-adjust: 100%;
           -moz-text-size-adjust: 100%;
            -ms-text-size-adjust: 100%;
                text-size-adjust: 100%;
        list-style: none;
        white-space: nowrap;

        color: var(--hex-8a9eb2);
        border-radius: var(--border-radius-4);

        cursor: pointer;
        transition: all 0.15s cubic-bezier(0.78, 0.14, 0.15, 0.86);
      }

._root_opv4p_8 ._dateRange_opv4p_91 aside ._tag_opv4p_101:hover {
          color: var(--hex-ffffff);
          background-color: var(--hex-2b2d44);
        }

._root_opv4p_8 ._dateRange_opv4p_91 aside ._tag_opv4p_101._active_opv4p_125 {
          color: var(--hex-ffffff);
          background-color: var(--hex-0070df);
        }

._root_opv4p_8 ._dateRange_opv4p_91 aside ._range_opv4p_131 {
        position: absolute;
        right: 1.6rem;
        top: 2.1rem;

        font-size: 1.2rem;
        letter-spacing: 0;
        line-height: 1.4rem;

        color: var(--hex-ffffff);
      }

._root_opv4p_8 ._dateRange_opv4p_91 section {
      padding: 1.6rem;
    }

._root_opv4p_8 ._dateRange_opv4p_91 section ._fields_opv4p_50 {
        display: flex;
      }

._root_opv4p_8 ._dateRange_opv4p_91 section .react-datepicker__input-container {
          width: 100%;
        }

._root_opv4p_8 ._dateRange_opv4p_91 section .react-datepicker__header--time {
          display: flex;
          justify-content: center;
          align-items: center;
          height: 4.9rem;
        }

._root_opv4p_8 ._dateRange_opv4p_91 section .form-group,
        ._root_opv4p_8 ._dateRange_opv4p_91 section .input-v2 {
          font-size: 1.4rem;
        }

._root_opv4p_8 ._dateRange_opv4p_91 section .form-group {
          width: 100%;
        }

._root_opv4p_8 ._dateRange_opv4p_91 section .form-group label {
            padding-bottom: 0.4rem;

            font-size: 1.2rem;
            font-weight: bold;
            letter-spacing: 0;

            color: var(--hex-8a9eb2);
          }

._root_opv4p_8 ._dateRange_opv4p_91 section .form-group:last-child {
            margin-left: 1.6rem;
          }

._weeklyRepeatOn_opv4p_189 {
  display: flex;
  margin-top: 0.3rem;
}

._weeklyRepeatOn_opv4p_189 > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;

    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.5rem;

    color: var(--hex-8a9eb2);
    background-color: var(--hex-363a57);
    border-radius: 100%;

    cursor: pointer;
  }

._weeklyRepeatOn_opv4p_189 > div._active_opv4p_125 {
      color: var(--hex-ffffff);
      background-color: var(--hex-0070df);
    }

._weeklyRepeatOn_opv4p_189 div + div {
    margin-left: 0.8rem;
  }

._monthlyRepeatOn_opv4p_222 {
  display: flex;
  margin-top: 0.3rem;
}

._monthlyRepeatOn_opv4p_222 label + label {
    margin-left: 0.8rem;
  }

._logo-picker_opv4p_231 {
  margin: 2rem 0.25rem 0;
}

._logo-picker_opv4p_231 ._container_opv4p_234 {
    width: 100%;
    height: calc(112px + 2rem);
    padding: 1rem;

    border: 1px dashed var(--hex-363a57);
    border-radius: var(--border-radius-8);

    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }

._logo-picker_opv4p_231 ._container_opv4p_234._active_opv4p_125,
    ._logo-picker_opv4p_231 ._container_opv4p_234._accept_opv4p_246 {
      border-color: var(--hex-0e7c9f);
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
    }

._logo-picker_opv4p_231 ._container_opv4p_234._reject_opv4p_251 {
      border-color: var(--hex-ff4b66);
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
    }

._logo-picker_opv4p_231 ._error_opv4p_257 {
    margin-top: 0.75rem;
    margin-bottom: -0.25rem;

    font-size: 1.3rem;

    color: var(--hex-ff4b66);
  }

._logo-picker_opv4p_231 ._placeholder_opv4p_266 {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

._logo-picker_opv4p_231 ._placeholder_opv4p_266 > ._action_opv4p_274 {
      margin-top: 0.8rem;
    }

._logo-picker_opv4p_231 ._placeholder_opv4p_266 > ._tips_opv4p_278 {
      margin-top: 1rem;

      font-size: 1.2rem;
    }

._logo-picker_opv4p_231 ._placeholder_opv4p_266 > ._tips_opv4p_278 > p {
        margin: 0;
        padding: 0;

        text-align: center;
      }

._logo-picker_opv4p_231 ._logo-file_opv4p_292 {
    position: relative;
  }

._logo-picker_opv4p_231 ._remove_opv4p_296 {
    position: absolute;
    left: 50%;
    top: 0;
    display: flex;
    align-items: center;
    padding: 0.4rem 0.6rem 0.4rem 0.4rem;

    color: hsl(var(--theme-hex-e77474, 0.00deg 70.60% 68.00%) / 50%);
    background-color: transparent;
    border: none;

    -webkit-transform: translate(8rem, 0);

            transform: translate(8rem, 0);
    transition: color 150ms ease-in;
    cursor: pointer;
  }

._logo-picker_opv4p_231 ._remove_opv4p_296 > svg {
      margin-right: 0.6rem;
    }

._logo-picker_opv4p_231 ._remove_opv4p_296 > span {
      transition: opacity 150ms ease-in;
      opacity: 0;
    }

._logo-picker_opv4p_231 ._remove_opv4p_296:hover {
      color: var(--hex-ff4b66);
    }

._logo-picker_opv4p_231 ._remove_opv4p_296:hover > span {
        opacity: 1;
      }

._logo-picker_opv4p_231 ._preview_opv4p_330 {
    width: 150px;
    height: 112px;
    margin: auto;

    border: 1px solid var(--hex-0e7c9f);

    overflow: hidden;
    box-sizing: content-box;
  }

._logo-picker_opv4p_231 ._preview_opv4p_330 > img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
    }

._auto-emails_opv4p_348 > div + div {
    margin-top: 1rem;
  }

._auto-emails_opv4p_348 textarea[disabled] {
    opacity: 0.5;
  }

._auto-emails_opv4p_348 textarea[disabled]:hover {
      border-color: transparent !important;
    }

._help_opv4p_362 {
  display: flex;
  align-items: center;

  font-size: 1.3rem;

  color: var(--hex-8a9eb2);
}

._help_opv4p_362 div {
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 2rem;

    -webkit-transform: translateY(1px);

            transform: translateY(1px);
  }

._help_opv4p_362 div span {
      color: var(--hex-ffffff);
    }

._help_opv4p_362 svg {
    margin-right: 0.5rem;
  }

._help_opv4p_362 svg path {
      fill: var(--hex-dab602);
    }

._notify-me_opv4p_391 {
  padding: 0.5rem;
}

._modal-buttons_opv4p_395 {
  display: flex;
}

body > div[role='dialog'] + div[role='dialog'] .modal-backdrop {
      z-index: 1050 !important;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._info_1mtxn_8 {
  display: flex;

  font-size: 1.6rem;

  color: var(--hex-8a9eb2);
}

._info_1mtxn_8 > ._date_1mtxn_15 {
    margin-left: 0.8rem;

    font-weight: 600;
  }

._title_1mtxn_22 {
  display: flex;
  justify-content: space-between;
}

._title_1mtxn_22 > ._name_1mtxn_26 {
    margin: 1.2rem 0 4.8rem;

    font-size: 4.8rem;
    font-weight: 700;

    color: var(--hex-ffffff);
  }

._title_1mtxn_22 > ._logo_1mtxn_35 {
    flex-shrink: 0;
  }

._letters-count_1mtxn_40 {
  position: absolute;
  right: -1.6rem;
  bottom: -1rem;
  padding: 0.4rem 0.8rem;
  background-color: var(--hex-181b30);
  color: var(--hex-8a9eb2);
  font-size: 1.3rem;
  line-height: 1;
}

._letters-count_1mtxn_40._exceeded_1mtxn_50 {
    background-color: var(--hex-ff4b66);
    color: var(--hex-07091b);
  }

._summary_1mtxn_56 {
  position: relative;
  margin-bottom: 4rem;
}

._summary_1mtxn_56 > ._title_1mtxn_22 {
    position: relative;
    z-index: 1;

    font-size: 2.4rem;
    font-weight: 400;

    color: var(--hex-ffffff);
  }

._summary_1mtxn_56 > ._title_1mtxn_22 > span {
      display: inline-block;
      margin: -0.5rem;
      padding: 0.5rem;

      background-color: var(--hex-07091b);
    }

/* NOTE - Autogrow text area. Adaptation of Chris Coyer's article https://css-tricks.com/the-cleanest-trick-for-autogrowing-textareas/ */

._summary_1mtxn_56 > ._textarea-wrap_1mtxn_79 {
    display: grid;
  }

._summary_1mtxn_56 > ._textarea-wrap_1mtxn_79 > ._replicated-value_1mtxn_82 {
      white-space: pre-wrap;
      visibility: hidden;
    }

._summary_1mtxn_56 > ._textarea-wrap_1mtxn_79 > textarea {
      resize: none;
      overflow: hidden;
    }

._summary_1mtxn_56 ._replicated-value_1mtxn_82,
  ._summary_1mtxn_56 textarea {
    grid-area: 1 / 1 / 2 / 2;
    width: calc(100% + 4.2rem);
    padding: 3rem 2rem 2rem;
    margin: -2.1rem -2.1rem -1.1rem;

    font-size: 1.6rem;
    line-height: 2.4rem;

    color: white;
    background-color: transparent;
    border: 1px dashed var(--hex-6d859a);
    border-radius: var(--border-radius-2);

    resize: none;
  }

._summary_1mtxn_56 ._replicated-value_1mtxn_82:focus, ._summary_1mtxn_56 textarea:focus {
      outline: none;

      border-style: solid;
      border-color: var(--hex-8a9eb2);
    }

._summary_1mtxn_56 p {
    margin: 0;
    padding: 1rem 0;

    font-size: 1.6rem;
    line-height: 2.4rem;
    white-space: pre-wrap;
  }

._logo_1mtxn_35 {
  display: flex;
  align-items: center;
  width: 150px;
  height: 112px;

  overflow: hidden;
}

._logo_1mtxn_35 img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._tab-container_d966q_8 {
  padding: 2rem;
}

._emails_d966q_12 {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem 0 0 -0.5rem;
  padding: 0 0.5rem 0.5rem 0;
}

._emails_d966q_12 > * {
    margin: 0.5rem 0 0 0.5rem;
  }

._key-value_d966q_23 {
  display: flex;
}

._key-value_d966q_23 ._key_d966q_23 {
    min-width: 100px;

    font-size: 1.2rem;
    line-height: 2.4rem;

    color: var(--hex-898eba);
  }

._key-value_d966q_23 ._value_d966q_35 {
    display: flex;
    align-items: center;
    flex: 1 1 auto;

    font-size: 1.4rem;
    line-height: 2rem;

    color: var(--hex-f1f3fa);
  }

._key-value_d966q_23 ._value_d966q_35 svg {
      width: 16px;
      height: 16px;
      margin-right: 0.6rem;
    }

._key-value_d966q_23 ._value_d966q_35 svg g {
        fill: var(--hex-ffffff);
      }

._key-value_d966q_23 ._value_d966q_35 .indicator-value-list > div {
          display: flex;
          align-items: center;
        }

._key-value_d966q_23 + ._key-value_d966q_23 {
  margin-top: 1.6rem;
}

._edit-name_d966q_70 ._line_d966q_71 {
    position: relative;
    display: flex;
  }

._edit-name_d966q_70 ._line_d966q_71 svg {
      width: 22px;
      height: 22px;
      margin-left: 0.8rem;
    }

._edit-name_d966q_70 ._line_d966q_71 input {
      padding-right: 5rem;

      background-color: var(--hex-363a57);
    }

._edit-name_d966q_70 ._line_d966q_71 button {
      position: absolute;
      right: 4px;
      top: 4px;
      height: 24px;
      width: 43px;

      font-size: 1.2rem;
      font-weight: 500;
      line-height: 1.4rem;
      letter-spacing: 0;

      color: var(--hex-f1f3fa);
      background-color: var(--hex-0e7c9f);
      border-radius: var(--border-radius-8);
    }

._logo_d966q_106 {
  display: flex;

  border: 1px solid var(--hex-0e7c9f);
}

._notifyme-checkbox_d966q_112 {
  margin-top: 2.4rem;
  padding: 0.5rem 0 0 0.3rem;

  border-top: 1px solid var(--hex-363a57);
}

._notifyme-checkbox_d966q_112 input[type='checkbox'] {
    margin: 0 1rem 0;
  }

._notifyme-checkbox_d966q_112 label {
    color: var(--hex-ffffff);
  }

._reports-table_d966q_127 .col-xs-12 {
      padding: 0;
    }

._reports-table_d966q_127 .date {
      color: inherit !important;
    }

._reports-table_d966q_127 .table-top-filters {
      margin-top: 1rem;
    }

._reports-table_d966q_127 .rc-table-header {
      background: inherit !important;
      overflow: hidden !important;
    }

._reports-table_d966q_127 .rc-table-body {
      height: calc(100vh - 270px) !important;
      min-height: 300px;
      max-height: initial !important;

      background: inherit !important;
    }

._reports-table_d966q_127 .rc-table-body::-webkit-scrollbar {
        width: 5px;
        height: 5px;
      }

._reports-table_d966q_127 .rc-table-body::-webkit-scrollbar-track {
        background: var(--hex-07091b);
      }

._reports-table_d966q_127 .rc-table-body::-webkit-scrollbar-thumb {
        background: var(--hex-585e80);
      }

._reports-table_d966q_127 .rc-table-fixed-header .rc-table-scroll .rc-table-header {
      padding-bottom: 0 !important;
      margin-bottom: 0 !important;
    }

._no-reports_d966q_174 {
  padding: 3.6rem;
}

._empty-state_d966q_178 {
  font-size: 1.1rem;
  line-height: 1;

  color: var(--hex-898eba);
}

._footer_d966q_185 {
  position: absolute;
  bottom: 0;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 48px);
  padding: 0 0 2.5rem 1.5rem;
}

._footer_d966q_185 span:empty {
    display: none;
  }

._footer_d966q_185 > * + * {
    margin-left: 1.5rem;
  }

._footer_d966q_185 .btn {
      padding: 0.8rem 1.3rem;
    }

._view-button_d966q_210 {
  min-width: 10rem;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_15q7w_8 {
  margin-bottom: 4rem;
  min-height: calc(100vh - 20rem);
  background-color: var(--hex-181b30);
  border-radius: var(--border-radius-8);
}

._root_15q7w_8 .rc-table td .date {
      margin: 0;
      color: inherit;
    }

._toolbar_15q7w_22 {
  display: flex;
  justify-content: flex-end;
  padding: 1.8rem 2.2rem;

  border-bottom: 1px solid var(--hex-363a57);
}

._loading_15q7w_30 {
  margin-top: 4rem;
}

._empty-table_15q7w_34 {
  text-align: center;
  margin: 6rem 0 2rem;
}

._empty-table_15q7w_34 ._icon_15q7w_38 img {
      width: 6.4rem;
    }

._empty-table_15q7w_34 h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4rem 0 0.5rem;

    font-size: 2.4rem;
    font-weight: 300;
    line-height: 2.8rem;

    color: var(--hex-ffffff);
  }

._empty-table_15q7w_34 p {
    margin: 0;

    font-size: 1.4rem;
    line-height: 1.6rem;

    color: var(--hex-898eba);
  }

._groups_15q7w_67 {
  position: relative;
  width: 100%;
}

._groups_15q7w_67 > div {
    -webkit-transform: none;
            transform: none;
  }

._groups_15q7w_67 .js-tag {
      color: var(--hex-b5b9de);
      margin-bottom: 4px;
    }

._subscribed_15q7w_83 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

._subscribed_15q7w_83 > span {
    margin-right: 0.8rem;
  }

._view-report_15q7w_93 {
  display: flex;
  align-items: center;
}

._view-report_15q7w_93 svg {
    margin-right: 0.5rem;
  }

._view-report_15q7w_93 svg path {
      fill: currentColor;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_7agst_8 {
  margin-bottom: 4rem;
  overflow: hidden;
}

._root_7agst_8 .js-card {
      padding: 0;
    }

._root_7agst_8 .nav.nav-tabs {
      background: var(--hex-07091b);
    }

._root_7agst_8 .nav.nav-tabs li > a {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 14px;
      }

._root_7agst_8 .js-table-filters-container {
      border: 0;
    }

._root_7agst_8 .js-incidents-table {
      width: calc(100% + 48px);
      margin-left: -24px;
      margin-bottom: 0;
    }

._root_7agst_8 .js-close-all-alerts {
      max-width: 1445px !important;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._navigation_17e23_8 {
  position: sticky;
  top: 5.6rem;
  margin-top: -6.8rem;
  left: 0;
  z-index: 99;

  width: 100%;

  background: var(--hex-07091b);
  border-bottom: 1px solid var(--hex-363a57);
}

@media print {

._navigation_17e23_8 {
    display: none
}
  }

._navigation_17e23_8 ._container_17e23_24 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 7rem;
    /* TODO - Check why 1800px */
    max-width: 1800px !important;
    margin: 0 auto;
    padding: 0 2.4rem;
  }

._navigation_17e23_8 ._actions_17e23_35 {
    display: flex;
    flex-shrink: 0;
  }

._navigation_17e23_8 ._actions_17e23_35 button {
      margin-left: 1.6rem;
    }

._navigation_17e23_8 ._details_17e23_44 {
    color: var(--hex-ffffff);
  }

._nav-info_17e23_49 {
  display: flex;
  margin-bottom: 0.8rem;
}

._nav-info_17e23_49 > ._title_17e23_53 {
    display: flex;
  }

._nav-info_17e23_49 > ._title_17e23_53 > ._date_17e23_56 {
      margin-left: 0.6rem;

      font-weight: 600;
    }

._nav-groups_17e23_64 {
  display: flex;
}

._groups-dropdown_17e23_68 {
  padding: 0.5rem 1rem;
  margin-left: -0.5rem;

  line-height: 1;

  background-color: var(--hex-07091b);
  border-radius: var(--border-radius-4) var(--border-radius-4) 0 0;

  color: var(--hex-00c1ff);
}

._groups-dropdown_17e23_68 > ._count_17e23_79 {
    display: flex;
    align-items: center;

    cursor: default;
  }

._groups-dropdown_17e23_68 > ._count_17e23_79 > svg {
      margin-right: 0.5rem;
    }

._groups-dropdown_17e23_68 > ._count_17e23_79 > svg path {
        fill: currentColor;
      }

._groups-dropdown_17e23_68 > ._labels_17e23_93 {
    position: absolute;
    display: none;
    width: 80%;
    margin: 0.5rem -1rem 0;
    flex-wrap: wrap;
    padding: 1rem 1rem 0.5rem;

    background-color: var(--hex-181b30);
    border-radius: 0 var(--border-radius-4) var(--border-radius-4) 0.4rem;
  }

._groups-dropdown_17e23_68._all_17e23_105 {
    border-radius: var(--border-radius-4);
    padding: 0.5rem;
    margin-right: 0.5rem;
  }

._groups-dropdown_17e23_68:hover {
    background-color: var(--hex-181b30);
  }

._groups-dropdown_17e23_68:hover > ._labels_17e23_93 {
      display: flex;
    }

._content_17e23_120 {
  /* TODO - Check why exactly 1000px */
  max-width: 1000px !important;
  margin: 0 auto;
  padding: 3.2rem 0 0;
}

@media print {

._content_17e23_120 {
    margin-top: 3rem
}
  }

._layout_17e23_131 {
  margin: 0 0 4.8rem;
}

._layout_17e23_131 > ._title_17e23_53 {
    margin: 0 0 3.2rem;

    font-size: 2.4rem;
    font-weight: 400;

    color: var(--hex-ffffff);
  }

._layout_17e23_131 > ._grid_17e23_143 {
    display: grid;
    grid-gap: 1.2rem;
    grid-template-columns: repeat(3, 1fr);

    width: 100%;
    margin: 0 auto;
  }

._layout_17e23_131 > ._grid_17e23_143 > div:empty {
      display: none;
    }

._layout_17e23_131 > ._grid_17e23_143 > ._cell-1_17e23_155 {
      grid-column: 1;
    }

._layout_17e23_131 > ._grid_17e23_143 > ._cell-3_17e23_159 {
      grid-column: 3;
    }

._layout_17e23_131 > ._grid_17e23_143 > ._cell-1-2_17e23_163 {
      grid-column: 1 / span 2;
    }

._layout_17e23_131 > ._grid_17e23_143 > ._cell-1-2-3_17e23_167 {
      grid-column: 1 / span 3;
    }

._layout_17e23_131 .js-card {
      margin: 0;
      width: 100%;
    }

._drawer_17e23_180 {
  position: absolute;
  top: calc(6.8rem + 3px);
  right: -200px;
  width: 200px;
  height: calc(100vh - 127px);
  padding: 3.2rem 1.6rem;

  background-color: var(--hex-181b30);
  opacity: 0;

  visibility: hidden;
  pointer-events: none;
  transition: all ease-in-out 0.15s;
}

._drawer_17e23_180._show_17e23_195 {
    right: 0;

    visibility: visible;
    pointer-events: all;
    opacity: 1;
  }

._wizard_17e23_204 {
  display: inline-block;
  margin: 0;
  padding: 0;

  list-style: none;
}

._wizard_17e23_204 ._item_17e23_211 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;

    background-color: var(--hex-086d95);
    border-radius: 100%;

    cursor: pointer;
  }

._wizard_17e23_204 ._item_17e23_211:hover {
      background-color: var(--hex-0d8c8e);
    }

._wizard_17e23_204 ._item_17e23_211 ._label_17e23_93 {
      position: absolute;
      left: 6.5rem;

      font-size: 1.3rem;
      line-height: 1.6rem;
    }

._wizard_17e23_204 ._item_17e23_211:last-child:after {
        display: none;
      }

._wizard_17e23_204 ._item_17e23_211:after {
      content: '';
      position: absolute;
      left: 50%;
      top: 5.3rem;
      width: 0.5rem;
      height: 2.3rem;

      background-color: var(--hex-086d95);
      opacity: 0.5;

      -webkit-transform: translateX(-50%);

              transform: translateX(-50%);
    }

._wizard_17e23_204 ._item_17e23_211._active_17e23_257 {
    background-color: var(--hex-0d8c8e);

    cursor: default;
  }

._wizard_17e23_204 ._item_17e23_211._active_17e23_257:before {
      content: '';
      position: absolute;
      display: inline-block;
      width: 55px;
      height: 55px;

      background: transparent;
      border: 2px solid var(--hex-0d8c8e);
      border-radius: 100%;

      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-28px) translateY(-28px);
              transform: translateX(-28px) translateY(-28px);
    }

._wizard_17e23_204 ._item_17e23_211._active_17e23_257 ._label_17e23_93 {
      color: white;
    }

._wizard_17e23_204 ._item_17e23_211._active_17e23_257:after {
      background-color: var(--hex-0d8c8e);
    }

._wizard_17e23_204 ._item_17e23_211 + ._item_17e23_211 {
    margin-top: 4rem;
  }

span.printable {
    display: none;

    color: white;
  }

@media print {
    a.printable {
      display: none !important;
    }

    span.printable {
      display: unset;
    }
  }

._empty-state_17e23_310 {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 2rem 4rem;

  text-align: center;

  background-color: var(--hex-181b30);
  border-radius: var(--border-radius-8);
}

._empty-state_17e23_310 > h3 {
    display: flex;
    align-items: center;
    margin: 0;

    font-size: 2.4rem;
    font-weight: 300;

    color: white;
  }

._empty-state_17e23_310 > h3 > svg {
      margin-right: 1rem;
    }

._empty-state_17e23_310 > p {
    margin: 1rem 0 0;
    font-size: 1.6rem;
  }

._empty-state_17e23_310 > p + p {
    margin-top: 0.25rem;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_10qp4_8 {
  display: flex;
  /* TODO - In theory this is needed in order for recharts-to calculate the with /
   *        height responsive container, but I should double-ckeck because this should
   *        be handled by flexbox
   */
  width: 100%;
  height: 100%;
}

._recharts-tooltip_10qp4_18 {
  padding: 0.8rem;

  background-color: hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 50%);
  border-radius: var(--border-radius-5);
}

._recharts-tooltip_10qp4_18 > ._row_10qp4_24 {
    font-size: 1.1rem;
    line-height: 1.3rem;

    color: var(--hex-ffffff);
  }

._recharts-tooltip_10qp4_18 > ._row_10qp4_24 + ._row_10qp4_24 {
    margin-top: 0.3rem;
  }

._square_10qp4_36 {
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 0.5rem;
}

._square_10qp4_36._high_10qp4_42 {
    background: var(--hex-ff4b66);
  }

._square_10qp4_36._medium_10qp4_45 {
    background: var(--hex-f9a926);
  }

._square_10qp4_36._low_10qp4_48 {
    background: var(--hex-ffdd2e);
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1qf9y_8 {
  display: flex;
  width: 100%;
  height: 100%;
}

._grid_1qf9y_14 {
  display: grid;
  grid-template-columns: minmax(27rem, 1fr) repeat(3, 1fr);
}

._total-endpoints_1qf9y_19 > ._title_1qf9y_20 {
    display: flex;
    align-items: center;
    margin-bottom: 2.6rem;
  }

._total-endpoints_1qf9y_19 > ._title_1qf9y_20 > svg {
      -webkit-transform: translateY(-1px);
              transform: translateY(-1px);
    }

._total-endpoints_1qf9y_19 > ._title_1qf9y_20 > span {
      margin-left: 0.6rem;

      font-size: 1.4rem;
      letter-spacing: 0.5px;
      line-height: 2rem;
    }

._total-endpoints_1qf9y_19 > ._value_1qf9y_38 {
    font-size: 4rem;
    font-weight: 300;
    line-height: 4.8rem;

    color: var(--hex-ffffff);
  }

._info-section_1qf9y_47 > ._row_1qf9y_48 {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;

    border-radius: var(--border-radius-5);
  }

._info-section_1qf9y_47 > ._row_1qf9y_48:not(._no-hover_1qf9y_55) {
      cursor: pointer;
    }

._info-section_1qf9y_47 > ._row_1qf9y_48:not(._no-hover_1qf9y_55):hover {
        background: var(--hex-222644);
      }

._info-section_1qf9y_47 > ._row_1qf9y_48 > ._ic_1qf9y_63 {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0.7rem;

      color: inherit;
      background-color: var(--hex-2b2d44);
      border-radius: var(--border-radius-5);
    }

._info-section_1qf9y_47 > ._row_1qf9y_48 > ._label_1qf9y_74 {
      display: flex;
      flex-direction: column;
      margin-left: 0.8rem;

      -webkit-transform: translateY(0.2rem);

              transform: translateY(0.2rem);
    }

._info-section_1qf9y_47 > ._row_1qf9y_48 > ._label_1qf9y_74 > ._name_1qf9y_81 {
        font-size: 1.3rem;
        line-height: 1.5rem;
      }

._info-section_1qf9y_47 > ._row_1qf9y_48 > ._label_1qf9y_74 > ._value_1qf9y_38 {
        font-size: 1.3rem;
        line-height: 2.4rem;

        color: var(--hex-f1f3fa);
      }

._info-section_1qf9y_47 > ._row_1qf9y_48 + ._row_1qf9y_48 {
    margin-top: 0.7rem;
  }

._latest-agent_1qf9y_100 {
  display: flex;
  align-items: center;
}

._latest-agent_1qf9y_100 > span:last-child {
    height: 1.6rem;
    margin-left: 0.5rem;
  }

._progress_1qf9y_110 {
  position: relative;

  width: 0.8rem;
  height: 3.8rem;

  background-color: var(--hex-2b2d44);
  border-radius: var(--border-radius-2);
}

._progress_1qf9y_110 > ._bar_1qf9y_119 {
    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;

    border-radius: 0 0 var(--border-radius-2) var(--border-radius-2);
  }

._progress_1qf9y_110._low_1qf9y_129 > ._bar_1qf9y_119 {
      background: linear-gradient(180deg, var(--hex-51b58c) 0%, var(--hex-00c1ff) 100%);
    }

._progress_1qf9y_110._high_1qf9y_135 > ._bar_1qf9y_119 {
      background: linear-gradient(
        0deg,
        var(--hex-ff4b66) 0%,
        var(--hex-f2921f) 33.34%,
        var(--hex-ffdd2e) 100%
      );
    }

._os-container_1qf9y_147 {
  width: 18rem;
}

._os-container_1qf9y_147 > ._os-row_1qf9y_150 {
    display: flex;
    align-items: center;
  }

._os-container_1qf9y_147 > ._os-row_1qf9y_150 > svg {
      margin-right: 0.5rem;
    }

._os-container_1qf9y_147 > ._os-row_1qf9y_150 + ._os-row_1qf9y_150 {
    margin-top: 0.8rem;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_us8xm_8 {
  display: flex;
  width: 100%;
  height: 100%;
}

._content_us8xm_14 {
  display: flex;
  align-items: center;
}

._pie-chart_us8xm_19 {
  flex: 0 0 auto;
  min-width: 135px;
}

._pie-chart_us8xm_19 .recharts-default-tooltip {
      padding: 0.2rem 1rem !important;

      font-size: 1.2rem;
      line-height: 1.2rem;

      background-color: var(--hex-363a57) !important;
      border: none !important;
      border-radius: var(--border-radius-4);
    }

._pie-chart_us8xm_19 .recharts-default-tooltip li {
        padding: 0;
        color: var(--hex-ffffff) !important;
      }

._os-grid_us8xm_42 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.2rem 2.4rem;
  flex: 1 1 auto;
  margin-left: 3.2rem;
}

._os-grid_us8xm_42 ._item_us8xm_49 {
    display: flex;
    align-items: center;

    font-size: 1.2rem;
    line-height: 1.4rem;
  }

._os-grid_us8xm_42 ._item_us8xm_49 ._color_us8xm_56 {
      flex: 0 0 auto;
      width: 1.6rem;
      height: 0.8rem;

      border-radius: var(--border-radius-2);
    }

._os-grid_us8xm_42 ._item_us8xm_49 ._name_us8xm_64 {
      margin-left: 0.8rem;

      overflow: hidden;
      text-overflow: ellipsis;

      color: var(--hex-898eba);
    }

._os-grid_us8xm_42 ._item_us8xm_49 ._count_us8xm_73 {
      flex: 0 0 auto;
      margin-left: 0.8rem;

      color: var(--hex-f1f3fa);
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_13tkb_8 {
  display: flex;
  width: 100%;
  height: 100%;
}

._chart_13tkb_14 {
  margin-bottom: -1.2rem;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_a2l0z_8 {
  display: flex;
  width: 100%;
  height: 100%;
}

._content_a2l0z_14 {
  display: flex;
}

._content_a2l0z_14 > ._country-list_a2l0z_17 {
    min-width: 30rem;
  }

._content_a2l0z_14 > ._world-map_a2l0z_21 {
    width: 100%;
  }

._country-list_a2l0z_17 {
  display: grid;
  grid-template-columns: 1fr -webkit-min-content;
  grid-template-columns: 1fr min-content;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-gap: 1.4rem;
}

._country-list_a2l0z_17 > ._country_a2l0z_17 {
    width: 100%;

    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 2rem;

    color: var(--hex-b5b9de);
  }

._country-list_a2l0z_17 > ._country_a2l0z_17 img {
      margin-right: 0.8rem;
    }

._country-list_a2l0z_17 > ._count_a2l0z_17 {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 2rem;

    color: var(--hex-ffffff);
  }

._world-map_a2l0z_21 {
  display: flex;
  justify-content: flex-end;

  height: 21.5rem;
}

._world-map_a2l0z_21 > ._map_a2l0z_61 {
    width: 50rem;
    height: 25rem;

    -webkit-transform: translateY(-35px);

            transform: translateY(-35px);
  }

._world-map_a2l0z_21 ._geo_a2l0z_68 {
    fill: var(--hex-363a57);
  }

._world-map_a2l0z_21 ._geo_a2l0z_68._match_a2l0z_71 {
      fill: var(--hex-149dc9);
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_18rf4_8 {
  display: flex;
  width: 100%;
  height: 100%;
}

._content_18rf4_14 > ._grid_18rf4_15 {
    display: grid;
    grid-gap: 0.6rem;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
  }

._grid_18rf4_15 > ._box_18rf4_23 {
  text-align: center;
  align-items: center;
}

._grid_18rf4_15 > ._box_18rf4_23._value_18rf4_27 {
    grid-column: 1 / span 3;

    font-size: 4.8rem;
    font-weight: 300;

    color: var(--hex-ffffff);
  }

._grid_18rf4_15 > ._box_18rf4_23 > ._stat_18rf4_36 {
    padding-top: 0.5rem;

    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.6rem;
    text-transform: uppercase;

    color: var(--hex-898eba);
  }

._grid_18rf4_15 > ._box_18rf4_23 > ._alert_18rf4_47 {
    display: inline-block;
    padding: 0.1rem 1.2rem;

    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.8rem;
    letter-spacing: -0.4px;
    text-transform: uppercase;

    color: var(--hex-181b30);
    border-radius: 1.6rem;
  }

._grid_18rf4_15 > ._box_18rf4_23 > ._alert_18rf4_47._high_18rf4_60 {
      background: var(--hex-ff4b66);
    }

._grid_18rf4_15 > ._box_18rf4_23 > ._alert_18rf4_47._medium_18rf4_63 {
      background: var(--hex-f9a926);
    }

._grid_18rf4_15 > ._box_18rf4_23 > ._alert_18rf4_47._low_18rf4_66 {
      background: var(--hex-ffdd2e);
    }

._grid_18rf4_15 > ._box_18rf4_23 > ._count_18rf4_71 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 4.7rem;

    color: var(--hex-ffffff);
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1mkzo_8 {
  display: flex;
  height: 100%;
  width: 100%;
}

._grid_1mkzo_14 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-gap: 1.6rem;
}

._grid_1mkzo_14 > ._box_1mkzo_21 {
  flex: 1;
  padding: 1.2rem 0.8rem 0.8rem;

  background-color: hsl(var(--theme-hex-07091b, 234.00deg 58.80% 6.70%) / 80%);
  border: 1px solid hsl(var(--theme-hex-5a83ef, 223.00deg 82.30% 64.50%) / 20%);
  border-radius: var(--border-radius-2);

  transition: all 0.2s ease;
}

._grid_1mkzo_14 > ._box_1mkzo_21:hover {
    background-color: hsl(var(--theme-hex-07091b, 234.00deg 58.80% 6.70%) / 60%);
    box-shadow: hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 10%) 0px 8px 30px 0px;

    -webkit-transform: translate3d(0px, -4px, 0px);

            transform: translate3d(0px, -4px, 0px);
  }

._grid_1mkzo_14 > ._box_1mkzo_21 > ._name_1mkzo_38 {
    display: flex;
    align-items: center;
    margin: 0 0 0.8rem 0;
    padding: 0;

    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0;

    color: var(--hex-ffffff);
    border-radius: var(--border-radius-8) var(--border-radius-8) 0 0;
  }

._grid_1mkzo_14 > ._box_1mkzo_21 > ._name_1mkzo_38 > ._text_1mkzo_51 {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

._grid_1mkzo_14 > ._box_1mkzo_21 > ._name_1mkzo_38 > ._icon_1mkzo_57 {
      min-width: 2.4rem;
      min-height: 2.4rem;
      margin-left: 0.8rem;
      margin-right: 0.5rem;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_c9tuh_8 > div {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

._root_c9tuh_8 + ._root_c9tuh_8 {
  margin-top: 2rem;
}

._main-info_c9tuh_19 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._main-info_c9tuh_19 > ._impact_c9tuh_24 {
    display: grid;
    grid-template-columns: -webkit-min-content 1fr -webkit-max-content;
    grid-template-columns: min-content 1fr max-content;
    grid-gap: 1.2rem;
    align-items: center;
    margin-right: 1.2rem;
  }

._main-info_c9tuh_19 > ._impact_c9tuh_24 > ._view-alert_c9tuh_31 {
      display: flex;
      align-items: center;
    }

._main-info_c9tuh_19 > ._impact_c9tuh_24 a {
      display: inline-flex;
      opacity: 0.75;
    }

._main-info_c9tuh_19 > ._impact_c9tuh_24 a:hover {
        opacity: 1;
      }

._main-info_c9tuh_19 > ._impact_c9tuh_24 a svg {
        margin-right: 0.5rem;
      }

._main-info_c9tuh_19 > ._impact_c9tuh_24 a svg path {
          fill: currentColor;
        }

._main-info_c9tuh_19 > ._impact_c9tuh_24 span {
      color: white;
    }

._main-info_c9tuh_19 > ._datetime_c9tuh_58 {
    flex: 0 0 auto;

    font-size: 1.3rem;
  }

._grid_c9tuh_65 {
  display: grid;
  gap: 3.2rem 1.2rem;
  margin-top: 2.2rem;
}

._grid_c9tuh_65 > div:empty {
    display: none;
  }

._trigger_c9tuh_75 {
  display: flex;
  align-items: center;
}

._trigger_c9tuh_75._padded_c9tuh_79 {
    padding-top: 1rem;

    -webkit-transform: translateX(2rem);

            transform: translateX(2rem);
  }

._trigger_c9tuh_75 ._text_c9tuh_85 {
    display: flex;
    flex-direction: column;
    margin-left: 1rem;
  }

._trigger_c9tuh_75 ._text_c9tuh_85 ._title_c9tuh_90 {
      font-size: 1.6rem;
      line-height: 1.6rem;

      color: var(--hex-ffffff);
    }

._trigger_c9tuh_75 ._subtitle_c9tuh_98 {
    display: flex;
    align-items: center;

    font-size: 1.2rem;
    line-height: 1.4rem;

    color: var(--hex-b5b9de);
  }

._trigger_c9tuh_75 ._subtitle_c9tuh_98 .rtl-fix {
        margin-right: 0.3rem;
      }

._trigger_c9tuh_75 ._subtitle_c9tuh_98 img {
      width: 2.7rem;
      height: 0.9rem;
    }

._destra-policy_c9tuh_120 > ._desc_c9tuh_121 + a {
    margin-left: 1rem;
  }

._desc-copy_c9tuh_126 p {
    word-break: break-word;
    margin-bottom: 0;
  }

._desc-copy_c9tuh_126 p > span {
      font-size: 1.4rem;
      letter-spacing: 0;
    }

._desc-copy_c9tuh_126 p > span._not-signed_c9tuh_135 {
        color: var(--hex-6d859a);
      }

._desc-copy_c9tuh_126 p > span._signed-verified_c9tuh_138 {
        color: var(--hex-28f29a);
      }

._desc-copy_c9tuh_126 p > span._signed-expired_c9tuh_141 {
        color: var(--hex-dab602);
      }

._desc-copy_c9tuh_126 p > span._signed-not-verified_c9tuh_144 {
        color: var(--hex-ff4b66);
      }

._desc-copy_c9tuh_126 b {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0;

    color: var(--hex-ffffff);
  }

._data-grid_c9tuh_159 {
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  gap: 1rem 0;
}

._data-grid_c9tuh_159 > ._row_c9tuh_164 {
    display: grid;
    grid-template-columns: repeat(3, minmax(-webkit-min-content, 25rem));
    grid-template-columns: repeat(3, minmax(min-content, 25rem));
    gap: 0 0.8rem;
    align-items: flex-start;
  }

._data-grid_c9tuh_159 > ._row_c9tuh_164 > ._col_c9tuh_170 {
      position: relative;

      display: flex;
      align-items: center;

      font-size: 1.4rem;
      line-height: 2rem;

      color: var(--hex-b5b9de);
    }

._data-grid_c9tuh_159 > ._row_c9tuh_164 > ._col_c9tuh_170._highlight_c9tuh_181 {
        color: var(--hex-ffffff);
      }

._data-grid_c9tuh_159 > ._row_c9tuh_164 > ._col_c9tuh_170._types_c9tuh_185 svg {
          width: 2.4rem;
          height: 2.4rem;
        }

._data-grid_c9tuh_159 > ._row_c9tuh_164 > ._col_c9tuh_170._types_c9tuh_185 span + span {
          margin-left: 1.1rem;
        }

._data-grid_c9tuh_159 > ._row_c9tuh_164 > ._col_c9tuh_170._icon_c9tuh_196 svg {
          /* TODO - Check this, does not makes sense */
          display: flex;
          flex-shrink: 0;
          width: 1.5rem;
          height: 1.5rem;
          margin-right: 0.6rem;
        }

._data-grid_c9tuh_159 > ._row_c9tuh_164 > ._col_c9tuh_170._long_c9tuh_207 {
        max-width: 100%;
        margin-top: 0.8rem;
        grid-column: 1 / span 3;
      }

._data-grid_c9tuh_159 > ._row_c9tuh_164 > ._col_c9tuh_170._long_c9tuh_207 .js-tag {
            display: inline-block;

            line-height: 1.3rem;
          }

._data-grid_c9tuh_159 > ._row_c9tuh_164 > ._col_c9tuh_170._start_c9tuh_221 {
        align-self: flex-start;
      }

._events_c9tuh_228 {
  display: grid;
  grid-auto-rows: 1fr;
  gap: 0.8rem 0;
}

._extra-events_c9tuh_234 {
  width: auto;
  display: flex;
  padding: 0.4rem 0.6rem;

  background: var(--hex-07091b);
  border-radius: var(--border-radius-6);

  -webkit-transform: translateY(0.2rem);

          transform: translateY(0.2rem);
}

._extra-events_c9tuh_234 > span {
    margin-right: 1.1rem;
  }

._extra-events_c9tuh_234 > div {
    display: flex;
    flex-wrap: wrap;
  }

._endpoint-status_c9tuh_254 {
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  margin-right: 0.4rem;
  padding-right: 0.9rem;

  border-radius: 100%;
  background-color: var(--hex-607285);
}

._endpoint-status_c9tuh_254._online_c9tuh_264 {
    background-color: var(--hex-28f29a);
  }

._ellipsis_c9tuh_269 {
  /* Add css ellipsis */
  min-width: 0;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._policies-list_c9tuh_278 {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

._policy_c9tuh_284:not(:first-of-type) {
    margin-top: 2rem;
  }

._policy_c9tuh_284 > div {
    margin-top: 0.5rem;
  }

._policy_c9tuh_284 ._header_c9tuh_293 {
    display: flex;
    align-items: center;
  }

._policy_c9tuh_284 ._header_c9tuh_293 > div {
      margin-right: 1rem;
    }

._policy_c9tuh_284 ._type_c9tuh_185 {
    display: inline-flex;
    align-items: center;

    font-weight: 500;
    line-height: 1.4;
    text-transform: capitalize;
  }

._policy_c9tuh_284 ._type_c9tuh_185 svg {
      margin-right: 0.5rem;
    }

._policy_c9tuh_284 ._scope_c9tuh_315 {
    font-weight: 400;
    margin-left: 0.5rem;
  }

._policy_c9tuh_284 ._creator_c9tuh_320 {
    padding-left: 1.8rem;

    font-style: italic;
  }

._policy_c9tuh_284 ._creator_c9tuh_320 ._link_c9tuh_325 {
      color: var(--hex-98a7b9);
    }

._policy_c9tuh_284 ._matcher_c9tuh_330 {
    display: flex;
    align-items: center;
    padding-left: 1.8rem;
  }

._policy_c9tuh_284 ._matcher_c9tuh_330 ._name_c9tuh_335 {
      margin-right: 1rem;
      text-transform: capitalize;
    }

._policy_c9tuh_284 ._matcher_c9tuh_330 ._hash_c9tuh_340 {
      font-family: var(--font-mono);
      letter-spacing: 0.01em;
    }

._details-status_c9tuh_347 {
  font-size: 1.4rem;
}

._details-status_c9tuh_347 > ._entry_c9tuh_350 > span + span {
      margin-left: 0.4rem;
    }

._details-status_c9tuh_347 > ._entry_c9tuh_350 > ._event_c9tuh_228 {
      color: var(--hex-ffffff);
    }

._details-status_c9tuh_347 > ._entry_c9tuh_350 + ._entry_c9tuh_350 {
    margin-top: 1rem;
  }

._status-label_c9tuh_365 {
  border-radius: var(--border-radius-10);
  padding: 0.1rem 0.8rem;
  display: inline-flex;
  align-items: center;
}

._status-label_c9tuh_365 > span {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 1.1rem;
    text-transform: uppercase;
  }

._status-label_c9tuh_365._benign_c9tuh_379 {
    background: hsl(var(--theme-hex-28f29a, 154.00deg 88.60% 55.30%) / 20%);
  }

._status-label_c9tuh_365._benign_c9tuh_379 > span {
      color: var(--hex-28f29a);
    }

._status-label_c9tuh_365._malicious_c9tuh_387 {
    background: hsl(var(--theme-hex-ff4b66, 351.00deg 100.00% 64.70%) / 20%);
  }

._status-label_c9tuh_365._malicious_c9tuh_387 > span {
      color: var(--hex-ff4b66);
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1eaw8_8 {
  margin-bottom: 2rem;
}

._help_1eaw8_12 {
  display: flex;
  align-items: center;
  margin: -1.5rem 0 1.5rem;

  font-size: 1.4rem;
  line-height: 2rem;
}

._help_1eaw8_12 > svg {
    margin-right: 0.6rem;
  }

._filters_1eaw8_25 {
  display: grid;
  grid-template-columns: 1fr 1fr 2.5fr;
  gap: 1rem;
}

._filters_1eaw8_25 > * {
    height: 100%;
  }

._filters_1eaw8_25 {

  transition: opacity 200ms ease-in;
}

._filters_1eaw8_25._loading_1eaw8_36 {
    opacity: 0.5;
  }

._filters_1eaw8_25._preview_1eaw8_40 {
    margin: -1rem 0 1rem;
  }

._select-value_1eaw8_45 {
  display: flex;
  align-items: center;
  padding: 0 0.8rem;
  height: 4rem;
  line-height: 1;

  color: white;
}

._select-value_1eaw8_45 > svg {
    margin-right: 1rem;
  }

._select-value_1eaw8_45._stroke_1eaw8_58 > svg path {
    stroke: currentColor;
  }

._select-value_1eaw8_45._fill_1eaw8_62 > svg path {
    fill: currentColor;
  }

/* Overwrite this weird rule that is set somewhere else */
.js-select.js-select.js-select input {
    height: auto !important;
  }

._tags-preview_1eaw8_74 {
  position: relative;
  display: flex;
  align-items: center;
}

._tag-value-preview_1eaw8_80 {
  padding: 0.5rem;

  line-height: 1;

  background-color: var(--hex-363a57);
  border-radius: var(--border-radius-2);
}

._tags-container_1eaw8_89 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.3rem 0.6rem 0.3rem 3.8rem;
  margin: 0 -0.6rem -0.6rem 0;
  min-height: 4.6rem;
}

._tags-container_1eaw8_89 > svg {
    position: absolute;
    top: 1.3rem;
    left: 1.2rem;
  }

._tags-container_1eaw8_89 > svg path {
      fill: white;
    }

._tags-container_1eaw8_89._empty_1eaw8_107 > svg path {
    fill: currentColor;
    fill-opacity: 0.75;
  }

._tags-container_1eaw8_89._preview_1eaw8_40 {
    padding-top: 0.5rem;
    align-items: flex-start;
    min-height: initial;
  }

._tags-container_1eaw8_89 > ._tag-value_1eaw8_80,
  ._tags-container_1eaw8_89 > ._tag-value-preview_1eaw8_80 {
    margin-right: 0.6rem;
    margin-bottom: 0.6rem;
  }

._tag-value_1eaw8_80 {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  background-color: var(--hex-363a57);
  padding: 0 0.8rem 0 0;
  border-radius: var(--border-radius-2);
}

._tag-value_1eaw8_80 span {
    border-left: 1px solid grey;
    padding-left: 0.8rem;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

@media print {
    .noty_layout {
      display: none;
    }
  }

._printable-area_1kl37_16 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

._load-message_1kl37_23 {
  margin: 0 auto;
  padding: 1em;

  font-size: 2.4rem;
  text-align: center;

  color: var(--hex-ffffff);
}

._load-message_1kl37_23 > button {
    margin: 1.8rem auto 0;
  }

._load-message_1kl37_23._loading_1kl37_36 {
    margin-top: 5.4rem;
  }

._load-message_1kl37_23._error_1kl37_40 {
    color: var(--hex-ff4b66);
  }

._load-message_1kl37_23._outer_1kl37_44 {
    max-width: 60rem;
  }

._load-message_1kl37_23 > ._error_1kl37_40 {
    color: var(--hex-ff4b66);
  }

._load-message_1kl37_23 > ._desc_1kl37_52 {
    margin-top: 1em;

    font-size: 2rem;

    color: var(--hex-98a7b9);
  }

._removable-widget_1kl37_61 {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: opacity 300ms ease-in;
}

._removable-widget_1kl37_61 > ._action_1kl37_69 {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 1rem;

    border-radius: var(--border-radius-8);

    cursor: pointer;
    transition: background-color 150ms ease-in-out;
  }

._removable-widget_1kl37_61 > ._action_1kl37_69 svg {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      transition: -webkit-transform 200ms ease-in-out;
      transition: transform 200ms ease-in-out;
      transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
    }

._removable-widget_1kl37_61 > ._action_1kl37_69:hover {
      background-color: var(--hex-2b2d44);
    }

._removable-widget_1kl37_61 > ._widget_1kl37_93 {
    width: 100%;
    height: 100%;
  }

._removable-widget_1kl37_61._visible_1kl37_98 {
    opacity: 1;
  }

._removable-widget_1kl37_61._visible_1kl37_98 > ._action_1kl37_69 svg {
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }

._footer_1kl37_107 {
  display: none;
  padding: 5rem 0;
}

@media print {

._footer_1kl37_107 {
    display: block;
    /* Fix for last page blank and page break at logo */
    height: 100vh;
    -webkit-column-break-before: always;
       -moz-column-break-before: always;
            break-before: always
}
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._commands-list_cbkwm_8 {
  overflow: auto;
  z-index: var(--z1);
}

._commands-list_cbkwm_8 > button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;

    font-size: 10px;
    line-height: 11px;
    z-index: var(--z2);
  }

._commands-list_cbkwm_8 ._info_cbkwm_23 {
    left: 24px;
    width: 28px;
  }

._commands-list_cbkwm_8 ._examples_cbkwm_28 {
    right: 24px;
  }

._help-body_cbkwm_33 {
  max-height: 600px;
  position: absolute;
  left: 0;
  top: 105%;
  z-index: -1;
  background: var(--hex-07091b);
  border-radius: var(--border-radius-4);
  border: 1px solid var(--hex-2b2d44);
  box-shadow: 0px 6px 10px 0px hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 50%);
  width: 100%;
  padding: 0.8rem 1rem 3.6rem;

  /* Declare fade animation */
  opacity: 0;
  height: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  transition: opacity 0.25s ease-out;
}

._help-body_cbkwm_33 .container-fluid {
      background: var(--hex-07091b);
    }

._help-body_cbkwm_33._isOpen_cbkwm_59 {
    z-index: var(--z5);
    opacity: 1;
    height: auto;
    transition: opacity 0.25s ease-in;
  }

._help-body_cbkwm_33._isScrollable_cbkwm_66 {
    overflow-y: scroll;
  }

/* BEGIN sytles for the examples modal */

._help-body_cbkwm_33 ._command-example-heading_cbkwm_71 {
    color: var(--hex-f1f3fa);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
    margin-top: 20px;
    letter-spacing: 0.01em;
  }

._help-body_cbkwm_33 ._command-example-heading_cbkwm_71:not(:first-of-type) {
      margin-top: 3rem;
    }

._help-body_cbkwm_33 ._command-example_cbkwm_71 {
    display: flex;
    align-items: center;
    margin-top: 1rem;
  }

._help-body_cbkwm_33 ._command-example_cbkwm_71 pre {
      display: flex;
      align-items: center;
      /* !important overrides the other !important set on this :face_palm: */
      background: var(--hex-20293c) !important;
      color: white;
      margin: 0;
      margin-right: 1rem;
      padding: 0.5rem 1rem;
      min-height: 32px;
      flex: 0 0 240px;
      white-space: pre-wrap;
      font-size: 12px;
    }

._help-body_cbkwm_33 ._command-example_cbkwm_71 pre._hash_cbkwm_104 {
        font-size: 11px;
      }

._help-body_cbkwm_33 ._command-example_cbkwm_71 p {
      color: var(--hex-b5b9de);
      font-size: 14px;
      line-height: 20px;
      margin: 0;
      flex-grow: 0;
    }

._help-body_cbkwm_33 ._command-example-field_cbkwm_118 {
    color: var(--hex-28f29a);
  }

._help-body_cbkwm_33 ._command-example-escape_cbkwm_122 {
    color: var(--hex-ffdd2e);
  }

._help-body_cbkwm_33 ._blue_cbkwm_126 {
    color: var(--hex-1f8efa);
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

.hunty {
  position: relative;
  width: 100%;
}

.hunty.clearable {
    margin-right: 5px;
  }

.hunty.withExamples .DraftEditor-root {
    padding-right: 85px;
  }

.hunty .DraftEditor-root {
    font-family: var(--font-mono);

    /* hi ... gotta copy the input styles */
    padding: 0 12px 0 34px;
    display: flex;
    align-items: center;
    background-color: var(--hex-20293c) !important;
    border: 1px solid var(--hex-20293c) !important;
    color: var(--hex-ffffff);
    font-weight: 300;
    border-radius: var(--border-radius-2);
    min-height: 40px;
    box-shadow: none !important;

    transition: border-color 0.2s ease-in-out;
  }

.hunty.invalid .DraftEditor-root {
      border-left: solid 2px var(--hex-ff4b66) !important;
    }

.hunty .public-DraftEditorPlaceholder-root {
    font-family: var(--font-sans);
  }

.hunty .DraftEditor-editorContainer {
    height: auto;
    width: 100%;
  }

.hunty .public-DraftStyleDefault-block {
    margin: 0;
  }

.hunty .Entity {
    display: inline-block;
    padding: 2px 4px;
    border-radius: var(--border-radius-5);
    margin: 4px 0;
    word-break: break-word;
  }

.hunty .ChipEntity {
    background: hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 10%);
    border-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    box-sizing: border-box;

    margin-left: 20px;
    position: relative;
  }

.hunty .ChipEntity:not(.isValidField),
    .hunty .ChipEntity.hasValueError {
      background: var(--hex-ffdd2e);
      color: var(--hex-20293c) !important;
    }

.hunty .ChipEntity:not(.isValidField) span, .hunty .ChipEntity.hasValueError span {
        color: var(--hex-20293c) !important;
      }

.hunty .ChipEntity:not(.isValidField):hover,
      .hunty .ChipEntity:not(.isValidField).isEditing,
      .hunty .ChipEntity.hasValueError:hover,
      .hunty .ChipEntity.hasValueError.isEditing {
        background: hsl(var(--theme-hex-ffdd2e, 50.00deg 100.00% 59.00%) / 90%);
      }

.hunty .ChipEntity:hover,
    .hunty .ChipEntity.isEditing {
      background: var(--hex-51607a);
    }

.hunty .ChipEntity::after {
    box-sizing: border-box;
    background: inherit;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: -20px;
    height: 100%;
    width: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    content: '\2715';

    border-right: 1px solid var(--hex-98a7b9);
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;

    border-bottom: inherit;
  }

.hunty .EntityTooltip {
    background: var(--hex-1d2633);
    color: white;
    padding: 0.4em 1em;
    font-size: 12px;
    box-shadow: 0 2px 4px 0 hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 50%);
    z-index: var(--z2);
    pointer-events: none;
  }

.hunty-show-suggestions-button {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.hunty-show-suggestions-button .plus {
    background: var(--hex-181b30);
    height: 22px;
    width: 22px;
    margin: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius-3);
    cursor: pointer;
  }

.hunty-suggestions {
  font-size: 1em;
  text-align: left;
  background: var(--hex-07091b);
  border: 1px solid var(--hex-2b2d44);
  border-radius: var(--border-radius-4);
  box-shadow: 0 6px 10px 0 hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 50%);
  color: var(--hex-ffffff);
  overflow-y: scroll;
  max-height: 320px;
  padding: 0.5em;
}

.hunty-suggestions::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

.hunty-suggestions::-webkit-scrollbar-track {
    background: hsl(var(--theme-hex-07091b, 234.00deg 58.80% 6.70%) / 70%);
  }

.hunty-suggestions::-webkit-scrollbar-thumb {
    background: var(--hex-585e80);
  }

.hunty-suggestions h4 {
  font-size: 14px;
  margin: 0.4em 0 0.8em;
  overflow: auto;
  color: var(--hex-b5b9de);
}

.hunty-suggestions ul {
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.hunty-suggestions ul li {
  width: calc(33% - 0.33em);
  cursor: pointer;
  padding: 0.4em 0.5em;
  transition: background 0.1s ease-out;
}

.hunty-suggestions ul li.hunty-suggestion {
    border-radius: var(--border-radius-5);
    margin-right: 0.5em;
  }

.hunty-suggestions ul li.hunty-suggestion:nth-of-type(3n) {
    margin-right: 0;
  }

.hunty-suggestions ul li.hunty-suggestion:nth-of-type(n + 3) {
    margin-top: 0.25em;
  }

.hunty-suggestions ul li.is-focused {
  background: var(--hex-20293c);
}

.hunty-suggestions ul li:hover {
  background: var(--hex-20293c);
}

.hunty-field-header {
  display: flex;
  justify-content: center;
  align-items: space-between;
  flex-direction: column;
}

.hunty-field-name-container {
  display: flex;
  align-items: center;
}

.hunty-field-name {
  display: inline-block;
  background: var(--hex-20293c);
  font-size: 12px;
  border-radius: var(--border-radius-4);
  padding: 0.2em 0.5em;
  margin-right: 0.5em;
}

.hunty-field-description {
  color: var(--hex-b5b9de);
  margin-top: 0.2em;
}

.hunty-windows-only {
  margin-right: 0.5em;
}

.hunty-field-meta {
  padding: 0;
}

.hunty-prefix-search {
  font-size: 11px;
  font-style: italic;
}

.hunty-bool-search {
  font-family: var(--font-mono);
  font-size: 11px;
}

.hunty-enum-search {
  margin-top: 0.2em;
}

.hunty-enum-search-values {
  font-family: var(--font-mono);
  font-size: 11px;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_hhspb_8 {
  padding: 0.5rem 0;
  height: 100%;
}

/*
    DEBT - The `hunq` module (loaded by threat/hunq page) overwrites this rule to have 100% width, which casuses a bug
           in the threat hunt page. This rule resets the width to auto with `!important` to prevent the issue.
    */

._root_hhspb_8 .public-DraftEditorPlaceholder-root {
      width: auto !important;
    }

._root_hhspb_8 .container-fluid {
      background: var(--hex-181b30);
    }

._root_hhspb_8 .react-datepicker-wrapper {
      width: 100%;
    }

._root_hhspb_8 .react-datepicker-wrapper input {
        width: 100%;
        margin: 0;
      }

._root_hhspb_8 ._advanced_hhspb_34 {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    transition: max-height 0.25s ease-out;
  }

._root_hhspb_8 ._advanced_hhspb_34._show_hhspb_42 {
      max-height: 500px;
      overflow: visible;
      transition: max-height 0.25s ease-in;
    }

._root_hhspb_8 ._toggle_hhspb_49 {
    position: relative;
    text-align: center;
    font-size: 12px;
    color: var(--hex-b5b9de);
    cursor: pointer;
    width: 150px;
    margin: 0 auto;
  }

._root_hhspb_8 ._toggle_hhspb_49._show_hhspb_42:after {
        background-image: inline('../assets/img/icons/feeder/arrow-down.svg');
        -webkit-transform: rotateZ(0deg);
                transform: rotateZ(0deg);
      }

._root_hhspb_8 ._toggle_hhspb_49:after {
      content: '';
      background-image: inline('../assets/img/icons/feeder/arrow-down.svg');
      -webkit-transform: rotateZ(180deg);
              transform: rotateZ(180deg);
      width: 15px;
      height: 15px;
      position: absolute;
      right: 0;
      top: 1px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
    }

._root_hhspb_8 ._footer_hhspb_80 {
    display: flex;
    justify-content: flex-end;
    margin-top: 3rem;
  }

._root_hhspb_8 ._footer_hhspb_80 button {
      width: 200px;
    }

._root_hhspb_8 ._hunt-query-input-container_hhspb_90 {
    position: relative;
  }

._root_hhspb_8 ._hunt-query-input-container_hhspb_90._first_hhspb_93 .hunt-query-input {
          margin-right: 0;
        }

._root_hhspb_8 ._hunt-query-input-container_hhspb_90 .form-group > span {
        margin-right: 15px;
      }

._root_hhspb_8 ._hunt-query-input-container_hhspb_90 > div {
      display: flex;
      align-items: center;
    }

._root_hhspb_8 ._hunt-query-input-container_hhspb_90 > div > span {
        color: var(--hex-b5b9de);
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 1.71px;
        line-height: 20px;
      }

._root_hhspb_8 ._hunt-query-input-container_hhspb_90 > div > svg {
        cursor: pointer;
      }

._root_hhspb_8 ._hunt-query-input-container_hhspb_90 > div .hunt-query-input {
          width: 100%;
          margin-right: 8px;
        }

._root_hhspb_8 ._hunt-query-input_hhspb_90 {
    width: 100%;
  }

/* padding to make room for the `.info` button to the left of hunt query inputs */

._root_hhspb_8 ._hunt-query-input_hhspb_90 input {
    padding-left: 42px;
  }

._root_hhspb_8 .error-message,
    ._root_hhspb_8 .warning-message {
      padding-left: 12px;
      margin-top: 4px;
      display: inline-block;
    }

._root_hhspb_8 .warning-message b {
      display: inline-block;
      margin-right: 0.6rem;
      font-weight: 600;
    }

._root_hhspb_8 ._dateTitle_hhspb_156 {
    margin-bottom: 8px;
  }

._root_hhspb_8 ._dateTitle_hhspb_156 div,
    ._root_hhspb_8 ._dateTitle_hhspb_156 h3 {
      margin-bottom: 0;
    }

._root_hhspb_8 ._datePresets_hhspb_165 > div {
      line-height: unset;
      font-size: 12px;
    }

/* NOT SURE why this was here, but ... removing it made the form look better imo */

/* display: flex; */

._root_hhspb_8 ._huntDateRange_hhspb_172 .react-datepicker-wrapper,
      ._root_hhspb_8 ._huntDateRange_hhspb_172 input {
        width: 100%;
      }

._root_hhspb_8 ._huntDateRange_hhspb_172 .react-datepicker-popper {
        -webkit-transform: none !important;
                transform: none !important;
        margin-right: 0;
        top: 45px !important;
        margin-left: 0;
      }

._root_hhspb_8 ._huntDateRange_hhspb_172 .react-datepicker {
        -webkit-transform: scale(1.2) translate(-20px, 15px) translateZ(0) !important;
                transform: scale(1.2) translate(-20px, 15px) translateZ(0) !important;
      }

._flexy-fields_hhspb_196 {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}

._flexy-fields_hhspb_196 h3 {
    margin: 0;
    margin-bottom: 8px;
    color: var(--hex-ffffff);
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2.17px;
    line-height: 15px;
  }

._endpoint-select-option-deregistered_hhspb_213 {
  display: inline-block;
  margin-left: 0.5em;
  opacity: 0.91;
  font-size: 12px;
}

._second-to-last-row_hhspb_220 {
  margin-bottom: 2em;
  margin-top: 16px;
}

._second-to-last-row_hhspb_220 h3 {
    margin: 0;
    margin-bottom: 8px;
    color: var(--hex-ffffff);
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2.17px;
    line-height: 15px;
  }

._last-row_hhspb_235 {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
}

._search-button-container_hhspb_241 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

._search-button-container_hhspb_241 button {
    width: 100%;
  }

._exclude_hhspb_251 {
  margin-top: 12px;
}

._exclude_hhspb_251._open_hhspb_254 ._trigger_hhspb_255 {
      display: none;
    }

._exclude_hhspb_251._open_hhspb_254 ._exclude-container_hhspb_259 {
      display: flex;
      width: 100%;
      flex-direction: column;
    }

._exclude_hhspb_251._open_hhspb_254 ._exclude-container_hhspb_259 ._label_hhspb_264 {
        color: var(--hex-898eba);
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
        margin-bottom: 8px;
      }

._exclude_hhspb_251._open_hhspb_254 ._exclude-container_hhspb_259 ._content_hhspb_272 {
        display: flex;
        align-items: center;
      }

._exclude_hhspb_251._open_hhspb_254 ._exclude-container_hhspb_259 ._content_hhspb_272 ._queryLabel_hhspb_276 {
          color: var(--hex-b5b9de);
          font-size: 12px;
          font-weight: bold;
          letter-spacing: 1.71px;
          line-height: 20px;
          margin-right: 15px;
        }

._exclude_hhspb_251._open_hhspb_254 ._exclude-container_hhspb_259 ._content_hhspb_272 > div {
          width: 100%;
          margin-right: 8px;
        }

._exclude_hhspb_251._open_hhspb_254 ._exclude-container_hhspb_259 ._content_hhspb_272 > div p {
            display: none;
          }

._exclude_hhspb_251._open_hhspb_254 ._exclude-container_hhspb_259 ._content_hhspb_272 > svg {
          cursor: pointer;
        }

._exclude_hhspb_251 ._trigger_hhspb_255 {
    cursor: pointer;
    color: var(--hex-00c1ff);
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
  }

._exclude_hhspb_251 ._exclude-container_hhspb_259 {
    display: none;
  }

._add-conditions_hhspb_314 {
  display: flex;
}

._add-conditions_hhspb_314 > span:first-child {
    margin-right: 8px;
  }

._add-conditions_hhspb_314 .js-tag {
      cursor: pointer;
      border-radius: var(--border-radius-10);
      color: var(--hex-ffffff);
    }

._topRow_hhspb_330 {
  display: flex;
}

._topRow_hhspb_330 ._col-query_hhspb_333 {
    width: 100%;
    margin-right: 45px;
  }

._topRow_hhspb_330 ._col-date_hhspb_338 {
    min-width: 235px;
  }

._queryLabel_hhspb_276 {
  width: 30px;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._huntSearchWrapper_ecfyp_8 {
  display: flex;
}

._huntSearchWrapper_ecfyp_8 ._huntSearchFormWrapper_ecfyp_11 {
    flex: 1 1 600px;
    max-width: 100%;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._list_vbt65_8 .js-tag {
      cursor: pointer;
    }

._root_vbt65_16 {
  height: 100%;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

._root_vbt65_16:hover {
    background: hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 5%);
  }

._root_vbt65_16._odd_vbt65_28 {
    background-color: transparent;
  }

._root_vbt65_16._odd_vbt65_28:hover {
      background: hsl(var(--theme-hex-ffffff, 0.00deg 0.00% 100.00%) / 5%);
    }

._root_vbt65_16._active_vbt65_36 {
    background-color: var(--hex-004384) !important;
  }

._impact_vbt65_41 {
  color: var(--hex-ffffff);
  font-size: 11px;
  line-height: 13px;
  margin-right: 12px;
}

._line_vbt65_48 {
  flex: 1;
  padding-right: 12px;
  word-break: break-word;
  height: 100%;
  line-height: 29px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._ago_vbt65_60 {
  font-size: 12px;
  line-height: 20px;
}

._select-alert_vbt65_65 p {
    margin-bottom: 20px;
  }

._select-alert_vbt65_65 ._alerts_vbt65_70 {
    margin-left: -24px;
    width: calc(100% + 48px);
    max-height: 30vh;
    overflow-y: auto;
  }

._select-alert_vbt65_65 ._alerts_vbt65_70::-webkit-scrollbar {
      width: 5px;
      height: 5px;
    }

._select-alert_vbt65_65 ._alerts_vbt65_70::-webkit-scrollbar-track {
      background: var(--hex-07091b);
    }

._select-alert_vbt65_65 ._alerts_vbt65_70::-webkit-scrollbar-thumb {
      background: var(--hex-585e80);
    }

._submit_vbt65_91 {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
  margin-right: -8px;
}

._submit_vbt65_91 button {
    min-width: 120px;
  }

._loader_vbt65_102 {
  display: flex;
  height: 30vh;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1uor2_8 {
  position: relative;
  padding: 0;
  background-color: var(--hex-181b30);
  padding-top: 6rem;
  margin-bottom: 4rem;
  border-radius: var(--border-radius-8);
}

._root_1uor2_8 .filters-togglebar {
      margin-top: 8px;
    }

/* This is for action menu */
._wrapper_1uor2_24 {
  background: var(--hex-181b30);
  color: var(--hex-ffffff);
  border-radius: var(--border-radius-3);
  padding: 4px 0;
  margin: 0;
  margin-top: 10px;
  list-style: none;
}
._wrapper_1uor2_24 > li {
    cursor: pointer;
    padding: 5px 12px;
    display: flex;
    align-items: center;
  }
._wrapper_1uor2_24 > li._disabled_1uor2_39 {
      cursor: not-allowed;
      opacity: 0.7;
    }
._wrapper_1uor2_24 > li:not(._disabled_1uor2_39):hover {
      background: var(--hex-181b30);
      cursor: pointer;
    }
._wrapper_1uor2_24 .action-modal {
      cursor: pointer;
      padding: 5px 12px;
    }
._wrapper_1uor2_24 .action-modal:hover {
        background: var(--hex-181b30);
      }

._saved-query-buttons_1uor2_62 .div-cta {
      margin: 0;
      margin-right: 1em;
      height: 2rem;
      width: 2rem;
    }

._saved-query-buttons_1uor2_62 .div-cta:hover {
        cursor: pointer;
      }

._saved-query-buttons_1uor2_62 img {
    height: 2rem;
    width: 2rem;
    padding: 0;
  }

._search-menu_1uor2_82 {
  width: 40px;
  text-align: center;
}

._dots_1uor2_87 {
  display: inline-block;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

._checkbox_1uor2_94 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
}

._footer-wrapper_1uor2_108 {
  position: fixed;
  bottom: 0px;
  max-width: 1800px !important;
  width: 100%;
  z-index: 10;
  display: inline-block;
}

._footer_1uor2_108 {
  display: flex;
  justify-content: flex-end;

  border-radius: var(--border-radius-3);
  background-color: var(--hex-0070df);
  padding: 10px;
  width: calc(100% - 48px);
}

._footer_1uor2_108 p {
    color: var(--hex-ffffff);
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    left: 14px;
    top: 19px;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_112cp_8 {
  padding: 1rem;
  background-color: var(--hex-181b30);
  margin-bottom: 4rem;
  border-radius: var(--border-radius-8);
}

._root_112cp_8 .filters-togglebar {
      margin-top: 8px;
    }

._create_112cp_21 {
  z-index: 90;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 11px;
}

._create_112cp_21 > button {
    width: 160px;
  }
/**
 * Draft v0.11.7
 *
 * Copyright (c) Facebook, Inc. and its affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */
.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:rgba(255,255,255,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;width:100%;z-index:1}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1,lower-alpha) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2,lower-roman) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4,lower-alpha) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._field-tip_9a2h9_8 {
  display: flex;
  align-items: center;
}

._field-tip_9a2h9_8 > div {
    width: 100%;
    margin-right: 12px;
  }

._footer_9a2h9_18 {
  display: flex;
  justify-content: flex-end;
}

._footer_9a2h9_18 button {
    min-width: 140px;
  }

._textarea_9a2h9_27._textarea_9a2h9_27._textarea_9a2h9_27 {
  height: 8rem;
  resize: vertical;
  font-size: 12px;
}

._popover_9a2h9_33 .rc-tooltip-inner {
      word-break: break-all;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._title-container_u817q_8 {
  display: flex;
  align-items: center;
}

._title-container_u817q_8._with-cols_u817q_12 {
    flex-direction: column;
  }

/* this is for the score */
._severity_u817q_18 {
  line-height: 30px;
}
._severity_u817q_18 ._score_u817q_21 {
    font-size: 35px;
    color: var(--hex-ff4b66);
  }
._severity_u817q_18 ._placeholder_u817q_26 {
    font-size: 20px;
    color: var(--hex-7072ac);
  }

/* event type icons section..*/
._parent_u817q_33 {
  display: flex;
  align-items: center;
  width: 100%;
}
._parent_u817q_33._padded_u817q_38 {
    padding-top: 1rem;
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
  }
._parent_u817q_33 img {
    width: 30px;
  }
._parent_u817q_33 ._text_u817q_47 {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
  }
._parent_u817q_33 ._text_u817q_47 ._title_u817q_8 {
      color: var(--hex-ff4b66);
      font-size: 16px;
      line-height: 15px;
      text-transform: capitalize;
    }
._parent_u817q_33 ._text_u817q_47 ._subtitle_u817q_59 {
      color: var(--hex-5a83ef);
      font-size: 11px;
    }

._download-action_u817q_66 {
  margin-left: auto;
  padding: 0 !important;
}

._download-action_u817q_66 img {
    width: 2.2em !important;
  }

._link_u817q_75 a {
    word-break: break-all;
    color: var(--hex-00c1ff) !important;
  }

._footer_u817q_82 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: calc(100% - 48px);
  padding: 0 15px;
  padding-bottom: 25px;
  padding-right: 0;
  z-index: 10;
}

._footer_u817q_82 > span > button,
  ._footer_u817q_82 a {
    margin-top: 1rem;
  }

._footer_u817q_82 a {
    display: inline-block;
    margin-left: 15px;
  }

._footer_u817q_82 .btn {
      padding: 0.8em 13px;
    }

._block-wrapper_u817q_111 {
  background: var(--hex-181b30) !important;
}

._block-wrapper_u817q_111 .edit-script {
      position: relative;
    }

._block-wrapper_u817q_111 .edit-script > span {
        position: absolute;
        right: 0;
        top: -32px;
      }

._block-wrapper_u817q_111 pre.lowlight {
      padding: 0;
      margin-top: 10px;
      background: initial;
      max-height: 500px;
      overflow-y: auto;
    }

._block-wrapper_u817q_111 pre.lowlight::-webkit-scrollbar {
        width: 5px;
        height: 5px;
      }

._block-wrapper_u817q_111 pre.lowlight::-webkit-scrollbar-track {
        background: var(--hex-07091b);
      }

._block-wrapper_u817q_111 pre.lowlight::-webkit-scrollbar-thumb {
        background: var(--hex-585e80);
      }

._row_u817q_148 {
  display: flex;
}

._row_u817q_148 ._key_u817q_151 {
    color: var(--hex-898eba);
    font-size: 12px;
    line-height: 24px;
    min-width: 90px;
  }

._row_u817q_148 ._value_u817q_158 {
    color: var(--hex-f1f3fa);
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
  }

._row_u817q_148 ._value_u817q_158 > span {
      white-space: pre;
      overflow: hidden;
      text-overflow: ellipsis;
    }

._row_u817q_148 ._value_u817q_158 svg {
      width: 16px;
      height: 16px;
      margin-right: 6px;
    }

._row_u817q_148 ._value_u817q_158 svg g {
        fill: var(--hex-ffffff);
      }

._row_u817q_148 ._value_u817q_158 .indicator-value-list > div {
          display: flex;
          align-items: center;
        }

._row_u817q_148 + ._row_u817q_148 {
  margin-top: 16px;
}

._togglesList_u817q_198 ul {
    margin-left: -40px;
    width: calc(100% + 65px);
    max-height: 400px;
    overflow-y: auto;
  }

._togglesList_u817q_198 ul::-webkit-scrollbar {
      width: 5px;
      height: 5px;
    }

._togglesList_u817q_198 ul::-webkit-scrollbar-track {
      background: var(--hex-07091b);
    }

._togglesList_u817q_198 ul::-webkit-scrollbar-thumb {
      background: var(--hex-585e80);
    }

._togglesList_u817q_198 ul li {
      padding: 11px 43px;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1ce5n_8 {
  padding: 0;
  background-color: var(--hex-181b30);
  margin-bottom: 4rem;
  border-radius: var(--border-radius-8);
}

._root_1ce5n_8 .rc-table td .date {
      color: inherit;
    }

._root_1ce5n_8 ._overlay_1ce5n_20 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius-8);
    z-index: 98;
    opacity: 1;
    visibility: hidden;
    transition: background 0.2s ease-in-out, opacity 0.2s ease-in-out;
  }

._root_1ce5n_8 ._overlay_1ce5n_20._active_1ce5n_32 {
      visibility: visible;
      background: var(--hex-07091b);
      opacity: 0.6;
    }

._createCTA_1ce5n_40 {
  display: flex;
  justify-content: flex-end;
  align-items: center;

  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 90;
}

._createCTA_1ce5n_40 button i {
      color: var(--hex-ffffff);
    }

._icon_1ce5n_57 {
  width: 21px;
  margin-right: 5px;
}

._noti_1ce5n_62 {
  background: var(--hex-2b2d44);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
}

._noti_1ce5n_62 > span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    font-weight: 500;
    font-size: 11px;
    color: var(--hex-ffffff);
  }

._highlight_1ce5n_80 {
  color: var(--hex-ffffff);
}

._tags-list_1ce5n_84 {
  margin-top: 10px;
  max-width: 400px;
}

._tags-list_1ce5n_84 > div {
    display: inline-block;
  }

._nameRow_1ce5n_93 {
  min-height: 43px;
  display: flex;
  align-items: center;
}

._checkbox_1ce5n_99 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
}

._status_1ce5n_113 {
  display: flex;
  align-items: center;
}

._status_1ce5n_113 svg {
    margin-right: 5px;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._list_x1gwm_8 {
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-color: var(--hex-07091b);
  height: 592px;
  padding: 0;
  margin-top: 10px;
}

._list_x1gwm_8 ._dropdownChevron_x1gwm_15 {
    float: right;
    margin: 12px;
  }

._list_x1gwm_8._headers_x1gwm_19 {
    margin-top: 0px;
    height: 348px;
  }

._list_x1gwm_8._searchContainer_x1gwm_23 {
    overflow-y: hidden;
    height: 60px;
  }

._list_x1gwm_8._searchContainer_x1gwm_23 li {
      height: 60px;
    }

._list_x1gwm_8._searchContainer_x1gwm_23._oneColumn_x1gwm_29 {
      height: 40px;
    }

._list_x1gwm_8._searchContainer_x1gwm_23._oneColumn_x1gwm_29 li {
      height: 40px;
    }

._list_x1gwm_8 li._activeHover_x1gwm_37:hover {
      background-color: var(--hex-004384);
    }

._list_x1gwm_8 li._listItem_x1gwm_40 {
      overflow: hidden;
    }

._list_x1gwm_8 li._active_x1gwm_37 {
      background-color: var(--hex-004384);
    }

._list_x1gwm_8 li {
    height: 40px;
    line-height: 40px;
    list-style-type: none;
    padding-left: 14px;
    margin-right: 4px;
}

._list_x1gwm_8 li:nth-child(odd)._active_x1gwm_37 {
      background-color: var(--hex-004384);
    }

._list_x1gwm_8 li:nth-child(odd) {
    background-color: var(--hex-181b30);
}

._list_x1gwm_8 ._arrow_x1gwm_59 {
    color: var(--hex-00c1ff);
  }

._list_x1gwm_8::-webkit-scrollbar-track {
    background: var(--hex-07091b);
  }

._list_x1gwm_8::-webkit-scrollbar-thumb {
    background: var(--hex-585e80);
  }
._headersContainer_x1gwm_71 {
  display: flex;
  flex-direction: row;
  width: calc(100% + 16px);
  margin-left: -11px;
}
._headersContainer_x1gwm_71 ._headerItem_x1gwm_77 {
    flex-grow: 0;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.4;

    border-left: 1px solid hsl(var(--theme-hex-898eba, 234.00deg 26.20% 63.30%) / 10%);
    border-top: 1px solid hsl(var(--theme-hex-898eba, 234.00deg 26.20% 63.30%) / 10%);
    border-bottom: 1px solid hsl(var(--theme-hex-898eba, 234.00deg 26.20% 63.30%) / 10%);

    text-align: center;
    font-size: 12px;
    color: var(--hex-f1f3fa);
  }
/* HACK - a parent component injects a `.highlight` span here so we need to use a global selector */
._headersContainer_x1gwm_71 span.highlight {
    color: var(--hex-ffffff);
    font-weight: bold;
    margin-top: 1rem;
  }
._headersContainer_x1gwm_71 span {
    color: var(--hex-b5b9de);
    display: block;
    font-size: 12px;
    height: 12px;
  }
._headersContainer_x1gwm_71 ._headerItem_x1gwm_77:first-child {
    margin-right: 10px;
    border-right: 1px solid hsl(var(--theme-hex-898eba, 234.00deg 26.20% 63.30%) / 10%);
  }
._searchContainer_x1gwm_23 {
  width: 100%;
  padding: 0px;
  height: 60px;
  margin: 0;
}
._inputContainer_x1gwm_117 {
  display: flex;
  background: var(--hex-181b30);
  margin-left: -15px;
}
._inputContainer_x1gwm_117 ._wrapper_x1gwm_121 {
    width: calc(100% + 15px);
  }
._inputContainer_x1gwm_117 ._inputWrapper_x1gwm_124 {
    width: calc(100% + 15px);
    height: 40px;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
  }
._inputContainer_x1gwm_117 ._inputWrapper_x1gwm_124:focus {
      border: none;
    }
._inputContainer_x1gwm_117 ._submit_x1gwm_133 {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    margin-top: 1px;
  }

._searchWrapper_x1gwm_140 div {
    height: 40px;
    padding-left: 12px;
    line-height: 40px !important;
  }

._searchWrapper_x1gwm_140 {
  padding: 10px 10px 10px 0;
  border: 1px solid hsl(var(--theme-hex-898eba, 234.00deg 26.20% 63.30%) / 10%);
  height: 60px;
  width: calc(100% + 34px);
  margin-left: -15px;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._multiRadioContainer_1dvsy_8 ._multiRadioWrapper_1dvsy_9._row_1dvsy_9._emptyText_1dvsy_9 {
    border-top: unset;
    border-bottom: unset;
  }

._multiRadioContainer_1dvsy_8 ._multiRadioWrapper_1dvsy_9 {
    height: 83px;
  }

._multiRadioContainer_1dvsy_8 ._multiRadioWrapper_1dvsy_9._row_1dvsy_9 {
    display: flex;
    flex-direction: row;
    border-top: 1px solid hsl(var(--theme-hex-898eba, 234.00deg 26.20% 63.30%) / 10%);
    border-bottom: 1px solid hsl(var(--theme-hex-898eba, 234.00deg 26.20% 63.30%) / 10%);
    margin: 0 -10px;
  }

._multiRadioContainer_1dvsy_8 ._multiRadioWrapper_1dvsy_9._row_1dvsy_9 div._radioItem_1dvsy_22 {
      flex-grow: 0;
      padding: 10px 0 14px 20px;
      text-align: center;
    }

._multiRadioContainer_1dvsy_8 ._multiRadioWrapper_1dvsy_9._row_1dvsy_9 div._radioItem_1dvsy_22._emptyText_1dvsy_9 div._radio_1dvsy_22 {
        width: 20px;
        margin: auto;
        height: 40px;
      }

._multiRadioContainer_1dvsy_8 ._multiRadioWrapper_1dvsy_9._row_1dvsy_9 div._radioItem_1dvsy_22._emptyText_1dvsy_9 {
      padding: 0;
      border-right: 1px solid hsl(var(--theme-hex-898eba, 234.00deg 26.20% 63.30%) / 10%);
      border-left: 1px solid hsl(var(--theme-hex-898eba, 234.00deg 26.20% 63.30%) / 10%);
      margin: 0 auto;
}

._multiRadioContainer_1dvsy_8 ._multiRadioWrapper_1dvsy_9._row_1dvsy_9 div._radioItem_1dvsy_22._emptyText_1dvsy_9:not(:last-child) {
      border-right: unset;
    }

._multiRadioContainer_1dvsy_8 ._multiRadioWrapper_1dvsy_9._row_1dvsy_9 div._radioItem_1dvsy_22:not(:last-child) {
      border-right: 1px solid hsl(var(--theme-hex-898eba, 234.00deg 26.20% 63.30%) / 10%);
    }

._multiRadioContainer_1dvsy_8 ._multiRadioWrapper_1dvsy_9._row_1dvsy_9 div._separateFirst_1dvsy_44._radioItem_1dvsy_22._emptyText_1dvsy_9 {
      margin-right: 10px;
      border-right: 1px solid hsl(var(--theme-hex-898eba, 234.00deg 26.20% 63.30%) / 10%);
    }

._multiRadioContainer_1dvsy_8 ._radioContainer_1dvsy_49 {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    margin-top: 12px;
    color: var(--hex-8a9eb2);
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
  }

._multiRadioContainer_1dvsy_8 ._radioContainer_1dvsy_49._checked_1dvsy_60 {
      color: var(--hex-ffffff);
      font-weight: 500;
    }

._multiRadioContainer_1dvsy_8 ._radioContainer_1dvsy_49 ._customInput_1dvsy_65 {
      position: relative;
      display: block;
      float: left;
      margin-right: 10px;
      width: 16px;
      height: 16px;
      background: var(--hex-20293c);
      border-radius: 100%;
      -webkit-tap-highlight-color: transparent;
    }

._multiRadioContainer_1dvsy_8 ._radioContainer_1dvsy_49 ._customInput_1dvsy_65:after {
        content: '';
        position: absolute;
        top: 2px;
        left: 2px;
        min-width: 10px;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: var(--hex-1a7ee2);
        -webkit-transform: scale(0);
                transform: scale(0);
        transition: all 0.2s ease;
        opacity: 0.08;
        pointer-events: none;
      }

._multiRadioContainer_1dvsy_8 ._radioContainer_1dvsy_49 input[type='radio']:checked + ._customInput_1dvsy_65 {
      border-color: var(--hex-0070df);
      border: 1px solid var(--hex-1a7ee2);
    }

._multiRadioContainer_1dvsy_8 ._radioContainer_1dvsy_49 input[type='radio']:checked + ._customInput_1dvsy_65:after {
      -webkit-transform: scale(1);
              transform: scale(1);
      transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
      opacity: 1;
    }

._multiRadioContainer_1dvsy_8 input[type='radio']:checked + ._customInput_1dvsy_65 + ._inputLabel_1dvsy_104 {
    color: var(--hex-ffffff);
    font-size: 13px;
  }

._multiRadioContainer_1dvsy_8 ._radioContainer_1dvsy_49 [type='radio'] {
    position: relative;
    left: 14px;
    opacity: 0;
    z-index: 1;
  }

._multiRadioContainer_1dvsy_8 ._radioLabelWrapper_1dvsy_114 {
    display: flex;
    margin: 0 auto;
  }

._multiRadioContainer_1dvsy_8 ._radioWrapper_1dvsy_118 {
    cursor: pointer;
    position: relative;
    display: flex;
  }

._multiRadioContainer_1dvsy_8 ._radioWrapper_1dvsy_118 input,
    ._multiRadioContainer_1dvsy_8 ._radioWrapper_1dvsy_118 span {
      cursor: pointer;
    }

._multiRadioContainer_1dvsy_8 ._radioWrapper_1dvsy_118:hover ._customInput_1dvsy_65:after {
    -webkit-transform: scale(3.6);
            transform: scale(3.6);
  }

._multiRadioContainer_1dvsy_8 ._inputText_1dvsy_130 {
    font-size: 12px;
    padding-left: 16px;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._tableContainer_1wt97_8 {
  margin-left: 10px;
  margin-top: 76px;
}

._tableContainer_1wt97_8 table {
    border-collapse: collapse;
    width: 400px;
  }

._tableContainer_1wt97_8 th {
    text-align: center;
    color: var(--hex-f1f3fa);
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 8px;
  }

._tableContainer_1wt97_8 td {
    text-align: left;
    padding: 6px;
    color: var(--hex-b5b9de);
    font-size: 12px;
  }

._tableContainer_1wt97_8 tbody tr td:first-child {
    width: 160px;
  }

._tableContainer_1wt97_8 tbody tr:nth-child(even) {
    background-color: var(--hex-181b30);
  }

._tableContainer_1wt97_8 ._centeredColumn_1wt97_39 {
    text-align: center;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1hspi_8 {
  display: flex;
  justify-content: center;
  margin-top: -44px;
  margin-bottom: 10px;
}

._root_1hspi_8 ._collapsable_1hspi_13 {
    color: var(--hex-00c1ff);
    font-size: 12px;
    font-style: normal;
    right: 1rem;
    position: absolute;
    display: flex;
    align-items: center;
  }

._root_1hspi_8 ._collapsable_1hspi_13 img {
      margin-right: 3px;
    }

._root_1hspi_8 ._collapsable_1hspi_13 span {
      line-height: 1.4;
    }
._modalContentWrapper_1hspi_29 {
  margin: -20px;
  background-image: url('/assets/modal-background-BAM6rX2z.png');
  background-repeat: no-repeat;
}

._settings-help_1hspi_35 {
  font-style: italic;
}
._modalContainer_1hspi_38 {
  display: flex;
  flex-direction: row;
}
._tiersContainer_1hspi_42 {
  max-width: 334px;
  margin-top: 32px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
._tiersContainer_1hspi_42 ._wrapper_1hspi_48 {
    display: flex;
    flex-direction: column;
  }
._tiersContainer_1hspi_42 ._wrapper_1hspi_48 span,
    ._tiersContainer_1hspi_42 ._wrapper_1hspi_48 h3 {
      display: block;
      margin: 8px auto;
    }
._tiersContainer_1hspi_42 ._tiersTitle_1hspi_57 {
    text-transform: none;
    font-size: 16px !important;
    color: var(--hex-f1f3fa);
  }
._tiersContainer_1hspi_42 ._tiersSubtitle_1hspi_62 {
    text-transform: none;
    font-size: 12px;
    color: var(--hex-f1f3fa);
    font-weight: bold;
  }
._tiersContainer_1hspi_42 ._tiersText_1hspi_68 {
    text-transform: none;
    font-size: 14px;
    color: var(--hex-b5b9de);
    max-width: 334px;
    text-align: center;
    line-height: 16px;
    height: 50px;
  }
._tiersContainer_1hspi_42 ._tiersProgress_1hspi_78 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
._tiersContainer_1hspi_42 ._tiersProgress_1hspi_78 ._tiersProgressBar_1hspi_83 {
    margin: 4px;
    width: 10px;
    height: 3px;
    background-color: var(--hex-d8d8d8);
  }
._tiersContainer_1hspi_42 ._tiersProgress_1hspi_78 ._tiersProgressBar_1hspi_83._active_1hspi_89 {
      background-color: var(--hex-0e7c9f);
    }
._tiersContainer_1hspi_42 ._buttonWrapper_1hspi_93 {
    text-align: center;
  }
._tiersContainer_1hspi_42 ._buttonWrapper_1hspi_93 button {
      display: inline-block;
      margin: 4px;
    }
._tiersContainer_1hspi_42 ._tiersButton_1hspi_100 {
    background-color: var(--hex-0e7c9f);
    color: var(--hex-ffffff);
    text-transform: capitalize;
    width: 63px;
    height: 36px;
    border: none;
    border-radius: var(--border-radius-3);
  }
._tiersContainer_1hspi_42 ._tiersButtonBack_1hspi_109 {
    background-color: var(--hex-363a57);
    color: var(--hex-ffffff);
    text-transform: capitalize;
    width: 63px;
    height: 36px;
    border: none;
    border-radius: var(--border-radius-3);
  }
._tiersContainer_1hspi_42 ._wrapper_1hspi_48:first-child {
    border-bottom: 1px solid hsl(var(--theme-hex-898eba, 234.00deg 26.20% 63.30%) / 10%);
  }
._tiersContainer_1hspi_42 ._wrapper_1hspi_48 ._imgWrapper_1hspi_122 {
      margin: 8px auto;
      width: 164px;
    }
._tiersContainer_1hspi_42 ._wrapper_1hspi_48 {
    padding: 10px;
}
._tiersContainer_1hspi_42 ._logo_1hspi_128 {
    height: 126px;
    margin-left: -20px;
  }
._extraText_1hspi_133 {
  color: var(--hex-b5b9de);
  font-size: 12px;
  margin: 10px;
  height: 80px;
  width: 400px;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._cyberAssistantContainer_14ydc_8 ._configBanner_14ydc_9 {
    margin: 0 -11px;
    color: var(--hex-f1f3fa);
    font-size: 12px;
    padding-left: 20px;
    height: 36px;
    line-height: 36px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/assets/thin-purple-banner-BTPr14Yb.png');
  }

._cyberAssistantContainer_14ydc_8 ._cardItem_14ydc_20 {
    background-color: var(--hex-181b30);
    margin: 4px;
    padding: 10px;
    border-radius: var(--border-radius-5);
  }

._cyberAssistantContainer_14ydc_8 ._cardItem_14ydc_20 ._text_14ydc_25 {
      color: var(--hex-b5b9de);
      font-size: 12px;
    }

._cyberAssistantContainer_14ydc_8 ._cardItem_14ydc_20._banner_14ydc_29 {
      color: var(--hex-f1f3fa);
      font-size: 12px;
      margin: 0 18px;
    }

._cyberAssistantContainer_14ydc_8 ._doubleCardItem_14ydc_35 {
    margin-left: 20px;
    margin-right: 18px;
    height: 466px;
  }

._cyberAssistantContainer_14ydc_8 ._noMarginCol_14ydc_40 {
    padding: 0px;
  }

._cyberAssistantContainer_14ydc_8 ._noMarginLeftCol_14ydc_43 ._text_14ydc_25 {
      margin-left: calc(20% + 14px);
    }

._cyberAssistantContainer_14ydc_8 ._noMarginLeftCol_14ydc_43 {
    padding-left: 0px;
}

._cyberAssistantContainer_14ydc_8 ._noMarginRightCol_14ydc_49 ._text_14ydc_25 {
      width: 400px;
    }

._cyberAssistantContainer_14ydc_8 ._noMarginRightCol_14ydc_49 {
    padding-right: 0px;
}

._cyberAssistantContainer_14ydc_8 ._nonCapitalize_14ydc_55 {
    text-transform: unset;
    margin-top: 10px;
  }

._cyberAssistantContainer_14ydc_8 ._topConfig_14ydc_59 {
    margin-top: 22px;
    margin-bottom: 10px;
    padding: 10px;
  }

._cyberAssistantContainer_14ydc_8 ._listSelectorWrapper_14ydc_64 {
    border-left: 1px solid hsl(var(--theme-hex-898eba, 234.00deg 26.20% 63.30%) / 10%);
    border-right: 1px solid hsl(var(--theme-hex-898eba, 234.00deg 26.20% 63.30%) / 10%);
    margin: 10px 14px;
  }

._cyberAssistantContainer_14ydc_8 ._empty_14ydc_69 {
    text-align: center;
    margin: 80px auto;
  }

._cyberAssistantContainer_14ydc_8 ._empty_14ydc_69 img {
      width: 100px;
      margin-bottom: 10px;
    }

._cyberAssistantContainer_14ydc_8 ._empty_14ydc_69 ._title_14ydc_76 {
      font-size: 20px;
      margin: 20px auto;
      text-transform: uppercase;
    }

._cyberAssistantContainer_14ydc_8 ._empty_14ydc_69 ._text_14ydc_25 {
      font-size: 14px;
      margin: 10px auto;
      width: 300px;
      color: var(--hex-ffffff);
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._limits_stnjd_8 {
  display: flex;
  justify-content: space-between;
}

._counter_stnjd_13 {
  width: 48%;
}

._computed_stnjd_17 {
  font-size: 12px;
}

._computed_stnjd_17 b {
    color: var(--hex-ff4b66);
  }

@media (min-width: 768px) {

._modalBG_stnjd_25._modalBG_stnjd_25 {
    width: 100%;
    max-width: 650px
}
  }

._modalBG_stnjd_25._modalBG_stnjd_25 .modal-header {
      border-bottom: 1px solid var(--hex-2b2d44);
      color: var(--hex-6a93ff);
    }

._modalBG_stnjd_25._modalBG_stnjd_25 .error-message {
      color: var(--hex-ff4b66);
    }

._modalBG_stnjd_25._modalBG_stnjd_25 .modal-content {
      position: relative;
    }

._submit_stnjd_47 {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

._submit_stnjd_47._right_stnjd_53 {
    justify-content: flex-end;
  }

._submit_stnjd_47 .checkbox {
      margin: 0;
    }

._submit_stnjd_47 button {
    height: 36px;
    width: 140px;
  }

.rc-input-number-disabled .rc-input-number-input {
      background-color: transparent;
    }

.rc-input-number-disabled .rc-input-number-handler-up, .rc-input-number-disabled .rc-input-number-handler-down {
      cursor: not-allowed;
    }

.rc-input-number {
    line-height: 40px;
    height: 40px;
    border: 1px solid var(--hex-20293c) !important;
    background: var(--hex-20293c);
  }

.rc-input-number .rc-input-number-handler-down-inner:after, .rc-input-number .rc-input-number-handler-up-inner:after {
      color: var(--hex-8a9eb2);
      font-size: 13px;
      font-weight: 500;
    }

.rc-input-number .rc-input-number-handler-up-inner:after {
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px);
      display: inline-block;
    }

.rc-input-number .rc-input-number-handler-down-inner:after {
      -webkit-transform: translateY(1px);
              transform: translateY(1px);
      display: inline-block;
    }

.rc-input-number input:hover, .rc-input-number input:focus {
      border: 0 !important;
    }

.rc-input-number.rc-input-number-focused {
      border: 1px solid var(--hex-0e7c9f) !important;
      box-shadow: none;
      outline: none;
    }

.rc-input-number .rc-input-number-handler {
      line-height: 17px;
      height: 17px;
    }

.rc-input-number .rc-input-number-handler-up-inner, .rc-input-number .rc-input-number-handler-down-inner {
      color: hsl(var(--theme-hex-d8d8d8, 0.00deg 0.00% 84.70%) / 80%) !important;
    }

.rc-input-number .rc-input-number-handler-up {
      border-bottom: 1px solid var(--hex-2b2d44) !important;
    }

.rc-input-number .rc-input-number-handler-wrap {
      border-left: 1px solid var(--hex-2b2d44) !important;
    }

.rc-input-number .rc-input-number-input {
      border: none;
      height: auto;
      text-align: left;
      padding: 0px 12px;
    }

.rc-input-number .rc-input-number-input:focus {
        border: 0 !important;
      }

.rc-input-number .rc-input-number:hover {
      border-color: inherit;
    }

.rc-input-number input::-webkit-input-placeholder {
      color: var(--hex-7072ac);
      box-shadow: none;
    }

._col_stnjd_154 {
  display: flex;
  flex-direction: column;
}

._col_stnjd_154 .form-group {
      width: 100%;
    }

._col_stnjd_154 .form-group > div {
        width: 100%;
      }

._col_stnjd_154 .form-group + .form-group {
      margin-left: 16px;
    }

._row_stnjd_173 {
  display: flex;
  justify-content: space-between;
}

._row_stnjd_173 > div {
    width: 100%;
  }

._row_stnjd_173 > div:first-child {
      margin-left: 0 !important;
    }

._row_stnjd_173 > div:last-child {
      margin-left: 2rem;
    }

._row_stnjd_173 textarea {
    height: 80px !important;
    resize: none;
  }

._row_stnjd_173:last-child ._form-group_stnjd_159 {
      margin-bottom: 20px !important;
    }

._customer-without-license_stnjd_201 ._inputNumber_stnjd_201 {
  justify-content: flex-start;
}

._grid_stnjd_205 {
  display: flex;
}

._grid_stnjd_205 ._col_stnjd_154:first-child {
      margin-right: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 220px;
      height: auto;
    }

._grid_stnjd_205 ._col_stnjd_154:last-child {
      width: 100%;
    }

._grid_stnjd_205 ._col_stnjd_154 ._row_stnjd_173:last-child .form-group {
          margin-bottom: 0 !important;
        }

._help_stnjd_232 {
  display: flex;
  color: var(--hex-8a9eb2);
  font-size: 13px;
  line-height: 20px;
  margin-top: 16px;
  align-items: center;
}

._help_stnjd_232._red_stnjd_240 svg {
      width: 39px !important;
      height: auto !important;
    }

._help_stnjd_232._red_stnjd_240 svg path {
        fill: inherit;
        stroke: var(--hex-ff4b66);
      }

._help_stnjd_232 svg {
    margin-right: 5px;
  }

._help_stnjd_232 svg path {
      fill: var(--hex-dab602);
    }

._textarea_stnjd_261 {
  height: 8rem !important;
  resize: vertical;
}

._help_stnjd_232 + ._help_stnjd_232 {
  margin-top: 5px;
}

._inputNumber_stnjd_201 {
  display: flex;
  align-items: center;
  justify-content: center;
}

._inputNumber_stnjd_201 > span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius-3) 0 0 var(--border-radius-3);
    background-color: var(--hex-363a57);
  }

._inputNumber_stnjd_201 .rc-input-number {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_a3jo2_8 {
  margin-bottom: 16px;
}

._root_a3jo2_8 ._keys_a3jo2_11 {
    display: flex;
  }

._root_a3jo2_8 ._title_a3jo2_15 {
    display: flex;
    align-items: center;
  }

._root_a3jo2_8 ._title_a3jo2_15 > span {
      margin-right: 4px;
    }

._date_a3jo2_25 {
  font-size: 14px;
  font-weight: 600;
}

._date_a3jo2_25 .date {
      margin-right: 0;
    }

._date_a3jo2_25._grace-period_a3jo2_35 {
    color: var(--hex-ff4b66);
  }

._date_a3jo2_25._soon-to-expire-period_a3jo2_39 {
    color: var(--hex-ffdd2e);
  }

._date_a3jo2_25._warning-period_a3jo2_43 {
    color: var(--hex-ffdd2e);
  }

._date_a3jo2_25._all-good-period_a3jo2_47 {
    color: var(--hex-28f29a);
  }

._footer_a3jo2_52 {
  margin-top: 22px;
  display: flex;
  justify-content: flex-end;
}

._footer_a3jo2_52 button + button {
    margin-left: 16px;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1ont4_8 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(50% - 16px), 1fr));
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

@media (max-width: 1200px) {

._root_1ont4_8 {
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px
}
  }

._root_1ont4_8 ._cell_1ont4_17 {
    position: relative;
    margin-bottom: 16px;
  }

._root_1ont4_8 ._cell_1ont4_17 > div:first-child {
      width: calc(100% - 90px);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

._root_1ont4_8 ._cell_1ont4_17 > p {
      width: calc(100% - 90px);
      margin-bottom: 0;
    }

._date_1ont4_35 {
  font-size: 14px;
  font-weight: 600;
}

._date_1ont4_35 .date {
      margin-right: 0;
    }

._date_1ont4_35._grace-period_1ont4_45 {
    color: var(--hex-ff4b66);
  }

._date_1ont4_35._soon-to-expire-period_1ont4_49 {
    color: var(--hex-ffdd2e);
  }

._date_1ont4_35._warning-period_1ont4_53 {
    color: var(--hex-ffdd2e);
  }

._date_1ont4_35._all-good-period_1ont4_57 {
    color: var(--hex-28f29a);
  }

._footer_1ont4_62 {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
}

._footer_1ont4_62 button + a {
    margin-left: 16px;
  }

._image_1ont4_72 {
  position: absolute;
  top: 0;
  right: 24px;
}

._image_1ont4_72 > img {
    border-radius: var(--border-radius-4);
    background-color: var(--hex-2b2d44);
    margin-top: 15px;
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
       object-fit: cover;
  }

._image_1ont4_72 > svg {
    width: 60px;
    margin-top: 15px;
  }

._empty_1ont4_92 {
  position: relative;
  min-height: 950px;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._data-column_u56un_8 ._header_u56un_9 {
    display: flex;
    align-items: center;
  }

._data-column_u56un_8 ._header_u56un_9 > span:first-child {
      color: var(--hex-8a9eb2);
      font-size: 14px;
      line-height: 20px;
    }

._data-column_u56un_8 ._header_u56un_9 > span:last-child {
      margin-left: 8px;

      color: var(--hex-0e7c9f);
      font-size: 12px;
      font-weight: bold;
      line-height: 14px;
      cursor: pointer;
      -webkit-transform: translateY(1px);
              transform: translateY(1px);
    }

._data-column_u56un_8 ._filter-box_u56un_31 {
    display: flex;
    margin-top: 8px;
    margin-bottom: 16px;
  }

._data-column_u56un_8 ._filter-box_u56un_31 button {
      padding: 11px;
      margin-left: -1px;
      border-left: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }

._data-column_u56un_8 ._filter-box_u56un_31 button svg {
        stroke: var(--hex-ffffff);
        margin-right: 0;
      }

._data-column_u56un_8 ._filter-box_u56un_31 input {
      font-size: 12px;
      line-height: 14px;
      width: 100%;

      background-color: var(--hex-20293c) !important;
      border: 1px solid var(--hex-20293c) !important;
      color: var(--hex-ffffff);
      font-weight: 300;
      border-radius: var(--border-radius-2);
      height: 38px;
      box-shadow: none !important;
      padding: 0 10px;
    }

._data-column_u56un_8 ._filter-box_u56un_31 input:focus {
        border: 1px solid $border-focus;
        box-shadow: none;
        outline: none;
      }

._data-column_u56un_8 ._filter-box_u56un_31 input,
    ._data-column_u56un_8 ._filter-box_u56un_31 textarea::-webkit-input-placeholder {
      font-size: 1em;
      box-shadow: none;
    }

._data-column_u56un_8 ._filter-box_u56un_31 input:focus, ._data-column_u56un_8 ._filter-box_u56un_31 textarea::-webkit-input-placeholder:focus {
        outline: none;
        border: 1px solid var(--hex-00c1ff);
      }

._data-column_u56un_8 ._list_u56un_82 {
    height: 350px;
    outline: none;
  }

._data-column_u56un_8 ._list_u56un_82 .checkbox {
        margin: 0 !important;
      }

._data-column_u56un_8 ._list_u56un_82 .checkbox > label {
          height: 50px;
        }

._data-column_u56un_8 ._list_u56un_82 .checkbox > label input {
            -webkit-transform: translateY(-3px) !important;
                    transform: translateY(-3px) !important;
            margin-left: 16px !important;
            margin-right: 16px !important;
          }

._data-column_u56un_8 ._list_u56un_82 .checkbox > label input:hover {
              border-color: var(--hex-ffffff);
            }

._data-column_u56un_8 ._list_u56un_82 .ReactVirtualized__List {
        outline: none;
      }

._data-column_u56un_8 ._list_u56un_82 .ReactVirtualized__List::-webkit-scrollbar {
          width: 5px;
          height: 5px;
        }

._data-column_u56un_8 ._list_u56un_82 .ReactVirtualized__List::-webkit-scrollbar-track {
          background: var(--hex-07091b);
        }

._data-column_u56un_8 ._list_u56un_82 .ReactVirtualized__List::-webkit-scrollbar-thumb {
          background: var(--hex-585e80);
        }

._data-column_u56un_8 ._list_u56un_82 .ReactVirtualized__Grid__innerScrollContainer > div:nth-child(even) {
            background: var(--hex-181b30);
          }

._data-column_u56un_8 ._list_u56un_82 .ReactVirtualized__Grid__innerScrollContainer > div:nth-child(odd) {
            background: var(--hex-181b30);
          }

._data-column_u56un_8 ._list_u56un_82 .ReactVirtualized__Grid__innerScrollContainer > div:hover {
            background: var(--hex-222644);
          }

._move-wrapper_u56un_141 {
  width: 150px;
  display: flex;
  align-items: center;
}

._move-wrapper_u56un_141 ._move-container_u56un_146 {
    padding: 0 10px;
    width: 100%;
  }

._move-wrapper_u56un_141 ._move-container_u56un_146 button {
      width: 100%;
      height: 49px;
      font-size: 24px;
    }

._move-wrapper_u56un_141 ._move-container_u56un_146 button + button {
      margin-top: 24px;
    }

._group-row-container_u56un_162 {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  margin-bottom: 1.5rem;
}

._group-row-container_u56un_162 ._group-col_u56un_169 {
    width: 100%;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._empty_mbsv5_8 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70%;
}

._empty_mbsv5_8 p {
    text-align: center;
    margin: 0;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1jkq1_8 {
  padding: 0;
  position: absolute;
  top: 25px;
  left: 20px;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._footer_1ftaz_8 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: calc(100% - 48px);
  padding: 0 15px;
  padding-bottom: 25px;
  padding-right: 0;
  z-index: 10;
}

._footer_1ftaz_8 span + span {
    margin-left: 15px;
  }

._footer_1ftaz_8 .btn {
      padding: 0.8em 13px;
    }

._footer_1ftaz_8 a {
    display: inline-block;
    margin-left: 15px;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._row_ix2kw_8 {
  display: flex;
}

._row_ix2kw_8 ._key_ix2kw_11 {
    color: var(--hex-898eba);
    font-size: 12px;
    line-height: 24px;
    min-width: 100px;
  }

._row_ix2kw_8 ._value_ix2kw_18 {
    color: var(--hex-f1f3fa);
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    width: 100%;
  }

._row_ix2kw_8 ._value_ix2kw_18 svg {
      width: 16px;
      height: 16px;
      margin-right: 6px;
    }

._row_ix2kw_8 ._value_ix2kw_18 svg g {
        fill: var(--hex-ffffff);
      }

._row_ix2kw_8 ._value_ix2kw_18 .indicator-value-list > div {
          display: flex;
          align-items: center;
        }

._row_ix2kw_8 + ._row_ix2kw_8 {
  margin-top: 16px;
}

._user-data_ix2kw_51 {
  padding: 0;
  margin: 0;
}

._user-data_ix2kw_51 .js-card {
      padding: 0;
    }

._user-role_ix2kw_62 {
  margin-top: 40px;
  padding: 0;
}

._user-role_ix2kw_62 h4 {
    color: var(--hex-ffffff);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.71px;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1j0id_8 {
  position: relative;
  padding: 0;
  background-color: var(--hex-181b30);
  margin-bottom: 4rem;
  border-radius: var(--border-radius-8);
  padding-top: 70px;
  padding-bottom: 2rem;
}

._root_1j0id_8 .rc-table td .date {
      margin: 0;
      color: inherit;
    }

._role_1j0id_25 {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

._role_1j0id_25 span {
    margin-left: 5px;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }

._status_1j0id_39 {
  display: flex;
  align-items: center;
}

._status_1j0id_39 svg {
    margin-right: 5px;
  }

._status_1j0id_39._active_1j0id_47 {
    color: var(--hex-ffffff);
  }

._alert_1j0id_52 > span {
    display: flex;
    justify-content: center;
    align-items: center;
  }

._alert_1j0id_52 svg {
    overflow: visible;
    stroke: var(--hex-ffdd2e);
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._submit_15ejt_8 {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

._submit_15ejt_8._right_15ejt_14 {
    justify-content: flex-end;
  }

._submit_15ejt_8 .checkbox {
      margin: 0;
    }

._submit_15ejt_8 button {
    height: 36px;
    width: 140px;
  }

._textarea_15ejt_30 {
  height: 8rem !important;
  resize: none;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1cf6p_8 {
  position: relative;
  padding: 0;
  background-color: var(--hex-181b30);
  margin-bottom: 4rem;
  border-radius: var(--border-radius-8);
  padding-top: 70px;
  padding-bottom: 2rem;
}

._root_1cf6p_8 .rc-table td .date {
      margin: 0;
      color: inherit;
    }

._root_1cf6p_8 ._toolbar_1cf6p_24 {
    z-index: 90;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 15px;
  }

._root_1cf6p_8 ._toolbar_1cf6p_24 button i {
        color: var(--hex-ffffff);
      }

._name_1cf6p_39 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

._actions_1cf6p_46 {
  display: flex;
  justify-content: space-evenly;
}

._textarea_1cf6p_51 {
  height: 8rem !important;
  resize: none;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1cj24_8 {
  position: relative;
  padding-left: 150px;
  margin-bottom: 16px;
  min-height: 147px;
}

._root_1cj24_8 ._image_1cj24_14 {
    position: absolute;
    left: 24px;
    top: 28px;
    border-radius: var(--border-radius-4);
    background-color: var(--hex-2b2d44);
  }

._root_1cj24_8 ._image_1cj24_14 img {
      border-radius: var(--border-radius-4);
      width: 100px;
      height: 100px;
      -o-object-fit: cover;
         object-fit: cover;
    }

._title_1cj24_30 {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

._title_1cj24_30 > h2 {
    text-transform: none;
    margin-bottom: 0 !important;
    margin-right: 8px;
  }

._title_1cj24_30 > span {
    padding: 2px 8px;
    border: 1px solid var(--hex-363a57);
    border-radius: var(--border-radius-10);

    color: var(--hex-898eba);
    font-size: 12px;
    line-height: 16px;
  }

._groups_1cj24_51 {
  display: flex;
  align-items: center;
}

._groups_1cj24_51 p {
    position: relative;
    margin-bottom: 9px;
    margin-right: 8px;
    margin-left: 26px;
  }

._groups_1cj24_51 p svg {
      position: absolute;
      left: -26px;
      top: -1px;
    }

._keyValues_1cj24_69 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin-top: -5px;
}

._keyValues_1cj24_69 .js-keyvalue {
      margin-top: 10px;
      padding-left: 0;
      margin-right: 25px;
      width: 190px;
    }

._keyValues_1cj24_69 .js-keyvalue:last-child {
      margin-left: 0;
    }

._actions_1cj24_89 {
  position: absolute;
  right: 24px;
  top: 24px;
}

._actions_1cj24_89 button {
      height: 36px;
      padding: 0 9px;
    }

._actions_1cj24_89 button span {
        display: flex;
      }

._actions_1cj24_89 button svg {
        margin: 0;
      }

._date_1cj24_110 {
  font-size: 14px;
  font-weight: 600;
}

._date_1cj24_110 .date {
      margin-right: 0;
    }

._date_1cj24_110._grace-period_1cj24_120 {
    color: var(--hex-ff4b66);
  }

._date_1cj24_110._soon-to-expire-period_1cj24_124 {
    color: var(--hex-ffdd2e);
  }

._date_1cj24_110._warning-period_1cj24_128 {
    color: var(--hex-ffdd2e);
  }

._date_1cj24_110._all-good-period_1cj24_132 {
    color: var(--hex-28f29a);
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._isDeleted_ohsxf_8 {
  width: 100%;
  height: 90vh;
  z-index: 98;
  position: relative;
}

._isDeleted_ohsxf_8 > div:first-child {
    background: inherit;
  }

._isDeleted_ohsxf_8 > div:last-child {
    top: 0;
    border-radius: var(--border-radius-8);
  }

._hide_ohsxf_24 {
  display: none;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._section_12zn0_8 {
  display: flex;
}

._section_12zn0_8 .js-card {
      height: calc(100% - 4px);
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._grid_1rhk7_8 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._grid_1rhk7_8 ._col_1rhk7_18 {
    width: 100%;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

._empty-state_1rhk7_27 {
  display: flex;
  padding-bottom: 3em;
}

._empty-state_1rhk7_27 > ._message_1rhk7_31 {
    justify-content: center;
    margin: 0 auto;
    max-width: 420px;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._grid_1aaju_8 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._grid_1aaju_8 ._col_1aaju_18 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

._grid_1aaju_8 ._col_1aaju_18._state_1aaju_24 {
      width: 200px;
    }

._grid_1aaju_8 ._col_1aaju_18._state_1aaju_24 > div {
        margin-right: 10px;
      }

._empty-state_1aaju_34 {
  display: flex;
  padding-bottom: 3em;
}

._empty-state_1aaju_34 > ._message_1aaju_38 {
    justify-content: center;
    margin: 0 auto;
    max-width: 420px;
  }

._endpointStatus_1aaju_45 {
  display: flex;
  align-items: center;
}

._endpointStatus_1aaju_45 ._status_1aaju_49 {
    display: inline-block;
    height: 8px;
    width: 8px;
    padding-right: 8px;
    margin-bottom: 2px;
    border-radius: 100%;
    margin-right: 4px;
    background-color: var(--hex-607285);
  }

._endpointStatus_1aaju_45 ._status_1aaju_49._online_1aaju_59 {
      background-color: var(--hex-28f29a);
    }

._address_1aaju_65 {
  color: var(--hex-ffffff);
  font-size: 13px;
  margin-left: 11px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._title_aivyt_8 {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

._title_aivyt_8 > h2 {
    margin-bottom: 0 !important;
    margin-right: 8px;
  }

._title_aivyt_8._deleted_aivyt_18 > h2 {
    color: var(--hex-ff4b66);
  }

._title_aivyt_8 > span {
    padding: 2px 8px;
    border: 1px solid var(--hex-363a57);
    border-radius: var(--border-radius-10);

    color: var(--hex-898eba);
    font-size: 12px;
    line-height: 16px;
  }

._groups_aivyt_33 {
  display: flex;
  align-items: center;
}

._groups_aivyt_33 p {
    position: relative;
    margin-bottom: 9px;
    margin-right: 8px;
    margin-left: 26px;
  }

._groups_aivyt_33 p svg {
      position: absolute;
      left: -26px;
      top: -1px;
    }

._keyValues_aivyt_51 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

._keyValues_aivyt_51 .js-keyvalue {
      padding-left: 0;
      margin-right: 25px;
    }

._keyValues_aivyt_51 .js-keyvalue:last-child {
      margin-left: 0;
    }

._actions_aivyt_68 {
  position: absolute;
  right: 24px;
  top: 24px;
}

._actions_aivyt_68 button {
      height: 36px;
      padding: 0 9px;
    }

._actions_aivyt_68 button span {
        display: flex;
      }

._actions_aivyt_68 button svg {
        margin: 0;
      }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_ycpk6_8 {
  position: relative;
}

._root_ycpk6_8 > div:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

._add_ycpk6_17 {
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 5;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1xvvp_8 ._headers_1xvvp_9 {
    display: flex;
    margin-bottom: 15px;
  }

._root_1xvvp_8 ._headers_1xvvp_9 ._option_1xvvp_13 {
      cursor: pointer;
      color: var(--hex-8a9eb2);
      font-size: 13px;
      line-height: 20px;
      padding: 5px 15px;
    }

._root_1xvvp_8 ._headers_1xvvp_9 ._option_1xvvp_13._active_1xvvp_20 {
        position: relative;
        cursor: default;
        font-weight: bold;
        color: var(--hex-ffffff);
        border-radius: var(--border-radius-3);
        background-color: var(--hex-0070df);
      }

._root_1xvvp_8 ._headers_1xvvp_9 ._option_1xvvp_13._active_1xvvp_20:before {
          content: ' ';
          position: absolute;
          bottom: -16px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);

          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 10px 10px 10px;
          border-color: transparent transparent var(--hex-181b30) transparent;
        }

._root_1xvvp_8 ._headers_1xvvp_9 ._option_1xvvp_13 + ._option_1xvvp_13 {
      margin-left: 8px;
    }

._root_1xvvp_8 ._content_1xvvp_49 {
    border-radius: var(--border-radius-5);
    background-color: var(--hex-181b30);
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._row_1hako_8 {
  display: flex;
  justify-content: space-between;
}

._row_1hako_8 > div {
    width: 100%;
  }

._row_1hako_8 > div:last-child {
      margin-left: 2rem;
    }

._root_1hako_21 .duped-group > div {
        background: var(--hex-dab602) !important;
      }

._root_1hako_21 .radio {
      margin: 0;
    }

._root_1hako_21 .radio label {
        padding: 0;
      }

._root_1hako_21 .radio [type='radio']:checked,
      ._root_1hako_21 .radio [type='radio']:not(:checked) {
        -webkit-transform: translateY(2px);
                transform: translateY(2px);
        position: inherit;
        left: auto;
        margin: 0;
        margin-right: 6px;
      }

._footer_1hako_48 {
  display: flex;
  justify-content: flex-end;
}

._footer_1hako_48 button {
    min-width: 140px;
  }

._textarea_1hako_57._textarea_1hako_57._textarea_1hako_57 {
  height: 8rem;
  resize: vertical;
  font-size: 12px;
}

._matcher-content_1hako_63 {
  position: relative;
  display: flex;
}

._matcher-content_1hako_63 ._radios_1hako_67 {
    min-width: 158px;
    padding: 18px 24px;
    border-right: 1px solid var(--hex-20293c);
  }

._matcher-content_1hako_63 ._radios_1hako_67 label + label {
      margin-top: 18px;
    }

._matcher-content_1hako_63 ._content_1hako_77 {
    padding: 17px 35px;
    width: 100%;
    min-height: 200px;
  }

._matcher-content_1hako_63 ._content_1hako_77._disabled_1hako_81 {
      padding: 0 35px 17px 0;
      min-height: auto;
    }

._fields-group_1hako_88 .form-group > div {
        width: 100%;
        position: relative;
      }

._fields-group_1hako_88 .form-group > div > div {
          width: 100%;
        }

._fields-group_1hako_88 .form-group > div > svg {
          position: absolute;
          right: -24px;
          top: 10px;
        }

._alert-only_1hako_109 {
  position: absolute;
  right: 0;
  top: -52px;
}

._alert-only_1hako_109 input {
    margin-top: 0 !important;
  }

._help_1hako_119 {
  display: flex;
  color: var(--hex-8a9eb2);
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 20px;
}

._help_1hako_119 svg {
    margin-right: 5px;
  }

._help_1hako_119 svg path {
      fill: var(--hex-dab602);
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1ff4j_8 .checkbox {
      margin: 0;
      margin-top: -8px;
    }

._root_1ff4j_8 .checkbox label {
        padding: 0;
      }

._svg_1ff4j_21 {
  display: flex;
  align-items: center;
  height: 26px;
}

._svg_1ff4j_21 g {
    fill: var(--hex-ffffff);
  }

._option_1ff4j_31 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._option_1ff4j_31 > div svg g {
      fill: var(--hex-ffffff);
    }

._option_1ff4j_31 > div svg + svg {
      margin-left: 5px;
    }

._option_1ff4j_31 ._wrapper_1ff4j_46 {
    display: flex;
    align-items: center;
    width: 100%;
  }

._option_1ff4j_31 ._wrapper_1ff4j_46 > div:first-child {
      display: flex;
      width: 100%;
      align-items: center;
    }

._option_1ff4j_31 ._wrapper_1ff4j_46 > div:last-child {
      display: flex;
    }

._option_1ff4j_31 .checkbox {
      margin: 0;
      margin-right: 8px;
    }

._option_1ff4j_31 .checkbox label {
        padding: 0;
        min-height: 16px !important;
      }

._option_1ff4j_31 .checkbox label input {
          margin: 0;
          height: 16px !important;
          width: 16px !important;
          min-height: 16px !important;
          min-width: 16px !important;
        }

._option_1ff4j_31 .checkbox label input:checked:hover {
            border-color: var(--hex-1a7ee2) !important;
          }

._option_1ff4j_31 .checkbox label input:hover {
            border-color: var(--hex-dedeed) !important;
          }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._modal_qdtdf_8 .modal-dialog {
      width: 900px;
    }

._modal_qdtdf_8 .table-body ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
      }

._modal_qdtdf_8 .table-body ::-webkit-scrollbar-track {
        background: var(--hex-d8d8d8);
      }

._modal_qdtdf_8 .table-body ::-webkit-scrollbar-thumb {
        background: var(--hex-666666);
      }

._modal_qdtdf_8 .tt-col {
      cursor: pointer;
    }

._wrapper_qdtdf_35 .confirm-action-container {
      display: flex;
      justify-content: flex-end;
      margin-top: 2rem;
      padding: 0;
    }

._priorityExplanation_qdtdf_46,
._priorityInstruction_qdtdf_47 {
  margin: 1rem;
  margin-top: 2rem;
}

._priorityInstruction_qdtdf_47 {
  font-weight: 600;
}

._list_qdtdf_56 {
  padding: 0;
}

._list_qdtdf_56 ._item_qdtdf_59 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 5px 1rem;
    transition: all 0.2s ease-in-out;
  }

._list_qdtdf_56 ._item_qdtdf_59._active_qdtdf_67 {
      -webkit-transform: translateX(10px);
              transform: translateX(10px);
    }

._list_qdtdf_56 ._item_qdtdf_59:hover {
      cursor: pointer;
      background: var(--hex-2b2d44);
      border-radius: var(--border-radius-3);
    }

._list_qdtdf_56 ._item_qdtdf_59 ._scope_qdtdf_77 {
      display: flex;
      align-items: center;
      flex-basis: 100px;
    }

._list_qdtdf_56 ._item_qdtdf_59 ._matcherType_qdtdf_83 {
      color: var(--hex-6a93ff);
      flex-basis: 200px;
    }

._list_qdtdf_56 ._item_qdtdf_59 ._title_qdtdf_88 {
      flex: 1;
    }

._list_qdtdf_56 ._item_qdtdf_59 ._score_qdtdf_92 {
      flex-basis: 40px;
      text-align: right;
    }

._list_qdtdf_56 ._item_qdtdf_59 div + div {
      margin-left: 10px;
    }

._table_qdtdf_14 {
  display: flex;
}

._table_qdtdf_14 ._title_qdtdf_88 {
    padding: 9px 9px;
    border-right: 1px solid var(--hex-474a6b);
    background-color: var(--hex-2b2d44);
    min-height: 14px;
    color: var(--hex-f1f3fa);
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
  }

._table_qdtdf_14 ._col_qdtdf_117 {
    flex: 1;
  }

._table_qdtdf_14 ._col_qdtdf_117:last-child ._title_qdtdf_88 {
        border: none;
      }

._table_qdtdf_14 ._row_qdtdf_127 {
    padding: 6px;
  }

._table_qdtdf_14 ._row_qdtdf_127._active_qdtdf_67 {
      color: var(--hex-28f29a);
    }

._footer-wrapper_qdtdf_136 {
  position: fixed;
  bottom: 0px;
  max-width: 1800px !important;
  width: 100%;
  z-index: 10;
  display: inline-block;
}

._footer_qdtdf_136 {
  display: flex;
  justify-content: flex-end;

  border-radius: var(--border-radius-3);
  background-color: var(--hex-0070df);
  padding: 10px;

  width: calc(100% - 48px);
}

._footer_qdtdf_136 p {
    color: var(--hex-ffffff);
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    left: 14px;
    top: 19px;
  }

._noti_qdtdf_165 {
  background: var(--hex-2b2d44);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
}

._noti_qdtdf_165 > span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    font-weight: 500;
    font-size: 11px;
    color: var(--hex-ffffff);
  }

._noti_qdtdf_165._match_qdtdf_83 {
    background: var(--hex-dab602);
  }

._noti_qdtdf_165._match_qdtdf_83 > span {
      color: var(--hex-07091b);
    }

._overlay_qdtdf_191 {
  background: black;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

._underline-hover_qdtdf_201:hover {
  text-decoration: underline;
}

._icon_qdtdf_205 {
  width: 21px;
  margin-right: 5px;
}

._tags-list_qdtdf_210 {
  margin-top: 10px;
  max-width: 400px;
}

._tags-list_qdtdf_210 > div {
    display: inline-block;
  }

._tableWrapper_qdtdf_219 {
  background-color: var(--hex-07091b);
  max-height: 300px;
  overflow-y: auto;
}

._tableWrapper_qdtdf_219::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

._tableWrapper_qdtdf_219::-webkit-scrollbar-track {
    background: var(--hex-07091b);
  }

._tableWrapper_qdtdf_219::-webkit-scrollbar-thumb {
    background: var(--hex-585e80);
  }

._tableWrapper_qdtdf_219 .js-table {
      margin-top: 0;
    }

._tableWrapper_qdtdf_219 .rc-table-thead th {
      background-color: var(--hex-07091b);
    }

._tableWrapper_qdtdf_219 .rc-table-thead th:first-child {
        background-color: hsl(var(--theme-hex-0e7c9f, 194.00deg 83.80% 33.90%) / 15%);
      }

._tableWrapper_qdtdf_219 .rc-table-row.row-even {
      background-color: var(--hex-07091b);
    }

._tableWrapper_qdtdf_219 .rc-table-row.row-even td:first-child {
        background-color: hsl(var(--theme-hex-0e7c9f, 194.00deg 83.80% 33.90%) / 15%);
      }

._tableWrapper_qdtdf_219 .rc-table-row.row-odd {
      background-color: var(--hex-07091b);
    }

._tableWrapper_qdtdf_219 .rc-table-row.row-odd td:first-child {
        background-color: hsl(var(--theme-hex-0e7c9f, 194.00deg 83.80% 33.90%) / 15%);
      }

._see-matrix_qdtdf_268 {
  display: flex;
  margin-top: 14px;
  font-size: 13px;
  line-height: 20px;
  color: var(--hex-8a9eb2);
}

._see-matrix_qdtdf_268 p {
    margin: 0;
  }

._see-matrix_qdtdf_268 a {
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
  }

._see-matrix_qdtdf_268 svg {
    margin-right: 6px;
    opacity: 0.7;
  }

._see-matrix_qdtdf_268 svg path {
      fill: var(--hex-ffdd2e);
    }

._matrixContainer_qdtdf_294 {
  position: relative;
  display: none;
  background-color: var(--hex-181b30);
  border-radius: var(--border-radius-10);
  width: 100%;
  min-height: 200px;
  margin-top: 12px;
  padding: 24px 13px;
  padding-bottom: 13px;
}

._matrixContainer_qdtdf_294:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50px;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 28px 24px 28px;
    border-color: transparent transparent var(--hex-181b30) transparent;
  }

._matrixContainer_qdtdf_294._show_qdtdf_318 {
    display: inline-block;
  }

._matrixContainer_qdtdf_294 ._see-matrix_qdtdf_268 {
    border-top: 1px solid var(--hex-20293c);
    margin-left: -13px;
    width: calc(100% + 26px);
    padding: 0 13px;
    padding-top: 11px;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1qn50_8 {
  position: relative;
  padding: 0;
  background-color: var(--hex-181b30);
  margin-bottom: 4rem;
  border-radius: var(--border-radius-8);
}

._root_1qn50_8 .rc-table td .date {
      color: inherit;
    }

._createCTA_1qn50_22 {
  display: flex;
  justify-content: flex-end;
  align-items: center;

  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 90;
}

._createCTA_1qn50_22 button i {
      color: var(--hex-ffffff);
    }

._icon_1qn50_39 {
  width: 21px;
  margin-right: 5px;
}

._noti_1qn50_44 {
  background: var(--hex-2b2d44);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
}

._noti_1qn50_44 > span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    font-weight: 500;
    font-size: 11px;
    color: var(--hex-ffffff);
  }

._highlight_1qn50_62 {
  color: var(--hex-ffffff);
}

._tags-list_1qn50_66 {
  margin-top: 10px;
  max-width: 400px;
}

._tags-list_1qn50_66 > div {
    display: inline-block;
  }

._nameRow_1qn50_75 {
  min-height: 43px;
  display: flex;
  align-items: center;
}

._checkbox_1qn50_81 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
}

._status_1qn50_95 {
  display: flex;
  align-items: center;
}

._status_1qn50_95 svg {
    margin-right: 5px;
  }

._os_1qn50_104 {
  display: flex;
  align-items: center;
}

._os_1qn50_104 svg g {
      fill: var(--hex-ffffff);
    }

._os_1qn50_104 svg + svg {
    margin-left: 8px;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_14xo3_8 {
  min-height: 128px;
}

._root_14xo3_8 ._wrapper_14xo3_11 {
    display: flex;
  }

/* Total endpoint counts */

._root_14xo3_8 ._wrapper_14xo3_11 ._col_14xo3_15:first-child ._title_14xo3_16 {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
      }

._root_14xo3_8 ._wrapper_14xo3_11 ._col_14xo3_15:first-child ._title_14xo3_16 svg {
          -webkit-transform: translateY(-1px);
                  transform: translateY(-1px);
        }

._root_14xo3_8 ._wrapper_14xo3_11 ._col_14xo3_15:first-child ._title_14xo3_16 > span {
          font-size: 14px;
          letter-spacing: 0.5px;
          line-height: 20px;
        }

._root_14xo3_8 ._wrapper_14xo3_11 ._col_14xo3_15:first-child ._value_14xo3_32 {
        color: var(--hex-ffffff);
        font-size: 40px;
        font-weight: 300;
        line-height: 47px;
      }

/* Rest of endpoint counts  */

._root_14xo3_8 ._wrapper_14xo3_11 ._col_14xo3_15:last-child {
      display: flex;
    }

._root_14xo3_8 ._wrapper_14xo3_11 ._col_14xo3_15 + ._col_14xo3_15 {
      margin-left: 90px;
      margin-top: 35px;
    }

._loader_14xo3_52 {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

._loader_14xo3_52 .spinner {
      position: inherit;
      top: initial;
      left: initial;
      -webkit-transform: none;
              transform: none;
    }

._counts_14xo3_68 ._row_14xo3_69 {
    display: flex;
    align-items: center;
    color: var(--hex-898eba);
    font-size: 13px;
    letter-spacing: 0.46px;
    line-height: 20px;
  }

._counts_14xo3_68 ._row_14xo3_69 svg {
      margin-right: 7px;
    }

._counts_14xo3_68 ._row_14xo3_69 span:last-child {
      margin-left: 8px;
      color: var(--hex-f1f3fa);
    }

._counts_14xo3_68 ._row_14xo3_69 + ._row_14xo3_69 {
    margin-top: 16px;
  }

._overview_14xo3_92 {
  margin-left: 60px;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_16n8c_8 {
  position: relative;
}

._root_16n8c_8 ._legend_16n8c_11 {
    display: flex;
    position: absolute;
    top: -33px;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }

._root_16n8c_8 ._legend_16n8c_11 li {
      display: flex;
      align-items: center;
    }

._root_16n8c_8 ._legend_16n8c_11 li span:last-child {
        color: var(--hex-ffffff);
        font-size: 11px;
        line-height: 13px;
      }

._root_16n8c_8 ._legend_16n8c_11 li + li {
      margin-left: 8px;
    }

._loader_16n8c_37 {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

._loader_16n8c_37 .spinner {
      position: inherit;
      top: initial;
      left: initial;
      -webkit-transform: none;
              transform: none;
    }

._recharts-tooltip_16n8c_53 {
  border-radius: var(--border-radius-5);
  background-color: hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 50%);
  padding: 8px;
}

._recharts-tooltip_16n8c_53 > div {
    color: var(--hex-ffffff);
    font-size: 11px;
    line-height: 13px;
  }

._recharts-tooltip_16n8c_53 div + div {
    margin-top: 3px;
  }

._square_16n8c_69 {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 5px;
}

._square_16n8c_69._wl_16n8c_75 {
    background: var(--hex-149dc9);
  }

._square_16n8c_69._bl_16n8c_78 {
    background: var(--hex-e77474);
  }

._square_16n8c_69._pr_16n8c_81 {
    background: var(--hex-1bd8c3);
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_6s7yx_8 {
  display: flex;
}

@media (max-width: 1350px) {

._root_6s7yx_8 {
    flex-direction: column
}
      ._root_6s7yx_8 .col-xs-4,
      ._root_6s7yx_8 .col-xs-8 {
        width: 100% !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
      }
  }

._root_6s7yx_8 .col-xs-4 {
      min-width: 575px !important;
      padding-right: 3.5px;
    }

._root_6s7yx_8 .col-xs-4 .js-card > div:first-child {
        padding-bottom: 5px;
      }

._root_6s7yx_8 .col-xs-8 {
      width: calc(100% - 575px);
      padding-left: 3.5px;
    }

._root_6s7yx_8 .col-xs-8 .js-card > div:first-child {
        padding-bottom: 15px;
      }

._root_6s7yx_8 .js-card {
      height: 200px;
      margin-bottom: 7px;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_15su2_8 {
  min-height: 128px;
}

._root_15su2_8 ._wrapper_15su2_11 {
    display: flex;
  }

/* Total endpoint counts */

._root_15su2_8 ._wrapper_15su2_11 ._col_15su2_15:first-child ._title_15su2_16 {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
      }

._root_15su2_8 ._wrapper_15su2_11 ._col_15su2_15:first-child ._title_15su2_16 svg {
          -webkit-transform: translateY(-1px);
                  transform: translateY(-1px);
        }

._root_15su2_8 ._wrapper_15su2_11 ._col_15su2_15:first-child ._title_15su2_16 > span {
          font-size: 14px;
          letter-spacing: 0.5px;
          line-height: 20px;
        }

._root_15su2_8 ._wrapper_15su2_11 ._col_15su2_15:first-child ._value_15su2_32 {
        color: var(--hex-ffffff);
        font-size: 40px;
        font-weight: 300;
        line-height: 47px;
      }

/* Rest of endpoint counts  */

._root_15su2_8 ._wrapper_15su2_11 ._col_15su2_15:last-child {
      display: flex;
    }

._root_15su2_8 ._wrapper_15su2_11 ._col_15su2_15 + ._col_15su2_15 {
      margin-left: 90px;
      margin-top: 35px;
    }

._loader_15su2_52 {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

._loader_15su2_52 .spinner {
      position: inherit;
      top: initial;
      left: initial;
      -webkit-transform: none;
              transform: none;
    }

._counts_15su2_68 ._row_15su2_69 {
    display: flex;
    align-items: center;
    color: var(--hex-898eba);
    font-size: 13px;
    letter-spacing: 0.46px;
    line-height: 20px;
  }

._counts_15su2_68 ._row_15su2_69 svg {
      margin-right: 7px;
    }

._counts_15su2_68 ._row_15su2_69 span:last-child {
      margin-left: 8px;
      color: var(--hex-f1f3fa);
    }

._counts_15su2_68 ._row_15su2_69:nth-child(1) svg path:first-child {
      fill: var(--hex-149dc9) !important;
    }

._counts_15su2_68 ._row_15su2_69:nth-child(2) svg path:last-child {
      fill: var(--hex-e77474) !important;
    }

._counts_15su2_68 ._row_15su2_69:nth-child(3) svg path:last-child {
      fill: var(--hex-1bd8c3) !important;
    }

._counts_15su2_68 ._row_15su2_69 + ._row_15su2_69 {
    margin-top: 16px;
  }

._overview_15su2_108 {
  margin-left: 60px;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1dbut_8 {
  position: relative;
}

._root_1dbut_8 ._legend_1dbut_11 {
    display: flex;
    position: absolute;
    top: -33px;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }

._root_1dbut_8 ._legend_1dbut_11 li {
      display: flex;
      align-items: center;
    }

._root_1dbut_8 ._legend_1dbut_11 li span:last-child {
        color: var(--hex-ffffff);
        font-size: 11px;
        line-height: 13px;
      }

._root_1dbut_8 ._legend_1dbut_11 li + li {
      margin-left: 8px;
    }

._loader_1dbut_37 {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

._loader_1dbut_37 .spinner {
      position: inherit;
      top: initial;
      left: initial;
      -webkit-transform: none;
              transform: none;
    }

._recharts-tooltip_1dbut_53 {
  border-radius: var(--border-radius-5);
  background-color: hsl(var(--theme-hex-000000, 0.00deg 0.00% 0.00%) / 50%);
  padding: 8px;
}

._recharts-tooltip_1dbut_53 > div {
    color: var(--hex-ffffff);
    font-size: 11px;
    line-height: 13px;
  }

._recharts-tooltip_1dbut_53 div + div {
    margin-top: 3px;
  }

._square_1dbut_69 {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 5px;
}

._square_1dbut_69._dt_1dbut_75 {
    background: var(--hex-e77474);
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_135ov_8 {
  display: flex;
}

@media (max-width: 1100px) {

._root_135ov_8 {
    flex-direction: column
}
      ._root_135ov_8 .col-xs-3,
      ._root_135ov_8 .col-xs-9 {
        width: 100% !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
      }
  }

._root_135ov_8 .col-xs-3 {
      min-width: 450px !important;
      padding-right: 3.5px;
    }

._root_135ov_8 .col-xs-3 .js-card > div:first-child {
        padding-bottom: 5px;
      }

._root_135ov_8 .col-xs-9 {
      width: calc(100% - 450px);
      padding-left: 3.5px;
    }

._root_135ov_8 .col-xs-9 .js-card > div:first-child {
        padding-bottom: 15px;
      }

._root_135ov_8 .js-card {
      height: 200px;
      margin-bottom: 7px;
    }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._delete-policy_knpdl_8 {
  position: absolute;
  right: 24px;
  top: 13px;
}

._row-container_knpdl_14 {
  margin-left: -24px;
  width: calc(100% + 48px);
}

._row_knpdl_14 {
  padding: 7px 24px;
  display: flex;
  position: relative;
}

._row_knpdl_14:first-child:hover {
    background: hsl(var(--theme-hex-898eba, 234.00deg 26.20% 63.30%) / 10%);
  }

._row_knpdl_14 ._key_knpdl_28 {
    color: var(--hex-898eba);
    font-size: 12px;
    line-height: 24px;
    min-width: 90px;
    display: inline-block;
  }

._row_knpdl_14 ._value_knpdl_35 {
    width: 100%;
    color: var(--hex-f1f3fa);
    font-size: 13px;
    line-height: 24px;
    padding-right: 20px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
  }

._toggles-list_knpdl_48 .block-wrapper {
      background: var(--hex-181b30);
      padding: 0 !important;
    }

._toggles-list_knpdl_48 .block-wrapper > .row {
        margin-left: -24px;
        margin-right: 0;
        width: calc(100% + 48px);
      }

._toggles-list_knpdl_48 .endpoint-incident-details {
      margin: 0 !important;
      padding: 0 !important;
    }

._toggles-list_knpdl_48 .endpoint-incident-details h3 {
        display: none;
      }

._toggles-list_knpdl_48 .endpoint-incident-details li {
        border-bottom: 0;
      }

._toggles-list_knpdl_48 .endpoint-incident-details li span:first-child {
        padding-left: 24px;
        width: 40%;
      }

._endpoint_knpdl_61 ._endpointStatus_knpdl_82 {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 20px;
  }

._endpoint_knpdl_61 ._endpointStatus_knpdl_82 ._status_knpdl_88 {
      display: inline-block;
      height: 8px;
      width: 8px;
      padding-right: 8px;
      margin-bottom: 2px;
      border-radius: 100%;
      margin-right: 4px;
      background-color: var(--hex-607285);
    }

._endpoint_knpdl_61 ._endpointStatus_knpdl_82 ._status_knpdl_88._online_knpdl_98 {
        background-color: var(--hex-28f29a);
      }

._state_knpdl_105 {
  display: flex;
  align-items: center;
}

._incidentStatus_knpdl_110 {
  display: flex;
  align-items: center;
  margin-left: 5px;
}

._incidentStatus_knpdl_110 svg {
    margin-right: 5px;
  }

._state-container_knpdl_120 {
  margin-right: 5px;
  display: flex;
  align-items: center;
}

._dot_knpdl_126 {
  display: inline-block;
  height: 9px;
  width: 9px;
  border: 1.5px solid var(--hex-ffffff);
  border-radius: 100%;
  margin-right: 5px;
}

._dot_knpdl_126._red_knpdl_134 {
    border-color: var(--hex-ff4b66);
  }

._dot_knpdl_126._orange_knpdl_137 {
    border-color: var(--hex-f9a926);
  }

._dot_knpdl_126._yellow_knpdl_140 {
    border-color: var(--hex-ffdd2e);
  }

._center_knpdl_145 {
  display: flex;
  align-items: center;
}

._center_knpdl_145 svg {
    margin-right: 5px;
    width: auto !important;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._row_qvm7z_8 {
  padding: 7px 0;
  display: flex;
  position: relative;
}

._row_qvm7z_8 ._key_qvm7z_13 {
    color: var(--hex-898eba);
    font-size: 12px;
    line-height: 24px;
    min-width: 90px;
    display: inline-block;
  }

._row_qvm7z_8 ._value_qvm7z_20 {
    width: 100%;
    color: var(--hex-f1f3fa);
    font-size: 13px;
    line-height: 24px;
    padding-right: 20px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._navigationContainer_197a5_8 {
  width: 100%;
  display: flex;
  flex-direction: column;
}

._navigationContainer_197a5_8 .js-navigation-wrapper {
      position: sticky;
      z-index: 98;
      top: 122px;
      background: var(--hex-07091b);
    }

._navigationContainer_197a5_8 .js-navigation-container {
      margin-right: 0 !important;
      margin-bottom: 4px;
    }

._navigationContainer_197a5_8 .js-navigation-scrollspy {
      display: flex;
    }

._navigationContainer_197a5_8 .js-navigation-scrollspy li + li {
        margin-top: 0 !important;
        margin-left: 4px;
      }

._navigationContainer_197a5_8 ._navigation_197a5_8 {
    margin-right: 4px;
    position: sticky;
    z-index: 1000;
    top: 122px;
  }

._navigationContainer_197a5_8 ._navigation_197a5_8 ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }

._navigationContainer_197a5_8 ._navigation_197a5_8 ul li {
        width: 80px;
        height: 80px;
        border-radius: var(--border-radius-8);
        cursor: pointer;
      }

._navigationContainer_197a5_8 ._navigation_197a5_8 ul li a {
          cursor: pointer;
          height: 100%;
          width: 100%;
          display: flex;
          align-items: center;
          text-align: center;
          justify-content: center;
          flex-direction: column;
          text-decoration: none;
          position: relative;
        }

._navigationContainer_197a5_8 ._navigation_197a5_8 ul li svg,
        ._navigationContainer_197a5_8 ._navigation_197a5_8 ul li img {
          width: 40%;
          -webkit-transform: translateY(0px);
                  transform: translateY(0px);
          transition: -webkit-transform 0.2s ease-in-out;
          transition: transform 0.2s ease-in-out;
          transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
        }

._navigationContainer_197a5_8 ._navigation_197a5_8 ul li span {
          height: 0;
          opacity: 0;
          display: inline-block;
          color: var(--hex-ffffff);
          font-size: 10px;
          font-weight: bold;
          letter-spacing: 2px;
          text-transform: uppercase;
          transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
          transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
          transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
        }

._navigationContainer_197a5_8 ._navigation_197a5_8 ul li ._labelContainer_197a5_85 {
          position: absolute;
          bottom: 0px;
          left: 0;
          width: 100%;
        }

._navigationContainer_197a5_8 ._navigation_197a5_8 ul li:hover {
          background-color: var(--hex-181b30);
        }

._navigationContainer_197a5_8 ._navigation_197a5_8 ul li:hover svg,
          ._navigationContainer_197a5_8 ._navigation_197a5_8 ul li:hover img {
            -webkit-transform: translateY(-7px);
                    transform: translateY(-7px);
          }

._navigationContainer_197a5_8 ._navigation_197a5_8 ul li:hover span {
            -webkit-transform: translateY(-7px);
                    transform: translateY(-7px);
            height: 17px;
            opacity: 1;
          }

._navigationContainer_197a5_8 ._navigation_197a5_8 ul li + li {
        margin-top: 4px;
      }

._navigationContainer_197a5_8 ._navigation_197a5_8 ul .is-current {
          background-color: var(--hex-181b30);
        }

._navigationContainer_197a5_8 ._navigation_197a5_8 ul .is-current svg,
          ._navigationContainer_197a5_8 ._navigation_197a5_8 ul .is-current img {
            -webkit-transform: translateY(-7px);
                    transform: translateY(-7px);
          }

._navigationContainer_197a5_8 ._navigation_197a5_8 ul .is-current span {
            -webkit-transform: translateY(-7px);
                    transform: translateY(-7px);
            height: 17px;
            opacity: 1;
          }

._navigationContainer_197a5_8 ._right_197a5_131 {
    width: 100%;
    /* This guarantees that if the page has no scroll (the content fits in the screen) there's enough scroll to navigate to each element
      200vh -> 2 screens height
      376 -> (68+80)*2 + 56 + 24  -> (page nav) * 2 + top bar + section title margin
    */
    min-height: calc(200vh - 376px);
  }

._navigationContainer_197a5_8 ._right_197a5_131 .widget {
        margin-bottom: 4px;
      }

._navigationContainer_197a5_8 .js-incidents-table {
      padding: 0;
    }

._navigationContainer_197a5_8 #section-graphs {
      display: flex;
    }

._navigationContainer_197a5_8 #section-graphs .first {
        padding-right: 2px;
        width: calc(50% - 2px);
      }

._navigationContainer_197a5_8 #section-graphs .first .widget {
          height: calc(100% - 4px);
        }

._navigationContainer_197a5_8 #section-graphs .last {
        padding-left: 2px;
        width: calc(50% - 2px);
      }

._navigationContainer_197a5_8 li:hover .summary {
          fill: var(--hex-00c1ff);
        }

._navigationContainer_197a5_8 li:hover .events {
          fill: var(--hex-00c1ff);
        }

._navigationContainer_197a5_8 li:hover .status {
          fill: var(--hex-00c1ff);
        }

._navigationContainer_197a5_8 li:hover .hits {
          fill: var(--hex-00c1ff);
        }

._navigationContainer_197a5_8 li:hover .matchers {
          fill: var(--hex-00c1ff);
        }

._navigationContainer_197a5_8 .is-current .summary {
        fill: var(--hex-00c1ff);
      }

._navigationContainer_197a5_8 .is-current .events {
        fill: var(--hex-00c1ff);
      }

._navigationContainer_197a5_8 .is-current .status {
        fill: var(--hex-00c1ff);
      }

._navigationContainer_197a5_8 .is-current .hits {
        fill: var(--hex-00c1ff);
      }

._navigationContainer_197a5_8 .is-current .matchers {
        fill: var(--hex-00c1ff);
      }

._warning_197a5_223 {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 4px;
}

._warning_197a5_223 > div {
    border-radius: var(--border-radius-8);
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._footer_6wr70_8 {
  display: flex;
  justify-content: flex-end;
}

._footer_6wr70_8 button {
    min-width: 140px;
  }

._help_6wr70_17 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1rem;
}

._help_6wr70_17 span {
    margin-left: 0.5rem;
    font-style: italic;
  }

._textarea_6wr70_28._textarea_6wr70_28._textarea_6wr70_28 {
  height: 8rem;
  resize: vertical;
  font-size: 12px;
}
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_1i2ow_8 .rc-table td .date {
      color: inherit;
    }

._createCTA_1i2ow_16 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 71px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 0.5px solid var(--hex-363a57);
}

._createCTA_1i2ow_16 button i {
      color: var(--hex-ffffff);
    }

._highlight_1i2ow_32 {
  color: var(--hex-ffffff);
}

._actions_1i2ow_36 {
  display: flex;
}

._actions_1i2ow_36 span + span {
    margin-left: 12px;
  }

._copyable_1i2ow_44 {
  line-height: 32px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;

  font-family: var(--font-mono);
  align-items: center;
}

._copyable_1i2ow_44 ._actions_1i2ow_36 {
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
  }

._copyable_1i2ow_44 ._copy-value_1i2ow_59 {
    flex: 1;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._root_oku49_8 {
  margin-bottom: 4rem;

  background-color: var(--hex-181b30);
  border-radius: var(--border-radius-8);
}

._root_oku49_8 > ._loader_oku49_14 {
    padding: 6rem 0 2rem;
  }

._root_oku49_8 > ._load-error_oku49_18 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6.5rem 0 8rem;
  }

._root_oku49_8 > ._load-error_oku49_18 > img {
      width: 50%;
      max-width: 14rem;
    }

._root_oku49_8 > ._load-error_oku49_18 > div {
      margin-top: 2rem;

      font-style: italic;
    }

._header_oku49_37 {
  display: flex;
  align-items: center;
  padding: 1.2rem 1.6rem;
  min-height: 6.4rem; /* To adjust height due to the lack of button as other pages do */

  border-bottom: solid 1px var(--hex-363a57);
}

._header_oku49_37 > ._title_oku49_45 {
    flex: 1 0;
    padding: 0.6rem 0;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.2rem;
    text-transform: uppercase;

    color: var(--hex-ffffff);
    line-height: 1.6rem;
  }

._header_oku49_37 > span { /* modal trigger */
    flex: 0 1;
    width: 0;
    overflow: visible;
    min-width: -webkit-max-content;
    min-width: max-content;
    display: grid;
    grid-auto-flow: column;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    align-items: center;
  }

._header_oku49_37 > span > ._help_oku49_67 {
      color: var(--hex-149dc9);

      cursor: pointer;
    }

._header_oku49_37 > span > ._help_oku49_67:hover {
        text-decoration: underline;
      }

._banner_oku49_79 {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  padding: 1.2rem 2.2rem;

  font-size: 1.2rem;

  color: var(--hex-181b30);
  background-color: var(--hex-149dc9);
  border-radius: var(--border-radius-4);
}

._banner_oku49_79 svg {
    margin-right: 0.5rem;
    margin-top: -0.1rem;
  }

._banner_oku49_79 svg path {
      fill: var(--hex-181b30);
    }

._config_oku49_101 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  justify-content: center;
  justify-items: end;
  padding: 4.8rem 4rem 4rem 2rem;
}

._controls_oku49_110 {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-right: 2rem;

  border-right: 1px solid hsl(var(--theme-hex-898eba, 234.00deg 26.20% 63.30%) / 10%);
}

._controls_oku49_110 > ._range_oku49_118 {
    display: grid;
    grid-template-columns: 1fr 0.25fr;
    padding: 2rem;

    border-bottom: 1px solid hsl(var(--theme-hex-898eba, 234.00deg 26.20% 63.30%) / 10%);
  }

._controls_oku49_110 > ._range_oku49_118:last-child {
      border: none;
    }

._controls_oku49_110 > ._range_oku49_118 > ._details_oku49_129 > ._title_oku49_45 {
        font-weight: 500;
        font-size: 1.4rem;

        color: var(--hex-ffffff);
      }

._controls_oku49_110 > ._range_oku49_118 > ._details_oku49_129 > ._info_oku49_137 div {
        margin: 0.4rem 0 0;
      }

._controls_oku49_110 > ._range_oku49_118 > ._details_oku49_129 > ._info_oku49_137 div._checkbox_oku49_140 {
          display: flex;
        }

._controls_oku49_110 > ._range_oku49_118 > ._details_oku49_129 > ._info_oku49_137 div > ._toggle_oku49_144 {
          margin-top: 0.6rem;
          color: var(--hex-8a9eb2);
        }

._controls_oku49_110 > ._range_oku49_118 > ._details_oku49_129 > ._info_oku49_137 div > ._toggle_oku49_144 input {
            margin: -0.1rem 1rem 0 0;

            border-color: var(--hex-8a9eb2);
          }

._controls_oku49_110 > ._range_oku49_118 > ._input_oku49_157 {
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: -webkit-max-content;
      min-width: max-content;
      margin-left: 4rem;
    }

._controls_oku49_110 > ._range_oku49_118 > ._input_oku49_157 > span {
        font-size: 1.3rem;
        font-weight: 500;
      }

._controls_oku49_110 > ._range_oku49_118 > ._input_oku49_157 > input {
        width: 10rem;
        margin-top: 0.4rem;
        padding: 1rem;

        color: var(--hex-ffffff);
        background-color: var(--hex-363a57);
        border: none;
        border-radius: var(---border-radius-4);
      }

._controls_oku49_110 > ._range_oku49_118 > ._input_oku49_157 > input:focus {
          box-shadow: 0 0 0 2px var(--hex-1f8efa);
        }

._controls_oku49_110 > ._range_oku49_118 > ._input_oku49_157 > input:disabled {
          opacity: 0.5;
        }

._controls_oku49_110 > ._range_oku49_118 > ._input_oku49_157 > input._invalid_oku49_187 {
          box-shadow: 0 0 0 2px var(--hex-ff4b66);
        }

._controls_oku49_110 > ._range_oku49_118 > ._input_oku49_157 > ._error_oku49_192 {
        position: absolute;
        top: 7rem;
        white-space: pre;

        color: var(--hex-ff4b66);

        opacity: 0;
        transition: opacity 200ms ease-in-out;
      }

._controls_oku49_110 > ._range_oku49_118 > ._input_oku49_157 > input._invalid_oku49_187 + ._error_oku49_192 {
        opacity: 1;
      }

._controls_oku49_110 > ._range_oku49_118 > ._input_oku49_157._disabled_oku49_207 {
        pointer-events: none;
      }

/* Ranges Graphic */
._ranges_oku49_215 {
  /*
  Resize magic 🪄
  */
  --range-width: 92rem;
  --range-inner-width: 86rem;
  --range-height: 40rem;
  --range-padding: 4rem;
}
@media (max-width: 1600px) {
._ranges_oku49_215 {
    --range-width: 81rem;
    --range-inner-width: 73rem
}
  }
@media (max-width: 1400px) {
._ranges_oku49_215 {
    --range-width: 60rem;
    --range-inner-width: 52rem
}
  }
@media (max-width: 1100px) {
._ranges_oku49_215 {
    --range-width: 52rem;
    --range-inner-width: 46rem
}
  }
._ranges_oku49_215 {

  position: relative;
  width: var(--range-width);
  height: var(--range-height);
  padding: var(--range-padding);

  background-color: var(--hex-181b30);
}
._ranges_oku49_215 > ._numbers_oku49_246 {
    position: absolute;
    left: var(--range-padding);
    width: calc(100% - var(--range-padding) * 2);
  }
._ranges_oku49_215 > ._numbers_oku49_246._top_oku49_251 {
      top: calc(var(--range-padding) - 1rem);
    }
._ranges_oku49_215 > ._numbers_oku49_246._bottom_oku49_255 {
      top: calc(var(--range-padding) - 0.8rem + 80%);
    }
._ranges_oku49_215 > ._numbers_oku49_246 > ._num_oku49_246 {
      position: absolute;
      -webkit-transform: translate(-50%);
              transform: translate(-50%);
    }
._ranges_oku49_215 > ._numbers_oku49_246._top_oku49_251 > ._num_oku49_246._current_oku49_264 {
      top: 2rem;
      opacity: 0.5;
    }
._ranges_oku49_215 > ._numbers_oku49_246._bottom_oku49_255 > ._num_oku49_246._current_oku49_264 {
      top: -2.2rem;
      opacity: 0.5;
    }
._ranges_oku49_215 > ._lines_oku49_275 {
    display: flex;
    /* This is the magic that makes the lines appear equally spaced without using absolute positions */
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
  }
._ranges_oku49_215 > ._lines_oku49_275 > ._vert_oku49_283 {
      width: 0.2rem;
      height: 80%;

      background-color: var(--hex-ffffff);
      opacity: 0.05;
    }
/* Every multiple of 10, increase the size to 90% */
._ranges_oku49_215 > ._lines_oku49_275 > ._vert_oku49_283:nth-child(10n + 1) {
        height: 90%;
      }
._ranges_oku49_215 > ._forbidden_oku49_297 {
    position: absolute;
    left: var(--range-padding);
    top: 50%;
    height: 65%;
    z-index: 3;

    background: repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 0.5rem,
      var(--hex-ff4b66) 0.5rem,
      var(--hex-ff4b66) 0.8rem
    );

    -webkit-transform: translate(0, -50%);

            transform: translate(0, -50%);
    opacity: 0.1;
  }
._ranges_oku49_215 > ._areas_oku49_316 {
    position: absolute;
    left: var(--range-padding);
    top: var(--range-padding);
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* We have to remove the padding from the width, twice to account for left-right and top-bottom */
    width: calc(100% - var(--range-padding) * 2);
    height: calc(100% - var(--range-padding) * 2);
  }
._ranges_oku49_215 > ._areas_oku49_316 > ._score_oku49_327 {
      position: relative;
      z-index: 2;
      display: flex;
    }
._ranges_oku49_215 > ._areas_oku49_316 > ._score_oku49_327 > ._fill_oku49_332 {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 3.5rem;

        font-weight: 600;

        color: var(--hex-181b30);
        background-image: linear-gradient(
          to right,
          var(--hex-ffdd2e) 0%,
          var(--hex-f9a926) 50%,
          var(--hex-ff4b66) 100%
        );
        background-origin: border-box;
        background-size: var(--range-inner-width) 3.5rem;
        border-radius: var(--border-radius-2);
      }
._ranges_oku49_215 > ._areas_oku49_316 > ._score_oku49_327 > ._fill_oku49_332 > span {
          padding: 0 1rem;

          white-space: nowrap;
        }
._ranges_oku49_215 > ._areas_oku49_316 > ._score_oku49_327 > ._fill_oku49_332._zero-w_oku49_357 {
          overflow: hidden;
        }
._ranges_oku49_215 > ._areas_oku49_316 > ._score_oku49_327 .js-fill {
          position: relative;
        }
._ranges_oku49_215 > ._areas_oku49_316 > ._score_oku49_327 .js-fill .overflow {
            position: absolute;

            color: var(--hex-ffffff);
            opacity: 0.8;
          }
._ranges_oku49_215 > ._areas_oku49_316 > ._score_oku49_327 .js-fill .overflow.left {
              right: calc(100%);
            }
._ranges_oku49_215 > ._areas_oku49_316 > ._score_oku49_327 .js-fill .overflow.right {
              left: calc(100%);
            }
._ranges_oku49_215 > ._areas_oku49_316 > ._value_oku49_384 {
      position: absolute;
      top: 3rem;
      width: 0.2rem;
      height: 80%;

      opacity: 0.5;

      background-image: linear-gradient(
        to bottom,
        transparent 0%,
        var(--hex-f9a926) 20%,
        var(--hex-f9a926) 80%,
        transparent 100%
      );

      -webkit-transform: translate(-0.1rem, 0);

              transform: translate(-0.1rem, 0);
      z-index: 1;
    }

/* Action buttons */
._actions_oku49_407 {
  display: flex;
  grid-column: 1 / span 2;
  justify-self: flex-end;
}
._actions_oku49_407 > button + button {
    margin-left: 1.1rem;
  }
._actions_oku49_407 > button:disabled {
    opacity: 0.5;
  }

/* Help modal */
._modal_oku49_422 > ._top_oku49_251 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 2rem 4rem;
  }
._modal_oku49_422 > ._top_oku49_251 > ._title_oku49_45 > h3 {
        font-size: 1.6rem;
        letter-spacing: initial;
        margin: 0 0 1rem 0;
      }
._modal_oku49_422 > ._top_oku49_251 > ._title_oku49_45 > p {
        font-size: 1.4rem;
      }
._modal_oku49_422 > ._sections_oku49_441 {
    margin-top: 2rem;
  }
._modal_oku49_422 > ._sections_oku49_441 > div + div {
      margin-top: 2rem;
    }
._modal_oku49_422 > ._sections_oku49_441 ._section-content_oku49_448 {
      font-size: 1.55rem;
      letter-spacing: 0.02em;
    }
._modal_oku49_422 > ._sections_oku49_441 ._section-content_oku49_448 > ._table_oku49_452 {
        display: grid;
        grid-template-columns: -webkit-max-content 1fr;
        grid-template-columns: max-content 1fr;
        gap: 1rem 2rem;
        margin: 1rem 0 0 1rem;

        font-size: 1.7rem;
      }
._modal_oku49_422 > ._sections_oku49_441 ._section-content_oku49_448 > ._table_oku49_452 div:nth-child(2n)::before {
          content: '\2192';

          margin-right: 2rem;
        }
._modal_oku49_422 > ._sections_oku49_441 ._section-content_oku49_448 > ._highlight_oku49_467 {
        font-size: 1.7rem;
        font-weight: bold;
      }
._modal_oku49_422 > ._sections_oku49_441 ._section-content_oku49_448 > ._highlight_oku49_467:not(:last-child) {
          margin-bottom: 3rem;
        }
._modal_oku49_422 > ._bottom_oku49_255 {
    display: flex;
    justify-content: flex-end;
    margin-top: 2rem;
  }
/*
////////////////////////////////////
// IBM Confidential ////////////////
// Copyright IBM Corp. 2021, 2025 //
////////////////////////////////////
*/

._step_13qeq_8 ._form-group_13qeq_9 {
    margin-bottom: 1.2rem;
  }

._step_13qeq_8 ._form-group_13qeq_9:last-of-type {
    margin-bottom: 2.4rem;
  }

._title_13qeq_18 {
  text-align: center;
  color: var(--hex-ffffff);
  margin: 0;
  margin-top: 2.4rem;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-weight: 700;
}

._subtitle_13qeq_30 {
  font-size: 1.6rem;
  margin: 0;
  margin-top: 1.8rem;
  color: var(--hex-ffffff);
  text-align: center;
}

._helper-text_13qeq_38 {
  font-size: 1.4rem;
  color: var(--hex-b5b9de);
  margin-top: 1.2rem;
  text-align: center;
}

._content_13qeq_45 {
  min-height: 8rem;
}

._success_13qeq_49 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
}

._success-disable_13qeq_56 {
  padding-bottom: 3rem;
  padding-top: 1.5rem;
}

._center-button_13qeq_61 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

._button-container_13qeq_67 {
  margin-top: 2.4rem;
}

._button--fullWidth_13qeq_71 {
  width: 100%;
}

._back_13qeq_75 {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1rem 0;
  cursor: pointer;
}
