HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //usr/share/opensearch-dashboards/node_modules/@osd/ui-framework/dist/kui_dark.css
/*!
 * SPDX-License-Identifier: Apache-2.0
 *
 * The OpenSearch Contributors require contributions made to
 * this file be licensed under the Apache-2.0 license or a
 * compatible open source license.
 *
 * Modifications Copyright OpenSearch Contributors. See
 * GitHub history for details.
 */

main {
  display: block;
   }

.kuiBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 30px;
   }

.kuiBarSection {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  margin-left: 25px;
  margin-right: 25px; }
  .kuiBarSection:not(:first-child):not(:last-child):not(:only-child) {
    justify-content: center;
     }
  .kuiBarSection:first-child {
    margin-left: 0; }
  .kuiBarSection:last-child {
    margin-right: 0;
    flex: 0 1 auto;
        justify-content: flex-end;
     }
  .kuiBarSection:only-child {
    margin-left: auto;
     }
  .kuiBarSection > * + * {
    margin-left: 10px;
     }

.kuiButton {
  display: inline-block;
    appearance: none;
  cursor: pointer;
  padding: 4px 12px 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  height: 30px;
  text-decoration: none;
  border: none;
  border-radius: 4px; }
  .kuiButton:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  a.kuiButton.kuiButton-isDisabled {
    cursor: not-allowed;
    opacity: 0.5; }
  .kuiButton:enabled:active {
    transform: translateY(1px); }
  a.kuiButton:not(.kuiButton-isDisabled):active {
        transform: translateY(1px); }

.kuiButton__inner {
  display: flex;
    align-items: center;
   }

.kuiButton--small {
  font-size: 12px;
  padding: 2px 8px 3px;
  height: 22px; }

.kuiButton--fullWidth {
  width: 100%;
  text-align: center; }

.kuiButton--iconText .kuiButton__icon:first-child:not(:only-child) {
  margin-right: 8px; }

.kuiButton--iconText .kuiButton__icon:last-child:not(:only-child) {
  margin-left: 8px; }

.kuiButton--iconText.kuiButton--small .kuiButton__icon:first-child:not(:only-child) {
  margin-right: 4px; }

.kuiButton--iconText.kuiButton--small .kuiButton__icon:last-child:not(:only-child) {
  margin-left: 4px; }

.kuiButton--basic {
  color: #DFE5EF;
  background-color: #25262E; }
  .kuiButton--basic:not(a):enabled:focus {
    color: #DFE5EF; }
  a.kuiButton--basic:not(.kuiButton-isDisabled):focus {
        color: #DFE5EF; }
  .kuiButton--basic:enabled:hover {
    background-color: #0e0f12 !important;
     }
  a.kuiButton--basic:not(.kuiButton-isDisabled):hover {
        background-color: #0e0f12 !important;
     }
  .kuiButton--basic:enabled:active {
    background-color: #0e0f12 !important;
     }
  a.kuiButton--basic:not(.kuiButton-isDisabled):active {
        background-color: #0e0f12 !important;
     }

.kuiButton--primary {
  color: #FFF;
  background-color: #1BA9F5; }
  .kuiButton--primary:not(a):enabled:focus {
    color: #FFF; }
  a.kuiButton--primary:not(.kuiButton-isDisabled):focus {
        color: #FFF; }
  .kuiButton--primary:enabled:hover {
    color: #FFF !important;
        background-color: #098dd4; }
  a.kuiButton--primary:not(.kuiButton-isDisabled):hover {
        color: #FFF !important;
        background-color: #098dd4; }
  .kuiButton--primary:enabled:active {
    color: #FFF !important;
        background-color: #098dd4; }
  a.kuiButton--primary:not(.kuiButton-isDisabled):active {
        color: #FFF !important;
        background-color: #098dd4; }

.kuiButton--success {
  color: #FFF;
  background-color: #7DE2D1; }
  .kuiButton--success:not(a):enabled:focus {
    color: #FFF; }
  a.kuiButton--success:not(.kuiButton-isDisabled):focus {
        color: #FFF; }
  .kuiButton--success:enabled:hover {
    color: #FFF !important;
        background-color: #53d9c2; }
  a.kuiButton--success:not(.kuiButton-isDisabled):hover {
        color: #FFF !important;
        background-color: #53d9c2; }
  .kuiButton--success:enabled:active {
    color: #FFF !important;
        background-color: #53d9c2; }
  a.kuiButton--success:not(.kuiButton-isDisabled):active {
        color: #FFF !important;
        background-color: #53d9c2; }

.kuiButton--danger {
  color: #F66;
  border: solid 1px #F66; }
  .kuiButton--danger:not(a):enabled:focus {
    z-index: 1;
        outline: none !important;
        box-shadow: 0 0 0 1px #1D1E24, 0 0 0 2px #F66;
        color: #F66; }
  a.kuiButton--danger:not(.kuiButton-isDisabled):focus {
        z-index: 1;
        outline: none !important;
        box-shadow: 0 0 0 1px #1D1E24, 0 0 0 2px #F66;
        color: #F66; }
  .kuiButton--danger:enabled:hover {
    color: #ff3333 !important;
    border: solid 1px #ff3333;
    background-color: rgba(255, 102, 102, 0.1); }
  a.kuiButton--danger:not(.kuiButton-isDisabled):hover {
        color: #ff3333 !important;
    border: solid 1px #ff3333;
    background-color: rgba(255, 102, 102, 0.1); }
  .kuiButton--danger:enabled:active {
    color: #ff3333 !important;
    border: solid 1px #ff3333;
    background-color: rgba(255, 102, 102, 0.1); }
  a.kuiButton--danger:not(.kuiButton-isDisabled):active {
        color: #ff3333 !important;
    border: solid 1px #ff3333;
    background-color: rgba(255, 102, 102, 0.1); }

.kuiButton--warning {
  color: #FFF;
  background-color: #FFCE7A; }
  .kuiButton--warning:not(a):enabled:focus {
    z-index: 1;
        outline: none !important;
        box-shadow: 0 0 0 1px #1D1E24, 0 0 0 2px #FFCE7A;
        color: #FFF; }
  a.kuiButton--warning:not(.kuiButton-isDisabled):focus {
        z-index: 1;
        outline: none !important;
        box-shadow: 0 0 0 1px #1D1E24, 0 0 0 2px #FFCE7A;
        color: #FFF; }
  .kuiButton--warning:enabled:hover {
    color: #FFF !important;
        background-color: #ffbb47; }
  a.kuiButton--warning:not(.kuiButton-isDisabled):hover {
        color: #FFF !important;
        background-color: #ffbb47; }
  .kuiButton--warning:enabled:active {
    color: #FFF !important;
        background-color: #ffbb47; }
  a.kuiButton--warning:not(.kuiButton-isDisabled):active {
        color: #FFF !important;
        background-color: #ffbb47; }
  .kuiButton--warning:disabled {
    background-color: #ffe1ad; }
  a.kuiButton--warning.kuiButton-isDisabled {
    background-color: #ffe1ad; }

.kuiButton--hollow {
  color: #1BA9F5 !important;
    background-color: transparent; }
  .kuiButton--hollow:enabled:hover {
    color: #098dd4 !important;
        text-decoration: underline; }
  a.kuiButton--hollow:not(.kuiButton-isDisabled):hover {
        color: #098dd4 !important;
        text-decoration: underline; }
  .kuiButton--hollow:enabled:active {
    color: #098dd4 !important;
        text-decoration: underline; }
  a.kuiButton--hollow:not(.kuiButton-isDisabled):active {
        color: #098dd4 !important;
        text-decoration: underline; }

.kuiButton--secondary {
  color: #1BA9F5 !important;
    border: solid 1px #1BA9F5; }
  .kuiButton--secondary:enabled:hover {
    color: #098dd4 !important;
        border: solid 1px #098dd4;
    background-color: rgba(27, 169, 245, 0.1);
    text-decoration: underline; }
  a.kuiButton--secondary:not(.kuiButton-isDisabled):hover {
        color: #098dd4 !important;
        border: solid 1px #098dd4;
    background-color: rgba(27, 169, 245, 0.1);
    text-decoration: underline; }
  .kuiButton--secondary:enabled:active {
    color: #098dd4 !important;
        border: solid 1px #098dd4;
    background-color: rgba(27, 169, 245, 0.1);
    text-decoration: underline; }
  a.kuiButton--secondary:not(.kuiButton-isDisabled):active {
        color: #098dd4 !important;
        border: solid 1px #098dd4;
    background-color: rgba(27, 169, 245, 0.1);
    text-decoration: underline; }

.kuiButtonGroup {
  display: flex;
  align-items: center; }
  .kuiButtonGroup .kuiButton + .kuiButton {
    margin-left: 4px; }

.kuiButtonGroup--united > .kuiButton:not(:first-child):not(:last-child) {
  border-radius: 0; }

.kuiButtonGroup--united > .kuiButton:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.kuiButtonGroup--united > .kuiButton:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.kuiButtonGroup--united > .kuiButton:only-child {
  border-radius: 4px 4px 4px 4px; }

.kuiButtonGroup--united .kuiButton + .kuiButton {
  margin-left: 0; }

.kuiButtonGroup--fullWidth {
  display: flex; }
  .kuiButtonGroup--fullWidth > .kuiButton {
    flex: 1 1 auto;
    text-align: center; }

.eui-textCenter > .kuiButtonGroup,
.text-center > .kuiButtonGroup {
  display: inline-block; }

.kuiCollapseButton {
  appearance: none;
  background-color: transparent;
  padding: 4px;
  border: none;
  line-height: 1;
  font-size: 16px;
  color: #DFE5EF !important;
    cursor: pointer;
  opacity: 0.35; }
  .kuiCollapseButton:hover {
    opacity: 1; }

.kuiAssistedInput {
  display: inline-block;
    position: relative; }

.kuiAssistedInput__assistance {
  position: absolute;
  right: 12px;
  top: 50%;
    transform: translateY(-50%);
   }

.kuiCheckBox {
  appearance: none;
    background-color: #16171c;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  width: 16px;
  height: 16px;
  font: var(--font-text) !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    font-family: var(--font-text) !important;
    font-size: 10px !important;
    transition: background-color 0.1s linear; }
  .kuiCheckBox::before {
    position: relative;
    left: 0.25em;
    font-family: FontAwesome, sans-serif;
    content: "\F00C";
    font-size: 1em;
    opacity: 0;
    color: #FFF;
    transition: opacity 0.1s linear; }
  .kuiCheckBox:checked {
    border-color: #1BA9F5;
    background-color: #1BA9F5; }
    .kuiCheckBox:checked::before {
      opacity: 1; }
  .kuiCheckBox:focus {
    z-index: 1;
        outline: none !important;
        box-shadow: 0 0 0 1px #1D1E24, 0 0 0 2px #1BA9F5;
     }
  .kuiCheckBox:disabled {
    background-color: #202128 !important;
    border-color: #202128 !important;
    cursor: not-allowed !important; }

.kuiCheckBoxLabel {
  display: flex;
  align-items: center;
  font-weight: normal !important;
  line-height: 1.5; }

.kuiCheckBoxLabel__text {
  font-size: 16px;
  margin-left: 8px; }

.kuiLabel {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0;
   }

.kuiSearchInput {
  width: 180px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 1.5; }
  .kuiSearchInput.kuiSearchInput-isInvalid .kuiSearchInput__input {
    border-color: #F66; }

.kuiSearchInput__icon {
  position: absolute;
  top: 0.5em;
  left: 0.7em;
  font-size: 1em;
  color: #535966; }

.kuiSearchInput__input {
  appearance: none;
  font-family: var(--font-text);
  padding: 4px 12px 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #DFE5EF;
  background-color: #16171c;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  transition: border-color 0.1s linear;
  min-height: 32px;
    padding-left: 28px;
    width: 100%;
   }
  .kuiSearchInput__input:invalid {
    border-color: #F66; }
  .kuiSearchInput__input:focus {
    outline: none;
    border-color: #1BA9F5; }
  .kuiSearchInput__input:disabled {
    opacity: 0.4;
    cursor: not-allowed; }

.kuiSearchInput--small {
  width: 60px; }

.kuiSearchInput--large {
  width: 400px; }

.kuiSelect {
  appearance: none;
  font-family: var(--font-text);
  padding: 4px 12px 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #DFE5EF;
  background-color: #16171c;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  transition: border-color 0.1s linear;
  min-height: 32px;
    padding-right: 30px;
    background-image: url('data:image/svg+xml;utf8,<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 704q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z"/></svg>');
    background-size: 14px;
  background-repeat: no-repeat;
  background-position: calc(100% - 8px);
   }
  .kuiSelect:invalid {
    border-color: #F66; }
  .kuiSelect:focus {
    outline: none;
    border-color: #1BA9F5; }
  .kuiSelect:disabled {
    opacity: 0.4;
    cursor: not-allowed; }
  .kuiSelect:-moz-focusring {
    text-shadow: 0 0 0;
     }
  .kuiSelect.kuiSelect-isInvalid {
    border-color: #F66; }
  .kuiSelect:focus {
    box-shadow: none;
    outline: none;
    border-color: #1BA9F5; }

.kuiSelect--small {
  width: 60px; }

.kuiSelect--medium {
  width: 180px; }

.kuiSelect--large {
  width: 400px; }

.kuiStaticInput {
  width: 180px;
  appearance: none;
  font-family: var(--font-text);
  padding: 4px 12px 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #DFE5EF;
  border: 1px solid transparent;
    background-color: transparent; }

.kuiTextArea {
  width: 180px;
  appearance: none;
  font-family: var(--font-text);
  padding: 4px 12px 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #DFE5EF;
  background-color: #16171c;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  transition: border-color 0.1s linear;
  min-height: 32px;
   }
  .kuiTextArea:invalid {
    border-color: #F66; }
  .kuiTextArea:focus {
    outline: none;
    border-color: #1BA9F5; }
  .kuiTextArea:disabled {
    opacity: 0.4;
    cursor: not-allowed; }
  .kuiTextArea:focus {
    box-shadow: none;
    outline: none;
    border-color: #1BA9F5; }
  .kuiTextArea.kuiTextArea-isInvalid {
    border-color: #F66; }

.kuiTextArea--nonResizable {
  resize: none; }

.kuiTextArea--small {
  width: 60px; }

.kuiTextArea--large {
  width: 400px; }

.kuiTextInput {
  width: 180px;
  appearance: none;
  font-family: var(--font-text);
  padding: 4px 12px 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #DFE5EF;
  background-color: #16171c;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  transition: border-color 0.1s linear;
  min-height: 32px;
   }
  .kuiTextInput:invalid {
    border-color: #F66; }
  .kuiTextInput:focus {
    outline: none;
    border-color: #1BA9F5; }
  .kuiTextInput:disabled {
    opacity: 0.4;
    cursor: not-allowed; }
  .kuiTextInput.kuiTextInput-isInvalid {
    border-color: #F66; }

.kuiTextInput--small {
  width: 60px; }

.kuiTextInput--large {
  width: 400px; }

.kuiFieldGroup {
  display: flex;
  align-items: center;
   }

.kuiFieldGroup--alignTop {
  align-items: flex-start; }

.kuiFieldGroupSection {
  line-height: 1.5; }
  .kuiFieldGroupSection + .kuiFieldGroupSection {
    margin-left: 10px; }

.kuiFieldGroupSection--wide {
  flex: 1 1 auto; }
  .kuiFieldGroupSection--wide > * {
    width: 100%; }

.kuiIcon {
  display: inline-block;
    font: normal normal normal 14px/1 FontAwesome, sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   }

.kuiIcon--info {
  color: #1BA9F5; }

.kuiIcon--success {
  color: #7DE2D1; }

.kuiIcon--warning {
  color: #FFCE7A; }

.kuiIcon--error {
  color: #F66; }

.kuiIcon--inactive {
  color: #343741; }

.kuiIcon--basic {
  color: #98A2B3; }

.kuiInfoPanel {
  padding: 14px 20px 18px;
  line-height: 1.5;
  border: 2px solid; }

.kuiInfoPanel--info {
  border-color: rgba(27, 169, 245, 0.25);
   }

.kuiInfoPanel--success {
  border-color: rgba(125, 226, 209, 0.25);
   }

.kuiInfoPanel--warning {
  border-color: rgba(255, 206, 122, 0.25);
   }

.kuiInfoPanel--error {
  border-color: rgba(255, 102, 102, 0.25);
   }

.kuiInfoPanelHeader {
  display: flex;
  align-items: baseline;
   }

.kuiInfoPanelHeader__icon {
  margin-right: 10px;
  font-size: 16px;
  line-height: 1.5; }

.kuiInfoPanelHeader__title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700; }

.kuiInfoPanelBody {
  margin-top: 8px; }
  .kuiInfoPanelBody > * + * {
    margin-top: 8px; }

.kuiInfoPanelBody__message {
  font-size: 16px;
  line-height: 1.5; }

.kuiLink {
  color: #1BA9F5;
  text-decoration: none;
  cursor: pointer;
    appearance: none;
    background-color: transparent;
    border: none;
    font-size: inherit;
    line-height: inherit;
   }
  .kuiLink:visited, .kuiLink:active {
    color: #1BA9F5; }
  .kuiLink:hover {
    color: #098dd4;
    text-decoration: underline; }

.kuiLocalBreadcrumbs {
  display: flex;
  align-items: center;
  padding: 12px 8px;
    border-bottom: 1px solid #343741;
  flex-grow: 1;
  flex-basis: 100%;
  background-color: #1D1E24; }

.kuiLocalBreadcrumb {
  font-size: 14px;
  margin: 0;
  font-weight: normal; }
  .kuiLocalBreadcrumb + .kuiLocalBreadcrumb {
    margin-left: 6px; }
    .kuiLocalBreadcrumb + .kuiLocalBreadcrumb::before {
      content: "/";
      user-select: none;
      margin-right: 4px;
      color: #343741; }

.kuiLocalBreadcrumb__link {
  color: #1BA9F5;
  text-decoration: none;
  cursor: pointer;
    appearance: none;
    background-color: transparent;
    border: none;
    font-size: inherit;
    line-height: inherit;
    color: #1BA9F5;
    font-size: 16px; }
  .kuiLocalBreadcrumb__link:visited, .kuiLocalBreadcrumb__link:active {
    color: #1BA9F5; }
  .kuiLocalBreadcrumb__link:hover {
    color: #098dd4;
    text-decoration: underline; }

.kuiLocalBreadcrumb__emphasis {
  font-weight: 700; }

.kuiDatePicker {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5; }

.kuiDatePickerNavigationCell {
  padding: 0; }

.kuiDatePickerNavigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px; }

.kuiDatePickerNavigationButton {
  appearance: none;
  background-color: transparent;
  border: none;
  font-size: 14px;
  color: #DFE5EF;
  padding: 3px 6px;
  border-radius: 4px; }
  .kuiDatePickerNavigationButton:hover, .kuiDatePickerNavigationButton:active {
    cursor: pointer;
    color: #25262E;
    background-color: #1BA9F5; }
  .kuiDatePickerNavigationButton:focus {
    z-index: 1;
        outline: none !important;
        box-shadow: 0 0 0 1px transparent, 0 0 0 2px #1BA9F5;
        color: #DFE5EF;
     }

.kuiDatePickerHeaderCell {
  padding: 9px 0;
  color: #DFE5EF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2; }

.kuiDatePickerRowCell {
  padding: 0;
  text-align: center;
   }
  .kuiDatePickerRowCell.kuiDatePickerRowCell-isBlocked {
    cursor: not-allowed; }
    .kuiDatePickerRowCell.kuiDatePickerRowCell-isBlocked .kuiDatePickerRowCellContent {
      pointer-events: none; }

.kuiDatePickerRowCellContent {
  appearance: none;
  background-color: transparent;
  width: 100%;
  border: 1px solid transparent;
  color: #DFE5EF;
  font-size: 14px;
  padding: 8px;
  border-radius: 4px;
  line-height: 1.2; }
  .kuiDatePickerRowCellContent:focus {
    z-index: 1;
        outline: none !important;
        box-shadow: 0 0 0 1px transparent, 0 0 0 2px #1BA9F5;
        color: #DFE5EF;
     }
  .kuiDatePickerRowCellContent:disabled {
    pointer-events: none;
    opacity: 0.5; }
  .kuiDatePickerRowCellContent.kuiDatePickerRowCellContent-isOtherMonth {
    visibility: hidden;
    pointer-events: none; }
  .kuiDatePickerRowCellContent.kuiDatePickerRowCellContent-isCurrent {
    color: #1BA9F5; }
  .kuiDatePickerRowCellContent.kuiDatePickerRowCellContent-isSelected {
    background-color: #98A2B3;
    color: #DFE5EF; }
  .kuiDatePickerRowCellContent:hover, .kuiDatePickerRowCellContent:active {
    cursor: pointer;
    color: #25262E;
    background-color: #1BA9F5; }

.kuiLocalDropdown {
  position: relative;
  padding: 10px 8px 14px;
  background-color: transparent;
  margin-bottom: 10px;
  line-height: 20px; }

.kuiLocalDropdownCloseButton {
  appearance: none;
  background-color: transparent;
  padding: 4px;
  border: none;
  line-height: 1;
  font-size: 16px;
  color: #DFE5EF !important;
    cursor: pointer;
  opacity: 0.35;
  position: absolute;
  top: 1px;
  right: 5px; }
  .kuiLocalDropdownCloseButton:hover {
    opacity: 1; }

.kuiLocalDropdownPanels {
  display: flex; }

.kuiLocalDropdownPanel {
  flex: 1 1 0%; }

.kuiLocalDropdownPanel--left {
  margin-right: 30px; }

.kuiLocalDropdownPanel--right {
  margin-left: 30px; }

.kuiLocalDropdownTitle {
  margin-top: 0;
    margin-bottom: 12px;
  font-size: 18px;
  color: #DFE5EF; }

.kuiLocalDropdownSection {
  margin-bottom: 16px; }
  .kuiLocalDropdownSection:last-child {
    margin-bottom: 0; }

.kuiLocalDropdownHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px; }

.kuiLocalDropdownHeader__label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
    color: #DFE5EF; }

.kuiLocalDropdownHeader__actions {
  display: flex; }

.kuiLocalDropdownHeader__action {
  color: #1BA9F5;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer; }
  .kuiLocalDropdownHeader__action + .kuiLocalDropdownHeader__action {
    margin-left: 10px; }
  .kuiLocalDropdownHeader__action:hover, .kuiLocalDropdownHeader__action:active {
    color: #098dd4; }

.kuiLocalDropdownInput {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  padding: 5px 15px;
  font-size: 14px;
  color: #DFE5EF;
  background-color: #16171c;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px; }
  .kuiLocalDropdownInput:focus {
    border-color: #1BA9F5; }

.kuiLocalDropdownFormNote {
  font-size: 14px;
  color: #98A2B3; }

.kuiLocalDropdownWarning {
  margin-bottom: 16px;
  padding: 6px 10px;
  font-size: 14px;
  color: #DFE5EF;
  background-color: #1D1E24;
  border-left: solid 2px #F66; }

.kuiLocalDropdownHelpText {
  margin-bottom: 16px;
  font-size: 14px;
  color: #98A2B3; }

.kuiLocalMenu {
  display: flex;
  align-items: stretch;
  padding-top: 8px;
  padding-bottom: 8px; }

.kuiLocalMenuItem {
  display: flex;
  align-items: center;
  padding: 2px 8px;
  font-size: 16px;
  background-color: transparent;
  color: #DFE5EF;
  border: 0;
  cursor: pointer;
  border-bottom: solid 2px transparent; }
  .kuiLocalMenuItem:hover, .kuiLocalMenuItem:focus {
    background-color: rgba(27, 169, 245, 0.15);
    text-decoration: underline; }
  .kuiLocalMenuItem.kuiLocalMenuItem-isSelected {
    color: #1BA9F5;
    background-color: transparent;
    border-color: #1BA9F5;
    z-index: 2; }
    .kuiLocalMenuItem.kuiLocalMenuItem-isSelected:hover, .kuiLocalMenuItem.kuiLocalMenuItem-isSelected:focus {
      text-decoration: none; }
  .kuiLocalMenuItem.kuiLocalMenuItem-isDisabled {
    opacity: 0.5;
    cursor: not-allowed; }
    .kuiLocalMenuItem.kuiLocalMenuItem-isDisabled:hover {
      background-color: transparent;
      text-decoration: none; }

.kuiLocalMenuItem__icon {
  margin-right: 5px;
  margin-bottom: -1px; }

.kuiLocalNav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 69px;
    color: #DFE5EF;
  background-color: #1D1E24;
  line-height: 1.5;
  border-bottom: solid 1px #343741; }

.kuiLocalNavRow {
  display: flex;
  align-items: stretch;
  justify-content: space-between; }

.kuiLocalNavRow__section {
  display: flex;
  align-items: stretch; }

.kuiLocalNavRow--secondary {
  padding: 0 8px;
    align-items: flex-start;
   }

.kuiLocalSearch {
  display: flex;
  width: 100%;
  margin-bottom: 8px; }

.kuiLocalSearchInput {
  appearance: none;
  font-family: var(--font-text);
  padding: 4px 12px 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #DFE5EF;
  background-color: #16171c;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  transition: border-color 0.1s linear;
  min-height: 32px;
    flex: 1 1 100%;
  border-color: #FFF;
  border-color: #343741;
  border-radius: 4px 0 0 4px; }
  .kuiLocalSearchInput:invalid {
    border-color: #F66; }
  .kuiLocalSearchInput:focus {
    outline: none;
    border-color: #1BA9F5; }
  .kuiLocalSearchInput:disabled {
    opacity: 0.4;
    cursor: not-allowed; }
  .kuiLocalSearchInput:focus {
    box-shadow: none; }
  .kuiLocalSearchInput.kuiLocalSearchInput-isInvalid {
    border-color: #F66; }

.kuiLocalSearchInput--secondary {
  height: 32px;
  flex: 0 0 auto;
  border-radius: 0;
  border-left-width: 0; }

.kuiLocalSearchInput,
.kuiLocalSearchAssistedInput__input {
  padding-right: 6em;
   }

.kuiLocalSearchAssistedInput__assistance {
  position: absolute;
  right: 6px;
  top: 50%;
    z-index: 2;
  transform: translateY(-50%);
   }

.kuiLocalSearchSelect {
  appearance: none;
  font-family: var(--font-text);
  padding: 4px 12px 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #DFE5EF;
  background-color: #16171c;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  transition: border-color 0.1s linear;
  min-height: 32px;
    padding-right: 30px;
    background-image: url('data:image/svg+xml;utf8,<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 704q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z"/></svg>');
    background-size: 14px;
  background-repeat: no-repeat;
  background-position: calc(100% - 8px);
    border-left-width: 0;
  border-radius: 0; }
  .kuiLocalSearchSelect:invalid {
    border-color: #F66; }
  .kuiLocalSearchSelect:focus {
    outline: none;
    border-color: #1BA9F5; }
  .kuiLocalSearchSelect:disabled {
    opacity: 0.4;
    cursor: not-allowed; }
  .kuiLocalSearchSelect:-moz-focusring {
    text-shadow: 0 0 0;
     }

.kuiLocalSearchButton {
  width: 43px;
  height: 32px;
  font-size: 16px;
  line-height: 0;
    color: #FFF;
  background-color: #1BA9F5;
  border: 0;
  border-radius: 0 4px 4px 0; }
  .kuiLocalSearchButton:focus {
    z-index: 1;
        outline: none !important;
        box-shadow: 0 0 0 1px #343741, 0 0 0 2px #1BA9F5;
     }

.kuiLocalTabs {
  display: flex;
  align-items: flex-end;
  height: 100%; }

.kuiLocalTab {
  padding: 5px 0 6px;
  font-size: 18px;
  color: #D4DAE5;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  cursor: pointer;
  margin-top: 0 !important;
    margin-bottom: 0 !important;
     }
  .kuiLocalTab:hover:not(.kuiLocalTab-isDisabled), .kuiLocalTab:active:not(.kuiLocalTab-isDisabled) {
    color: #1BA9F5; }
  .kuiLocalTab.kuiLocalTab-isSelected {
    color: #1BA9F5;
    border-bottom-color: #1BA9F5;
    cursor: default; }
  .kuiLocalTab.kuiLocalTab-isDisabled {
    opacity: 0.5;
    cursor: default;
     }
  .kuiLocalTab + .kuiLocalTab {
    margin-left: 15px; }

.kuiLocalTitle {
  display: flex;
  align-items: center;
  padding: 12px 8px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #343741;
  flex-grow: 1;
  flex-basis: 100%;
  background-color: #1D1E24; }
  .kuiLocalTitle:empty {
    padding: 0;
    display: none; }

.kuiPager {
  display: flex;
  align-items: center; }
  .kuiPager > * + * {
    margin-left: 10px;
     }

.kuiPagerText {
  font-size: 16px;
  line-height: 1.5;
  color: #98A2B3;
  white-space: nowrap;
   }

.kuiPanel {
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.3), 0 1px 5px -2px rgba(0, 0, 0, 0.3);
  background-color: #1D1E24;
  border: 1px solid #343741;
  border-radius: 4px; }

.kuiPanel--prompt {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  min-height: 300px; }
  .kuiPanel--prompt .kuiPanelBody {
    padding: 30px;
    max-width: 500px; }

.kuiPanel--noBorder {
  border: none; }

.kuiPanel--withToolBar {
  border-top: none;
  border-radius: 0; }

.kuiPanel--centered {
  display: flex;
  justify-content: center;
  align-items: center; }

.kuiPanelHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 30px;
    padding: 10px;
  height: 50px;
  border-bottom: 1px solid #343741; }
  .kuiPanelHeader .kuiButton:not(a):enabled:focus {
    z-index: 1;
        outline: none !important;
        box-shadow: 0 0 0 1px #343741, 0 0 0 2px #1BA9F5;
     }
  a.kuiPanelHeader .kuiButton:not(.kuiButton-isDisabled):focus {
        z-index: 1;
        outline: none !important;
        box-shadow: 0 0 0 1px #343741, 0 0 0 2px #1BA9F5;
     }
  .kuiPanelHeader .kuiButton--danger:not(a):enabled:focus {
    z-index: 1;
        outline: none !important;
        box-shadow: 0 0 0 1px #343741, 0 0 0 2px #F66;
     }
  a.kuiPanelHeader .kuiButton--danger:not(.kuiButton-isDisabled):focus {
        z-index: 1;
        outline: none !important;
        box-shadow: 0 0 0 1px #343741, 0 0 0 2px #F66;
     }
  .kuiPanelHeader .kuiSelect {
    border-color: #16171c; }
    .kuiPanelHeader .kuiSelect:not(a):enabled:focus {
      outline: none;
      border-color: #1BA9F5; }
    a.kuiPanelHeader .kuiSelect:not(.kuiButton-isDisabled):focus {
            outline: none;
      border-color: #1BA9F5; }

.kuiPanelHeader__title {
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
   }

.kuiPanelHeaderSection {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  margin-left: 25px;
  margin-right: 25px; }
  .kuiPanelHeaderSection:not(:first-child):not(:last-child):not(:only-child) {
    justify-content: center;
     }
  .kuiPanelHeaderSection:first-child {
    margin-left: 0; }
  .kuiPanelHeaderSection:last-child {
    margin-right: 0;
    flex: 0 1 auto;
        justify-content: flex-end;
     }
  .kuiPanelHeaderSection:only-child {
    margin-left: auto;
     }
  .kuiPanelHeaderSection > * + * {
    margin-left: 10px;
     }
  .kuiPanelHeaderSection:only-child {
    margin-left: 0;
        margin-right: auto;
     }

.kuiPanelBody {
  padding: 10px; }

.kuiEmptyTablePrompt {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px; }

.kuiEmptyTablePrompt__message {
  font-size: 20px;
  color: #98A2B3;
  line-height: 1.5; }

.kuiEmptyTablePrompt__actions {
  margin-top: 10px; }

.kuiStatusText {
  display: inline-flex;
  align-items: baseline; }

.kuiStatusText--info {
  color: #1BA9F5; }

.kuiStatusText--success {
  color: #7DE2D1; }

.kuiStatusText--warning {
  color: #FFCE7A; }

.kuiStatusText--error {
  color: #F66; }

.kuiStatusText__icon {
  margin-right: 6px;
  width: 1.15em;
    max-height: 1.15em;
   }

.kuiControlledTable {
  background: #1D1E24; }
  .kuiControlledTable .kuiTable {
    border-top: none;
     }
  .kuiControlledTable .kuiToolBarFooter {
    border-top: none;
     }
  .kuiControlledTable .kuiMenu--contained {
    border-top: none;
     }

.kuiTable {
  width: 100%;
  border: 1px solid #343741;
  border-collapse: collapse;
  background-color: #1D1E24; }

.kuiTable--fluid {
  width: auto;
   }
  .kuiTable--fluid .kuiTableHeaderCell,
  .kuiTable--fluid .kuiTableRowCell {
    max-width: none;
     }

.kuiTableHeaderCell {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  max-width: 20px;
    line-height: 1.5;
  color: #98A2B3; }

.kuiTableHeaderCell__liner {
  display: inline-block;
  padding: 7px 8px 8px; }

.kuiTableHeaderCellButton {
  user-select: none;
    cursor: pointer;
  width: 100%;
  appearance: none;
    background-color: transparent;
    border: 0;
    padding: 0;
    color: inherit;
    line-height: inherit;
    font-size: inherit;
    text-align: inherit;
   }
  .kuiTableHeaderCellButton:hover .kuiTableSortIcon {
    display: block;
    opacity: 1; }
  .kuiTableHeaderCellButton .kuiTableHeaderCell__liner {
    display: flex;
    align-items: center; }

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

.kuiTableSortIcon {
  display: none;
  pointer-events: none;
  margin-left: 4px; }
  .kuiTableHeaderCellButton-isSorted .kuiTableSortIcon {
    display: block;
    opacity: 0.4; }

.kuiTableRow:hover .kuiTableRowHoverReveal {
  display: inline-block; }

.kuiTableRowHoverReveal {
  display: none; }

.kuiTableRowCell {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  max-width: 20px;
    color: #DFE5EF;
  border-top: 1px solid #343741;
  vertical-align: middle; }

.kuiTableRowCell__liner {
  padding: 7px 8px 8px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
   }
  .kuiTableRowCell__liner > * {
    vertical-align: middle;
     }

.kuiTableRowCell--wrap .kuiTableRowCell__liner {
  white-space: normal; }

.kuiTableRowCell--overflowingContent .kuiTableRowCell__liner {
  overflow: visible;
  white-space: normal; }

.kuiTableRowCell--expanded {
  border-top-color: #1D1E24;
   }

.kuiTableRowCell--alignRight {
  text-align: right; }
  .kuiTableRowCell--alignRight .kuiTableRowCell__liner {
    text-align: right; }

.kuiTableHeaderCell--checkBox,
.kuiTableRowCell--checkBox {
  width: 28px;
    line-height: 1;
   }
  .kuiTableHeaderCell--checkBox .kuiTableRowCell__liner,
  .kuiTableRowCell--checkBox .kuiTableRowCell__liner {
    overflow: visible;
     }
  .kuiTableHeaderCell--checkBox .kuiTableHeaderCell__liner,
  .kuiTableHeaderCell--checkBox .kuiTableRowCell__liner,
  .kuiTableRowCell--checkBox .kuiTableHeaderCell__liner,
  .kuiTableRowCell--checkBox .kuiTableRowCell__liner {
    padding-right: 0; }

.kuiTableInfo {
  padding: 30px;
  font-size: 20px;
  color: #98A2B3;
  line-height: 1.5; }

.kuiTabs {
  display: flex;
  border-bottom: 1px solid #343741; }

.kuiTab {
  appearance: none;
    cursor: pointer;
  padding: 10px 30px;
  font-size: 16px;
  color: #98A2B3;
  background-color: transparent;
    border: 1px solid #343741;
  border-radius: 0;
    margin-bottom: -1px;
   }
  .kuiTab + .kuiTab {
    border-left: none; }
    .kuiTab + .kuiTab:focus:not(.kuiTab-isSelected):not(:active) {
      margin-left: -1px;
       }
  .kuiTab:active {
    outline: none !important;
        box-shadow: none;
     }
  .kuiTab:focus {
    outline: none;
     }
  .kuiTab:focus:not(.kuiTab-isSelected):not(:active) {
    z-index: 1;
    color: #1BA9F5;
    border: 1px solid #1BA9F5 !important; }
  .kuiTab:hover:not(.kuiTab-isSelected) {
    color: #098dd4;
    background-color: #25262E; }
  .kuiTab.kuiTab-isSelected {
    cursor: default;
    color: #DFE5EF;
    background-color: transparent;
    border-bottom-color: transparent; }

.kuiToolBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 30px;
    padding: 10px;
  height: 50px;
  background-color: transparent;
  border: solid 1px #343741; }
  .kuiToolBar .kuiButton:not(a):enabled:focus {
    z-index: 1;
        outline: none !important;
        box-shadow: 0 0 0 1px #343741, 0 0 0 2px #1BA9F5;
     }
  a.kuiToolBar .kuiButton:not(.kuiButton-isDisabled):focus {
        z-index: 1;
        outline: none !important;
        box-shadow: 0 0 0 1px #343741, 0 0 0 2px #1BA9F5;
     }
  .kuiToolBar .kuiButton--danger:not(a):enabled:focus {
    z-index: 1;
        outline: none !important;
        box-shadow: 0 0 0 1px #343741, 0 0 0 2px #F66;
     }
  a.kuiToolBar .kuiButton--danger:not(.kuiButton-isDisabled):focus {
        z-index: 1;
        outline: none !important;
        box-shadow: 0 0 0 1px #343741, 0 0 0 2px #F66;
     }
  .kuiToolBar .kuiSelect {
    border-color: #16171c; }
    .kuiToolBar .kuiSelect:not(a):enabled:focus {
      outline: none;
      border-color: #1BA9F5; }
    a.kuiToolBar .kuiSelect:not(.kuiButton-isDisabled):focus {
            outline: none;
      border-color: #1BA9F5; }

.kuiToolBarSection {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  margin-left: 25px;
  margin-right: 25px; }
  .kuiToolBarSection:not(:first-child):not(:last-child):not(:only-child) {
    justify-content: center;
     }
  .kuiToolBarSection:first-child {
    margin-left: 0; }
  .kuiToolBarSection:last-child {
    margin-right: 0;
    flex: 0 1 auto;
        justify-content: flex-end;
     }
  .kuiToolBarSection:only-child {
    margin-left: auto;
     }
  .kuiToolBarSection > * + * {
    margin-left: 10px;
     }

.kuiToolBar--searchOnly .kuiToolBarSearch {
  margin-left: 0 !important;
   }

.kuiToolBarFooter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 30px;
    padding: 10px;
  height: 40px;
  background-color: #1D1E24; }

.kuiToolBarFooterSection {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  margin-left: 25px;
  margin-right: 25px; }
  .kuiToolBarFooterSection:not(:first-child):not(:last-child):not(:only-child) {
    justify-content: center;
     }
  .kuiToolBarFooterSection:first-child {
    margin-left: 0; }
  .kuiToolBarFooterSection:last-child {
    margin-right: 0;
    flex: 0 1 auto;
        justify-content: flex-end;
     }
  .kuiToolBarFooterSection:only-child {
    margin-left: auto;
     }
  .kuiToolBarFooterSection > * + * {
    margin-left: 10px;
     }

.kuiToolBarSearch {
  display: flex;
  align-items: center;
  margin-left: 25px;
  margin-right: 25px;
  flex: 1 1 auto;
  max-width: 100%;
    line-height: 1.5; }
  .kuiToolBarSearch:first-child {
    margin-left: 0; }
  .kuiToolBarSearch:last-child {
    margin-right: 0; }
  .kuiToolBarSearch > * + * {
    margin-left: 10px;
     }

.kuiToolBarSearchBox {
  flex: 1 1 auto;
  position: relative;
  font-size: 16px;
  max-width: 800px; }

.kuiToolBarSearchBox__icon {
  position: absolute;
  top: 0.5em;
  left: 0.7em;
  font-size: 1em;
  color: #acacac; }

.kuiToolBarSearchBox__input {
  width: 100%;
  min-width: 200px;
  padding: 4px 12px 5px 28px;
  font-family: var(--font-text);
    background-color: #1D1E24;
  color: #DFE5EF;
  border-radius: 4px;
  font-size: 1em;
  border: 1px solid #343741;
  line-height: normal;
    transition: border-color 0.1s linear; }
  .kuiToolBarSearchBox__input:focus {
    outline: none;
    border-color: #1BA9F5; }

.kuiToolBarText {
  font-size: 16px;
  line-height: 1.5;
  color: #98A2B3;
  white-space: nowrap;
   }

.kuiTitle {
  margin: 0;
    font-weight: 400;
    font-size: 24px; }

.kuiSubTitle {
  margin: 0;
    font-weight: 400;
    font-size: 20px; }

.kuiTextTitle {
  margin: 0;
    font-weight: 700;
    line-height: 1.5;
  font-size: 16px; }

.kuiText {
  margin: 0;
    font-weight: 400;
    line-height: 1.5;
  font-size: 16px; }

.kuiSubText {
  margin: 0;
    font-weight: 400;
    line-height: 1.5;
  font-size: 14px; }

.kuiSubduedText {
  color: #98A2B3 !important; }

.kuiVerticalRhythm + .kuiVerticalRhythm {
  margin-top: 16px; }

.kuiVerticalRhythmSmall + .kuiVerticalRhythmSmall {
  margin-top: 8px; }

.kuiVerticalRhythmLarge + .kuiVerticalRhythmLarge {
  margin-top: 24px; }

.kuiVerticalRhythmXLarge + .kuiVerticalRhythmXLarge {
  margin-top: 32px; }

.kuiView {
  background-color: #fff;
  flex: 1 1 auto; }

.kuiViewContent {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%; }

.kuiViewContent--constrainedWidth {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }

.kuiViewContentItem {
  padding-left: 20px;
  padding-right: 20px; }