/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
}
.Select input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
  display: none !important;
}
.Select input::-ms-clear {
  display: none !important;
}
.Select input::-ms-reveal {
  display: none !important;
}
.Select,
.Select div,
.Select input,
.Select span {
  box-sizing: border-box;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.Select.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.Select.is-searchable.is-open > .Select-control {
  cursor: text;
}
.Select.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.Select.is-focused > .Select-control {
  background: #fff;
}
.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff;
}
.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px;
}
.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background: #fff;
}
.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select.is-open .Select-arrow,
.Select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select.Select--rtl {
  direction: rtl;
  text-align: right;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.Select-control .Select-input:focus {
  outline: none;
  background: #fff;
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 17px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #D0021B;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}
.Select-control > *:last-child {
  padding-right: 5px;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px;
}
.Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-left: 1px solid rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}

.ace_editor.ace-fleet {
  font-family: "SourceCodePro", monospace;
  font-size: 14px;
  background-color: #fafafa;
  color: #66696f;
  border-radius: 4px;
  border: solid 1px #dbe3e5;
  line-height: 24px;
}

.ace_editor.ace-fleet.ace_focus {
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.16);
  background: transparent;
}

.ace_editor.ace-fleet.ace_focus .ace_gutter {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}
.ace_editor.ace-fleet.ace_focus .ace_scroller {
  border-bottom: solid 1px #c38dec;
}

.ace-fleet.ace_autocomplete .ace_content {
  padding-left: 0px;
}

.ace-fleet .ace_content {
  height: 100% !important;
}

.ace-fleet .ace_gutter {
  background: #fff;
  color: #c38dec;
  z-index: 1;
  border-right: solid 1px #e3e3e3;
}

.ace-fleet .ace_gutter-active-line {
  background-color: rgba(174, 109, 223, 0.15);
  border-radius: 2px;
  left: 4px;
  right: 4px;
  height: 18px !important;
  margin-top: 3px;
}

.ace-fleet .ace_print-margin {
  width: 1px;
  background: #f6f6f6;
}

.ace-fleet .ace_scrollbar {
  z-index: 1;
}

.ace-fleet .ace_cursor {
  color: #aeafad;
}

/* Hide cursor in read-only mode */
.ace-fleet .ace_hidden-cursors {
  opacity: 0;
}

.ace-fleet .ace_marker-layer .ace_selection {
  background: rgba(74, 144, 226, 0.13);
}

.ace-fleet.ace_multiselect .ace_selection.ace_start {
  box-shadow: 0 0 3px 0px #ffffff;
}

.ace-fleet .ace_marker-layer .ace_step {
  background: rgb(255, 255, 0);
}

.ace-fleet .ace_marker-layer .ace_bracket {
  margin: -1px 0 0 -1px;
  border: 1px solid #d1d1d1;
}

.ace-fleet .ace_marker-layer .ace_selected-word {
  border: 1px solid #d6d6d6;
}

.ace-fleet .ace_invisible {
  color: #d1d1d1;
}

.ace-fleet .ace_keyword {
  color: #ae6ddf;
  font-weight: 600;
}

.ace-fleet .ace_osquery-token {
  border-radius: 3px;
  background-color: #ae6ddf;
  color: #ffffff;
}

.ace-fleet .ace_identifier {
  color: #ff5850;
}

.ace-fleet .ace_string {
  color: #4fd061;
}

.ace-fleet .ace_meta,
.ace-fleet .ace_storage,
.ace-fleet .ace_storage.ace_type,
.ace-fleet .ace_support.ace_type {
  color: #8959a8;
}

.ace-fleet .ace_keyword.ace_operator {
  color: #3e999f;
}

.ace-fleet .ace_constant.ace_character,
.ace-fleet .ace_constant.ace_language,
.ace-fleet .ace_constant.ace_numeric,
.ace-fleet .ace_keyword.ace_other.ace_unit,
.ace-fleet .ace_support.ace_constant,
.ace-fleet .ace_variable.ace_parameter {
  color: #f5871f;
}

.ace-fleet .ace_constant.ace_other {
  color: #666969;
}

.ace-fleet .ace_invalid {
  color: #ffffff;
  background-color: #c82829;
}

.ace-fleet .ace_invalid.ace_deprecated {
  color: #ffffff;
  background-color: #ae6ddf;
}

.ace-fleet .ace_fold {
  background-color: #4271ae;
  border-color: #4d4d4c;
}

.ace-fleet .ace_entity.ace_name.ace_function,
.ace-fleet .ace_support.ace_function,
.ace-fleet .ace_variable {
  color: #4271ae;
}

.ace-fleet .ace_support.ace_class,
.ace-fleet .ace_support.ace_type {
  color: #c99e00;
}

.ace-fleet .ace_heading,
.ace-fleet .ace_markup.ace_heading,
.ace-fleet .ace_string {
  color: #4fd061;
}

.ace-fleet .ace_entity.ace_name.ace_tag,
.ace-fleet .ace_entity.ace_other.ace_attribute-name,
.ace-fleet .ace_meta.ace_tag,
.ace-fleet .ace_string.ace_regexp,
.ace-fleet .ace_variable {
  color: #c82829;
}

.ace-fleet .ace_comment {
  color: #8e908c;
}

.ace-fleet .ace_indent-guide {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bdu3f/BwAlfgctduB85QAAAABJRU5ErkJggg==)
    right repeat-y;
}

@charset "UTF-8";
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  src: url(./Nunito-Sans-Bold@42a0afadbb8fc1b7b0003af01fe73412.eot);
  src: local(""), url(./Nunito-Sans-Regular@1321ef46f9cc5d9b17568c20dc3106bf.eot?#iefix) format("embedded-opentype"), url(./Nunito-Sans-Regular@8ace450709844437a579d4f4c7c37b42.woff) format("woff"), url(./Nunito-Sans-Regular@49ffe17ecbcd39ee72e4646616db3d80.ttf) format("truetype"); }

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  src: url(./Nunito-Sans-Bold@42a0afadbb8fc1b7b0003af01fe73412.eot);
  src: local(""), url(./Nunito-Sans-Bold@42a0afadbb8fc1b7b0003af01fe73412.eot?#iefix) format("embedded-opentype"), url(./Nunito-Sans-Bold@1aa5d63eca4940fbbb5181895e9bc008.woff) format("woff"), url(./Nunito-Sans-Bold@39273678b9c1075df2e148a6ba31e42f.ttf) format("truetype"); }

@font-face {
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 400;
  src: url(./Nunito-Sans-Regular-Italic@772e1e0efa466d5042b6fb1bbb994a43.eot);
  src: local(""), url(./Nunito-Sans-Regular-Italic@772e1e0efa466d5042b6fb1bbb994a43.eot?#iefix) format("embedded-opentype"), url(./Nunito-Sans-Regular-Italic@e14ffefb3a60e5d5a9a47519882f92e8.woff) format("woff"), url(./Nunito-Sans-Regular-Italic@6367479ed7e30ff2dae8883470d52a27.ttf) format("truetype"); }

@font-face {
  font-family: "fleeticons";
  src: url(./fleeticons@4959f6a6f76ce3d39fc83b0f1b1d4894.woff2) format("woff2"), url(./fleeticons@1a543b8d9f51de6682fba5fe895c0985.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "SourceCodePro";
  src: url(./Source-Code-Pro-Regular@921466c1ca8f6f59cdfa4069e8109312.eot);
  src: url(./Source-Code-Pro-Regular@921466c1ca8f6f59cdfa4069e8109312.eot?#iefix) format("embedded-opentype"), url(./Source-Code-Pro-Regular.ttf@f664ea9345f4567f31cc06a33ac24b46.woff) format("woff"), url(./Source-Code-Pro-Regular@210a559cec954416d145f31ad50efb63.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "SourceCodePro";
  src: url(./Source-Code-Pro-Bold@a61823844069598e6979024b62bd0681.eot);
  src: url(./Source-Code-Pro-Bold@a61823844069598e6979024b62bd0681.eot?#iefix) format("embedded-opentype"), url(./Source-Code-Pro-Bold@5a085db27a43c3351e2983f7a755dc5e.woff) format("woff"), url(./Source-Code-Pro-Bold@5f4f2ffc1f9adbb434bb780993add331.ttf) format("truetype");
  font-weight: 600;
  font-style: normal; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.input-with-icon ::-moz-placeholder {
  color: #3e4771;
  opacity: 1; }

.input-with-icon :-ms-input-placeholder {
  color: #3e4771;
  opacity: 1; }

.input-with-icon ::placeholder {
  color: #3e4771;
  opacity: 1; }

#app .Select.is-disabled > .Select-control {
  background: transparent;
  pointer-events: none; }

html {
  position: relative;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  color: #192147;
  padding: 0;
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.25rem;
  height: 100%; }

html,
body {
  height: 100%; }

.wrapper,
.wrapper > div {
  min-height: 100vh; }

h1,
h2,
h3 {
  line-height: 1.2; }

h1 {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: -0.5px;
  color: #192147;
  margin: 0; }

a {
  color: #ae6ddf; }

.wrapper {
  background: linear-gradient(360deg, #201e43 0%, #353d62 100%);
  margin: 0; }

.body-wrap {
  padding: 2rem;
  border-radius: 3px;
  background-color: #ffffff; }

.has-sidebar {
  display: flex;
  flex-grow: 1; }
  .has-sidebar > *:first-child {
    flex-grow: 1; }

.cf::after {
  clear: both;
  content: "";
  display: table; }

input,
textarea,
button {
  font-family: "Nunito Sans", sans-serif; }
  input:-webkit-autofill,
  textarea:-webkit-autofill,
  button:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: #192147 !important; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

pre {
  padding: 15px;
  background-color: #192147;
  color: #ffffff;
  border-radius: 4px;
  white-space: pre-wrap; }
  pre .string {
    color: #63c740; }
  pre .number {
    color: #faa669; }
  pre .boolean {
    color: blue; }
  pre .null {
    color: magenta; }
  pre .key {
    color: #ffffff; }

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: none;
  border-bottom: 1px solid #e2e4ea; }

[class^="fleeticon-"],
[class*=" fleeticon-"],
.fleeticon, .target-select .Select-menu-outer .Select-menu::after, .registration-breadcrumbs__page::after {
  display: inline-block;
  font: normal normal normal 14px/1 "fleeticons";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fleeticon-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fleeticon-2x {
  font-size: 2em; }

.fleeticon-3x {
  font-size: 3em; }

.fleeticon-4x {
  font-size: 4em; }

.fleeticon-5x {
  font-size: 5em; }

.fleeticon-fw {
  width: 1.28571429em;
  text-align: center; }

.fleeticon-chevrondown:before {
  content: "\F004"; }

.fleeticon-chevronleft:before {
  content: "\F006"; }

.fleeticon-chevronright:before {
  content: "\F008"; }

.fleeticon-chevronup:before {
  content: "\F00A"; }

.fleeticon-cpu:before {
  content: "\F00C"; }

.fleeticon-downcaret:before {
  content: "\F00D"; }

.fleeticon-filter:before {
  content: "\F00F"; }

.fleeticon-mac:before {
  content: "\F012"; }

.fleeticon-memory:before {
  content: "\F013"; }

.fleeticon-storage:before {
  content: "\F019"; }

.fleeticon-upcaret:before {
  content: "\F01B"; }

.fleeticon-uptime:before {
  content: "\F01C"; }

.fleeticon-world:before {
  content: "\F01D"; }

.fleeticon-osquery:before {
  content: "\F021"; }

.fleeticon-join:before {
  content: "\F022"; }

.fleeticon-add-button:before {
  content: "\F029"; }

.fleeticon-packs:before {
  content: "\F02F"; }

.fleeticon-help:before {
  content: "\F030"; }

.fleeticon-admin:before {
  content: "\F031"; }

.fleeticon-config:before {
  content: "\F032"; }

.fleeticon-mia:before {
  content: "\F034"; }

.fleeticon-success-check:before {
  content: "\F035"; }

.fleeticon-offline:before {
  content: "\F036"; }

.fleeticon-windows-original:before {
  content: "\F037"; }

.fleeticon-centos-original:before {
  content: "\F038"; }

.fleeticon-ubuntu-original:before {
  content: "\F039"; }

.fleeticon-apple-original:before {
  content: "\F03A"; }

.fleeticon-search:before {
  content: "\F03B"; }

.fleeticon-all-hosts:before {
  content: "\F03C"; }

.fleeticon-alerts:before {
  content: "\F03E"; }

.fleeticon-logout:before {
  content: "\F03F"; }

.fleeticon-user-settings:before {
  content: "\F040"; }

.fleeticon-clipboard:before {
  content: "\F043"; }

.fleeticon-list-select:before {
  content: "\F044"; }

.fleeticon-grid-select:before {
  content: "\F045"; }

.fleeticon-label:before {
  content: "\F033"; }

.fleeticon-docker:before {
  content: "\F046"; }

.fleeticon-cloud:before {
  content: "\F047"; }

.fleeticon-self-hosted:before {
  content: "\F048"; }

.fleeticon-help-solid:before {
  content: "\F049"; }

.fleeticon-help-stroke:before {
  content: "\F04A"; }

.fleeticon-warning-filled:before {
  content: "\F04B"; }

.fleeticon-delete-cloud:before {
  content: "\F04C"; }

.fleeticon-pdf:before {
  content: "\F04D"; }

.fleeticon-credit-card-small:before {
  content: "\F04E"; }

.fleeticon-billing-card:before {
  content: "\F04F"; }

.fleeticon-lock-big:before {
  content: "\F050"; }

.fleeticon-link-big:before {
  content: "\F051"; }

.fleeticon-briefcase:before {
  content: "\F052"; }

.fleeticon-name-card:before {
  content: "\F053"; }

.fleeticon-business:before {
  content: "\F055"; }

.fleeticon-clock:before {
  content: "\F056"; }

.fleeticon-host-large:before {
  content: "\F057"; }

.fleeticon-single-host:before {
  content: "\F03D"; }

.fleeticon-username:before {
  content: "\F02A"; }

.fleeticon-password:before {
  content: "\F02B"; }

.fleeticon-email:before {
  content: "\F02C"; }

.fleeticon-hosts:before {
  content: "\F02E"; }

.fleeticon-query:before {
  content: "\F02D"; }

.fleeticon-import:before {
  content: "\F058"; }

.fleeticon-pencil:before {
  content: "\F059"; }

.fleeticon-add-plus:before {
  content: "\F05A"; }

.fleeticon-x:before {
  content: "\F05B"; }

.fleeticon-right-arrow:before {
  content: "\F05D"; }

.fleeticon-camera:before {
  content: "\F05E"; }

.fleeticon-plus-minus:before {
  content: "\F05F"; }

.fleeticon-bold-plus:before {
  content: "\F060"; }

.fleeticon-linux-original:before {
  content: "\F061"; }

.fleeticon-clock2:before {
  content: "\F063"; }

.fleeticon-trash:before {
  content: "\F064"; }

.fleeticon-laptop-plus:before {
  content: "\F066"; }

.fleeticon-wrench-hand:before {
  content: "\F067"; }

.fleeticon-external-link:before {
  content: "\F068"; }

.fleeticon-fullscreen:before {
  content: "\F069"; }

.fleeticon-windowed:before {
  content: "\F06A"; }

.fleeticon-heroku:before {
  content: "\F06B"; }

.fleeticon-ubuntu:before {
  content: "\F06C"; }

.fleeticon-windows:before {
  content: "\F06D"; }

.fleeticon-centos:before {
  content: "\F06E"; }

.fleeticon-apple:before {
  content: "\F06F"; }

.fleeticon-linux:before {
  content: "\F070"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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; }

.kolide-ol {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none; }
  .kolide-ol li {
    counter-increment: step-counter; }
    .kolide-ol li::before {
      content: counter(step-counter) ")";
      display: inline-block;
      margin-right: 10px;
      text-align: left;
      width: 10px; }

.container-triangle::before, .container-triangle::after {
  border-radius: 3px;
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 1; }

.container-triangle.left::after {
  border-color: transparent #ffffff transparent transparent;
  border-width: 15px;
  right: 99%;
  top: 23px; }

.container-triangle.left::before {
  border-color: transparent #192147 transparent transparent;
  border-width: 16px;
  right: 99%;
  top: 22px;
  z-index: -1; }

.container-triangle.right::after {
  border-color: transparent transparent transparent #ffffff;
  border-width: 15px;
  left: 99%;
  top: 23px; }

.container-triangle.right::before {
  border-color: transparent transparent transparent #192147;
  border-width: 16px;
  left: 99%;
  top: 22px;
  z-index: -1; }

.add-hosts-modal__btn-wrap {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 2.5rem; }

.add-hosts-modal__btn {
  margin-left: 12px; }

.react-tabs {
  -webkit-tap-highlight-color: transparent; }
  .react-tabs__tab-list {
    border-bottom: 1px solid #aaa;
    margin: 0 0 10px;
    padding: 0; }
  .react-tabs__tab {
    display: inline-block;
    border: 1px solid transparent;
    border-bottom: none;
    bottom: -1px;
    position: relative;
    list-style: none;
    padding: 6px 12px;
    cursor: pointer; }
    .react-tabs__tab--selected {
      background: #fff;
      border-color: #aaa;
      color: black;
      border-radius: 5px 5px 0 0; }
    .react-tabs__tab--disabled {
      color: GrayText;
      cursor: default; }
    .react-tabs__tab:focus {
      box-shadow: 0 0 5px #0188fe;
      border-color: #0188fe;
      outline: none; }
      .react-tabs__tab:focus:after {
        content: "";
        position: absolute;
        height: 5px;
        left: -4px;
        right: -4px;
        bottom: -5px;
        background: #fff; }
  .react-tabs__tab-panel {
    display: none; }
    .react-tabs__tab-panel--selected {
      display: block; }

.platform-wrapper {
  padding: 0; }
  .platform-wrapper h1 {
    margin-bottom: 0.5rem; }
  .platform-wrapper a {
    font-size: 0.875rem;
    color: #6a67fe;
    font-weight: 700;
    text-decoration: none; }
    .platform-wrapper a img {
      transform: scale(0.5);
      vertical-align: bottom; }
  .platform-wrapper p {
    margin-top: 0; }
  .platform-wrapper .body-wrap {
    padding: 0; }
  .platform-wrapper__info {
    margin-top: 1rem; }
  .platform-wrapper__cta {
    font-weight: 700;
    padding-top: 0.25rem;
    margin: 0; }
  .platform-wrapper .fleet-checkbox {
    display: flex; }
  .platform-wrapper .form-field {
    margin-bottom: 0.5rem; }
    .platform-wrapper .form-field__label {
      position: relative;
      font-size: 0.875rem;
      font-weight: 700;
      margin-top: 1rem; }
  .platform-wrapper .input-field__textarea {
    min-height: 70px; }
  .platform-wrapper .input-field__textarea, .platform-wrapper .input-field--disabled {
    font-family: "SourceCodePro", "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace;
    font-weight: 600;
    font-size: 13px;
    color: #3e4771;
    line-height: 20px;
    margin-bottom: 0;
    padding: 1rem 1.5rem 1rem 1rem; }
  .platform-wrapper__installer-copy-icon {
    color: #6a67fe;
    margin-left: 0.5rem;
    margin-right: 1rem; }
  .platform-wrapper__copy-message {
    font-weight: 400;
    vertical-align: top; }
  .platform-wrapper .buttons {
    display: block;
    align-items: center;
    position: absolute;
    right: 15px;
    top: 40px; }
    .platform-wrapper .buttons a {
      display: flex;
      align-items: center; }
    .platform-wrapper .buttons img {
      width: 16px;
      height: 16px; }
  .platform-wrapper__run-osquery-input .buttons {
    top: 12px; }
  .platform-wrapper__certificate-loading {
    color: #8b8fa2;
    padding-top: 0.25rem; }
  .platform-wrapper__certificate-error span,
  .platform-wrapper__certificate-error em {
    display: block;
    padding: 0.25rem 0; }
  .platform-wrapper__certificate-error em {
    color: #d66c7b;
    font-style: normal; }
  .platform-wrapper__advanced {
    padding-top: 6px; }
    .platform-wrapper__advanced .input-field__textarea {
      min-height: 92px; }
    .platform-wrapper__advanced .reveal-button {
      margin: 8px 0; }
  .platform-wrapper__advanced--heading {
    font-weight: 700;
    margin-bottom: 0.5rem; }
  .platform-wrapper__advanced--text {
    font-weight: normal; }
  .platform-wrapper__advanced--installer p {
    margin: 0; }
  .platform-wrapper__advanced--osqueryd .buttons {
    top: 90px; }
  .platform-wrapper .download-certificate--tooltip {
    margin-bottom: 0; }
    .platform-wrapper .download-certificate--tooltip div {
      display: inline; }

.auth-form-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  padding: 1rem 0; }
  .auth-form-wrapper__logo {
    width: 120px;
    margin: 0 auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .auth-form-wrapper {
      height: 100vh; } }

.avatar {
  height: 120px;
  width: 120px;
  display: block;
  background-size: cover;
  border-radius: 50%; }
  .avatar--small {
    height: 32px;
    width: 32px; }
  .avatar--xsmall {
    height: 16px;
    width: 16px; }
  .avatar img.default {
    display: none; }

.action-buttons {
  display: flex; }
  .action-buttons button {
    margin-left: 1rem; }
  .action-buttons__secondary-buttons {
    display: none; }
    @media (min-width: 990px) {
      .action-buttons__secondary-buttons {
        display: flex; } }
  .action-buttons__secondary-dropdown .more-options-icon {
    padding-left: 0.5rem;
    padding-right: 1rem; }
  .action-buttons__secondary-dropdown .dropdown-button {
    margin-left: 1.5rem; }
  .action-buttons__secondary-dropdown .dropdown-button__options {
    padding: 0.5rem;
    right: 10px;
    margin-top: 2px; }
    .action-buttons__secondary-dropdown .dropdown-button__options button {
      display: inline-block;
      min-width: 125px; }
      .action-buttons__secondary-dropdown .dropdown-button__options button:hover, .action-buttons__secondary-dropdown .dropdown-button__options button:focus {
        background-color: #f1f0ff;
        color: #192147; }
  @media (min-width: 990px) {
    .action-buttons__secondary-dropdown {
      display: none; } }

.button {
  background-color: #6a67fe;
  transition: color 150ms ease-in-out, background 150ms ease-in-out, top 50ms ease-in-out, box-shadow 50ms ease-in-out, border 50ms ease-in-out;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 0.875rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  display: inline-flex;
  height: 38px;
  top: 0;
  border: 0;
  cursor: pointer; }
  .button:focus {
    outline: none; }
  .button--brand {
    background-color: #6a67fe; }
    .button--brand:hover:not(.button--disabled), .button--brand:focus {
      background-color: #5855eb; }
    .button--brand:active {
      background-color: #3f3cd4; }
  .button--success {
    background-color: #3db67b; }
  .button--alert {
    background-color: #ff5c83; }
    .button--alert:hover:not(.button--disabled), .button--alert:focus {
      background-color: #e93661; }
    .button--alert:active {
      background-color: #cb3559; }
  .button--blue-green {
    background-color: #3db67b; }
  .button--grey {
    background-color: #3e4771; }
    .button--grey:hover:not(.button--disabled), .button--grey:focus {
      background-color: #303860; }
    .button--grey:active {
      background-color: #192147; }
  .button--warning {
    background-color: #ebbc43; }
  .button--link {
    background-color: #ae6ddf; }
  .button--label {
    background-color: #f9fafc;
    color: #6a67fe;
    border: 1px solid #6a67fe;
    box-sizing: border-box;
    font-size: 0.75rem;
    padding: 0.25rem 10px;
    height: 24px;
    white-space: nowrap; }
    .button--label:hover, .button--label:focus {
      border: 2px solid #5855eb;
      color: #5855eb; }
    .button--label:active {
      border: 2px solid; }
    .button--label:active {
      box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.25); }
    .button--label:hover, .button--label:focus {
      border: 1px solid #6a67fe; }
  .button--text-link {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: #6a67fe;
    font-size: 0.875rem;
    cursor: pointer;
    margin: 0;
    padding: 0;
    height: auto;
    line-height: normal; }
    .button--text-link:active {
      color: #3f3cd4;
      box-shadow: none;
      top: 0; }
    .button--text-link:focus {
      outline: none; }
    .button--text-link:hover, .button--text-link:focus {
      color: #5855eb;
      background-color: transparent;
      box-shadow: none;
      text-decoration: underline; }
    .button--text-link.light-text {
      font-weight: 400; }
  .button--text-icon {
    background-color: transparent;
    padding: 0;
    border: 0;
    box-shadow: none;
    color: #6a67fe;
    font-size: 0.875rem;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap; }
    .button--text-icon img {
      transform: scale(0.5); }
    .button--text-icon:active {
      color: #3f3cd4; }
    .button--text-icon:focus {
      outline: none; }
    .button--text-icon:hover, .button--text-icon:focus {
      color: #5855eb; }
  .button--small-text-icon {
    background-color: transparent;
    margin-left: 1rem;
    padding: 4px;
    border: 1px solid #c5c7d1;
    box-shadow: none;
    color: #192147;
    font-size: 0.75rem;
    font-weight: 700;
    cursor: pointer;
    height: 28px; }
    .button--small-text-icon img {
      width: 12px;
      height: 12px;
      padding: 0.5rem; }
    .button--small-text-icon:active {
      color: #3f3cd4; }
    .button--small-text-icon:focus {
      outline: none; }
    .button--small-text-icon:hover, .button--small-text-icon:focus {
      color: #5855eb; }
  .button--inverse {
    background-color: #ffffff;
    color: #6a67fe;
    border: 0;
    box-sizing: border-box;
    padding: 0; }
    .button--inverse:hover, .button--inverse:focus {
      border: 2px solid #5855eb;
      color: #5855eb; }
    .button--inverse:active {
      border: 2px solid #3f3cd4;
      color: #3f3cd4; }
    .button--inverse:hover, .button--inverse:focus {
      border: 0; }
  .button--inverse-alert {
    background-color: #ffffff;
    color: #ff5c83;
    border: 0;
    box-sizing: border-box;
    padding: 0; }
    .button--inverse-alert:hover, .button--inverse-alert:focus {
      border: 2px solid #e93661;
      color: #e93661; }
    .button--inverse-alert:active {
      border: 2px solid #cb3559;
      color: #cb3559; }
    .button--inverse-alert:hover, .button--inverse-alert:focus {
      border: 0; }
  .button--block {
    display: block;
    width: 100%; }
  .button--disabled {
    opacity: 0.5;
    filter: grayscale(0.5);
    cursor: default; }
    .button--disabled:hover, .button--disabled:focus {
      cursor: default; }
  .button--unstyled {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: #192147;
    cursor: pointer;
    margin: 0;
    padding: 0;
    height: auto;
    line-height: normal; }
    .button--unstyled:active {
      box-shadow: none;
      top: 0; }
    .button--unstyled:focus {
      outline: none; }
  .button--unstyled-modal-query {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: #192147;
    cursor: pointer;
    margin: 0;
    padding: 15px 12px;
    height: auto;
    line-height: normal;
    display: block;
    width: 100%;
    border-radius: 0px;
    border-bottom: 1px solid #e2e4ea; }
    .button--unstyled-modal-query:active {
      box-shadow: none;
      top: 0; }
    .button--unstyled-modal-query:focus {
      outline: none; }
    .button--unstyled-modal-query:hover, .button--unstyled-modal-query:focus {
      background-color: #f1f0ff;
      box-shadow: none; }
  .button--contextual-nav-item {
    background-color: transparent;
    display: flex;
    justify-content: space-between; }
    .button--contextual-nav-item:hover:not(.button--disabled), .button--contextual-nav-item:focus {
      background-color: #f1f0ff; }

.dropdown-button__wrapper {
  display: inline-block;
  position: relative; }

.dropdown-button__caret {
  font-size: 6px;
  vertical-align: middle;
  margin-left: 10px; }

.dropdown-button__options {
  position: absolute;
  right: 0;
  top: 45px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  z-index: 2;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px rgba(52, 59, 96, 0.15); }
  .dropdown-button__options--opened {
    display: inline-block; }

.dropdown-button__option {
  display: block; }
  .dropdown-button__option .button {
    color: #3e4771;
    text-transform: none;
    text-align: left;
    font-weight: 400;
    margin: 0;
    border-radius: 0;
    padding: 0 10px;
    white-space: nowrap;
    width: 100%;
    font-size: 15px;
    height: 38px;
    letter-spacing: -0.5px; }
    .dropdown-button__option .button:hover, .dropdown-button__option .button:focus {
      background-color: #f1f0ff;
      color: #3e4771; }

.dropdown-button.story {
  padding-left: 100px; }

.downcaret::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACNSURBVHgB7dBhDYAgEAXgF8EoNqKKEYxAAyIYwQhGMMJ5buDYxIEw+PW+7Tb+HO8BQEREGSIy65w65seO8TszWkThQbaEDw/aSujyIW+mMPwpgVq6vKQuTL0q8VvBghYlJbqFl5ToHl5Qon94VMJK3oqeMiUsRvgoYTGSBroo3GE0DZ10dp3tPoOIiCpd2f2wUngzIdcAAAAASUVORK5CYII=);
  transform: scale(0.5);
  width: 16px;
  border-radius: 0px;
  padding: 0px;
  padding-left: 2px;
  margin-top: 2px; }

.reveal {
  margin: 1rem 0 0 0;
  color: #6a67fe;
  font-weight: 700;
  font-size: 0.875rem; }

.rightcaretbefore::before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEUSURBVHgB7ZHNbcJAEIXf2AaknCghJaSFdJBUAByIQnKhg5AO4BCsmAtUQDqghZTC2WAPHn4kMLJ31z4gpPlO9mh23rezgKIoinJjyKap34+fGhSsyKfhT0gLmzOfA+5wyuNNun2ezZr/qCpwCs862/sDHnVNEsfw+fF3XSbhwUDDC5ancEEGS4BluNDOZqyK+o0CIL66raxWNpOvS40THl/NYJ6gaDws+HhPRmD6ypUvVpt/qrPw72nkj1BHwCQhH1XCnQTKJMD7Sc7hzgLC4C2ZE1GnvIsn019/CAucBUwSzLwII78LSyoJFEm4htcSOEikSyK8HMLxF0beKxwJUINWTL24xY/ZLdbNB+pBURTlHtkBLbeHaK/uovgAAAAASUVORK5CYII=);
  transform: scale(0.5) rotate(-90deg);
  width: 16px;
  padding: 0px;
  padding-right: 10px;
  margin-top: 5px; }

.upcaretbefore::before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEUSURBVHgB7ZHNbcJAEIXf2AaknCghJaSFdJBUAByIQnKhg5AO4BCsmAtUQDqghZTC2WAPHn4kMLJ31z4gpPlO9mh23rezgKIoinJjyKap34+fGhSsyKfhT0gLmzOfA+5wyuNNun2ezZr/qCpwCs862/sDHnVNEsfw+fF3XSbhwUDDC5ancEEGS4BluNDOZqyK+o0CIL66raxWNpOvS40THl/NYJ6gaDws+HhPRmD6ypUvVpt/qrPw72nkj1BHwCQhH1XCnQTKJMD7Sc7hzgLC4C2ZE1GnvIsn019/CAucBUwSzLwII78LSyoJFEm4htcSOEikSyK8HMLxF0beKxwJUINWTL24xY/ZLdbNB+pBURTlHtkBLbeHaK/uovgAAAAASUVORK5CYII=);
  transform: scale(0.5) rotate(180deg);
  width: 16px;
  padding: 0px;
  padding-right: 2px;
  margin-right: 0.5rem;
  margin-top: 5px;
  position: relative;
  top: -4px;
  left: 6px; }

.downcaretafter::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEUSURBVHgB7ZHNbcJAEIXf2AaknCghJaSFdJBUAByIQnKhg5AO4BCsmAtUQDqghZTC2WAPHn4kMLJ31z4gpPlO9mh23rezgKIoinJjyKap34+fGhSsyKfhT0gLmzOfA+5wyuNNun2ezZr/qCpwCs862/sDHnVNEsfw+fF3XSbhwUDDC5ancEEGS4BluNDOZqyK+o0CIL66raxWNpOvS40THl/NYJ6gaDws+HhPRmD6ypUvVpt/qrPw72nkj1BHwCQhH1XCnQTKJMD7Sc7hzgLC4C2ZE1GnvIsn019/CAucBUwSzLwII78LSyoJFEm4htcSOEikSyK8HMLxF0beKxwJUINWTL24xY/ZLdbNB+pBURTlHtkBLbeHaK/uovgAAAAASUVORK5CYII=);
  transform: scale(0.5);
  width: 16px;
  padding: 0px;
  padding-left: 2px;
  margin-bottom: 2px; }

.upcaretafter::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEUSURBVHgB7ZHNbcJAEIXf2AaknCghJaSFdJBUAByIQnKhg5AO4BCsmAtUQDqghZTC2WAPHn4kMLJ31z4gpPlO9mh23rezgKIoinJjyKap34+fGhSsyKfhT0gLmzOfA+5wyuNNun2ezZr/qCpwCs862/sDHnVNEsfw+fF3XSbhwUDDC5ancEEGS4BluNDOZqyK+o0CIL66raxWNpOvS40THl/NYJ6gaDws+HhPRmD6ypUvVpt/qrPw72nkj1BHwCQhH1XCnQTKJMD7Sc7hzgLC4C2ZE1GnvIsn019/CAucBUwSzLwII78LSyoJFEm4htcSOEikSyK8HMLxF0beKxwJUINWTL24xY/ZLdbNB+pBURTlHtkBLbeHaK/uovgAAAAASUVORK5CYII=);
  transform: scale(0.5) rotate(180deg);
  width: 16px;
  padding: 0px;
  margin-bottom: 2px;
  margin-left: 11px; }

.data-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5rem 0; }
  .data-error #error-icon {
    height: 12px;
    width: 12px;
    margin-right: 8px;
    margin-bottom: -1px; }
  .data-error #new-tab-icon {
    height: 12px;
    width: 12px;
    margin-left: 6px; }
  .data-error a {
    font-size: 0.875rem;
    color: #6a67fe;
    font-weight: 700;
    text-decoration: none; }
  .data-error__inner {
    display: flex;
    flex-direction: row; }
  .data-error .info__header {
    display: block;
    color: #192147;
    font-weight: 700;
    font-size: 0.875rem;
    text-align: left; }
  .data-error .info__data {
    display: block;
    color: #192147;
    font-weight: normal;
    font-size: 0.875rem;
    text-align: left;
    margin-top: 10px; }

.delete-secret-modal__btn {
  margin-left: 1.5rem; }

.delete-secret-modal__error {
  color: #d66c7b; }

.enroll-secret-modal__reveal-secret {
  float: right;
  text-decoration: none; }

.enroll-secret-modal__secret-wrapper {
  position: relative;
  margin: 1rem 0 0 0; }

.enroll-secret-modal pre,
.enroll-secret-modal code {
  background-color: #f9fafc;
  color: #3e4771;
  border: 1px solid #e2e4ea;
  border-radius: 4px;
  padding: 7px 1rem;
  margin: 1.5rem 0 0 44px; }

.enroll-secret-modal__error {
  color: #d66c7b; }

.enroll-secrets__secret {
  display: flex; }

.enroll-secrets__secret {
  display: flex; }

.enroll-secrets__secret-input .form-field__label {
  position: relative;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 0.5rem;
  width: 560px; }

.enroll-secrets__secret-input .input-field {
  width: 560px; }
  .enroll-secrets__secret-input .input-field--disabled {
    letter-spacing: 0; }
  .enroll-secrets__secret-input .input-field--password {
    letter-spacing: 4px; }

.enroll-secrets__secret-copy-icon {
  color: #6a67fe;
  margin-left: 0.5rem;
  margin-right: 1rem; }

.enroll-secrets .buttons {
  display: flex;
  align-items: center;
  position: absolute;
  right: 16px;
  top: 13px;
  height: 16px; }
  .enroll-secrets .buttons span {
    font-weight: 400; }
  .enroll-secrets .buttons a {
    display: flex;
    align-items: center; }
  .enroll-secrets .buttons img {
    width: 16px;
    height: 16px; }

.enroll-secrets__secret-download-icon {
  display: block;
  font-size: 0.875rem;
  color: #6a67fe;
  font-weight: 700; }
  .enroll-secrets__secret-download-icon a {
    display: flex;
    align-items: center; }
  .enroll-secrets__secret-download-icon img {
    width: 12px;
    height: 12px;
    margin-left: 7px; }

.enroll-secrets--multiple-secrets .form-field__label {
  margin-top: 0; }

.enroll-secrets--multiple-secrets .enroll-secrets__secret-download-icon {
  margin-bottom: 1rem; }

.enroll-secrets__edit-secret-btn {
  margin: 0.5rem 0.5rem 0.25rem 1.5rem; }

.enroll-secrets__delete-secret-btn {
  margin: 0.5rem 0 0.25rem; }

.wrapper > div.flash-message {
  height: 50px;
  min-height: 50px;
  max-height: 50px; }

.flash-message {
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 0.5rem 1rem;
  z-index: 999;
  background-color: #6a67fe;
  margin: auto;
  border: 1px solid #e2e4ea;
  box-sizing: border-box;
  box-shadow: 0px 7px 3px -5px rgba(25, 33, 71, 0.1);
  border-radius: 8px; }
  .flash-message--success {
    background-color: #3db67b; }
    .flash-message--success .fleeticon {
      color: #ffffff; }
  .flash-message--error {
    background-color: #d66c7b; }
    .flash-message--error .fleeticon {
      color: #ffffff; }
  .flash-message--warning-filled {
    background-color: #ebbc43; }
    .flash-message--warning-filled .fleeticon {
      color: #192147; }
    .flash-message--warning-filled a {
      font-size: 0.875rem;
      color: #6a67fe;
      font-weight: 700;
      text-decoration: none; }
    .flash-message--warning-filled span {
      margin-left: 15px;
      margin-right: 15px;
      font-size: 0.875rem;
      color: #192147;
      white-space: nowrap; }
  .flash-message__content {
    display: flex;
    align-items: center; }
    .flash-message__content span {
      margin-left: 15px;
      margin-right: 15px;
      font-size: 0.875rem;
      white-space: nowrap; }
    .flash-message__content .fleeticon {
      font-size: 1rem; }
    .flash-message__content img {
      width: 16px;
      height: 16px; }
  .flash-message__undo {
    color: #ffffff;
    cursor: pointer;
    font-size: 1rem;
    text-decoration: underline;
    text-transform: uppercase;
    margin-right: 15px; }
  .flash-message__remove {
    height: auto;
    cursor: pointer; }
    .flash-message__remove .fleeticon {
      transition: color 150ms ease-in-out;
      color: #ffffff;
      font-size: 1rem; }
      .flash-message__remove .fleeticon:hover {
        color: #ffffff; }
  .flash-message__ex {
    text-decoration: none; }
    .flash-message__ex button {
      display: flex;
      align-items: center; }
      .flash-message__ex button img {
        height: 16px;
        width: 16px; }

.fleet-ace__label {
  height: 25px;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 700;
  color: #192147; }
  .fleet-ace__label--error {
    color: #d66c7b; }
  .fleet-ace__label--with-action {
    justify-content: space-between; }
    .fleet-ace__label--with-action button {
      height: 36px; }

.fleet-ace__wrapper--error .ace-fleet {
  border: 1px solid #d66c7b; }

.fleet-ace__hint {
  font-size: 0.875rem;
  font-weight: 400;
  color: #3e4771; }
  .fleet-ace__hint code {
    color: #6a67fe;
    background-color: #fafafa;
    padding: 0.125rem;
    font-family: "SourceCodePro", "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace; }

.fleet-ace .loading-spinner {
  margin: 0; }

.form__base-error {
  background-color: #d66c7b;
  border-radius: 3px;
  color: #ffffff;
  font-size: 0.875rem;
  margin-top: 10px;
  padding: 5px 0;
  text-align: center;
  width: 100%; }

.edit-user-form {
  box-sizing: border-box;
  height: 100%;
  position: relative;
  margin-top: 1.5rem; }
  .edit-user-form__btn-wrap {
    display: flex;
    justify-content: flex-end; }
  .edit-user-form .form-field {
    margin-bottom: 1.5rem; }
  form .edit-user-form__input {
    font-size: 1rem;
    width: 100%;
    padding: 0.25rem 0.5rem; }
  form .edit-user-form__label {
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: 700; }
  .edit-user-form__form-btn--cancel {
    margin-right: 1rem; }

.osquery-options-form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%; }
  .osquery-options-form__btn-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .osquery-options-form__btn-wrap p {
      font-size: 0.875rem;
      font-weight: 700; }
  .osquery-options-form__text-editor-wrapper {
    width: 100%;
    margin-bottom: 1rem; }
  .osquery-options-form .yaml-ace__label {
    min-height: 0; }

.change-email-form__btn-wrap {
  display: flex;
  flex-direction: row-reverse; }

.change-email-form__btn {
  margin-left: 12px; }

.change-password-form__btn-wrap {
  display: flex;
  flex-direction: row-reverse; }

.change-password-form__btn:last-child {
  margin-right: 1rem; }

.configure-pack-query-form__form-field--frequency {
  position: relative; }
  .configure-pack-query-form__form-field--frequency .input-field {
    width: 100%;
    padding-right: 70px; }
  .configure-pack-query-form__form-field--frequency .form-field__hint {
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-transform: lowercase;
    font-size: 0.875rem; }

.configure-pack-query-form__title {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #192147;
  padding: 0 0 9px;
  margin: 0 0 9px; }

.configure-pack-query-form__fields .fleeticon {
  margin-right: 6px;
  margin-left: 6px; }

.configure-pack-query-form__btn-wrapper {
  padding-top: 20px; }
  .configure-pack-query-form__btn-wrapper .button {
    display: block;
    width: 100%;
    margin-bottom: 20px; }

.component__auto-size-input-field {
  box-sizing: border-box;
  color: #192147; }
  .component__auto-size-input-field::-moz-placeholder {
    color: #8b8fa2; }
  .component__auto-size-input-field:-ms-input-placeholder {
    color: #8b8fa2; }
  .component__auto-size-input-field::placeholder {
    color: #8b8fa2; }
  .component__auto-size-input-field:focus {
    outline: none;
    border-color: #6a67fe; }
  .component__auto-size-input-field .input-sizer {
    display: inline-grid;
    vertical-align: top;
    align-items: center;
    position: relative; }
    .component__auto-size-input-field .input-sizer::after,
    .component__auto-size-input-field .input-sizer input,
    .component__auto-size-input-field .input-sizer textarea {
      width: auto;
      grid-area: 1 / 2;
      resize: none;
      background: none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: none; }
    .component__auto-size-input-field .input-sizer textarea {
      height: 100%;
      overflow: hidden; }
    .component__auto-size-input-field .input-sizer::after {
      content: attr(data-value) " ";
      visibility: hidden;
      white-space: pre-wrap; }

.fleet-checkbox {
  position: relative;
  display: inline-block; }
  .fleet-checkbox::after {
    clear: both;
    content: "";
    display: table; }
  .fleet-checkbox__input {
    opacity: 0;
    width: 16px;
    height: 16px;
    margin: 2px;
    transform: translateY(3px); }
    .fleet-checkbox__input:focus + .fleet-checkbox__tick::after {
      border-color: #6a67fe; }
    .fleet-checkbox__input:checked + .fleet-checkbox__tick::after {
      background-color: #6a67fe;
      border: solid 2px #6a67fe; }
    .fleet-checkbox__input:checked + .fleet-checkbox__tick::before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: rotate(45deg);
      box-sizing: border-box;
      display: block;
      width: 7px;
      height: 13px;
      margin: -8px 0 0 -3px;
      border: 2px solid #ffffff;
      border-top: 0;
      border-left: 0;
      content: ""; }
  .fleet-checkbox__tick {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block; }
    .fleet-checkbox__tick::after {
      height: 20px;
      width: 20px;
      transition: border 75ms ease-in-out, background 75ms ease-in-out;
      border-radius: 4px;
      border: solid 2px #c5c7d1;
      content: "";
      box-sizing: border-box;
      display: block;
      background-color: #ffffff;
      visibility: visible; }
    .fleet-checkbox__tick--disabled::after {
      background-color: #c5c7d1; }
    .fleet-checkbox__tick--indeterminate::after {
      background-color: #6a67fe;
      border: solid 1px #6a67fe; }
    .fleet-checkbox__tick--indeterminate::before {
      position: absolute;
      top: 50%;
      left: 50%;
      box-sizing: border-box;
      display: block;
      width: 10px;
      margin: -1px 0 0 -5px;
      border: 2px solid #ffffff;
      border-top: 0;
      border-left: 0;
      content: ""; }
  .fleet-checkbox__label {
    font-size: 0.875rem;
    padding-left: 0.5rem;
    display: inline; }
  .fleet-checkbox__label-tooltip {
    font-size: 0.875rem;
    padding-left: 0.5rem;
    display: inherit; }

.dropdown__label {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #192147;
  margin-bottom: 0.25rem; }
  .dropdown__label--error {
    font-weight: 700; }

.dropdown__select--error.Select .Select-control {
  color: #ff5c83;
  border: 1px solid #ff5c83;
  box-sizing: border-box;
  border-radius: 4px; }

.dropdown__select--error.Select .Select-arrow {
  border-top-color: #d66c7b; }

.dropdown__option {
  display: flex;
  flex-direction: column; }

.dropdown__help-text {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  white-space: normal;
  color: #3e4771;
  font-style: italic; }

.Select .Select-control {
  border: 1px solid #e2e4ea;
  background-color: #fafafa;
  border-radius: 4px;
  height: 40px; }
  .Select .Select-control .Select-value {
    font-size: 1rem;
    border-radius: 4px;
    background-color: #f9fafc;
    border: solid 1px #506e92; }

.Select .Select-value {
  font-size: 1rem;
  border-radius: 4px;
  background-color: #f9fafc;
  border: solid 1px #506e92; }
  .Select .Select-value .Select-value-icon {
    border: 0;
    float: right;
    position: relative;
    line-height: 28px;
    width: 20px;
    padding: 0;
    margin: 0 5px;
    text-indent: -999em; }
    .Select .Select-value .Select-value-icon::after {
      transition: color 150ms ease-in-out;
      content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFRSURBVHgB7ZY9bsMwDIVJa81goEuKLgaCXCXI6BskPUJukJ6guUHcG3QMeop2TwF3arZ6yCxWCiCgdiuKUgokg77J1g/fgyWSBshkMhcGucnbalYjwpYAOypwfXjfPYGAu8lsQRo2dh8QrT7bl2ff2oKNhPhogpTmqUJNzXgyX4BAXGts3D4TY8utZw0gUNl7D5hw4oPhDlINaCpWwzGfCY+4OQF8AAbFTR67/euonH6Ye1D3TBDUo5tpe/zavwXE7w/truE02EvoGFfzJSL9OktzMZcKNKSKiw1wJv5CKm5RIMR3HOeIRxmQmIgVtxQQiVKa/JNAEBsvZrHvtjuG2fGvBkLiqSZEWcDl+SmIJ0UlvSP4BUJFRlqskgxIK9w5JvheoHEdEnfYMXckPROaNsAQ1Q1Dee4xkd4NicAGa42RTlpkfpg47bM/JJDJZK6ZbzsT7VCH3d6TAAAAAElFTkSuQmCC);
      transform: scale(0.5);
      position: absolute;
      top: -5px;
      left: -5px;
      visibility: visible;
      font-size: 1rem;
      color: #e3e3e3;
      text-indent: 0; }
  .Select .Select-value .Select-value-label {
    font-size: 1rem;
    color: #192147;
    line-height: 28px; }

.Select--single > .Select-control .Select-value {
  line-height: 40px;
  border: none;
  top: 1px;
  right: 1px;
  left: 1px;
  bottom: 1px; }

.Select .Select-arrow {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFhSURBVHgB7ZOxTsJQFIbPqQRrUpMaY4JxqRR2H0EHlVE3N2DzEdzEN4A3wCeAsY0DPIJOLkC62cTBDsTYxNzrLdBYS8u9VwdDcr/t3pye/7/nPwVQKBQKxT+zIVJ0YJ0eGTuVZ2O36k/fRk9C39hndcOsDLfMsvseTPy8OuQ2YuIEccBKzehMNWz4Y+ceOOKEYHdxDD4pOXn1Hh6zajXgQFDrxeIzx4R2S3atLigeYRZQG+TVcw1QikuvZSbae2wyS+LRtAi0M3p0IAfuDkyD0dAwq4gIx4lrXUO8Suabjiohfud7TiuvP3cHYkpWrYVIb1PXs3yLEEUlLy5lYJUJJgW/EY8Q+g1joji2TfsQEJP560xc/1FIoeN77o1ASzkDcxPjfoaJb222tEz8GgSRNrDKxFzcaYAEUjuQZr983mPjvlh06r9M3EuQpAB/YJOEzRCLFnt58EHDJigUCsU68gUvWYjj2NENSQAAAABJRU5ErkJggg==);
  height: 16px;
  width: 16px;
  margin-top: 8px;
  margin-left: -4px;
  border: none; }

.Select.is-focused .Select-control {
  border: 1px solid #6a67fe; }

.Select.is-focused:not(.is-open) .Select-control {
  box-shadow: none;
  border-color: #6a67fe; }

.Select.is-open .Select-arrow {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEUSURBVHgB7ZHNbcJAEIXf2AaknCghJaSFdJBUAByIQnKhg5AO4BCsmAtUQDqghZTC2WAPHn4kMLJ31z4gpPlO9mh23rezgKIoinJjyKap34+fGhSsyKfhT0gLmzOfA+5wyuNNun2ezZr/qCpwCs862/sDHnVNEsfw+fF3XSbhwUDDC5ancEEGS4BluNDOZqyK+o0CIL66raxWNpOvS40THl/NYJ6gaDws+HhPRmD6ypUvVpt/qrPw72nkj1BHwCQhH1XCnQTKJMD7Sc7hzgLC4C2ZE1GnvIsn019/CAucBUwSzLwII78LSyoJFEm4htcSOEikSyK8HMLxF0beKxwJUINWTL24xY/ZLdbNB+pBURTlHtkBLbeHaK/uovgAAAAASUVORK5CYII=);
  height: 16px;
  width: 16px;
  margin-top: 12px;
  margin-left: -4px;
  border: none; }

.Select :hover .Select-arrow {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEUSURBVHgB7ZHNbcJAEIXf2AaknCghJaSFdJBUAByIQnKhg5AO4BCsmAtUQDqghZTC2WAPHn4kMLJ31z4gpPlO9mh23rezgKIoinJjyKap34+fGhSsyKfhT0gLmzOfA+5wyuNNun2ezZr/qCpwCs862/sDHnVNEsfw+fF3XSbhwUDDC5ancEEGS4BluNDOZqyK+o0CIL66raxWNpOvS40THl/NYJ6gaDws+HhPRmD6ypUvVpt/qrPw72nkj1BHwCQhH1XCnQTKJMD7Sc7hzgLC4C2ZE1GnvIsn019/CAucBUwSzLwII78LSyoJFEm4htcSOEikSyK8HMLxF0beKxwJUINWTL24xY/ZLdbNB+pBURTlHtkBLbeHaK/uovgAAAAASUVORK5CYII=);
  height: 16px;
  width: 16px;
  margin-left: -4px;
  border: none; }

.Select :hover.is-open .Select-arrow {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEUSURBVHgB7ZHNbcJAEIXf2AaknCghJaSFdJBUAByIQnKhg5AO4BCsmAtUQDqghZTC2WAPHn4kMLJ31z4gpPlO9mh23rezgKIoinJjyKap34+fGhSsyKfhT0gLmzOfA+5wyuNNun2ezZr/qCpwCs862/sDHnVNEsfw+fF3XSbhwUDDC5ancEEGS4BluNDOZqyK+o0CIL66raxWNpOvS40THl/NYJ6gaDws+HhPRmD6ypUvVpt/qrPw72nkj1BHwCQhH1XCnQTKJMD7Sc7hzgLC4C2ZE1GnvIsn019/CAucBUwSzLwII78LSyoJFEm4htcSOEikSyK8HMLxF0beKxwJUINWTL24xY/ZLdbNB+pBURTlHtkBLbeHaK/uovgAAAAASUVORK5CYII=);
  height: 16px;
  width: 16px;
  margin-top: 10px;
  margin-left: -4px;
  border: none; }

.Select.has-value > .Select-control .Select-value .Select-value-label,
.Select.has-value.is-pseudo-focused > .Select-control .Select-value .Select-value-label {
  color: #192147;
  font-size: 1rem; }

.Select .Select-menu-outer {
  box-shadow: 0 4px 10px rgba(52, 59, 96, 0.15);
  border-radius: 0 0 4px 4px;
  z-index: 6;
  overflow: hidden;
  border: 0;
  margin: 0;
  padding: 0.5rem; }

.Select .Select-noresults {
  font-size: 0.875rem; }

.Select .Select-option {
  color: #192147;
  font-size: 0.875rem;
  margin: 0;
  padding: 10px;
  display: block; }
  .Select .Select-option.is-focused {
    background-color: #f1f0ff; }
    .Select .Select-option.is-focused .Select-icon {
      color: #f1f0ff; }
  .Select .Select-option:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .Select .Select-option.is-disabled {
    color: #8b8fa2;
    font-style: italic; }
    .Select .Select-option.is-disabled .Select-icon {
      visibility: hidden;
      opacity: 0; }

.Select .Select-icon {
  color: #e3e3e3; }

.Select .Select-placeholder {
  color: #3e4771;
  font-size: 1rem;
  line-height: 40px;
  padding: 0 1rem;
  box-sizing: border-box; }

.Select .Select-input {
  color: #3e4771;
  font-size: 1rem;
  padding-left: 2px;
  box-sizing: border-box; }

.Select.Select--multi .Select-control {
  display: flex;
  align-items: center;
  height: auto; }

.Select.Select--multi .Select-multi-value-wrapper {
  flex-grow: 1;
  padding: 0.25rem; }
  .Select.Select--multi .Select-multi-value-wrapper .Select-value {
    margin-top: 2px; }
    .Select.Select--multi .Select-multi-value-wrapper .Select-value .Select-value-label {
      font-size: 0.875rem; }

.Select.Select--multi .Select-arrow-zone {
  display: block; }

.Select.Select--multi .Select-option.is-disabled {
  color: #192147;
  cursor: default; }
  .Select.Select--multi .Select-option.is-disabled.is-focused {
    background-color: #f1f0ff;
    color: #ffffff; }

.Select.Select--multi .Select-value-label {
  padding: 0 0 0 10px; }

.input-field {
  line-height: 1.5;
  background-color: #fafafa;
  border: solid 1px #e2e4ea;
  border-radius: 4px;
  font-size: 1rem;
  padding: 0.25rem 12px;
  color: #3e4771;
  font-family: "Nunito Sans", sans-serif;
  box-sizing: border-box;
  height: 40px; }
  .input-field::-moz-placeholder {
    color: #8b8fa2; }
  .input-field:-ms-input-placeholder {
    color: #8b8fa2; }
  .input-field::placeholder {
    color: #8b8fa2; }
  .input-field:focus {
    outline: none;
    border-color: #6a67fe; }
  .input-field--disabled {
    color: #8b8fa2; }
  .input-field--error {
    color: #ff5c83;
    border: 1px solid #ff5c83;
    box-sizing: border-box;
    border-radius: 4px; }
    .input-field--error:focus {
      border-color: #d66c7b;
      background-color: #ffffff;
      color: #192147; }
  .input-field__textarea {
    min-height: 100px;
    max-width: 100%;
    display: block; }
  .input-field__label {
    display: block;
    font-size: 1.25rem;
    font-weight: 400;
    color: #192147;
    margin-bottom: 0.25rem; }
    .input-field__label--error {
      font-weight: 700;
      color: #d66c7b; }
  .input-field__wrapper {
    margin-bottom: 1rem; }
  .input-field__hint {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.57;
    letter-spacing: 1px;
    color: #3e4771; }
    .input-field__hint code {
      color: #6a67fe;
      background-color: #e3e3e3;
      padding: 0.125rem;
      font-family: "SourceCodePro", "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace; }

.input-icon-field {
  margin-top: 1rem;
  position: relative;
  width: 100%; }
  .input-icon-field__icon {
    position: absolute;
    right: 6px;
    top: 28px;
    font-size: 18px;
    color: #3e4771; }
    .input-icon-field__icon--active {
      color: #6a67fe; }
    .input-icon-field__icon--error {
      border: 1px solid #ff5c83;
      box-sizing: border-box;
      border-radius: 4px; }
  .input-icon-field__input {
    border: 1px solid #e2e4ea;
    background-color: #fafafa;
    border-radius: 4px;
    padding: 9px 30px 9px 1rem;
    font-size: 1rem;
    text-indent: 1px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    color: #192147;
    font-weight: 400; }
    .input-icon-field__input ::-moz-placeholder {
      color: #3e4771; }
    .input-icon-field__input :-ms-input-placeholder {
      color: #3e4771; }
    .input-icon-field__input ::placeholder {
      color: #3e4771; }
    .input-icon-field__input:focus {
      outline: none; }
    .input-icon-field__input:disabled {
      color: #8b8fa2;
      cursor: not-allowed; }
    .input-icon-field__input--error {
      color: #ff5c83;
      border: 1px solid #ff5c83;
      box-sizing: border-box;
      border-radius: 4px; }
  .input-icon-field__label {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 0.25rem; }
    .input-icon-field__label[data-has-tooltip="true"] {
      margin-bottom: 0.5rem; }
  .input-icon-field__errors {
    font-size: 0.875rem;
    font-weight: 700;
    color: #ff5c83; }
  .input-icon-field__hint {
    font-size: 0.875rem;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    margin-top: 0.5rem; }
    .input-icon-field__hint code {
      color: #6a67fe;
      background-color: #fafafa;
      padding: 0.125rem;
      font-family: "SourceCodePro", "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace; }
  .input-icon-field--icon-start input {
    padding: 9px 1rem 9px 3rem; }
  .input-icon-field--icon-start .fleeticon {
    right: auto;
    left: 16px;
    top: 39px;
    font-weight: 700; }

.radio {
  font-size: 0.875rem;
  display: flex;
  align-items: center; }
  .radio__input {
    display: flex; }
    .radio__input input {
      opacity: 0;
      width: 0;
      height: 0;
      position: absolute; }
      .radio__input input + .radio__control::before {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        box-shadow: inset 1em 1em #6a67fe;
        background-color: #6a67fe;
        border-radius: 50%;
        top: 3px;
        left: 3px;
        transition: 180ms transform ease-in-out;
        transform: scale(0); }
      .radio__input input:checked + .radio__control::before {
        transform: scale(1); }
      .radio__input input:focus + .radio__control {
        border-color: #6a67fe; }
  .radio__control {
    position: relative;
    display: flex;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #e2e4ea;
    transform: translateY(-0.05em); }
  .radio__label {
    margin-left: 0.5rem;
    line-height: 1; }

.search-field__input-wrapper.form-field {
  margin-bottom: 0; }

.target-select {
  margin-bottom: 0.5rem; }
  .target-select__label {
    font-size: 0.875rem;
    color: #192147;
    display: block;
    margin: 2.5rem 0 0.25rem;
    text-align: right; }
    .target-select__label--error .target-select__select-targets {
      color: #d66c7b; }
  .target-select__select-targets {
    float: left;
    font-weight: 700; }
  .target-select__targets-count {
    font-size: 0.875rem;
    font-weight: 400;
    color: #192147; }
  .target-select.Select .Select-control {
    min-height: 48px; }
  .target-select.Select .Select-arrow {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFhSURBVHgB7ZOxTsJQFIbPqQRrUpMaY4JxqRR2H0EHlVE3N2DzEdzEN4A3wCeAsY0DPIJOLkC62cTBDsTYxNzrLdBYS8u9VwdDcr/t3pye/7/nPwVQKBQKxT+zIVJ0YJ0eGTuVZ2O36k/fRk9C39hndcOsDLfMsvseTPy8OuQ2YuIEccBKzehMNWz4Y+ceOOKEYHdxDD4pOXn1Hh6zajXgQFDrxeIzx4R2S3atLigeYRZQG+TVcw1QikuvZSbae2wyS+LRtAi0M3p0IAfuDkyD0dAwq4gIx4lrXUO8Suabjiohfud7TiuvP3cHYkpWrYVIb1PXs3yLEEUlLy5lYJUJJgW/EY8Q+g1joji2TfsQEJP560xc/1FIoeN77o1ASzkDcxPjfoaJb222tEz8GgSRNrDKxFzcaYAEUjuQZr983mPjvlh06r9M3EuQpAB/YJOEzRCLFnt58EHDJigUCsU68gUvWYjj2NENSQAAAABJRU5ErkJggg==);
    height: 16px;
    width: 16px;
    margin-top: 6px;
    margin-left: 6px;
    border: none; }
    .target-select.Select .Select-arrow:hover {
      content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEUSURBVHgB7ZHNbcJAEIXf2AaknCghJaSFdJBUAByIQnKhg5AO4BCsmAtUQDqghZTC2WAPHn4kMLJ31z4gpPlO9mh23rezgKIoinJjyKap34+fGhSsyKfhT0gLmzOfA+5wyuNNun2ezZr/qCpwCs862/sDHnVNEsfw+fF3XSbhwUDDC5ancEEGS4BluNDOZqyK+o0CIL66raxWNpOvS40THl/NYJ6gaDws+HhPRmD6ypUvVpt/qrPw72nkj1BHwCQhH1XCnQTKJMD7Sc7hzgLC4C2ZE1GnvIsn019/CAucBUwSzLwII78LSyoJFEm4htcSOEikSyK8HMLxF0beKxwJUINWTL24xY/ZLdbNB+pBURTlHtkBLbeHaK/uovgAAAAASUVORK5CYII=); }
  .target-select.Select.is-open .Select-arrow {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAI/SURBVHgB7ZfPaxNBFMe/byOGUhJS8FAPwoo9idgeq6cUrPYgNFKxIF4qiD0IBlLrqW2inlKKERH6F4iWChY8qD20eBEPwiJUL/5Y0EOlB5eixEXM+F7shvxod9Ntu0uhH9gw82ay3+++mUn2Eepo108lCZF+EFLc1bE9GEQwSiXKLZvPzeoBchoJPZlo0aITUEhjJyEUiiU7Z5mL1v+uI07RBW52IRiMorJ7xIQmvfKTBycudK1pgtr1Pp1IfUEIKEU9mgY1gZAgqJSmSAWZ+noH/bwHKDwDfMw1hMzuNRCPt2L2YR4vnz1APNYKv/g2UMiP4GT3cRw7egSFyRH4xZeBwmQGfadPVPrSvpvPwA+bNiDiFwZ6G+KD53t9mdiUgdzY1XXFt2IiEmvryDYzMXP9Eq4ND9bEVld/wbb/IBrdX4nJnhBev3nXzG2by4CIy1UvPnBxtHxJ22v+RnhmwE186f0nrKz8wMKrt0idTdZkQk6I4JUJVwNe4g5bMeG6BFeGzjXExu9M14g7SGz89nRD3G3TehqoX9/06BRmZuc3nD/zZB7pG1OVvnz38vAtuOG6BNWpvTl231XcYenDZ3z99p3T39mwVOtBBw+fUQiRvb9jfiWEifAwJANzCAnF1ZKmQE8RFlyqRX5aH81YoqON31C7ESQK95bNF4/KmzAKO8sRA8FhFMua/EMkH5Zl/j6QOPT4L/a17Hgm+MlZfKimOK1GSjVenCwPdIK2p2ZQfNL4fnOy37g8X6we+wdnl9wrJPgg7QAAAABJRU5ErkJggg==);
    height: 16px;
    width: 16px;
    margin-top: 11px;
    margin-left: 6px;
    border: none; }
    .target-select.Select.is-open .Select-arrow:hover {
      content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAI/SURBVHgB7ZfPaxNBFMe/byOGUhJS8FAPwoo9idgeq6cUrPYgNFKxIF4qiD0IBlLrqW2inlKKERH6F4iWChY8qD20eBEPwiJUL/5Y0EOlB5eixEXM+F7shvxod9Ntu0uhH9gw82ay3+++mUn2Eepo108lCZF+EFLc1bE9GEQwSiXKLZvPzeoBchoJPZlo0aITUEhjJyEUiiU7Z5mL1v+uI07RBW52IRiMorJ7xIQmvfKTBycudK1pgtr1Pp1IfUEIKEU9mgY1gZAgqJSmSAWZ+noH/bwHKDwDfMw1hMzuNRCPt2L2YR4vnz1APNYKv/g2UMiP4GT3cRw7egSFyRH4xZeBwmQGfadPVPrSvpvPwA+bNiDiFwZ6G+KD53t9mdiUgdzY1XXFt2IiEmvryDYzMXP9Eq4ND9bEVld/wbb/IBrdX4nJnhBev3nXzG2by4CIy1UvPnBxtHxJ22v+RnhmwE186f0nrKz8wMKrt0idTdZkQk6I4JUJVwNe4g5bMeG6BFeGzjXExu9M14g7SGz89nRD3G3TehqoX9/06BRmZuc3nD/zZB7pG1OVvnz38vAtuOG6BNWpvTl231XcYenDZ3z99p3T39mwVOtBBw+fUQiRvb9jfiWEifAwJANzCAnF1ZKmQE8RFlyqRX5aH81YoqON31C7ESQK95bNF4/KmzAKO8sRA8FhFMua/EMkH5Zl/j6QOPT4L/a17Hgm+MlZfKimOK1GSjVenCwPdIK2p2ZQfNL4fnOy37g8X6we+wdnl9wrJPgg7QAAAABJRU5ErkJggg==); }
  .target-select.Select.is-open .Select-arrow-zone:hover .Select-arrow {
    border-top-color: transparent; }
  .target-select.Select .Select-input {
    height: 46px;
    margin: 0;
    padding: 0 0 0 1rem; }
    .target-select.Select .Select-input > input {
      line-height: 30px;
      padding: 8px 0;
      color: #192147;
      font-size: 1rem; }
  .target-select.Select .Select-placeholder {
    line-height: 50px;
    font-size: 1rem;
    padding: 0 1rem; }
  .target-select.Select .Select-arrow-zone {
    padding-right: 30px; }
  .target-select.Select.Select--multi .Select-option {
    padding: 0; }
    .target-select.Select.Select--multi .Select-option.is-disabled.is-focused {
      background-color: #f1f0ff;
      border-radius: 8px; }
    .target-select.Select.Select--multi .Select-option:last-child {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
  .target-select.Select.Select--multi .Select-value {
    line-height: 34px;
    border: 1px solid #506e92;
    margin-top: 5px;
    margin-bottom: 0; }
  .target-select.Select.is-focused .Select-control {
    border: 1px solid #6a67fe; }
  .target-select .Select-menu-outer {
    max-height: 500px;
    height: 500px;
    overflow: hidden;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.15); }
    .target-select .Select-menu-outer .Select-menu {
      height: 498px;
      max-height: 498px;
      overflow: scroll;
      position: relative; }
      .target-select .Select-menu-outer .Select-menu::after {
        content: "\F03C";
        font-size: 150px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -75px;
        opacity: 0.25;
        width: 50%;
        text-align: center; }
    .target-select .Select-menu-outer .target-list {
      height: 100%; }
  .target-select .Select-value {
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #e2e4ea; }
    .target-select .Select-value .Select-value-icon {
      height: 100%; }
      .target-select .Select-value .Select-value-icon::after {
        content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFPSURBVHgB7ZW9ccJAEIV3RQNUYDuhBzuAkCFUB8YdoA7sClAHyB04ZByahNDOCcAVqALWKzHyIKzd2zs8A8F9Mxr97N2+N7rbW4BIJHJhUAsOx7MUARc8quTr+WM5fwUDo3H2yLe8mkdE2eo9f5PGJloiRJxzkj4/3gFBMZrUid3iCEUzj3MstPGqARbtn7yrJn7F25QQaoASyv5+7DYhiAMhvYBCTwt+b9afN4P7He+D9CSU3g4etrvN+ssh/rRa5oWmoW7ChuFkNkXqWEuEKezrexEifkhhRDTRgVW8ogdGlOUIFvcyYDHhK16RgCe4RxJjIMckvP6AtNuPaFXHvxowiAeZMFWBVud1EqFELb3D+Qdch4z1sAoyYD3hzjGhVwG3YJd4Q/WtWZL2BG7LCl7d0FXngokzuiHUybb8UFoPmSMTh3nU0VEjkcg18QN5+MdLMXcVKQAAAABJRU5ErkJggg==);
        transform: scale(0.5);
        border-radius: 0px;
        margin-top: 4px; }
      .target-select .Select-value .Select-value-icon:hover::after {
        content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEuSURBVHgB7ZXLDcIwDIbtwACMwEhsAFwQiBMbwARw4SEuwAaMxAgdAGKcSkCBxnECEhzyS1XbxPH/KQ8HICsr68dCqXM0OHcQzI6jCjQ4Xa7xAAqNR9SlCy3cOCI7WW+bR1+skRIhmjknafFnmyztXWLQmHPsbRzn2EnxIgBQmeTxG4C4mz+rgFQAa+zktc0H4THnabQzECTuAafh8Nwz9D6NvCd6tz0hmPdXm+YePgEIQbh3qrkaQIKoz6ozjwJQQ0SYRwMEISLNnQxEqoEN8vWh0OcdExPs3e3VhJXT8VUAjXkKhGoJpHNu+Xlt1pbtMkUoQFNkNMUqCSCmwqVCiEvA5lONudOG2zzLsQBBUbdh6Jx7INJvQ4Iy2Yk/Cm2RqUCU46jmRs3KyvorXQHWrNR4JOdz6wAAAABJRU5ErkJggg==);
        transform: scale(0.5); }
    .target-select .Select-value .Select-value-label {
      font-size: 1rem;
      color: #506e92;
      font-size: 0.875rem;
      padding: 0 0 0 1rem;
      line-height: 34px; }
  .target-select .Select-clear {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFPSURBVHgB7ZW9ccJAEIV3RQNUYDuhBzuAkCFUB8YdoA7sClAHyB04ZByahNDOCcAVqALWKzHyIKzd2zs8A8F9Mxr97N2+N7rbW4BIJHJhUAsOx7MUARc8quTr+WM5fwUDo3H2yLe8mkdE2eo9f5PGJloiRJxzkj4/3gFBMZrUid3iCEUzj3MstPGqARbtn7yrJn7F25QQaoASyv5+7DYhiAMhvYBCTwt+b9afN4P7He+D9CSU3g4etrvN+ssh/rRa5oWmoW7ChuFkNkXqWEuEKezrexEifkhhRDTRgVW8ogdGlOUIFvcyYDHhK16RgCe4RxJjIMckvP6AtNuPaFXHvxowiAeZMFWBVud1EqFELb3D+Qdch4z1sAoyYD3hzjGhVwG3YJd4Q/WtWZL2BG7LCl7d0FXngokzuiHUybb8UFoPmSMTh3nU0VEjkcg18QN5+MdLMXcVKQAAAABJRU5ErkJggg==);
    width: 16px;
    height: 16px;
    border-radius: 0px;
    margin-left: -4px;
    margin-top: 6px; }
    .target-select .Select-clear:hover {
      content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEuSURBVHgB7ZXLDcIwDIbtwACMwEhsAFwQiBMbwARw4SEuwAaMxAgdAGKcSkCBxnECEhzyS1XbxPH/KQ8HICsr68dCqXM0OHcQzI6jCjQ4Xa7xAAqNR9SlCy3cOCI7WW+bR1+skRIhmjknafFnmyztXWLQmHPsbRzn2EnxIgBQmeTxG4C4mz+rgFQAa+zktc0H4THnabQzECTuAafh8Nwz9D6NvCd6tz0hmPdXm+YePgEIQbh3qrkaQIKoz6ozjwJQQ0SYRwMEISLNnQxEqoEN8vWh0OcdExPs3e3VhJXT8VUAjXkKhGoJpHNu+Xlt1pbtMkUoQFNkNMUqCSCmwqVCiEvA5lONudOG2zzLsQBBUbdh6Jx7INJvQ4Iy2Yk/Cm2RqUCU46jmRs3KyvorXQHWrNR4JOdz6wAAAABJRU5ErkJggg==);
      width: 16px;
      height: 16px;
      border-radius: 0px; }
  .target-select .Select-clear-zone {
    width: 30px; }
  .target-select .Select-arrow-zone {
    width: 30px;
    margin-right: 5px; }
  .target-select .Select-loading-zone {
    margin-right: 10px; }
  .target-select.is-empty .Select-menu-outer .Select-menu::after {
    content: "\F049";
    font-size: 180px;
    margin-top: -90px;
    color: #e3e3e3; }
  .target-select.is-disabled .Select-value-label {
    padding: 0 1rem; }
  @media (max-width: 1199px) {
    .target-select .Select-menu-outer .Select-menu {
      min-width: 665px; }
      .target-select .Select-menu-outer .Select-menu::after {
        display: none; }
    .target-select.show-preview .Select-menu-outer .Select-menu {
      left: auto;
      right: 0; }
    .target-select.show-preview .Select-menu {
      left: 0;
      right: auto;
      position: absolute; } }

.target-list__type {
  padding: 0 8px 0.25rem;
  margin: 1rem 0 0;
  font-weight: 700;
  font-size: 0.875rem;
  color: #192147;
  border-bottom: 1px solid #e2e4ea; }
  .target-list__type::first-letter {
    text-transform: uppercase; }
  .target-list__type:first-child {
    margin: 1.5rem 0 0.5rem 0; }

.target-list__options {
  width: 50%;
  float: left;
  overflow-y: auto;
  min-height: 500px;
  position: relative;
  z-index: 2;
  padding: 0 1.5rem;
  border-right: 1px solid #e2e4ea;
  background-color: #ffffff; }

.target-list__no-hosts {
  font-size: 0.875rem;
  padding: 1.5rem; }

.target-list__no-hosts-heading {
  font-weight: 700;
  font-size: 1rem;
  padding-bottom: 1rem; }

.target-list__spotlight {
  width: 50%;
  float: right;
  overflow-y: auto;
  background-color: #ffffff;
  min-height: 500px;
  position: relative;
  z-index: 1; }

.target-list__not-found {
  font-size: 0.875rem;
  padding: 0 0.25rem 0.25rem; }

.host-target,
.label-target {
  padding: 1.5rem; }
  .host-target__back,
  .label-target__back {
    color: #192147;
    font-size: 0.75rem;
    display: none; }
    @media (max-width: 1199px) {
      .host-target__back,
      .label-target__back {
        display: inline-block;
        position: absolute;
        top: 10px;
        left: 10px;
        padding: 10px; }
        .host-target__back:active,
        .label-target__back:active {
          top: 10px; } }
  @media (max-width: 1199px) {
    .host-target,
    .label-target {
      padding-top: 2.5rem; } }

.host-target__display-text {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #192147;
  margin: 0; }

.host-target__icon {
  color: #3e4771;
  margin-right: 0.5rem;
  width: 21px; }
  .host-target__icon--online {
    color: #192147; }
  .host-target__icon--offline {
    color: #192147; }

.host-target__status {
  margin: 0.25rem 0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase; }
  .host-target__status--is-online {
    color: #3db67b; }
  .host-target__status--is-offline {
    color: #d66c7b; }

.host-target__labels-wrapper {
  position: absolute;
  bottom: 1.5rem; }

.host-target__labels-header {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.9px;
  color: #192147;
  text-transform: uppercase;
  margin: 0; }

.host-target__labels-list {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.5px;
  color: #192147;
  list-style: none;
  margin: 0;
  padding: 0; }
  .host-target__labels-list li {
    display: inline-block; }
    .host-target__labels-list li::after {
      content: ",";
      margin-right: 3px; }
    .host-target__labels-list li:last-child::after {
      content: "";
      margin: 0; }

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

.host-target__mac-address {
  text-transform: uppercase; }

.label-target__display-text {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #192147;
  margin: 0; }

.label-target__icon {
  color: #3e4771;
  margin-right: 0.5rem;
  width: 21px; }

.label-target__hosts {
  margin: 0.25rem 0;
  letter-spacing: 0.4px;
  font-size: 1rem;
  font-weight: 400; }

.label-target__hosts-count {
  font-weight: 700;
  color: #192147; }
  .label-target__hosts-count strong {
    min-width: 21px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    margin-right: 0.5rem; }

.label-target__hosts-online {
  color: #3db67b; }

.label-target__description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.71;
  color: #192147;
  margin: 0 0 0.5rem; }

.target-details__table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  font-size: 1rem;
  width: 100%;
  margin-bottom: 1rem; }
  .target-details__table th {
    font-weight: 700;
    line-height: 2.3;
    color: #192147;
    padding-right: 0.5rem; }

.target-option__btn {
  float: right;
  padding: 0 1rem;
  height: 24px;
  line-height: 20px;
  font-size: 15px; }

.target-option__wrapper {
  display: flex;
  align-items: stretch;
  align-content: stretch;
  cursor: default;
  border-radius: 8px;
  padding: 0 0.25rem; }

.target-option__target-content, .target-option__add-btn {
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
  padding: 0; }

.target-option__add-btn {
  min-width: 60px;
  justify-content: end !important; }

.target-option__add-btn::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAOGSURBVHgBzVddUtswEN6VTQhtH+gJmp6gcILCCQonIJ1pwA0PhBOE3CB5SUzoDOEEhBMAJ2h6gro3yEtLfmxttQoOluM4biAz/WY8lmRZq5X251uEjKhUaHPwO9gTwvqIAFtEVACETf2RoI+IHgH0QAb3uddWt17HfpZ1cdEEx6GCRXCiBBanAjMBOxIHNdfd8FJnzfvAGo8foEpAFXgGiLC+/gpq804kcQOstSC6Vc0CvAw8icPdpNMQ8YFSabQ1V7i6a0CqSQx21YLvm+cC+clt4FseUxMaLAxmoRRav+W14x+ME0jRXGkQfHbdtTvIAMfxi4JENXkd8ySmJ8B3niycGkrD7azCGa5rd3JD3H48kSj0SbCscMAOG2xwM8KJas22dQZLoN7RRlcpO0EfCKvRTQz/aFmn3NFX8Hj0P80lqNE8t1I94Ouhv8fvVtvups0rHwV1JeokOsY2xFehr0AQVGP/eLkNcZa2qOOMdxDFNT/Ol/FO2tzcUK/lRccE5bRyolLk+1BBJgqUtYWRLLAL08UQC2lT+TrYiM1RPNB2N1gL9mLzvaYyInhhaCNmN37C5kiHdhXbzal0A6uCiHmFki0QyAgOMpBdWBEkyDtjgICDnul6+Td2D1YG2zO6SAUsH0mKjnFojfbLR8TuM+uOpIw3ko4BZ42WSDZabaturmfKs2ExlHCV++NAo82eNJOqFUfgzdchBSJmmXB8TO+ifRKygUw0Jn789ET/m7S9+KM4hGF0E5c30LcRgZnM1BCDof9evX6F/VZLH+GMFk6JigLpcrIBedpsL3bdQd5XRmc9DRB6QhL9iE5SfrkDK4LKkGbMQegpLxB35qAZs18W+MnsBvciP4ZuPEItiu3LwCn5RYhl21ze6gqdNpGuoh+EZV1Gc/ZzoWO+ELGEhx3ONzobShRxIwtz9nxYvhc2lR15aVOTuAYzZn7rDbguenH2gkiV8iHN3QQnFxVo9pkLut/ms6WyQwnMmhohLZuGE/bR0Tp9j+90Ea2ehxRa7zHFC9fLTEpBylrzIluaZiNmO4IMpHSmLmDqvCbsa0iuCTwE7AaBf8NJK9TCcR4K4NsFIWyV2pXGyRWUN5b+/sVFzkh2/19hwmCjnEOrl0BI65NrxEzFKUp5pjLbAWTFpIK6kjiqL12cxqHL80GwhxJ3FAn9oImMUZ5zUsOeVOV5/h/K879CVMtRVlKW+gAAAABJRU5ErkJggg==);
  transform: scale(0.5);
  border: none; }

.target-option__target-content {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.target-option__count {
  background-color: #192147;
  border-radius: 4px;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 16px;
  font-weight: bold;
  padding: 2px 10px; }

.target-option__icon {
  color: #192147;
  font-size: 1rem;
  margin-left: 0.5rem; }
  .target-option__icon--online {
    color: #192147; }
  .target-option__icon--offline {
    color: #192147; }
  .target-option__icon--mia {
    color: #192147; }

.target-option__ip {
  color: #192147;
  font-size: 1rem; }

.target-option__label-host {
  color: #ae6ddf;
  font-size: 1.25rem;
  margin-left: 0.5rem; }

.target-option__label-label {
  color: #192147;
  font-size: 0.75rem;
  margin-left: 0.5rem; }
  .target-option__label-label .all-hosts {
    font-weight: 700; }

.target-option__more-info {
  color: #6a67fe;
  cursor: pointer;
  float: right;
  margin-right: 1rem; }

.target-option__target-icon {
  font-size: 1.25rem;
  color: #192147;
  margin-right: 0.25rem; }

.target-option__target-modal {
  width: 1000px; }

.is-host .button {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.is-host .target-option__label-label {
  font-weight: 700;
  margin-right: 0.5rem; }

.fleet-slider {
  transition: background-color 150ms ease-in-out;
  background-color: #8b8fa2;
  border-radius: 12px;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  min-width: 35px;
  position: relative;
  width: 35px; }
  .fleet-slider:hover {
    background-color: #8b8fa2; }
  .fleet-slider--active {
    background-color: #6a67fe; }
    .fleet-slider--active:hover {
      background-color: #6a67fe; }
  .fleet-slider__wrapper {
    display: flex;
    align-items: center;
    height: 40px; }
  .fleet-slider__dot {
    height: 16px;
    width: 16px;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: left 150ms ease-in-out;
    border-radius: 50%;
    background-color: #ffffff; }
    .fleet-slider__dot--active {
      left: 17px; }
  .fleet-slider__label {
    font-size: 0.875rem;
    font-weight: 400;
    text-align: left;
    vertical-align: text-bottom;
    margin-left: 0.5rem; }

.forgot-password-form {
  width: 100%; }
  .forgot-password-form__button-wrap {
    margin-top: 2.5rem;
    display: flex;
    justify-content: center; }
  .forgot-password-form__submit-btn {
    width: 160px; }

.form-field {
  margin-bottom: 1.5rem; }
  .form-field__label {
    font-size: 0.875rem;
    font-weight: 700;
    color: #192147;
    display: block;
    margin-bottom: 0.25rem; }
    .form-field__label--error {
      font-weight: 700;
      color: #ff5c83; }
    .form-field__label[data-has-tooltip="true"] {
      margin-bottom: 0.5rem;
      display: inline-flex; }
  .form-field__hint {
    font-size: 0.875rem;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    margin-top: 0.5rem; }
    .form-field__hint code {
      color: #6a67fe;
      background-color: #fafafa;
      padding: 0.125rem;
      font-family: "SourceCodePro", "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace; }
  .form-field--checkbox {
    margin-bottom: 1rem; }
  .form-field--slider {
    margin-bottom: 0; }

.label-form__label-title, .label-form__label-description {
  width: 100%; }

.label-form__label-platform {
  font-size: 0.875rem;
  font-weight: 400;
  color: #192147;
  padding-bottom: 1.5rem; }
  .label-form__label-platform p {
    padding-bottom: 0.5rem;
    margin-top: 0;
    margin-bottom: 0; }
  .label-form__label-platform .title {
    font-weight: 700; }
  .label-form__label-platform .hint {
    color: #3e4771;
    padding-top: 0.5rem; }

.label-form .query-form__run-query-btn,
.label-form .query-form__stop-query-btn {
  margin-left: 0.25rem; }

.label-form__cancel-btn {
  margin-right: 1rem; }

.label-form__text-editor-wrapper {
  margin: 1.5rem 0; }

.login-form {
  transition: opacity 300ms ease-in;
  transform: translateY(-150px);
  opacity: 1;
  width: 500px;
  align-self: center;
  border-radius: 10px;
  overflow: hidden; }
  .login-form--hidden {
    opacity: 0; }
  .login-form__container {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-sizing: border-box;
    flex-direction: column;
    padding: 2.5rem;
    font-weight: 400; }
  .login-form__submit-btn {
    margin-top: 2.5rem;
    width: 160px; }
  .login-form__sso-btn {
    margin-top: 2.5rem; }
  .login-form__forgot-wrap {
    margin-top: 0.25rem;
    text-align: right;
    width: 100%; }
  .login-form__forgot-link {
    font-size: 0.875rem;
    text-decoration: none;
    color: #6a67fe; }
  .login-form__sso-image {
    vertical-align: middle;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    border-radius: 20%; }
  .login-form__sso-legend {
    vertical-align: middle; }

.edit-pack-form h1 {
  margin: 0 0 20px; }

.edit-pack-form__pack-title .input-field {
  width: 100%; }

.edit-pack-form__pack-description .input-field {
  width: 100%; }

.edit-pack-form__description p:first-child {
  margin-top: 0; }

.edit-pack-form__pack-buttons {
  margin: 1.5rem 0;
  text-align: right; }
  .edit-pack-form__pack-buttons .button {
    margin-left: 15px; }

.pack-form h1 {
  margin: 0 0 20px; }

.pack-form label {
  font-weight: 700; }

.pack-form__pack-title .input-field {
  width: 100%; }

.pack-form__pack-description .input-field {
  width: 100%; }

.pack-form__pack-targets .target-select__label {
  font-weight: 700; }

.pack-form__pack-buttons {
  margin: 25px 0;
  text-align: right; }

.user-registration {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-grow: 1;
  margin-top: 1.5rem; }
  .user-registration__container {
    height: auto;
    width: 500px;
    position: absolute;
    top: 49%;
    right: 0;
    transition: left 300ms ease, opacity 300ms ease;
    border-radius: 10px;
    background-color: #f9fafc;
    box-sizing: border-box;
    padding: 2.5rem;
    z-index: 1;
    transform: translateY(-50%); }
    .user-registration__container h2 {
      font-size: 1.5rem;
      font-weight: 400;
      text-align: center;
      padding: 0 0 1rem;
      margin: 0;
      margin-bottom: 2.5rem;
      border-bottom: 1px solid #e2e4ea; }
    .user-registration__container p {
      font-size: 1rem;
      margin: 0 0 8px; }
    .user-registration__container--admin {
      left: 0;
      top: max(56%, 480px);
      margin: auto; }
    .user-registration__container--org {
      left: calc(100% + 220px);
      top: max(56%, 480px);
      opacity: 0; }
    .user-registration__container--fleet {
      left: calc(150% + 220px);
      top: max(56%, 480px);
      opacity: 0; }
    .user-registration__container--confirmation {
      left: calc(200% + 220px);
      top: max(56%, 480px);
      opacity: 0; }
    .user-registration__container--complete {
      padding: 0; }
      .user-registration__container--complete .user-registration__title {
        font-size: 1.5rem;
        font-weight: 700;
        color: #192147;
        padding: 25px 35px; }
  .user-registration__form {
    display: flex;
    width: 100%;
    box-sizing: border-box; }
    @media (max-width: 1024px) {
      .user-registration__form {
        transform: translateY(-100px); } }
    .user-registration__form--step1-complete .user-registration__container--admin {
      left: -600px;
      opacity: 0; }
    .user-registration__form--step1-complete .user-registration__container--org {
      left: 0;
      margin: auto;
      opacity: 1; }
    .user-registration__form--step1-complete .user-registration__container--fleet {
      left: calc(100% + 220px);
      opacity: 0; }
    .user-registration__form--step1-complete .user-registration__container--confirmation {
      left: calc(150% + 220px);
      opacity: 0; }
    .user-registration__form--step2-complete .user-registration__container--admin {
      left: calc(-50% - 600px);
      opacity: 0; }
    .user-registration__form--step2-complete .user-registration__container--org {
      left: -600px;
      opacity: 0; }
    .user-registration__form--step2-complete .user-registration__container--fleet {
      left: 0;
      margin: auto;
      opacity: 1; }
    .user-registration__form--step2-complete .user-registration__container--confirmation {
      left: calc(100% + 220px);
      opacity: 0; }
    .user-registration__form--step3-complete .user-registration__container--admin {
      left: calc(-100% - 600px);
      opacity: 0; }
    .user-registration__form--step3-complete .user-registration__container--org {
      left: calc(-50% - 600px);
      opacity: 0; }
    .user-registration__form--step3-complete .user-registration__container--fleet {
      left: -600px;
      opacity: 0; }
    .user-registration__form--step3-complete .user-registration__container--confirmation {
      left: 0;
      margin: auto;
      opacity: 1; }
    .user-registration__form::before {
      left: auto;
      right: 50%; }
    .user-registration__form--step1-active::before {
      display: none; }
  .user-registration__description {
    font-size: 0.875rem;
    font-weight: 400;
    color: #192147; }
  .user-registration__title {
    font-size: 18px;
    font-weight: 700;
    color: #192147;
    margin: 0;
    padding: 0; }
  .user-registration__field-wrapper {
    background-color: #f9fafc;
    box-sizing: border-box;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .user-registration__field-wrapper .button {
      width: 160px;
      margin-top: 2.5rem; }
    .user-registration__field-wrapper .registration-fields {
      box-sizing: border-box;
      width: 100%; }

.confirm-user-reg {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .confirm-user-reg h2 {
    text-align: center; }
  .confirm-user-reg__wrapper + p {
    margin-top: 40px;
    font-size: 0.875rem; }
  .confirm-user-reg__icon {
    color: #3db67b;
    font-size: 120px;
    display: block;
    text-align: center;
    margin: 10px 0 35px; }
  .confirm-user-reg__submit {
    bottom: 0;
    top: auto;
    position: absolute;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .confirm-user-reg__submit:active {
      top: auto; }
  .confirm-user-reg__table {
    width: 100%; }
    .confirm-user-reg__table caption {
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 1.5rem;
      text-align: left; }
    .confirm-user-reg__table tr {
      vertical-align: bottom; }
    .confirm-user-reg__table th {
      font-size: 1rem;
      font-weight: 700;
      text-align: left;
      padding-right: 20px; }
    .confirm-user-reg__table td {
      font-size: 1rem;
      font-weight: 400; }
  .confirm-user-reg__table-email {
    max-width: 292px;
    word-wrap: break-word; }
  .confirm-user-reg__table-url {
    display: inline-block;
    max-width: 292px;
    word-wrap: break-word;
    font-family: "SourceCodePro", "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace;
    vertical-align: bottom;
    font-weight: 600; }
  .confirm-user-reg__import {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.71;
    letter-spacing: 0.5px;
    color: #192147;
    margin: 30px 0 0; }
    .confirm-user-reg__import .fleet-checkbox {
      display: block; }
      .confirm-user-reg__import .fleet-checkbox__label {
        padding: 0; }
    .confirm-user-reg__import p {
      margin: 0;
      padding-left: 2.5rem; }
    .confirm-user-reg__import .fleet-checkbox__input {
      position: absolute;
      left: 0;
      top: 0; }
  .confirm-user-reg .button {
    width: 160px;
    margin-top: 2.5rem; }

.reset-password-form {
  width: 100%; }
  .reset-password-form__button-wrap {
    display: flex;
    justify-content: center; }
  .reset-password-form__input {
    width: 100%; }
  .reset-password-form__btn {
    margin-top: 2.5rem;
    width: 160px;
    margin-bottom: 20px; }

.manage-user .input-field {
  width: 100%; }

.manage-user .form-field__label {
  font-size: 0.875rem;
  font-weight: 700; }

.manage-user__email-hint {
  display: block; }

.manage-user__button-wrap {
  width: 100%;
  margin-top: 2.5rem;
  display: flex;
  justify-content: flex-end; }
  .manage-user__button-wrap .button:last-child {
    margin-left: 1rem; }

.info-banner {
  padding: 1rem;
  border-radius: 4px;
  border: 1px solid #d9d9fe;
  background-color: #f1f0ff;
  font-size: 14px; }

.component__last-updated-text {
  font-size: 0.75rem;
  color: #515774;
  padding-right: 0.5rem; }
  .component__last-updated-text .tooltip {
    padding-left: 0.25rem; }
  .component__last-updated-text .tooltip__tooltip-text {
    display: flex;
    text-align: center; }
  .component__last-updated-text img {
    height: 16px;
    width: 16px;
    vertical-align: text-top; }

.modal__background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(25, 33, 71, 0.4);
  z-index: 101;
  overflow: scroll;
  display: flex;
  justify-content: center; }

.modal__content {
  margin-top: 1.5rem;
  font-size: 0.875rem; }
  .modal__content .input-field {
    width: 100%; }
    .modal__content .input-field::-moz-placeholder {
      font-style: italic;
      font-size: 0.875rem; }
    .modal__content .input-field:-ms-input-placeholder {
      font-style: italic;
      font-size: 0.875rem; }
    .modal__content .input-field::placeholder {
      font-style: italic;
      font-size: 0.875rem; }
  .modal__content .modal-cta-wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.5rem; }
    .modal__content .modal-cta-wrap :nth-child(2) {
      margin-left: 1rem; }

.modal__ex {
  text-decoration: none;
  padding-left: 0.25rem; }
  .modal__ex .button::after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFPSURBVHgB7ZW9ccJAEIV3RQNUYDuhBzuAkCFUB8YdoA7sClAHyB04ZByahNDOCcAVqALWKzHyIKzd2zs8A8F9Mxr97N2+N7rbW4BIJHJhUAsOx7MUARc8quTr+WM5fwUDo3H2yLe8mkdE2eo9f5PGJloiRJxzkj4/3gFBMZrUid3iCEUzj3MstPGqARbtn7yrJn7F25QQaoASyv5+7DYhiAMhvYBCTwt+b9afN4P7He+D9CSU3g4etrvN+ssh/rRa5oWmoW7ChuFkNkXqWEuEKezrexEifkhhRDTRgVW8ogdGlOUIFvcyYDHhK16RgCe4RxJjIMckvP6AtNuPaFXHvxowiAeZMFWBVud1EqFELb3D+Qdch4z1sAoyYD3hzjGhVwG3YJd4Q/WtWZL2BG7LCl7d0FXngokzuiHUybb8UFoPmSMTh3nU0VEjkcg18QN5+MdLMXcVKQAAAABJRU5ErkJggg==);
    transform: scale(0.5);
    border-radius: 0px; }
  .modal__ex .button:hover::after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEuSURBVHgB7ZXLDcIwDIbtwACMwEhsAFwQiBMbwARw4SEuwAaMxAgdAGKcSkCBxnECEhzyS1XbxPH/KQ8HICsr68dCqXM0OHcQzI6jCjQ4Xa7xAAqNR9SlCy3cOCI7WW+bR1+skRIhmjknafFnmyztXWLQmHPsbRzn2EnxIgBQmeTxG4C4mz+rgFQAa+zktc0H4THnabQzECTuAafh8Nwz9D6NvCd6tz0hmPdXm+YePgEIQbh3qrkaQIKoz6ozjwJQQ0SYRwMEISLNnQxEqoEN8vWh0OcdExPs3e3VhJXT8VUAjXkKhGoJpHNu+Xlt1pbtMkUoQFNkNMUqCSCmwqVCiEvA5lONudOG2zzLsQBBUbdh6Jx7INJvQ4Iy2Yk/Cm2RqUCU46jmRs3KyvorXQHWrNR4JOdz6wAAAABJRU5ErkJggg==);
    transform: scale(0.5);
    border-radius: 0px; }

.modal__header {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: left;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #e2e4ea;
  display: flex;
  justify-content: space-between; }
  .modal__header span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.modal__modal_container {
  position: absolute;
  top: 22px;
  background-color: #ffffff;
  width: 658px;
  padding: 2.5rem;
  border-radius: 8px; }

.pagination__pager-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: auto;
  text-align: right; }
  .pagination__pager-wrap button {
    color: #6a67fe;
    padding: 6px; }
    .pagination__pager-wrap button .fleeticon-chevronleft {
      margin-right: 0.5rem; }
      .pagination__pager-wrap button .fleeticon-chevronleft:before {
        font-size: 0.6rem;
        font-weight: 700;
        position: relative;
        top: -2px; }
    .pagination__pager-wrap button .fleeticon-chevronright {
      margin-left: 0.5rem; }
      .pagination__pager-wrap button .fleeticon-chevronright:before {
        font-size: 0.6rem;
        font-weight: 700;
        position: relative;
        top: -2px; }
  .pagination__pager-wrap button:hover,
  .pagination__pager-wrap button.focus-visible {
    background-color: #f1f0ff; }
  .pagination__pager-wrap .button--disabled:hover,
  .pagination__pager-wrap .button--disabled:focus {
    background-color: transparent; }
  .pagination__pager-wrap button:last-child {
    margin-left: 1.5rem; }

.platform-compatibility {
  display: flex;
  font-size: 0.75rem;
  align-items: center;
  padding-top: 1rem; }
  .platform-compatibility b,
  .platform-compatibility img,
  .platform-compatibility span {
    display: flex;
    align-items: center; }
  .platform-compatibility span {
    padding-left: 12px; }
  .platform-compatibility .platform {
    padding-left: 0px; }
  .platform-compatibility img {
    height: 16px;
    width: 16px;
    padding-left: 12px;
    padding-right: 0.25rem; }

.platform-selector {
  padding-bottom: 1.5rem; }
  .platform-selector p {
    padding-top: 0.5rem;
    margin: 0; }
  .platform-selector span {
    display: flex;
    align-items: center;
    padding: 0; }
  .platform-selector form,
  .platform-selector label {
    display: inline-flex; }
  .platform-selector__checkboxes {
    padding-top: 0;
    padding-bottom: 0.5rem; }
  .platform-selector__platform-checkbox-wrapper {
    padding-left: 12px;
    margin: 0; }
    .platform-selector__platform-checkbox-wrapper .fleet-checkbox__label {
      transform: translateY(2px);
      padding-left: 0.25rem; }

.pack-queries-list-wrapper {
  flex-grow: 1;
  padding: 2rem 0;
  margin-bottom: 1rem; }
  .pack-queries-list-wrapper h1 {
    margin: 0 0 20px; }
  .pack-queries-list-wrapper .data-table-block .data-table__table thead .name__header {
    width: 352px; }
  .pack-queries-list-wrapper .data-table-block .data-table__table thead .interval__header {
    width: 0;
    border-right: none; }
  .pack-queries-list-wrapper .data-table-block .data-table__table thead .platform_string__header {
    display: none;
    width: 0; }
  .pack-queries-list-wrapper .data-table-block .data-table__table thead .logging_string__header {
    display: none;
    width: 0; }
  .pack-queries-list-wrapper .data-table-block .data-table__table thead .performance__header {
    display: none;
    width: 0; }
  .pack-queries-list-wrapper .data-table-block .data-table__table thead .actions__header {
    width: auto; }
  @media (min-width: 990px) {
    .pack-queries-list-wrapper .data-table-block .data-table__table thead .interval__header {
      border-right: 1px solid #e2e4ea; }
    .pack-queries-list-wrapper .data-table-block .data-table__table thead .performance__header {
      display: table-cell;
      width: 202px;
      border-right: none; } }
  @media (min-width: 1400px) {
    .pack-queries-list-wrapper .data-table-block .data-table__table thead .platform_string__header,
    .pack-queries-list-wrapper .data-table-block .data-table__table thead .logging_string__header {
      display: table-cell; } }
  .pack-queries-list-wrapper .data-table-block .data-table__table tbody .name__cell {
    width: 352px; }
  .pack-queries-list-wrapper .data-table-block .data-table__table tbody .interval__cell {
    width: 0; }
  .pack-queries-list-wrapper .data-table-block .data-table__table tbody .platform_string__cell {
    display: none;
    width: 0; }
  .pack-queries-list-wrapper .data-table-block .data-table__table tbody .logging_string__cell {
    display: none;
    width: 0; }
  .pack-queries-list-wrapper .data-table-block .data-table__table tbody .performance__cell {
    display: none;
    width: 0; }
  .pack-queries-list-wrapper .data-table-block .data-table__table tbody .actions__cell {
    width: auto; }
  @media (min-width: 990px) {
    .pack-queries-list-wrapper .data-table-block .data-table__table tbody .performance__cell {
      display: table-cell;
      width: 202px; } }
  @media (min-width: 1400px) {
    .pack-queries-list-wrapper .data-table-block .data-table__table tbody .platform_string__cell,
    .pack-queries-list-wrapper .data-table-block .data-table__table tbody .logging_string__cell {
      display: table-cell; } }
  .pack-queries-list-wrapper .data-table-block a {
    color: #6a67fe;
    font-size: 0.875rem;
    text-decoration: none; }
  .pack-queries-list-wrapper .data-table-block__empty-table {
    text-align: center;
    font-size: 0.875rem;
    color: #192147; }
  .pack-queries-list-wrapper__no-queries {
    font-size: 0.875rem;
    font-weight: 700; }

.empty-pack {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px; }
  .empty-pack__inner {
    display: flex;
    flex-direction: row; }
    .empty-pack__inner h1 {
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 1rem; }
    .empty-pack__inner p {
      color: #192147;
      font-weight: 400;
      font-size: 0.875rem;
      margin: 0; }
  .empty-pack__empty-filter-results {
    display: flex;
    flex-direction: column;
    width: 350px; }

.secret-editor-modal__reveal-secret {
  float: right;
  text-decoration: none; }

.secret-editor-modal__secret-wrapper {
  position: relative;
  margin: 1rem 0 0 0; }

.secret-editor-modal pre,
.secret-editor-modal code {
  background-color: #f9fafc;
  color: #3e4771;
  border: 1px solid #e2e4ea;
  border-radius: 4px;
  padding: 7px 1rem;
  margin: 1.5rem 0 0 44px; }

.secret-editor-modal__error {
  color: #d66c7b; }

.host-side-panel {
  color: #192147; }
  .host-side-panel .loading-spinner {
    margin-top: 155px; }
  .host-side-panel .input-icon-field {
    margin-top: 0; }
    .host-side-panel .input-icon-field__label {
      display: none; }
    .host-side-panel .input-icon-field__icon {
      top: 6px; }
  .host-side-panel h3 {
    font-size: 0.875rem;
    font-weight: 700;
    color: #192147;
    margin: 1.5rem 0 10px 1rem; }
  .host-side-panel__add-label-btn {
    align-self: right; }
    .host-side-panel__add-label-btn span {
      display: flex;
      align-items: center; }
    .host-side-panel__add-label-btn img {
      margin-left: 0.25rem; }
  .host-side-panel__panel-group-item {
    color: #192147;
    width: 100%; }
    .host-side-panel__panel-group-item--filter {
      position: relative; }
      .host-side-panel__panel-group-item--filter::before {
        display: inline-block;
        position: absolute;
        padding: 5px 0 0 0;
        content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAALeSURBVHgBxVe9ThtBEP7mLgkkAumSNBCKLH9FqpiO0pHCj9LAG0CeAPIEmCeIeQJMlzI0EVYKnC6l04O8qUBKwRWWsCW4zRzYlrmd+7ND+CT/3O7OzDezd7PfAQ8MSlvgqaL3FCOb5OCtMSgCxmMzrzNdZw/aBMEh4NbO9ZFGTlBS4GfOky0Out0XMNkZoRIEtJuHiCsNTs0ubzyCe8QuV/kziuwoMInNcW+u3fRPf2YxsAi8mlneMYbKOQP3Y5Trujr+Ys5rXpxW0xa7QvBSmhFvi+ZM07ZlMQuJ3j0woZY2iZz9mJC+Mc4e/6n07++UWipcw+Wymx2+VLIpPp3pahlJBCbUqmInx6ITg71LtEu+rvlIAPsodYhEweRpIe7GdG6/5AzYcJfZb6cFD8EBSrz+ozDlMbH9ODvqZN+QgodOkRNxlbg07edSIlyB66LgRw8SPETHTkfHw2YmrXcItGaN8r5jGEj2hDVpqcMTKjp4haCGITCCdkUYLkAkALIm/ujvdQwBHe61sbbBiyFg2+OeMDn94TUyEFD4FyBjZXzW+PYbFgG7VCLTPFB8kgonqNhLuALG2m9jrqSGkhktPF63faIeQ4B+RAeJaANDgM8UqxFxzz+U1jq3j4yJlkdNzqx8xgBguy1IbR30VVrv+r5ujXmzbzjr6OO4OPZyXjcvTn4hIybU+yLB+WIFZ6V03qgeSDadp8ApCVUABaYSagRkQJg5kXssTrJMi7Pr6YFJtbLNV3Fl18YEu1Hh2RWsnTZbjLFNPI7viFImUeaRLSQirBR1q6WQDZwAvZNIWKo4G4mBIJKwRCmr2aMxb57vydiSZgoGu/ezMME6+z5s+ie9+01qxV11M22MOUAOcLOpOSZYCDOFfKbcSL9QBHUHUt+MbhQTzDo/Smv8W7jbYkOxSvWwmbXQKvcrnkSd2bcdqQTiSGV5+8lCYiACeZBConbvBNJI/BcCCSTqfwErxzfzQ5kgZgAAAABJRU5ErkJggg==);
        transform: scale(0.5);
        height: 20px;
        top: 3px;
        left: 8px; }
  .host-side-panel .title {
    font-size: 1rem;
    display: flex;
    justify-content: space-between; }
    .host-side-panel .title button {
      position: relative;
      top: 12px;
      padding: 0 0.25rem; }
  .host-side-panel__filter-labels {
    margin-bottom: 1rem; }
    .host-side-panel__filter-labels .input-field {
      padding-left: 42px;
      width: 100%; }

.panel-group__label {
  max-height: 280px;
  overflow-y: auto;
  position: relative; }
  .panel-group__label--scroll-labels:before {
    content: "";
    position: -webkit-sticky;
    position: sticky;
    display: block;
    z-index: 1;
    top: -2px;
    left: 0;
    width: 100%;
    height: 17px;
    background-image: linear-gradient(to bottom, #f9fafc, rgba(255, 255, 255, 0)); }
  .panel-group__label--scroll-labels:after {
    content: "";
    position: -webkit-sticky;
    position: sticky;
    display: block;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 17px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f9fafc); }

.panel-group-item {
  transition: color 75ms ease-in-out, background 75ms ease-in-out;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 400;
  color: #192147;
  text-align: left;
  padding: 10px 0;
  margin: 2px 0;
  border-radius: 8px; }
  .panel-group-item img {
    width: 16px;
    height: 16px;
    margin-right: 0.25rem;
    vertical-align: sub; }
  .panel-group-item.panel-group-item--selected {
    font-weight: 700;
    background-color: #d9d9fe; }
    .panel-group-item.panel-group-item--selected .panel-group-item__count {
      font-weight: 700; }
  .panel-group-item__flexy {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .panel-group-item__name {
    display: inline-block;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    flex-grow: 1;
    padding-left: 1rem; }
  .panel-group-item__description {
    font-size: 13px;
    margin-left: 0.25rem;
    text-transform: lowercase; }
  .panel-group-item__count {
    transition: color 75ms ease-in-out;
    font-weight: 400;
    text-align: right;
    padding-right: 1rem;
    font-size: 0.875rem; }

.pack-details-side-panel {
  padding: 1rem 20px 0; }
  .pack-details-side-panel__description {
    color: #192147;
    font-size: 0.875rem;
    word-wrap: break-word; }
  .pack-details-side-panel__section-label {
    font-size: 0.875rem;
    font-weight: 700;
    margin: 1.5rem 0 0.5rem; }
  .pack-details-side-panel__edit-pack-link {
    width: 100%; }
  .pack-details-side-panel__pack-icon {
    color: #3e4771;
    margin-right: 11px; }
  .pack-details-side-panel__pack-name {
    display: inline-block;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    color: #192147;
    font-size: 0.875rem;
    font-weight: 400;
    margin: 0; }
  .pack-details-side-panel__query-icon {
    color: #3e4771;
    font-size: 1rem;
    margin-right: 15px; }
  .pack-details-side-panel__queries-list {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0; }
  .pack-details-side-panel__query-name {
    display: inline-block;
    max-width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    font-size: 0.875rem;
    color: #6a67fe;
    text-decoration: none; }

.pack-info-side-panel {
  background-color: #ffffff;
  bottom: 0;
  border-left: 1px solid #e2e4ea;
  box-sizing: border-box;
  overflow: scroll; }
  .pack-info-side-panel__title {
    font-size: 1.25rem;
    font-weight: 400;
    color: #192147;
    border-bottom: 1px solid #e2e4ea;
    padding-bottom: 8px;
    margin: 0 0 7px; }
  .pack-info-side-panel__subtitle {
    font-size: 0.875rem;
    font-weight: 700;
    color: #192147; }
  .pack-info-side-panel a {
    color: #6a67fe;
    font-weight: 700;
    text-decoration: none; }
  .pack-info-side-panel p,
  .pack-info-side-panel ul {
    font-size: 0.875rem;
    color: #192147; }
  .pack-info-side-panel p {
    margin: 24px 0 24px 0; }
  .pack-info-side-panel ul {
    margin-left: 16px;
    padding-left: 0px; }
  .pack-info-side-panel li::marker {
    color: #6a67fe; }
  .pack-info-side-panel dl dt {
    font-weight: 700;
    font-size: 0.875rem;
    color: #192147;
    margin-bottom: 24px; }
    .pack-info-side-panel dl dt img {
      height: 16px;
      width: auto;
      margin-right: 8px; }
    .pack-info-side-panel dl dt span {
      vertical-align: 2px; }

.query-side-panel {
  position: relative;
  overflow: unset !important; }
  .query-side-panel__close-button {
    width: 24px;
    height: 24px;
    border: 1px solid #c5c7d1;
    border-radius: 12px;
    background-color: #ffffff;
    position: absolute;
    top: 40px;
    left: -12px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2; }
    .query-side-panel__close-button img {
      transform: scale(0.5); }
  .query-side-panel__header {
    margin: 0 0 0.5rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: #192147; }
  .query-side-panel__choose-table {
    margin: 0 0 2rem; }
    .query-side-panel__choose-table .form-field {
      margin-bottom: 1rem; }
    .query-side-panel__choose-table .Select {
      margin: 0 0 0.5rem; }
  .query-side-panel__description {
    font-size: 0.875rem;
    font-style: italic;
    color: #192147;
    margin: 0; }
  .query-side-panel__platforms {
    font-size: 0.875rem;
    color: #192147;
    list-style: none;
    margin: 0 0 2rem;
    padding: 0; }
    .query-side-panel__platforms .fleeticon {
      font-size: 18px;
      margin-right: 1rem; }
    .query-side-panel__platforms .icon {
      margin-right: 1rem;
      width: 20px;
      height: 20px; }
    .query-side-panel__platforms li {
      height: 20px;
      display: flex;
      align-items: center;
      padding-bottom: 1rem; }
      .query-side-panel__platforms li:last-child {
        padding-bottom: 0; }
  .query-side-panel__columns, .query-side-panel__suggested-queries {
    margin: 0 0 1.5rem; }
  .query-side-panel__column-list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .query-side-panel__column-wrapper {
    display: flex;
    margin: 0 0 15px;
    padding-top: 0.5rem;
    border-top: 1px solid #e2e4ea; }
  .query-side-panel__suggestion {
    flex-grow: 1;
    font-size: 0.875rem;
    line-height: 1.71;
    letter-spacing: 0.5px;
    text-align: left;
    color: #192147; }
  .query-side-panel__load-suggestion {
    align-self: center;
    padding: 1px 5px;
    margin: 0 0 0 10px; }

.query-column-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #192147;
  font-size: 0.875rem;
  padding: 0.5rem 0; }
  .query-column-list__item:first-of-type {
    border: 0; }

.query-column-list__name {
  border-radius: 4px;
  margin-right: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #192147; }

.query-column-list__description {
  flex-grow: 1;
  text-align: right; }

.query-column-list__type {
  font-size: 0.875rem;
  color: #192147; }

.search-pack-query__title {
  display: inline-block;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #192147;
  margin: 0 0 10px; }

.search-pack-query .form-field--dropdown {
  margin-bottom: 20px; }

.search-pack-query .ace-fleet {
  margin-bottom: 20px; }

.search-pack-query__description {
  margin: 0 0 2rem;
  word-wrap: break-word; }
  .search-pack-query__description h2 {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #192147;
    margin: 0 0 0.5rem; }
  .search-pack-query__description p {
    margin: 0 0 10px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.71;
    color: #192147; }

.secondary-side-panel-container {
  background-color: #ffffff;
  box-sizing: border-box;
  border-left: 1px solid #e3e3e3;
  overflow: auto;
  min-width: 340px;
  width: 340px;
  padding: 2.5rem; }

.loading-spinner {
  margin: 120px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  width: 48px;
  height: 48px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px; }
  .loading-spinner__ring {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 4px solid #6a67fe; }
    .loading-spinner__ring div {
      box-sizing: border-box;
      display: block;
      position: absolute;
      width: 32px;
      height: 32px;
      margin: -4px;
      border: 4px solid #ffffff;
      border-radius: 50%;
      -webkit-animation: ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
              animation: ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
      border-color: #d9d9fe transparent transparent transparent; }
  .loading-spinner__ring-for-button {
    margin-right: 0.5rem;
    width: 16px;
    height: 16px;
    border-width: 3px;
    border-color: rgba(255, 255, 255, 0.25); }
    .loading-spinner__ring-for-button div {
      margin: -3px;
      width: 16px;
      height: 16px;
      border-width: 3px;
      border-color: #ffffff transparent transparent transparent; }
  .loading-spinner div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
            animation-delay: -0.45s; }
  .loading-spinner div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .loading-spinner div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
            animation-delay: -0.15s; }

@-webkit-keyframes ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.stacked-white-boxes {
  transition: opacity 300ms ease-in;
  margin: 2.5rem auto;
  width: 516px; }
  .stacked-white-boxes--loading {
    opacity: 0; }
  .stacked-white-boxes--loaded {
    opacity: 1; }
  .stacked-white-boxes--leaving {
    opacity: 0; }
  .stacked-white-boxes__box {
    background-color: #ffffff;
    border-radius: 10px;
    min-height: 360px;
    box-sizing: border-box;
    padding: 2.5rem;
    font-weight: 300; }
    .stacked-white-boxes__box-text {
      color: #192147;
      font-size: 1rem;
      margin: 2.5rem 0 1.5rem; }
  .stacked-white-boxes__header {
    width: 100%; }
    .stacked-white-boxes__header-text {
      font-size: 1.5rem;
      font-weight: 300;
      color: #192147;
      line-height: 32px;
      margin-top: 0;
      margin-bottom: 0; }
  .stacked-white-boxes__back {
    text-align: right;
    width: 100%; }
    .stacked-white-boxes__back-link {
      transition: color 150ms ease-in-out;
      color: #3e4771;
      text-decoration: none;
      position: absolute;
      top: 10px;
      right: 15px;
      cursor: pointer;
      font-weight: bold;
      font-size: 30px; }
      .stacked-white-boxes__back-link:hover {
        color: #6a67fe; }

.table-container .client-result-count-0 {
  display: none; }

.table-container__header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem; }
  .table-container__header.stack-table-controls {
    flex-direction: column-reverse;
    align-items: start; }
    @media (min-width: 768px) {
      .table-container__header.stack-table-controls {
        flex-direction: row;
        align-items: end;
        justify-content: space-between; } }
    @media (min-width: 990px) {
      .table-container__header.stack-table-controls {
        align-items: center; } }

.table-container__header-left {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center; }
  .table-container__header-left.stack-table-controls {
    flex-direction: column-reverse;
    align-items: start; }
    @media (min-width: 990px) {
      .table-container__header-left.stack-table-controls {
        flex-direction: row;
        justify-content: space-between;
        align-items: center; } }

.table-container__results-count {
  font-size: 0.875rem;
  font-weight: 700;
  color: #192147;
  margin: 0; }
  .table-container__results-count.stack-table-controls {
    padding-top: 1.5rem; }
    @media (min-width: 990px) {
      .table-container__results-count.stack-table-controls {
        padding-top: 0; } }

.table-container__edit-columns-button:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #5855eb; }

.table-container__search-input {
  position: relative;
  color: #3e4771;
  width: 100%;
  margin-left: 0.5rem; }
  .table-container__search-input .search-field__input-wrapper {
    width: 250px;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .table-container__search-input .search-field__input-wrapper {
        width: 300px; } }
    @media (min-width: 990px) {
      .table-container__search-input .search-field__input-wrapper {
        width: 344px; } }
  .table-container__search-input.stack-table-controls {
    padding-bottom: 1.5rem;
    margin-left: 0; }
    @media (min-width: 768px) {
      .table-container__search-input.stack-table-controls {
        margin-left: 1rem;
        padding-bottom: 0; } }
  .table-container__search-input::before {
    display: inline-block;
    position: absolute;
    padding: 5px 0 0 0;
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAALeSURBVHgBxVe9ThtBEP7mLgkkAumSNBCKLH9FqpiO0pHCj9LAG0CeAPIEmCeIeQJMlzI0EVYKnC6l04O8qUBKwRWWsCW4zRzYlrmd+7ND+CT/3O7OzDezd7PfAQ8MSlvgqaL3FCOb5OCtMSgCxmMzrzNdZw/aBMEh4NbO9ZFGTlBS4GfOky0Out0XMNkZoRIEtJuHiCsNTs0ubzyCe8QuV/kziuwoMInNcW+u3fRPf2YxsAi8mlneMYbKOQP3Y5Trujr+Ys5rXpxW0xa7QvBSmhFvi+ZM07ZlMQuJ3j0woZY2iZz9mJC+Mc4e/6n07++UWipcw+Wymx2+VLIpPp3pahlJBCbUqmInx6ITg71LtEu+rvlIAPsodYhEweRpIe7GdG6/5AzYcJfZb6cFD8EBSrz+ozDlMbH9ODvqZN+QgodOkRNxlbg07edSIlyB66LgRw8SPETHTkfHw2YmrXcItGaN8r5jGEj2hDVpqcMTKjp4haCGITCCdkUYLkAkALIm/ujvdQwBHe61sbbBiyFg2+OeMDn94TUyEFD4FyBjZXzW+PYbFgG7VCLTPFB8kgonqNhLuALG2m9jrqSGkhktPF63faIeQ4B+RAeJaANDgM8UqxFxzz+U1jq3j4yJlkdNzqx8xgBguy1IbR30VVrv+r5ujXmzbzjr6OO4OPZyXjcvTn4hIybU+yLB+WIFZ6V03qgeSDadp8ApCVUABaYSagRkQJg5kXssTrJMi7Pr6YFJtbLNV3Fl18YEu1Hh2RWsnTZbjLFNPI7viFImUeaRLSQirBR1q6WQDZwAvZNIWKo4G4mBIJKwRCmr2aMxb57vydiSZgoGu/ezMME6+z5s+ie9+01qxV11M22MOUAOcLOpOSZYCDOFfKbcSL9QBHUHUt+MbhQTzDo/Smv8W7jbYkOxSvWwmbXQKvcrnkSd2bcdqQTiSGV5+8lCYiACeZBConbvBNJI/BcCCSTqfwErxzfzQ5kgZgAAAABJRU5ErkJggg==);
    transform: scale(0.5);
    height: 20px;
    top: 3px;
    left: 8px; }
  .table-container__search-input .input-field {
    padding-left: 42px;
    width: 100%; }
  .table-container__search-input .fleeticon {
    position: absolute;
    top: 10px;
    left: 12px;
    font-size: 1.25rem;
    color: #192147; }

.table-container .table-container__search-input.wide-search {
  margin-left: 0; }
  .table-container .table-container__search-input.wide-search .search-field__input-wrapper {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 1rem; }

.table-container #search-tooltip {
  width: 196px;
  text-align: center; }

.table-container__empty-page {
  display: flex;
  flex-direction: column;
  align-items: center; }

.table-container__previous {
  width: 350px; }
  .table-container__previous .pagination__pager-wrap {
    justify-content: left; }
    .table-container__previous .pagination__pager-wrap button:last-child {
      display: none; }

.table-container .fleet-checkbox__tick {
  top: 1px; }

.data-table-block {
  position: relative;
  display: inline-block;
  width: 100%; }
  .data-table-block .data-table a {
    font-size: 0.875rem;
    color: #6a67fe;
    font-weight: 700;
    text-decoration: none; }
  .data-table-block .data-table__wrapper {
    position: relative;
    border: 1px solid #e2e4ea;
    border-radius: 6px;
    margin-top: 0.5rem;
    box-shadow: inset -8px 0 17px -10px #e8edf4;
    flex-grow: 1;
    width: 100%; }
  .data-table-block .data-table__table {
    position: relative;
    width: 100%;
    border-collapse: collapse;
    color: #192147;
    font-size: 0.875rem; }
  .data-table-block .data-table tr {
    border-bottom: 1px solid #e2e4ea; }
    .data-table-block .data-table tr:last-child {
      border-bottom: 0; }
    .data-table-block .data-table tr.single-row {
      cursor: pointer; }
      .data-table-block .data-table tr.single-row:hover {
        background-color: rgba(106, 103, 254, 0.1); }
    .data-table-block .data-table tr .form-field--checkbox {
      display: flex;
      justify-content: center;
      margin-bottom: 0; }
      .data-table-block .data-table tr .form-field--checkbox .fleet-checkbox__label {
        padding-left: 0; }
  .data-table-block .data-table thead {
    background-color: #f9fafc;
    color: #192147;
    text-align: left;
    border-bottom: 1px solid #e2e4ea; }
    .data-table-block .data-table thead img {
      width: 16px;
      height: 16px;
      vertical-align: top; }
    .data-table-block .data-table thead .button img {
      width: initial;
      height: initial;
      vertical-align: initial; }
    .data-table-block .data-table thead th {
      padding: 1rem 1.5rem;
      white-space: nowrap;
      border-right: 1px solid #e2e4ea; }
      .data-table-block .data-table thead th:first-child {
        border-top-left-radius: 6px; }
      .data-table-block .data-table thead th.selection__header {
        width: 0px;
        padding: 1rem; }
      .data-table-block .data-table thead th:last-child {
        border-right: none;
        border-top-right-radius: 6px; }
    .data-table-block .data-table thead.active-selection {
      background: none;
      z-index: 1; }
      .data-table-block .data-table thead.active-selection th {
        border: 0; }
      .data-table-block .data-table thead.active-selection .fleet-checkbox {
        opacity: 0; }
      .data-table-block .data-table thead.active-selection .active-selection__container {
        background-color: #f9fafc;
        width: 100% !important; }
        .data-table-block .data-table thead.active-selection .active-selection__container .active-selection__inner {
          justify-content: flex-start; }
  .data-table-block .data-table .active-selection {
    position: absolute;
    top: 0px;
    width: 100%;
    border: 0;
    border-radius: 6px; }
    .data-table-block .data-table .active-selection__checkbox {
      padding: 16px;
      width: 20px; }
    .data-table-block .data-table .active-selection__container {
      padding: 0 24px; }
    .data-table-block .data-table .active-selection__inner {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .data-table-block .data-table .active-selection__inner p {
        margin: 0 1rem 0 0;
        font-weight: 400; }
        .data-table-block .data-table .active-selection__inner p span {
          font-weight: 700; }
      .data-table-block .data-table .active-selection__inner button {
        margin-right: 1rem; }
    .data-table-block .data-table .active-selection__inner-left, .data-table-block .data-table .active-selection__inner-right {
      display: flex;
      align-items: center; }
  .data-table-block .data-table tbody td {
    height: 40px;
    padding: 0 1.5rem; }
    .data-table-block .data-table tbody td.selection__cell {
      width: 0px;
      padding: 0 1rem; }
    .data-table-block .data-table tbody td .link-cell,
    .data-table-block .data-table tbody td .text-cell {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin: 0; }
    .data-table-block .data-table tbody td .w400 {
      max-width: calc(400px - 48px); }
    .data-table-block .data-table tbody td .w250 {
      max-width: calc(250px - 48px); }
  .data-table-block .data-table tbody .highlight-on-hover:hover {
    background-color: #f9fafc; }
  .data-table-block .data-table .tooltip {
    display: flex;
    justify-content: center; }
  .data-table-block .loading-overlay {
    display: flex;
    flex-grow: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1; }
  .data-table-block__pagination {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: auto;
    text-align: right; }
    .data-table-block__pagination button {
      color: #6a67fe;
      padding: 6px; }
      .data-table-block__pagination button .fleeticon-chevronleft {
        margin-right: 0.5rem; }
        .data-table-block__pagination button .fleeticon-chevronleft:before {
          font-size: 0.6rem;
          font-weight: 700;
          position: relative;
          top: -2px; }
      .data-table-block__pagination button .fleeticon-chevronright {
        margin-left: 0.5rem; }
        .data-table-block__pagination button .fleeticon-chevronright:before {
          font-size: 0.6rem;
          font-weight: 700;
          position: relative;
          top: -2px; }
    .data-table-block__pagination button:hover,
    .data-table-block__pagination button:focus {
      background-color: #f1f0ff; }
    .data-table-block__pagination .button--disabled:hover,
    .data-table-block__pagination .button--disabled:focus {
      background-color: transparent; }
    .data-table-block__pagination button:last-child {
      margin-left: 1.5rem; }
  .data-table-block__footer {
    display: flex;
    align-items: center; }
  .data-table-block__footer-text {
    font-size: 0.875rem;
    display: flex;
    align-items: center; }
    .data-table-block__footer-text a {
      color: #6a67fe;
      font-weight: 700;
      text-decoration: none; }
    .data-table-block__footer-text img {
      height: 12px;
      width: 12px;
      padding-left: 0.25rem; }
  @media screen and (max-width: 1025px) {
    .data-table-block .data-table tbody td .w250-sm {
      max-width: calc(250px - 48px); } }

.action-button {
  display: flex;
  align-items: center; }
  .action-button img {
    position: relative; }
  .action-button .button--text-link {
    font-weight: 400; }
  .action-button__remove img {
    left: -4px; }
  .action-button__delete img {
    top: -1px;
    left: 1px; }

.filter-cell input {
  height: 28px;
  width: 100%;
  font-size: 0.875rem;
  background-color: #f9fafc;
  border: 1px solid #e2e4ea;
  border-radius: 4px;
  padding: 4px;
  padding-left: 20px;
  margin-top: 0.25rem; }

.filter-cell .search-field__input-wrapper {
  position: relative;
  color: #3e4771;
  width: 100%; }
  .filter-cell .search-field__input-wrapper::before {
    display: inline-block;
    position: absolute;
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADxSURBVHgB7ZXBDYIwFIb/9zSeHcENlCPRg47gBOokjqKbYCKmx+oGjOAA2toXozFapQK98SWEQNvvO0ABiAxlSg+6BktE4MLYdnvgDIwBItADFozIMMPM3LlA8xTi5jRNCns1c1ic0RDWucQpbnrczHM9InbPg9BHDUQOY2aTSXKUa3odrBt5l38E6kR8cm/gGemwxj+Bq0ne5YL3NZWJFmaFULmb65ML9GthrvSSwJtSeZpsv43/DJRFyuRBAeGgTtZ3f5wOS9fH/1QgMm2gDdwx7sdhYXeoQNBGe7BXekqgtTumch2y0SohoVwds5C5NyLkaACPGVZqAAAAAElFTkSuQmCC);
    transform: scale(0.5);
    top: 4px; }

.dropdown-cell {
  width: 80px; }
  .dropdown-cell .form-field {
    margin: 0; }
  .dropdown-cell .Select {
    position: relative; }
    .dropdown-cell .Select .Select-control {
      display: flex;
      background-color: #ffffff;
      height: auto;
      justify-content: space-between;
      border: 0;
      cursor: pointer; }
      .dropdown-cell .Select .Select-control:hover {
        box-shadow: none; }
      .dropdown-cell .Select .Select-control:hover .Select-placeholder {
        color: #6a67fe; }
      .dropdown-cell .Select .Select-control .Select-arrow {
        margin-top: 3px; }
      .dropdown-cell .Select .Select-control .Select-placeholder {
        color: #192147;
        font-size: 14px;
        line-height: normal;
        padding-left: 0;
        margin-top: 2px; }
      .dropdown-cell .Select .Select-control .Select-input {
        height: auto; }
    .dropdown-cell .Select .Select-menu-outer {
      margin-top: 0.25rem;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      z-index: 6;
      overflow: hidden;
      border: 0;
      width: 188px;
      left: unset;
      top: unset;
      max-height: 220px;
      padding: 0.5rem;
      position: absolute;
      left: -12px; }
    .dropdown-cell .Select:not(.is-open) .Select-control:hover .Select-arrow {
      content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEUSURBVHgB7ZHNbcJAEIXf2AaknCghJaSFdJBUAByIQnKhg5AO4BCsmAtUQDqghZTC2WAPHn4kMLJ31z4gpPlO9mh23rezgKIoinJjyKap34+fGhSsyKfhT0gLmzOfA+5wyuNNun2ezZr/qCpwCs862/sDHnVNEsfw+fF3XSbhwUDDC5ancEEGS4BluNDOZqyK+o0CIL66raxWNpOvS40THl/NYJ6gaDws+HhPRmD6ypUvVpt/qrPw72nkj1BHwCQhH1XCnQTKJMD7Sc7hzgLC4C2ZE1GnvIsn019/CAucBUwSzLwII78LSyoJFEm4htcSOEikSyK8HMLxF0beKxwJUINWTL24xY/ZLdbNB+pBURTlHtkBLbeHaK/uovgAAAAASUVORK5CYII=); }
    .dropdown-cell .Select.is-open .Select-control .Select-placeholder {
      color: #6a67fe; }
    .dropdown-cell .Select.is-open .Select-arrow {
      margin-top: 4px;
      margin-bottom: -2px; }
    .dropdown-cell .Select.is-open .Select-placeholder {
      margin-top: 1px; }

.header-cell {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .header-cell .sort-arrows {
    height: 14px;
    padding-left: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .header-cell .ascending-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #c5c7d1; }
  .header-cell .descending-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #c5c7d1; }
  .header-cell.ascending .ascending-arrow {
    border-bottom-color: #6a67fe; }
  .header-cell.descending .descending-arrow {
    border-top-color: #6a67fe; }

.data-table__pill {
  color: #192147;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 29px; }
  .data-table__pill span {
    border-radius: 29px;
    background-color: #ae6ddf; }
  .data-table__pill--undetermined {
    color: #8b8fa2;
    font-style: italic;
    font-weight: 400;
    padding: 0;
    border-radius: 0; }
  .data-table__pill--minimal {
    background-color: #f1f0ff; }
  .data-table__pill--considerable {
    background-color: #d9d9fe; }
  .data-table__pill--excessive {
    background-color: rgba(106, 103, 254, 0.5); }

.platform-cell__wrapper {
  display: inline-flex; }

.platform-cell__icon {
  height: 12px;
  width: auto;
  padding-right: 0.5rem; }

.platform-cell__muted {
  color: #8b8fa2; }

.data-table__status {
  display: flex;
  align-items: center;
  color: #3e4771;
  text-transform: capitalize; }
  .data-table__status:before {
    border-radius: 100%;
    content: " ";
    display: inline-block;
    margin-right: 0.5rem;
    height: 8px;
    width: 8px;
    margin-bottom: 1px; }
  .data-table__status--online:before, .data-table__status--enabled:before, .data-table__status--on:before {
    background-color: #3db67b; }
  .data-table__status--offline:before, .data-table__status--disabled:before, .data-table__status--mia:before, .data-table__status--off:before {
    background-color: #8b8fa2; }
  .data-table__status--mia {
    text-transform: uppercase; }
  .data-table__status--yes:before {
    padding-right: 10px;
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKXSURBVHgBzVfBbtpAEJ1ZG7DgQv/AfEHJtSoKOba5wBdAv6Ac26RSzCFVbiFfEPIFoQeSY6joobf2D+o/KJdEYGS2M4uhwbHBwTbKkxD27nrf29nZnRmEiKhet4pu1qiB0PZxBmWJaALI4rwXRyilLQX8hpn8rjkPvUG9M4oyL24aUL39ZLqgnYDE2n/CSDN3p2O3/bN+Zq8fFkZMK57lCicSoAUxQAQdMblvh1kkUIBatdTu6NGEZGBPJ+5BkDWEv+FN/6icMDnDzOS0O57b37FigRRW7scTSywFKC/PFX6lSL4UoU3u9xY+sdwCdrgdkDNMj0tBWcAz/R/YIWgrSrwVygLqnO8YGWPOidVri/Z++heSxxXtdQsMo0jWtei94esfUX9Jd7NOLcKF+Gzy4fvT5oKIFtmiRfoFFJ1sviZA4D4ki8fkcxjjwCtcI24hKbBAmuTAPiYCfQwllAWqqBY8Ge3RKw3dEj/DluSV26NLCmTNoA8ozph6WISjY2IN55cF/5qVm2NubkBC5B6KIqzHgPFK9PIIrhIkVxCcTAR1uNnCub8tQEQscsJISMpkAruQzN4/vlwjIi45H34bKzefu2SIRugoCd3h4ekHiIDnkHsKuoI+GGwYFGiJ2OQMyh+F5mR7YX4QVcRW5AROXsWgbhG5/LZxdIiIbcnZ/JwT6EoJuhYFjEZEETB13DYfU9fIn29FTuCMeT6lh7f9Lx1E+RF2ADp5Fz8Ov6pse3kR6Y5u0Z8N6cPWnQdr8bIUwL5AW3GQsgiVlD6uEVau4sG7M9uVsp6SCDW3vzZ4eYUJgy2hTTJ7UuIFxAQ7HKfhYTVitOI0OKdbA7rYUPZiFadPhKjyPF8DxKqU8Bp95TkHNdyiPP8Hy2FmWgrOSX0AAAAASUVORK5CYII=);
    transform: translate(-4px, -6px) scale(0.5); }
  .data-table__status--no:before {
    padding-right: 8px;
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAANKSURBVHgBxVfdThpREJ45Z1eaekOfoHAptak8AfgEtU8gvWtajPTOqAlLoqR3hUib3hWfoPgEtU8AjVbvWvoGXBQjsrunMwvK7rIrq0D8EsLunJ+ZMztn5huEiGgWCnHderQmQWaUghUATACo+GAUO/TcVggtZakf/YWLRrpS6UTZFydNaL7ZSsR0uQkKcyOFk0HG1K/6Vin95UMb7mMAnzhmLRZBQQGmAUKlJ7ulMI8EGuCcWsrvNJqAWUBBu2dZq0HeEH7B6dvtlXDl2FGAJQtwtWfqyVRtH/nX07pPWEaaqqxsfBk4B+K9x4dcCD05bWohvn5e2zuGCDjd2M4JG4tB+/g94fFA8MlVtad301GVM5YPyvWerqdtwKpnYOgJjq+RaIizjZ2P/oBjdz+r7RkwBX7ldw0EVfQZUkkd7L8fPMLQ9Zr8412qqqlaOfQGnOV3lPudYyFs7ml+tyJAbbplPdNK8qdwPsGClF4L+VtpFwbMCH1NM/zBGdOEczjRLBhxRMi5B22lSlEzWRSkK0aHg9grxXWOBaFbV2seOVm6/LlchxljEMToPlRcv3q8JtDGjGcmqiOYExTYnlshJWYEud+THCwQDZgTbBDH7ncuamJQ1UYwtX8tmBM002z7RAnhr3CzDD4/lsZrQVzAA0P4IhN+v9t5CnMCX3mfqKMxk6GHm0DsIibp7++kzW7LfGHQzEvSI90iyoTK/umWCLCzMCcgCE/OoRvY0myBx0LB+mgScs42Jm12l1pwDaHwpZsAWMQfRV8uNPwZ6iS/m4UZgzmCv9QzeRWcp22wD90DUqmv7po9LZyczwTFBXJ/na+8cw2laVc8K5g4MCGdEZy9/ESHGPNA1RBBNZuIhLFUK5dgCpznt4tEbAyvdMQ1bgzgOxrr95tjlk6g1WEIpfVUbVOf9pPXrzeZkGMBiTCOsVraINZfbBKjzUFEnOS3srwmSLmjw4Wxq8PUmUrkt0BazsYJaFjKOjK1y9a1V5jSaRokNBAZBcx0AjooWktE5xVxjdatBjDOaUM148aETx5QjG7vDYMC8x7aq8wv79SauTH0hkEz1yEyOLHZh0jXe+m+zakfg/acOJyNWVr1IrQ9B2rPZfT2/D/taINHe3+bEAAAAABJRU5ErkJggg==);
    transform: translate(-4px, -6px) scale(0.5); }
  .data-table__status--indeterminate {
    color: #8b8fa2; }
    .data-table__status--indeterminate:before {
      height: 0;
      width: 0;
      margin: 0; }
  .data-table__status--active:before {
    background-color: #3db67b; }
  .data-table__status--no-access:before {
    background-color: #8b8fa2; }
  .data-table__status--invite-pending:before {
    background-color: #ebbc43; }

.component__tabs-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 2; }
  .component__tabs-wrapper .react-tabs__tab-list {
    border-bottom: 1px solid #e3e3e3; }
  .component__tabs-wrapper .react-tabs__tab {
    padding: 0.5rem 0;
    margin-right: 2.5rem;
    font-size: 0.875rem;
    border: none;
    display: inline-flex;
    flex-direction: column;
    align-items: center; }
    .component__tabs-wrapper .react-tabs__tab:focus {
      box-shadow: none;
      outline: 0;
      background-color: #f1f0ff; }
      .component__tabs-wrapper .react-tabs__tab:focus:after {
        left: 0;
        bottom: 0; }
    .component__tabs-wrapper .react-tabs__tab:before {
      content: attr(data-text);
      height: 0;
      visibility: hidden;
      overflow: hidden;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      pointer-events: none;
      font-weight: 700; }
    .component__tabs-wrapper .react-tabs__tab--selected {
      font-weight: 700; }
      .component__tabs-wrapper .react-tabs__tab--selected::after {
        content: "";
        width: 100%;
        height: 0;
        border-bottom: 2px solid #6a67fe;
        position: absolute;
        bottom: 0;
        left: 0; }
    .component__tabs-wrapper .react-tabs__tab--disabled {
      cursor: not-allowed; }
    .component__tabs-wrapper .react-tabs__tab.no-count:not(.errors-empty).react-tabs__tab--selected::after {
      bottom: -2px; }
    .component__tabs-wrapper .react-tabs__tab .count {
      margin-right: 0.5rem;
      padding: 0.125rem 12px;
      background-color: #ff5c83;
      display: inline-block;
      border-radius: 29px;
      color: #ffffff;
      font-weight: 700; }
  .component__tabs-wrapper .react-tabs__tab-panel .no-results-message {
    margin-top: 2.5rem;
    font-size: 1rem;
    font-weight: 700; }
    .component__tabs-wrapper .react-tabs__tab-panel .no-results-message span {
      margin-top: 1rem;
      font-size: 0.875rem;
      font-weight: 400;
      display: block; }

.targets-input {
  max-width: 980px;
  position: relative; }
  .targets-input__hosts-search-dropdown {
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 1;
    background-color: #ffffff;
    border-radius: 0px 0px 8px 8px; }
    .targets-input__hosts-search-dropdown .table-container {
      min-height: 225px;
      max-height: 400px;
      overflow: auto;
      box-shadow: 0px 4px 10px rgba(52, 59, 96, 0.15);
      border-radius: 0px 0px 8px 8px; }
    .targets-input__hosts-search-dropdown .empty-search,
    .targets-input__hosts-search-dropdown .error-search {
      padding-top: 72px;
      padding-bottom: 72px;
      min-height: 225px;
      display: flex;
      justify-content: center;
      box-shadow: 0px 4px 10px rgba(52, 59, 96, 0.15);
      box-sizing: border-box; }
      .targets-input__hosts-search-dropdown .empty-search__inner h4,
      .targets-input__hosts-search-dropdown .error-search__inner h4 {
        margin: 0;
        margin-bottom: 16px;
        font-size: 1rem; }
      .targets-input__hosts-search-dropdown .empty-search__inner p,
      .targets-input__hosts-search-dropdown .error-search__inner p {
        margin: 0;
        font-size: 0.875rem; }
        .targets-input__hosts-search-dropdown .empty-search__inner p a,
        .targets-input__hosts-search-dropdown .error-search__inner p a {
          color: #6a67fe;
          font-weight: 700;
          text-decoration: none; }
          .targets-input__hosts-search-dropdown .empty-search__inner p a img,
          .targets-input__hosts-search-dropdown .error-search__inner p a img {
            vertical-align: text-bottom;
            position: relative;
            top: 1px;
            left: -3px;
            transform: scale(0.5); }
  .targets-input .table-container {
    background-color: #ffffff; }
    .targets-input .table-container__header {
      display: none; }
    .targets-input .table-container .data-table__wrapper {
      margin: 0; }
  .targets-input__hosts-selected-table {
    margin-top: 8px; }
    .targets-input__hosts-selected-table img {
      transform: scale(0.5);
      position: relative;
      top: 2px; }

.component__team-dropdown-wrapper.disabled {
  cursor: auto;
  opacity: 0.75; }

.component__team-dropdown {
  border: 0 !important;
  position: relative; }
  .component__team-dropdown :hover {
    cursor: pointer !important; }
  .component__team-dropdown.is-focused .Select-control {
    border: 0 !important;
    height: 32px; }
  .component__team-dropdown .Select-menu {
    padding-right: 0.5rem;
    max-height: none; }
  .component__team-dropdown .Select-menu-outer {
    position: absolute;
    width: 330px;
    min-width: 125px;
    max-height: none;
    left: -12px;
    top: 36px;
    border-radius: 6px;
    padding-right: 0; }
  .component__team-dropdown .Select-control {
    background-color: transparent;
    border: 0 !important;
    border-radius: none;
    position: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 20px; }
    .component__team-dropdown .Select-control:hover {
      box-shadow: none; }
    .component__team-dropdown .Select-control:hover .Select-value-label {
      color: #6a67fe !important; }
    .component__team-dropdown .Select-control .Select-arrow-zone {
      height: 32px;
      padding-left: 15px; }
      .component__team-dropdown .Select-control .Select-arrow-zone .Select-arrow {
        top: 0 !important;
        margin-top: 0 !important; }
    .component__team-dropdown .Select-control .is-open > .Select-arrow {
      top: 0 !important; }
    .component__team-dropdown .Select-control .Select-multi-value-wrapper {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      height: 20px;
      margin-bottom: 0.25rem; }
      .component__team-dropdown .Select-control .Select-multi-value-wrapper .Select-input {
        display: none !important; }
      .component__team-dropdown .Select-control .Select-multi-value-wrapper .Select-value {
        position: relative;
        display: inline-block;
        line-height: 28px;
        padding: 0;
        border: 0 !important;
        background-color: transparent !important;
        right: 0;
        left: 0;
        bottom: 0;
        top: 2px; }
        .component__team-dropdown .Select-control .Select-multi-value-wrapper .Select-value.is-focused {
          border: 0 !important; }
        .component__team-dropdown .Select-control .Select-multi-value-wrapper .Select-value :hover {
          border: 0 !important; }
        .component__team-dropdown .Select-control .Select-multi-value-wrapper .Select-value .Select-value-label {
          font-size: 1.5rem !important; }

.component__tooltip-wrapper {
  display: inline-flex;
  position: relative;
  cursor: help; }
  .component__tooltip-wrapper:hover .component__tooltip-wrapper__tip-text {
    visibility: visible;
    opacity: 1; }
  .component__tooltip-wrapper__element {
    position: static;
    display: inline; }
  .component__tooltip-wrapper__underline {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0; }
    .component__tooltip-wrapper__underline::before {
      content: attr(data-text);
      opacity: 0;
      visibility: hidden; }
    .component__tooltip-wrapper__underline::after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: -2px;
      left: 0;
      border-bottom: 1px dashed #8b8fa2; }
  .component__tooltip-wrapper__tip-text {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 296px;
    padding: 12px;
    color: #ffffff;
    background-color: #3e4771;
    font-weight: 400;
    font-size: 0.75rem;
    border-radius: 4px;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    box-sizing: border-box;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    line-height: 1.375; }
    .component__tooltip-wrapper__tip-text::before {
      content: "";
      width: 100%;
      height: 6px;
      position: absolute;
      top: -6px;
      left: 0; }
    .component__tooltip-wrapper__tip-text p {
      margin: 0; }
  .component__tooltip-wrapper[data-position="top"] .component__tooltip-wrapper__tip-text {
    top: auto;
    bottom: 100%; }
    .component__tooltip-wrapper[data-position="top"] .component__tooltip-wrapper__tip-text::before {
      display: none; }

.site-nav-item {
  position: relative;
  transition: color 200ms ease-in-out;
  cursor: pointer;
  max-height: 50px; }
  .site-nav-item:hover {
    background-color: #192147; }
  .site-nav-item--multiple.site-nav-item--active {
    background-color: transparent;
    border-right: 0; }
    .site-nav-item--multiple.site-nav-item--active:hover {
      background-color: transparent; }
  .site-nav-item__icon {
    position: relative;
    font-size: 1.5rem;
    margin-right: 0.5rem;
    width: 16px;
    height: 16px;
    vertical-align: sub; }
  .site-nav-item__name {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 400;
    font-size: 0.875rem; }
    .site-nav-item__name:before {
      content: attr(data-text);
      height: 0;
      visibility: hidden;
      overflow: hidden;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      pointer-events: none;
      font-weight: 700; }
  .site-nav-item__link {
    color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 14px 20px 17px;
    text-decoration: none; }
  .site-nav-item__logo {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 64px; }
  .site-nav-item--active {
    border-bottom: 3px solid #6a67fe;
    background-color: #192147;
    height: 47px; }
    .site-nav-item--active:hover {
      background-color: #192147; }
    .site-nav-item--active .site-nav-item__name {
      font-weight: 700; }

.logo {
  height: 48px;
  transform: scale(0.5);
  position: relative;
  top: 1px; }

.site-nav-container {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.site-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex; }

.user-menu button {
  background-color: transparent;
  height: 50px; }
  .user-menu button.focus-visible {
    border: 1px solid #f1f0ff;
    border-right: 0; }

.user-menu .dropdown-button__options {
  padding: 0.5rem;
  right: 10px;
  margin-top: 2px; }
  .user-menu .dropdown-button__options button {
    display: inline-block;
    min-width: 125px; }
    .user-menu .dropdown-button__options button:hover, .user-menu .dropdown-button__options button:focus {
      background-color: #f1f0ff;
      color: #192147; }
  .user-menu .dropdown-button__options .dropdown-button__option:last-child,
  .user-menu .dropdown-button__options .dropdown-button__option:nth-last-child(2) {
    border-top: 1px solid #e2e4ea; }

.yaml-ace {
  min-height: 408px; }
  .yaml-ace__label {
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -0.5px;
    color: #192147;
    display: block;
    margin: 0 0 0.25rem;
    min-height: 25px; }
    .yaml-ace__label--error {
      color: #d66c7b; }
  .yaml-ace__wrapper--error .ace-fleet {
    border: 1px solid #d66c7b; }
  .yaml-ace .ace_gutter-layer {
    min-height: 408px; }
  .yaml-ace .ace_line {
    min-height: 24px; }
  .yaml-ace .ace_gutter-cell {
    min-height: 24px; }
  .yaml-ace .ace_fold-widget {
    min-height: 24px; }

.app-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.core-wrapper {
  flex-grow: 1;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #ffffff;
  display: flex;
  flex-direction: column; }

.site-nav {
  background: linear-gradient(270deg, #201e43 0%, #353d62 100%);
  box-sizing: border-box;
  display: flex;
  top: 0;
  left: 0;
  z-index: 100; }

.app-settings {
  padding: 2.5rem 30px; }
  .app-settings__page-description {
    font-size: 0.875rem;
    color: #192147;
    position: -webkit-sticky;
    position: sticky;
    top: 104px;
    z-index: 2;
    background-color: #ffffff;
    margin: 0;
    padding: 2.5rem 0 54px 0; }
  .app-settings h2 {
    font-size: 1.25rem;
    font-weight: 400;
    color: #192147;
    border-bottom: solid 1px #e2e4ea;
    margin: 0 0 2.5rem; }
  .app-settings small {
    font-size: 0.875rem;
    font-weight: 400;
    color: #192147; }
  .app-settings__settings-form {
    display: flex; }
  .app-settings__form-nav-list {
    position: -webkit-sticky;
    position: sticky;
    top: 217px;
    width: 178px;
    margin: 0;
    padding: 0 110px 0 0;
    list-style: none;
    font-size: 0.875rem; }
    .app-settings__form-nav-list li {
      margin-bottom: 1rem; }
    .app-settings__form-nav-list a {
      color: #192147;
      text-decoration: none;
      cursor: pointer; }
      .app-settings__form-nav-list a:hover {
        color: #6a67fe; }
    .app-settings__form-nav-list .active-nav {
      font-weight: 700; }
  .app-settings .form-field__label .buttons {
    top: 22px; }

.app-config-form {
  width: 100%; }
  .app-config-form__config-docs {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1rem;
    border-radius: 4px;
    border: 1px solid #d9d9fe;
    background-color: #f1f0ff;
    margin-bottom: 1rem;
    font-size: 0.875rem; }
    .app-config-form__config-docs p {
      margin: 0;
      font-size: 0.875rem; }
  .app-config-form__learn-more {
    color: #6a67fe;
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: none; }
    .app-config-form__learn-more--inline {
      margin-left: 1rem; }
    .app-config-form__learn-more img {
      width: 12px;
      height: 12px;
      margin-left: 0.5rem; }
  .app-config-form .form-field {
    width: 100%; }
    .app-config-form .form-field__label {
      font-weight: 700;
      margin-bottom: 0.25rem;
      width: 100%; }
    .app-config-form .form-field__hint {
      font-size: 0.875rem;
      font-style: italic; }
  .app-config-form__section {
    margin: 0 0 1.5rem; }
    .app-config-form__section::after {
      clear: both;
      content: "";
      display: table; }
    .app-config-form__section .upcaret::after {
      content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAI/SURBVHgB7ZfPaxNBFMe/byOGUhJS8FAPwoo9idgeq6cUrPYgNFKxIF4qiD0IBlLrqW2inlKKERH6F4iWChY8qD20eBEPwiJUL/5Y0EOlB5eixEXM+F7shvxod9Ntu0uhH9gw82ay3+++mUn2Eepo108lCZF+EFLc1bE9GEQwSiXKLZvPzeoBchoJPZlo0aITUEhjJyEUiiU7Z5mL1v+uI07RBW52IRiMorJ7xIQmvfKTBycudK1pgtr1Pp1IfUEIKEU9mgY1gZAgqJSmSAWZ+noH/bwHKDwDfMw1hMzuNRCPt2L2YR4vnz1APNYKv/g2UMiP4GT3cRw7egSFyRH4xZeBwmQGfadPVPrSvpvPwA+bNiDiFwZ6G+KD53t9mdiUgdzY1XXFt2IiEmvryDYzMXP9Eq4ND9bEVld/wbb/IBrdX4nJnhBev3nXzG2by4CIy1UvPnBxtHxJ22v+RnhmwE186f0nrKz8wMKrt0idTdZkQk6I4JUJVwNe4g5bMeG6BFeGzjXExu9M14g7SGz89nRD3G3TehqoX9/06BRmZuc3nD/zZB7pG1OVvnz38vAtuOG6BNWpvTl231XcYenDZ3z99p3T39mwVOtBBw+fUQiRvb9jfiWEifAwJANzCAnF1ZKmQE8RFlyqRX5aH81YoqON31C7ESQK95bNF4/KmzAKO8sRA8FhFMua/EMkH5Zl/j6QOPT4L/a17Hgm+MlZfKimOK1GSjVenCwPdIK2p2ZQfNL4fnOy37g8X6we+wdnl9wrJPgg7QAAAABJRU5ErkJggg==);
      transform: scale(0.5);
      border-radius: 0px;
      position: relative;
      top: 8px;
      margin: 0.25rem; }
    .app-config-form__section .downcaret::after {
      content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFhSURBVHgB7ZOxTsJQFIbPqQRrUpMaY4JxqRR2H0EHlVE3N2DzEdzEN4A3wCeAsY0DPIJOLkC62cTBDsTYxNzrLdBYS8u9VwdDcr/t3pye/7/nPwVQKBQKxT+zIVJ0YJ0eGTuVZ2O36k/fRk9C39hndcOsDLfMsvseTPy8OuQ2YuIEccBKzehMNWz4Y+ceOOKEYHdxDD4pOXn1Hh6zajXgQFDrxeIzx4R2S3atLigeYRZQG+TVcw1QikuvZSbae2wyS+LRtAi0M3p0IAfuDkyD0dAwq4gIx4lrXUO8Suabjiohfud7TiuvP3cHYkpWrYVIb1PXs3yLEEUlLy5lYJUJJgW/EY8Q+g1joji2TfsQEJP560xc/1FIoeN77o1ASzkDcxPjfoaJb222tEz8GgSRNrDKxFzcaYAEUjuQZr983mPjvlh06r9M3EuQpAB/YJOEzRCLFnt58EHDJigUCsU68gUvWYjj2NENSQAAAABJRU5ErkJggg==);
      transform: scale(0.5);
      border-radius: 0px;
      position: relative;
      top: 8px;
      margin: 0.25rem;
      margin-right: 18px; }
    .app-config-form__section h2 {
      padding-bottom: 0.5rem;
      max-width: 65%; }
    .app-config-form__section .smtp-options {
      font-size: 15px;
      font-weight: 700;
      color: #192147;
      padding-left: 15px; }
      .app-config-form__section .smtp-options em {
        font-style: normal; }
      .app-config-form__section .smtp-options--configured em {
        color: #3db67b; }
      .app-config-form__section .smtp-options--notconfigured em {
        color: #d66c7b; }
  .app-config-form__section-description {
    font-size: 0.875rem;
    color: #192147;
    width: 60%; }
  .app-config-form__yaml .app-config-form__section-description {
    width: initial; }
  .app-config-form__yaml h2 {
    max-width: initial; }
  .app-config-form__inputs {
    width: 60%;
    float: left;
    padding-right: 0.5rem;
    box-sizing: border-box; }
    .app-config-form__inputs .input-field {
      width: 100%; }
    .app-config-form__inputs--smtp {
      margin: 0 0 1rem; }
      .app-config-form__inputs--smtp .form-field {
        width: 29%;
        float: right; }
        .app-config-form__inputs--smtp .form-field:first-child {
          float: left;
          width: 69%; }
        .app-config-form__inputs--smtp .form-field:nth-child(2) {
          padding-top: 10px; }
        .app-config-form__inputs--smtp .form-field--checkbox {
          clear: both;
          width: 100%;
          float: none; }
    .app-config-form__inputs--usage {
      margin-top: 1.5rem; }
    .app-config-form__inputs--preview {
      margin: 1rem 0; }
    .app-config-form__inputs--webhook {
      margin-bottom: 1.5rem; }
  .app-config-form__details {
    float: right;
    width: 40%;
    height: 87px; }
    .app-config-form__details .icon-tooltip {
      margin: 2rem 0; }
    .app-config-form__details .hint {
      color: #192147; }
      .app-config-form__details .hint--brand {
        color: #6a67fe; }
  .app-config-form__avatar-preview {
    text-align: center; }
    .app-config-form__avatar-preview img {
      border-radius: 20%;
      height: 120px;
      width: 120px;
      border: 1px solid #e2e4ea;
      background-color: #fafafa;
      position: relative;
      bottom: -20px; }
    .app-config-form__avatar-preview p {
      color: #ae6ddf;
      font-size: 18px;
      font-weight: 700;
      margin-top: 0; }
  .app-config-form__smtp-section::after {
    clear: both;
    content: "";
    display: table; }
  .app-config-form__component-label {
    margin: 24px 0 0;
    font-size: 0.875rem; }
  .app-config-form__yaml {
    width: calc(90% - 50px);
    margin-bottom: 1rem; }
  .app-config-form__usage-stats-preview-modal .flex-end, .app-config-form__host-status-webhook-preview-modal .flex-end {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end; }
  .app-config-form__advanced-options {
    margin-bottom: 1.5rem; }
  .app-config-form .component__tooltip-wrapper {
    margin-bottom: 0.25rem; }

.integrations-management {
  padding: 0; }
  .integrations-management__page-description {
    font-size: 0.875rem;
    color: #192147;
    position: -webkit-sticky;
    position: sticky;
    top: 104px;
    z-index: 2;
    background-color: #ffffff;
    margin: 0;
    padding: 2.5rem 0 54px 0;
    padding-bottom: 1rem; }

.no-integrations {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5rem; }
  .no-integrations a {
    font-size: 0.875rem;
    color: #6a67fe;
    font-weight: 700;
    text-decoration: none; }
    .no-integrations a img {
      width: 12px;
      height: 12px;
      margin-left: 7px; }
  .no-integrations h1 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    color: #192147; }
  .no-integrations h2 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 1.5rem;
    line-height: 20px;
    color: #192147; }
  .no-integrations ul {
    margin: 0;
    padding: 0;
    color: #192147;
    list-style: none; }
    .no-integrations ul li::before {
      content: "\2022";
      color: #6a67fe;
      margin-right: 1rem; }
  .no-integrations__inner {
    display: flex;
    flex-direction: row; }
    .no-integrations__inner h1 {
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 1rem; }
    .no-integrations__inner img {
      width: 176px;
      margin-right: 2rem; }
    .no-integrations__inner p {
      color: #192147;
      font-weight: 400;
      font-size: 0.875rem;
      margin: 0;
      margin-bottom: 1.5rem; }
    .no-integrations__inner .no-filter-results {
      display: flex;
      flex-direction: column;
      width: 350px; }
  .no-integrations__inner-text {
    width: 350px; }

.logo__header {
  width: 24px; }

.logo__cell img {
  width: 24px; }

.create-integration-modal a {
  font-size: 0.875rem;
  color: #6a67fe;
  font-weight: 700;
  text-decoration: none; }
  .create-integration-modal a img {
    width: 12px;
    height: 12px;
    margin-left: 7px; }

.create-integration-modal__sandbox-info {
  margin: 1rem 0; }

.create-integration-modal__info-header {
  margin: 0; }

.create-integration-modal__btn-wrap {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 2.5rem; }

.create-integration-modal__btn {
  margin-left: 12px; }

.delete-integration-modal__url {
  font-weight: 700; }

.edit-team-modal__btn-wrap {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 2.5rem; }

.edit-team-modal__btn {
  margin-left: 12px; }

.integration-form a {
  color: #6a67fe;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none; }

.integration-form img {
  width: 12px;
  height: 12px;
  margin-left: 6px; }

.integration-form__new-user-container {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.integration-form__sso-input {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  .integration-form__sso-input .fleet-checkbox {
    margin-top: 5px; }
    .integration-form__sso-input .fleet-checkbox__label {
      font-size: 0.875rem;
      font-weight: 700;
      color: #192147; }

.integration-form .sso-disabled {
  width: 375px; }

.integration-form .invite-disabled {
  width: 100px; }

.integration-form .password-tooltip-text {
  width: 310px; }

.integration-form .current-team {
  margin-top: 4px;
  margin-bottom: 24px; }

.integration-form__label {
  color: #192147;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.5rem; }

.integration-form__user-permissions-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem; }
  .integration-form__user-permissions-info p {
    margin: 0 0 1rem 0; }

.integration-form__selected-teams-container {
  margin-bottom: 2.5rem; }

.integration-form__radio-input {
  margin-bottom: 1rem; }
  .integration-form__radio-input.disabled .radio__control {
    background-color: #c5c7d1; }
  .integration-form__radio-input.disabled .radio__label {
    color: #8b8fa2;
    font-style: italic; }

.integration-form__btn-wrap {
  display: flex;
  flex-direction: row-reverse; }

.integration-form__btn {
  margin-left: 12px; }

.integration-form__invite-admin {
  margin-bottom: 8px; }

.integration-form__password {
  width: 98%;
  float: left;
  padding: 0 1rem 0 0;
  box-sizing: border-box; }
  .integration-form__password .input-icon-field {
    width: 100%; }

.integration-form__details {
  float: right;
  width: 2%; }
  .integration-form__details .icon-tooltip {
    margin-top: 12px; }
  .integration-form__details .hint {
    color: #192147; }
    .integration-form__details .hint--brand {
      color: #6a67fe; }

.integration-form .sublabel {
  margin: 0px; }

.integration-form__tooltip-text {
  width: 300px; }

.react-tabs {
  -webkit-tap-highlight-color: transparent; }
  .react-tabs__tab-list {
    border-bottom: 1px solid #aaa;
    margin: 0 0 10px;
    padding: 0; }
  .react-tabs__tab {
    display: inline-block;
    border: 1px solid transparent;
    border-bottom: none;
    bottom: -1px;
    position: relative;
    list-style: none;
    padding: 6px 12px;
    cursor: pointer; }
    .react-tabs__tab--selected {
      background: #fff;
      border-color: #aaa;
      color: black;
      border-radius: 5px 5px 0 0; }
    .react-tabs__tab--disabled {
      color: GrayText;
      cursor: default; }
    .react-tabs__tab:focus {
      box-shadow: 0 0 5px #0188fe;
      border-color: #0188fe;
      outline: none; }
      .react-tabs__tab:focus:after {
        content: "";
        position: absolute;
        height: 5px;
        left: -4px;
        right: -4px;
        bottom: -5px;
        background: #fff; }
  .react-tabs__tab-panel {
    display: none; }
    .react-tabs__tab-panel--selected {
      display: block; }

.settings-wrapper h1 {
  display: flex;
  align-items: center;
  height: 38px;
  position: relative; }
  .settings-wrapper h1::before {
    content: "";
    width: 100%;
    height: 2.5rem;
    position: absolute;
    top: -2.5rem;
    background-color: #ffffff; }

.settings-wrapper .app-settings {
  padding: 0; }

.settings-wrapper .component__tabs-wrapper {
  top: 2.5rem;
  z-index: 3; }

.team-management {
  padding: 0; }
  .team-management__page-description {
    font-size: 0.875rem;
    color: #192147;
    position: -webkit-sticky;
    position: sticky;
    top: 104px;
    z-index: 2;
    background-color: #ffffff;
    margin: 0;
    padding: 2.5rem 0 54px 0;
    padding-bottom: 1rem; }
  .team-management .data-table-block .data-table__table thead .name__header {
    width: 202px; }
  .team-management .data-table-block .data-table__table thead .host_count__header {
    width: 202px;
    border-right: none; }
  .team-management .data-table-block .data-table__table thead .actions__header {
    width: auto; }
  @media (min-width: 990px) {
    .team-management .data-table-block .data-table__table thead .host_count__header {
      border-right: 1px solid #e2e4ea; } }
  .team-management .data-table-block .data-table__table tbody .name__cell {
    max-width: 202px; }
  .team-management .data-table-block .data-table__table tbody .host_count__cell {
    max-width: 202px; }
  .team-management .data-table-block .data-table__table tbody .actions__cell {
    width: auto; }

.no-teams {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5rem; }
  .no-teams a {
    font-size: 0.875rem;
    color: #6a67fe;
    font-weight: 700;
    text-decoration: none; }
    .no-teams a img {
      width: 12px;
      height: 12px;
      margin-left: 7px; }
  .no-teams h1 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    color: #192147; }
  .no-teams h2 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 1.5rem;
    line-height: 20px;
    color: #192147; }
  .no-teams ul {
    margin: 0;
    padding: 0;
    color: #192147;
    list-style: none; }
    .no-teams ul li::before {
      content: "\2022";
      color: #6a67fe;
      margin-right: 1rem; }
  .no-teams__inner {
    display: flex;
    flex-direction: row; }
    .no-teams__inner h1 {
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 1rem; }
    .no-teams__inner img {
      width: 176px;
      margin-right: 2rem; }
    .no-teams__inner p {
      color: #192147;
      font-weight: 400;
      font-size: 0.875rem;
      margin: 0;
      margin-bottom: 1.5rem; }
    .no-teams__inner .no-filter-results {
      display: flex;
      flex-direction: column;
      width: 350px; }
  .no-teams__inner-text {
    width: 350px; }

.create-team-modal__sandbox-info {
  margin-top: 1rem; }

.create-team-modal__info-header {
  font-weight: 700; }

.delete-team-modal__name {
  font-weight: 700; }

.delete-team-modal__warning {
  color: #d66c7b; }

.edit-team-modal__btn-wrap {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 2.5rem; }

.edit-team-modal__btn {
  margin-left: 12px; }

.team-details {
  padding: 25px 2rem 50px; }
  .team-details.team-settings {
    padding: 2.5rem; }
  .team-details__loading-spinner {
    margin-top: 30vh; }
  .team-details__back-link {
    display: flex;
    align-items: center;
    height: 16px;
    font-size: 0.875rem;
    color: #6a67fe;
    font-weight: 700;
    text-decoration: none;
    margin: 1rem 0; }
  .team-details #back-chevron {
    width: 16px;
    margin-right: 0.5rem; }
  .team-details__team-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem; }
  .team-details__team-details {
    display: flex;
    align-items: center; }
    .team-details__team-details .form-field--dropdown {
      margin-bottom: 0; }
  .team-details__host-count {
    background-color: #d9d9fe;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 30px;
    margin-left: 1rem;
    padding: 4px 12px; }

.agent-options {
  font-size: 0.875rem; }
  .agent-options__page-description {
    padding-top: 40px;
    padding-bottom: 1rem;
    margin: 0; }
  .agent-options__form-wrapper {
    margin-top: 20px; }
  .agent-options a {
    color: #6a67fe;
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: none; }
  .agent-options .icon {
    width: 12px;
    height: 12px; }

.members__page-description {
  font-size: 0.875rem;
  padding-top: 40px;
  padding-bottom: 1rem;
  margin: 0; }
  .members__page-description a {
    color: #6a67fe;
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: none; }

.members .data-table-block .data-table__table thead .name__header {
  width: 202px; }

.members .data-table-block .data-table__table thead .role__header {
  width: 202px;
  border-right: none; }

.members .data-table-block .data-table__table thead .actions__header {
  width: auto; }

@media (min-width: 1400px) {
  .members .data-table-block .data-table__table thead .role__header {
    border-right: 1px solid #e2e4ea; } }

.members .data-table-block .data-table__table tbody .name__cell {
  max-width: 202px; }

.members .data-table-block .data-table__table tbody .role__cell {
  max-width: 202px; }

.members .data-table-block .data-table__table tbody .actions__cell {
  width: auto; }

.no-members {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5rem; }
  .no-members h1 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    color: #192147; }
  .no-members h2 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 1.5rem;
    line-height: 20px;
    color: #192147; }
  .no-members ul {
    margin: 0;
    padding: 0;
    color: #192147;
    list-style: none; }
    .no-members ul li::before {
      content: "\2022";
      color: #6a67fe;
      margin-right: 1rem; }
  .no-members__inner {
    display: flex;
    flex-direction: row; }
    .no-members__inner h1 {
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 1rem; }
    .no-members__inner img {
      width: 176px;
      margin-right: 2rem; }
    .no-members__inner p {
      color: #192147;
      font-weight: 400;
      font-size: 0.875rem;
      margin: 0;
      margin-bottom: 1.5rem; }
    .no-members__inner .no-filter-results {
      display: flex;
      flex-direction: column;
      width: 350px; }
  .no-members__inner-text {
    width: 350px; }

.add-member-modal .title {
  font-weight: 700;
  margin-bottom: 4px; }

.add-member-modal__btn-wrap {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 2.5rem; }

.add-member-modal__btn {
  margin-left: 12px; }

.autocomplete-dropdown .Select.Select--multi .Select-option {
  color: #192147;
  font-size: 0.875rem;
  margin: 0.5rem;
  padding: 0.5rem;
  display: block; }
  .autocomplete-dropdown .Select.Select--multi .Select-option.is-focused {
    background-color: #d9d9fe; }
    .autocomplete-dropdown .Select.Select--multi .Select-option.is-focused .Select-icon {
      color: #d9d9fe; }
  .autocomplete-dropdown .Select.Select--multi .Select-option.is-disabled {
    color: #8b8fa2;
    font-style: italic; }
    .autocomplete-dropdown .Select.Select--multi .Select-option.is-disabled .Select-icon {
      visibility: hidden;
      opacity: 0; }

.autocomplete-dropdown .Select .Select-control .Select-value {
  border: 1px solid #6a67fe;
  background-color: #f1f0ff; }
  .autocomplete-dropdown .Select .Select-control .Select-value .Select-value-label {
    font-weight: 700; }
  .autocomplete-dropdown .Select .Select-control .Select-value .Select-value-icon:after {
    color: #192147; }

.autocomplete-dropdown .Select .Select-control .Select-clear-zone {
  transition: color 150ms ease-in-out;
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFRSURBVHgB7ZY9bsMwDIVJa81goEuKLgaCXCXI6BskPUJukJ6guUHcG3QMeop2TwF3arZ6yCxWCiCgdiuKUgokg77J1g/fgyWSBshkMhcGucnbalYjwpYAOypwfXjfPYGAu8lsQRo2dh8QrT7bl2ff2oKNhPhogpTmqUJNzXgyX4BAXGts3D4TY8utZw0gUNl7D5hw4oPhDlINaCpWwzGfCY+4OQF8AAbFTR67/euonH6Ye1D3TBDUo5tpe/zavwXE7w/truE02EvoGFfzJSL9OktzMZcKNKSKiw1wJv5CKm5RIMR3HOeIRxmQmIgVtxQQiVKa/JNAEBsvZrHvtjuG2fGvBkLiqSZEWcDl+SmIJ0UlvSP4BUJFRlqskgxIK9w5JvheoHEdEnfYMXckPROaNsAQ1Q1Dee4xkd4NicAGa42RTlpkfpg47bM/JJDJZK6ZbzsT7VCH3d6TAAAAAElFTkSuQmCC);
  top: 1px;
  left: -8px; }
  .autocomplete-dropdown .Select .Select-control .Select-clear-zone:hover {
    transition: color 150ms ease-in-out;
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEuSURBVHgB7ZXLDcIwDIbtwACMwEhsAFwQiBMbwARw4SEuwAaMxAgdAGKcSkCBxnECEhzyS1XbxPH/KQ8HICsr68dCqXM0OHcQzI6jCjQ4Xa7xAAqNR9SlCy3cOCI7WW+bR1+skRIhmjknafFnmyztXWLQmHPsbRzn2EnxIgBQmeTxG4C4mz+rgFQAa+zktc0H4THnabQzECTuAafh8Nwz9D6NvCd6tz0hmPdXm+YePgEIQbh3qrkaQIKoz6ozjwJQQ0SYRwMEISLNnQxEqoEN8vWh0OcdExPs3e3VhJXT8VUAjXkKhGoJpHNu+Xlt1pbtMkUoQFNkNMUqCSCmwqVCiEvA5lONudOG2zzLsQBBUbdh6Jx7INJvQ4Iy2Yk/Cm2RqUCU46jmRs3KyvorXQHWrNR4JOdz6wAAAABJRU5ErkJggg==);
    top: 1px;
    left: -8px; }

.remove-member-modal__name, .remove-member-modal__team-name {
  font-weight: 700; }

.remove-member-modal__warning {
  color: #d66c7b; }

.remove-member-modal__btn-wrap {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 2.5rem; }

.remove-member-modal__btn {
  margin-left: 12px; }

.user-management {
  padding: 0; }
  .user-management__page-description {
    font-size: 0.875rem;
    color: #192147;
    position: -webkit-sticky;
    position: sticky;
    top: 104px;
    z-index: 2;
    background-color: #ffffff;
    margin: 0;
    padding: 2.5rem 0 54px 0;
    padding-bottom: 1rem; }
  .user-management__wrapper {
    border: solid 1px #e2e4ea;
    border-radius: 6px;
    margin-top: 1rem; }
  .user-management__header {
    font-size: 1.5rem; }
  .user-management__heading-wrapper {
    width: 100%; }
  .user-management__smtp-warning-wrapper {
    width: 100%; }
  .user-management__config-button {
    text-decoration: none;
    color: #6a67fe;
    font-size: 0.875rem;
    margin-left: 1rem; }
  .user-management__user-count {
    font-size: 0.875rem;
    font-weight: 700;
    color: #192147;
    margin: 0; }
  .user-management__add-user-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .user-management__users {
    display: flex;
    flex-wrap: wrap;
    clear: both; }
  .user-management__invite-modal.modal__modal_container {
    width: 540px; }
  .user-management .data-table-block .data-table__table thead .name__header {
    width: 202px; }
  .user-management .data-table-block .data-table__table thead .role__header {
    width: 202px;
    border-right: none; }
  .user-management .data-table-block .data-table__table thead .teams__header {
    display: none;
    width: 0; }
  .user-management .data-table-block .data-table__table thead .status__header {
    display: none;
    width: 0; }
  .user-management .data-table-block .data-table__table thead .actions__header {
    width: auto; }
  @media (min-width: 990px) {
    .user-management .data-table-block .data-table__table thead .role__header {
      border-right: 1px solid #e2e4ea; }
    .user-management .data-table-block .data-table__table thead .teams__header {
      display: table-cell;
      width: 202px;
      border-right: none; } }
  @media (min-width: 1400px) {
    .user-management .data-table-block .data-table__table thead .teams__header {
      border-right: 1px solid #e2e4ea; }
    .user-management .data-table-block .data-table__table thead .status__header {
      display: table-cell;
      width: 202px;
      border-right: none; } }
  @media (min-width: 1600px) {
    .user-management .data-table-block .data-table__table thead .teams__header {
      border-right: 1px solid #e2e4ea; } }
  .user-management .data-table-block .data-table__table tbody .name__cell {
    max-width: 202px; }
  .user-management .data-table-block .data-table__table tbody .role__cell {
    max-width: 202px; }
  .user-management .data-table-block .data-table__table tbody .teams__cell {
    display: none;
    max-width: 202px; }
    .user-management .data-table-block .data-table__table tbody .teams__cell .grey-cell {
      color: #8b8fa2;
      font-style: italic; }
  .user-management .data-table-block .data-table__table tbody .status__cell {
    display: none;
    max-width: 202px; }
  .user-management .data-table-block .data-table__table tbody .actions__cell {
    width: auto; }
  @media (min-width: 990px) {
    .user-management .data-table-block .data-table__table tbody .teams__cell {
      display: table-cell; } }
  @media (min-width: 1400px) {
    .user-management .data-table-block .data-table__table tbody .status__cell {
      display: table-cell; } }

.create-user-modal .loading-spinner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.75);
  z-index: 1;
  border-radius: 8px;
  margin: 0; }

.delete-user-form {
  margin-top: 1.5rem; }
  .delete-user-form__name {
    font-weight: 700; }
  .delete-user-form__warning {
    color: #d66c7b; }
  .delete-user-form__btn-wrap {
    display: flex;
    flex-direction: row-reverse; }
  .delete-user-form__btn {
    height: 38px;
    margin-bottom: 5px;
    margin-left: 15px; }

.edit-user-modal {
  position: relative; }
  .edit-user-modal .loading-spinner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.75);
    z-index: 1;
    border-radius: 8px;
    margin: 0; }

.empty-users {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5rem; }
  .empty-users__inner {
    display: flex;
    flex-direction: row; }
    .empty-users__inner h1 {
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 1rem; }
    .empty-users__inner img {
      width: 176px;
      margin-right: 2rem; }
    .empty-users__inner p {
      color: #192147;
      font-weight: 400;
      font-size: 0.875rem;
      margin: 0; }
  .empty-users__empty-filter-results {
    display: flex;
    flex-direction: column;
    width: 350px; }

.reset-password-modal {
  margin-top: 1.5rem; }
  .reset-password-modal p {
    margin-bottom: 40px;
    font-size: 1rem; }
  .reset-password-modal__btn-wrap {
    display: flex;
    flex-direction: row-reverse; }
  .reset-password-modal__btn {
    height: 38px;
    margin-bottom: 5px;
    margin-left: 15px; }

.reset-sessions-modal {
  margin-top: 1.5rem; }
  .reset-sessions-modal p {
    margin-bottom: 40px;
    font-size: 1rem; }
  .reset-sessions-modal__btn-wrap {
    display: flex;
    flex-direction: row-reverse; }
  .reset-sessions-modal__btn {
    height: 38px;
    margin-bottom: 5px;
    margin-left: 15px; }

.selected-teams-form {
  border: 1px solid #e2e4ea;
  border-radius: 4px;
  background-color: #f9fafc;
  padding: 1rem; }
  .selected-teams-form__team-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.25rem; }
    .selected-teams-form__team-item:last-child {
      margin-bottom: 0; }
    .selected-teams-form__team-item .form-field {
      margin-bottom: 0; }
  .selected-teams-form__role-dropdown .Select-control {
    border: none;
    width: 130px; }

.create-user-form a {
  color: #6a67fe;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none; }

.create-user-form img {
  width: 12px;
  height: 12px;
  margin-left: 6px; }

.create-user-form__new-user-container {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.create-user-form__sso-input {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  .create-user-form__sso-input .fleet-checkbox {
    margin-top: 5px; }
    .create-user-form__sso-input .fleet-checkbox__label {
      font-size: 0.875rem;
      font-weight: 700;
      color: #192147; }

.create-user-form .sso-disabled {
  width: 375px; }

.create-user-form .invite-disabled {
  width: 100px; }

.create-user-form .password-tooltip-text {
  width: 310px; }

.create-user-form .current-team {
  margin-top: 4px;
  margin-bottom: 24px; }

.create-user-form__label {
  color: #192147;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.5rem; }

.create-user-form__user-permissions-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem; }
  .create-user-form__user-permissions-info p {
    margin: 0 0 1rem 0; }

.create-user-form__selected-teams-container {
  margin-bottom: 2.5rem; }

.create-user-form__radio-input {
  margin-bottom: 1rem; }
  .create-user-form__radio-input.disabled .radio__control {
    background-color: #c5c7d1; }
  .create-user-form__radio-input.disabled .radio__label {
    color: #8b8fa2;
    font-style: italic; }

.create-user-form__btn-wrap {
  display: flex;
  flex-direction: row-reverse; }

.create-user-form__btn {
  margin-left: 12px; }

.create-user-form__invite-admin {
  margin-bottom: 8px; }

.create-user-form__password {
  width: 98%;
  float: left;
  padding: 0 1rem 0 0;
  box-sizing: border-box; }
  .create-user-form__password .input-icon-field {
    width: 100%; }

.create-user-form__details {
  float: right;
  width: 2%; }
  .create-user-form__details .icon-tooltip {
    margin-top: 12px; }
  .create-user-form__details .hint {
    color: #192147; }
    .create-user-form__details .hint--brand {
      color: #6a67fe; }

.create-user-form .sublabel {
  margin: 0px; }

.create-user-form__tooltip-text {
  width: 300px; }

.api-only-user {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 100vh;
  background: linear-gradient(360deg, #201e43 0%, #353d62 100%); }
  .api-only-user__wrap {
    background-color: #ffffff;
    border-radius: 10px;
    width: 436px;
    padding: 2.5rem;
    margin-top: 2.5rem; }
  .api-only-user__logo {
    width: 120px;
    margin: 1rem auto; }
  .api-only-user__lead-wrapper {
    border-radius: 4px;
    box-sizing: border-box; }
  .api-only-user__lead-text {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 6px;
    text-align: center; }
  .api-only-user__sub-lead-text {
    font-size: 0.875rem;
    font-weight: 400;
    text-align: center;
    margin-top: 1rem; }
  .api-only-user .login-button-wrap {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem; }

.confirm-invite-page {
  margin: 2.5rem auto;
  background-color: #ffffff;
  border-radius: 10px;
  width: 436px;
  padding: 2.5rem; }
  .confirm-invite-page__form-section-description h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 0.72;
    letter-spacing: 0.6px;
    color: #192147;
    margin: 0;
    padding: 0; }
  .confirm-invite-page__form-section-description p {
    color: #192147;
    font-size: 0.875rem;
    font-weight: 400; }
  .confirm-invite-page__form-section-wrapper {
    box-sizing: border-box;
    margin-bottom: 110px; }
  .confirm-invite-page__lead-wrapper {
    border-radius: 4px;
    box-sizing: border-box; }
  .confirm-invite-page__lead-text {
    font-size: 1.25rem;
    font-weight: 400;
    margin: 0 0 6px;
    text-align: center; }
  .confirm-invite-page__sub-lead-text {
    font-size: 0.875rem;
    font-weight: 400;
    text-align: center;
    margin: 0; }
  .confirm-invite-page .confirm-invite-button-wrap {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem; }
    .confirm-invite-page .confirm-invite-button-wrap .button {
      width: 160px; }

.fleet-403 p {
  color: #333;
  font-style: 400; }

.fleet-403 a {
  color: #6a67fe;
  text-decoration: none; }
  .fleet-403 a:hover {
    text-decoration: underline; }

.fleet-403 .primary-header {
  position: absolute;
  top: 0;
  height: 90px;
  width: 100%; }
  .fleet-403 .primary-header__logo {
    height: 48px;
    width: 174px;
    position: absolute;
    top: 25px;
    left: 40px; }

.fleet-403 .background-image {
  width: 100%; }

.fleet-403 main {
  text-align: center; }
  .fleet-403 main > h1 {
    display: inline;
    font-size: 32px;
    max-width: 479px;
    color: #192147; }
    .fleet-403 main > h1 span {
      font-weight: 700; }
  .fleet-403 main > h2 {
    font-size: 36px;
    margin: 13px 0 2rem; }

.fleet-404 p {
  color: #333;
  font-style: 400; }

.fleet-404 a {
  color: #6a67fe;
  text-decoration: none; }

.fleet-404 button {
  margin: 1rem;
  width: 197px;
  font-size: 1rem; }
  .fleet-404 button img {
    width: 24px;
    height: 24px;
    margin-right: 1rem; }

.fleet-404__button-wrapper {
  margin-bottom: 1.5rem; }

.fleet-404__slack-btn {
  border: 1px solid #c5c7d1;
  height: 41px; }

.fleet-404 .primary-header {
  position: absolute;
  top: 0;
  height: 90px;
  width: 100%; }
  .fleet-404 .primary-header__logo {
    height: 48px;
    width: 174px;
    position: absolute;
    top: 25px;
    left: 40px; }

.fleet-404 .background-image {
  width: 100%; }

.fleet-404 main {
  text-align: center; }
  .fleet-404 main > h1 {
    display: inline;
    font-size: 32px;
    max-width: 479px;
    color: #192147; }
    .fleet-404 main > h1 span {
      font-weight: 700; }
  .fleet-404 main > h2 {
    font-size: 36px;
    margin: 13px 0 2rem; }

.fleet-500 p {
  color: #333; }

.fleet-500 a {
  color: #6a67fe;
  text-decoration: none;
  display: block;
  margin-top: 1rem; }

.fleet-500 button {
  margin: 1rem;
  width: 197px;
  font-size: 1rem; }
  .fleet-500 button img {
    width: 24px;
    height: 24px;
    margin-right: 1rem; }

.fleet-500__button-wrapper {
  display: inline-flex;
  margin-bottom: 1.5rem; }

.fleet-500__slack-btn {
  border: 1px solid #c5c7d1;
  height: 41px; }

.fleet-500 .primary-header {
  position: absolute;
  top: 0;
  height: 90px;
  width: 100%; }
  .fleet-500 .primary-header__logo {
    height: 48px;
    width: 174px;
    position: absolute;
    top: 25px;
    left: 40px; }

.fleet-500 .background-image {
  width: 100%; }

.fleet-500 .error-message-container {
  display: block; }

.fleet-500 main {
  text-align: center; }
  .fleet-500 main > h1 {
    font-size: 32px;
    min-width: 479px;
    color: #192147; }
    .fleet-500 main > h1 span {
      font-weight: 700; }
  .fleet-500 main > h2 {
    font-size: 36px;
    margin: 13px 0 30px; }

.homepage {
  background-color: #f9fafc;
  flex: 1; }
  .homepage .homepage__wrapper {
    background-color: #f9fafc; }
  .homepage h2 {
    font-size: 1rem;
    font-weight: 400;
    margin: 0; }
  .homepage .form-field--dropdown {
    margin-bottom: 0; }
  .homepage__header {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem; }
    .homepage__header .Select-control {
      background-color: #f9fafc !important; }
  .homepage__title .fleeticon {
    color: #3e4771;
    margin-right: 15px; }
  .homepage__title .fleeticon-success-check {
    color: #3db67b; }
  .homepage__title .fleeticon-offline {
    color: #d66c7b; }
  .homepage__title .fleeticon-mia {
    color: #192147; }
  .homepage__platforms {
    display: flex;
    align-items: center; }
    .homepage__platforms span {
      font-size: 1rem; }
    .homepage__platforms .Select-control, .homepage__platforms .Select-value {
      background-color: #ffffff !important; }
  .homepage__platform_dropdown {
    width: 138px; }
  .homepage__section {
    margin-top: 1rem;
    width: 100%;
    display: grid;
    row-gap: 1rem; }
    .homepage__section .homepage-info-card:nth-child(odd):last-child {
      grid-column-start: span 2; }
    @media screen and (min-width: 990px) {
      .homepage__section {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        -moz-column-gap: 1rem;
             column-gap: 1rem; } }
  .homepage .host-sections {
    position: relative; }
  .homepage .spinner {
    z-index: 11;
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }

.activity-feed {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 592px; }
  .activity-feed__header-wrap .form-field {
    margin-bottom: 0; }
  .activity-feed__block {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 1.5rem; }
    .activity-feed__block .avatar-wrapper {
      position: relative; }
  .activity-feed__block:before {
    content: "";
    position: relative;
    height: 50px !important;
    z-index: 0;
    top: 35px;
    left: 17px;
    border-left: 1px dashed #e2e4ea;
    height: 100%; }
  .activity-feed__block:last-child:before {
    border-left: 0; }
  .activity-feed__avatar-frame {
    display: flex;
    width: 32px;
    height: 32px; }
  .activity-feed__avatar-image {
    z-index: 2; }
  .activity-feed__details {
    padding-left: 1.5rem; }
    .activity-feed__details p {
      margin: 0; }
  .activity-feed__details-topline {
    font-size: 0.875rem; }
  .activity-feed__details-bottomline {
    font-size: 0.75rem;
    color: #c5c7d1; }
  .activity-feed__pagination {
    position: absolute;
    bottom: 0px;
    right: 0px; }
  .activity-feed__load-activities-button {
    color: #6a67fe;
    vertical-align: bottom;
    padding: 6px; }
    .activity-feed__load-activities-button .fleeticon-chevronleft:before,
    .activity-feed__load-activities-button .fleeticon-chevronright:before {
      font-size: 0.5rem;
      font-weight: 700;
      position: relative;
      top: -2px; }
    .activity-feed__load-activities-button .fleeticon-chevronleft {
      margin-right: 0.5rem; }
    .activity-feed__load-activities-button .fleeticon-chevronright {
      margin-left: 0.5rem; }
    .activity-feed__load-activities-button:first-of-type {
      margin-right: 1.5rem; }
    .activity-feed__load-activities-button:hover, .activity-feed__load-activities-button:focus {
      background-color: #f1f0ff; }
  .activity-feed__no-more-activities {
    text-align: center; }
  .activity-feed__no-activities {
    font-size: 0.875rem; }
    .activity-feed__no-activities p {
      margin-top: 0; }
  .activity-feed__error {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2rem 0; }
    .activity-feed__error #error-icon {
      height: 12px;
      width: 12px;
      margin-right: 8px; }
    .activity-feed__error #new-tab-icon {
      height: 12px;
      width: 12px;
      margin-left: 6px; }
    .activity-feed__error a {
      font-size: 0.875rem;
      color: #6a67fe;
      font-weight: 700;
      text-decoration: none; }
    .activity-feed__error__inner {
      display: flex;
      flex-direction: row; }
    .activity-feed__error .info__header {
      display: block;
      color: #192147;
      font-weight: 700;
      font-size: 0.875rem;
      text-align: left; }
    .activity-feed__error .info__data {
      display: block;
      color: #192147;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: left;
      margin-top: 10px; }
  .activity-feed .spinner {
    z-index: 11;
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .activity-feed .spinner .loading-spinner {
      margin-top: 33px; }

.hosts-status {
  width: 100%;
  display: flex;
  justify-content: space-around;
  font-size: 0.875rem; }
  .hosts-status__tile {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center; }
  .hosts-status__tile-count {
    font-size: 1.5rem; }
    .hosts-status__tile-count:before {
      border-radius: 100%;
      content: " ";
      display: inline-block;
      margin-right: 0.5rem;
      height: 8px;
      width: 8px;
      margin-bottom: 5px; }
    .hosts-status__tile-count--online:before {
      background-color: #3db67b; }
    .hosts-status__tile-count--offline:before {
      background-color: #8b8fa2; }

.hosts-summary {
  margin-top: 1.5rem;
  width: 100%;
  display: flex;
  justify-content: space-around;
  font-size: 0.875rem; }
  .hosts-summary__tile {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center; }
    .hosts-summary__tile:first-of-type {
      justify-content: flex-end; }
    .hosts-summary__tile:last-of-type {
      justify-content: flex-start; }
  .hosts-summary.single-platform .hosts-summary__tile:first-of-type {
    justify-content: center; }
  .hosts-summary__tile-icon {
    margin-right: 0.75rem; }
    .hosts-summary__tile-icon img {
      width: 48px;
      vertical-align: middle; }
  .hosts-summary__tile-count {
    font-size: 1.5rem; }

.learn-fleet p {
  font-size: 0.875rem; }

.home-mdm {
  margin-top: 1.5rem;
  position: relative; }
  .home-mdm .table-container {
    min-height: 435px; }
  .home-mdm .data-table__wrapper {
    overflow-x: auto; }
  .home-mdm .component__tabs-wrapper .table-container__header {
    display: none; }
  .home-mdm__empty-mdm {
    margin: 1rem auto 0; }
    .home-mdm__empty-mdm h1 {
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 1rem; }
    .home-mdm__empty-mdm p {
      color: #192147;
      font-weight: 400;
      font-size: 0.875rem;
      margin: 0; }
    .home-mdm__empty-mdm a {
      color: #6a67fe;
      font-size: 0.875rem;
      font-weight: 700;
      text-decoration: none; }
  .home-mdm .data-table-block .data-table__table {
    table-layout: fixed; }
    .home-mdm .data-table-block .data-table__table thead .name__header {
      width: 60%; }
    .home-mdm .data-table-block .data-table__table thead .version__header {
      width: 30%;
      padding-right: 0; }
    .home-mdm .data-table-block .data-table__table thead .hosts_count__header {
      border-right: 0;
      padding-right: 0;
      width: 60px; }
    .home-mdm .data-table-block .data-table__table thead .id__header {
      padding: 0;
      border-left: 0;
      width: 40px; }
    .home-mdm .data-table-block .data-table__table tbody .name__cell,
    .home-mdm .data-table-block .data-table__table tbody .version__cell {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .home-mdm .data-table-block .data-table__table tbody .id__cell {
      padding: 0;
      width: 40px; }
    .home-mdm .data-table-block .data-table__table tbody .vulnerabilities__cell img {
      transform: scale(0.5); }
  .home-mdm .count-loading {
    color: #8b8fa2; }
  .home-mdm .count-error {
    color: #d66c7b; }

.home-munki {
  margin-top: 1.5rem;
  position: relative; }
  .home-munki .table-container {
    min-height: 435px; }
  .home-munki .data-table__wrapper {
    overflow-x: auto; }
  .home-munki .component__tabs-wrapper .table-container__header {
    display: none; }
  .home-munki__empty-munki {
    margin: 1rem auto 0; }
    .home-munki__empty-munki h1 {
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 1rem; }
    .home-munki__empty-munki p {
      color: #192147;
      font-weight: 400;
      font-size: 0.875rem;
      margin: 0; }
    .home-munki__empty-munki a {
      color: #6a67fe;
      font-size: 0.875rem;
      font-weight: 700;
      text-decoration: none; }
  .home-munki .data-table-block .data-table__table {
    table-layout: fixed; }
    .home-munki .data-table-block .data-table__table thead .name__header {
      width: 60%; }
    .home-munki .data-table-block .data-table__table thead .version__header {
      width: 30%;
      padding-right: 0; }
    .home-munki .data-table-block .data-table__table thead .hosts_count__header {
      border-right: 0;
      padding-right: 0;
      width: 60px; }
    .home-munki .data-table-block .data-table__table thead .id__header {
      padding: 0;
      border-left: 0;
      width: 40px; }
    .home-munki .data-table-block .data-table__table tbody .name__cell,
    .home-munki .data-table-block .data-table__table tbody .version__cell {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .home-munki .data-table-block .data-table__table tbody .id__cell {
      padding: 0;
      width: 40px; }
    .home-munki .data-table-block .data-table__table tbody .vulnerabilities__cell img {
      transform: scale(0.5); }
  .home-munki .count-loading {
    color: #8b8fa2; }
  .home-munki .count-error {
    color: #d66c7b; }

.operating-systems {
  margin-top: 1.5rem;
  position: relative; }
  .operating-systems .table-container {
    min-height: 435px; }
  .operating-systems .data-table__wrapper {
    overflow-x: auto; }
  .operating-systems .component__tabs-wrapper .table-container__header {
    display: none; }
  .operating-systems__empty-os {
    margin: 1rem auto 0; }
    .operating-systems__empty-os h1 {
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 1rem; }
    .operating-systems__empty-os p {
      color: #192147;
      font-weight: 400;
      font-size: 0.875rem;
      margin: 0; }
  .operating-systems .data-table-container .data-table__table {
    table-layout: fixed; }
    .operating-systems .data-table-container .data-table__table thead .hosts_count__header {
      border-right: 0;
      padding-right: 0;
      width: 84px; }
    .operating-systems .data-table-container .data-table__table tbody .name__cell,
    .operating-systems .data-table-container .data-table__table tbody .version__cell {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .operating-systems .data-table-container .data-table__table tbody .id__cell {
      padding: 0;
      width: 40px; }
    .operating-systems .data-table-container .data-table__table tbody .vulnerabilities__cell img {
      transform: scale(0.5); }
  .operating-systems .count-loading {
    color: #8b8fa2; }
  .operating-systems .count-error {
    color: #d66c7b; }

.home-software {
  margin-top: 1.5rem;
  position: relative; }
  .home-software .software-link img {
    transform: rotate(-90deg);
    height: 16px;
    width: auto;
    vertical-align: middle; }
  .home-software .table-container {
    min-height: 435px; }
  .home-software .data-table__wrapper {
    overflow-x: auto; }
  .home-software .form-field--dropdown {
    margin: 0; }
  .home-software .component__tabs-wrapper .table-container__header {
    display: none; }
  .home-software__empty-software {
    margin: 1.5rem auto 0; }
    .home-software__empty-software h1 {
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 1rem; }
    .home-software__empty-software p {
      color: #192147;
      font-weight: 400;
      font-size: 0.875rem;
      margin: 0; }
    .home-software__empty-software a {
      color: #6a67fe;
      font-size: 0.875rem;
      font-weight: 700;
      text-decoration: none; }
  .home-software__status_dropdown {
    width: 219px; }
    .home-software__status_dropdown .Select-menu-outer {
      width: 364px;
      max-height: 310px; }
      .home-software__status_dropdown .Select-menu-outer .Select-menu {
        max-height: none; }
    .home-software__status_dropdown .Select-value {
      padding-left: 1rem;
      padding-right: 1rem; }
      .home-software__status_dropdown .Select-value::before {
        display: inline-block;
        position: absolute;
        padding: 5px 0 0 0;
        content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADOSURBVHgB7ZTNDcIwDIWfswBcgQsqk3ApYyAmoJ2gZYOyDWzBCLnBsRPEGCQkFEgDJT3h7xLJP/FzFBtQlH+HfMNska/ZoWHQGGmxzLS82IN9Nho/yjmqByh+Y07gxje+CJCgIYrfYWCEmADHppTDIn31k7S3gaJ4UMgxyVZbYk4zkozybI/NO5fpSCqS7QNCFXKZcE7SfdDiWwGyNndIgDTSymvuoSgBKBYwzfJKPmSNPnTM/wOD+CUF+tIx/58LGJiogF/2geTq/CtKlCtH/jrwHEIPVQAAAABJRU5ErkJggg==);
        transform: scale(0.5);
        height: 26px;
        left: 2px; }
    .home-software__status_dropdown .Select-value-label {
      padding-left: 1.5rem;
      font-size: 1rem !important; }
  .home-software .data-table-block .data-table__table {
    table-layout: fixed; }
    .home-software .data-table-block .data-table__table thead .name__header {
      width: 60%; }
    .home-software .data-table-block .data-table__table thead .version__header {
      width: 30%;
      padding-right: 0; }
    .home-software .data-table-block .data-table__table thead .hosts_count__header {
      border-right: 0;
      padding-right: 0;
      width: 60px; }
    .home-software .data-table-block .data-table__table thead .id__header {
      padding: 0;
      border-left: 0;
      width: 40px; }
    .home-software .data-table-block .data-table__table tbody .name__cell,
    .home-software .data-table-block .data-table__table tbody .version__cell {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .home-software .data-table-block .data-table__table tbody .id__cell {
      padding: 0;
      width: 40px; }
    .home-software .data-table-block .data-table__table tbody .vulnerabilities__cell img {
      transform: scale(0.5); }
  .home-software .count-loading {
    color: #8b8fa2; }
  .home-software .count-error {
    color: #d66c7b; }

.welcome-host p {
  font-size: 0.875rem; }

.welcome-host .button-slack {
  width: 173px;
  margin-top: 4px; }

.welcome-host .icon-disabled {
  width: 16px;
  margin-right: 8px;
  position: relative;
  top: 3px; }

.welcome-host p.error-message {
  font-weight: 700;
  margin: 1.5rem 0; }

.welcome-host .external-link {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: #6a67fe;
  font-weight: 700;
  text-decoration: none !important; }
  .welcome-host .external-link img {
    transform: scale(0.5); }
  .welcome-host .external-link:last-of-type {
    margin-top: 1.5rem; }

.welcome-host__intro {
  margin-top: 1.5rem;
  display: flex;
  align-items: center; }
  .welcome-host__intro > img {
    width: 126px; }
  .welcome-host__intro .info {
    margin-left: 1rem;
    flex: 1; }
    .welcome-host__intro .info p {
      margin: 0;
      margin-top: 0.5rem; }

.welcome-host__policies {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  .welcome-host__policies .policy-block {
    padding: 0.5rem 12px;
    border: 1px solid #c5c7d1;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0; }
    .welcome-host__policies .policy-block .info {
      font-size: 1rem;
      display: flex;
      align-items: center;
      line-height: 1; }
      .welcome-host__policies .policy-block .info img {
        margin-right: 0.5rem;
        transform: scale(0.5);
        position: relative;
        top: -1px; }
    .welcome-host__policies .policy-block button {
      height: auto; }
      .welcome-host__policies .policy-block button img {
        transform: scale(0.58) rotate(-90deg);
        position: relative;
        top: 1px; }

.welcome-host__refetch {
  display: flex;
  align-items: center; }
  .welcome-host__refetch button {
    margin-right: 0.5rem; }
    .welcome-host__refetch button.refetch-spinner {
      color: #ffffff;
      font-size: 0.875rem;
      height: 38px; }
      .welcome-host__refetch button.refetch-spinner::before {
        display: inline-block;
        position: relative;
        padding: 5px 0 0 0;
        display: inline-block;
        content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFKSURBVHgBrZaNccMgDIVxJvAGdTfwBu0GHcHeIN0ANvEIzQaMkOsEdIOM8CoaUotEYPnCd6e7EEBPyOLHmAoAejJH5skCVkL670g2CPNcGudKjgeyL+hZuBDvkJzPZBfsJ5BNVQG2NI6PE8le2LgxBeKF8U4UoN+fQkRvZoMkFlCA55yn5UzWGyW4FsO5JrDcRa5yDjmluUCKnjMYJVBwoHEfbM6p67ofo8dt9iOvhMk0Jq5gYO1v04CUdvuX7uyDNAJr2Ya80U7goYrsnurZcD4y/82C5gIzE/AHbG8WZ/bBK/HUaT4u7Y3OKEhp5ml51exGq3TeIz/0lluHxLOH3QW3okGZQDYqnL/j8bg+8gFZOgQhj+uFM7I5sbRLF469j+Cf1J5RuUAqxLRM0hIzARbhAj3xgTCUcmghLW0Vik8TD/nZEudWi+EXtskR4p/7HG4AAAAASUVORK5CYII=);
        transform: scale(0.5); }
      .welcome-host__refetch button.refetch-spinner.spin::before {
        -webkit-animation: spin 2s linear infinite;
                animation: spin 2s linear infinite; }

@-webkit-keyframes spin {
  0% {
    transform: scale(0.5) rotate(0deg);
    transform-origin: center center; }
  100% {
    transform: scale(0.5) rotate(360deg);
    transform-origin: center center; } }

@keyframes spin {
  0% {
    transform: scale(0.5) rotate(0deg);
    transform-origin: center center; }
  100% {
    transform: scale(0.5) rotate(360deg);
    transform-origin: center center; } }
  .welcome-host__refetch span {
    padding-left: 4px;
    font-size: 0.875rem; }

.welcome-host__policy-modal .done {
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-end; }

.homepage-info-card {
  padding: 32px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e2e4ea;
  border-radius: 8px;
  box-shadow: 0 2px 0 0 #e2e4ea;
  box-sizing: border-box; }
  .homepage-info-card__section-title-cta {
    display: flex;
    justify-content: space-between; }
    .homepage-info-card__section-title-cta h2 {
      font-weight: 700; }
  .homepage-info-card__section-title-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center; }
  .homepage-info-card__section-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 12px; }
    .homepage-info-card__section-title span {
      background-color: #6a67fe;
      color: #ffffff;
      font-size: 0.75rem;
      font-weight: 700;
      padding: 2px 4px;
      border-radius: 4px;
      margin-left: 0.5rem;
      position: relative;
      top: -2px; }
  .homepage-info-card__section-title-detail {
    display: flex;
    flex-direction: row;
    align-items: center; }
  .homepage-info-card__section-description {
    font-size: 0.875rem; }
    .homepage-info-card__section-description a {
      font-size: 0.875rem;
      color: #6a67fe;
      font-weight: 700;
      text-decoration: none !important; }
    .homepage-info-card__section-description img {
      width: 12px;
      margin-left: 0.25rem; }
  .homepage-info-card__action-button {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    color: #6a67fe;
    font-weight: 700;
    text-decoration: none !important; }
  .homepage-info-card__action-button-text {
    text-align: right; }
  .homepage-info-card #link-arrow {
    transform: scale(0.5); }

.empty-state {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0; }
  .empty-state__inner {
    display: flex;
    flex-direction: row; }
    .empty-state__inner h1 {
      font-size: 0.875rem;
      font-weight: 700;
      margin-bottom: 1rem; }
    .empty-state__inner img {
      width: 176px;
      margin-right: 0.5rem; }
    .empty-state__inner p {
      color: #192147;
      font-weight: 400;
      font-size: 0.875rem;
      margin: 0; }
    .empty-state__inner p.learn-more {
      margin-top: 1rem; }
    .empty-state__inner a {
      color: #6a67fe;
      font-size: 0.875rem;
      font-weight: 700;
      text-decoration: none; }
    .empty-state__inner img {
      width: 12px;
      height: 12px;
      margin-left: 4px; }
  .empty-state__empty-list h1 {
    font-size: 1rem; }
  .empty-state__empty-filter-results {
    display: flex;
    flex-direction: column;
    width: 350px; }

.empty-search {
  margin-top: 0.5rem;
  align-items: center; }

.section--packs .table-container__header {
  display: none; }

.section--packs .data-table-block .data-table__table thead .query_name__header {
  width: 352px; }

.section--packs .data-table-block .data-table__table thead .frequency__header {
  width: 202px; }

.section--packs .data-table-block .data-table__table thead .last_run__header {
  display: none;
  width: 0; }

@media (min-width: 990px) {
  .section--packs .data-table-block .data-table__table thead .last_run__header {
    display: table-cell; } }

.section--packs .data-table-block .data-table__table tbody .query_name__cell {
  width: 352px; }

.section--packs .data-table-block .data-table__table tbody .frequency__cell {
  width: 202px; }

.section--packs .data-table-block .data-table__table tbody .last_run__cell {
  display: none;
  width: 0; }

@media (min-width: 990px) {
  .section--packs .data-table-block .data-table__table tbody .last_run__cell {
    display: table-cell; } }

.section--packs .accordion {
  border-radius: 2px;
  /* -------------------------------------------------- */
  /* ---------------- Animation part ------------------ */
  /* -------------------------------------------------- */ }
  .section--packs .accordion .accordion__item + .accordion__item {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .section--packs .accordion__button {
    background-color: #fff;
    color: #192147;
    cursor: pointer;
    text-align: left;
    font-size: 0.875rem;
    font-weight: bold;
    border: none;
    padding: 17px 12px; }
    .section--packs .accordion__button:hover {
      background-color: #f1f0ff; }
    .section--packs .accordion__button:after {
      display: block;
      content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAhGVYSWZNTQAqAAAACAAFARIAAwAAAAEAAQAAARoABQAAAAEAAABKARsABQAAAAEAAABSASgAAwAAAAEAAgAAh2kABAAAAAEAAABaAAAAAAAAAJAAAAABAAAAkAAAAAEAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAIKADAAQAAAABAAAAIAAAAAC+voNmAAAACXBIWXMAABYlAAAWJQFJUiTwAAABWWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgpMwidZAAABV0lEQVRYCe1STVbCMBCeSYu854ojeASv4A30BLYLFOpGTyCeQNgUhAV4AryBV/Ao7HyvYsZMsLS2SUl1aWbRTL75+/pNALx5BbwCXoH/rgC6CtDvZ6cdEb4Cyrt0Fq5c6m6GdEmfNP6g7dlicfRmqnEisB8O0NNNUMaHSOjhknZECTY2EsLEqoqpP18rbDecgySWyWAbsWuyH8M5AaHXQaWewZwIAOKqVivFIytTxRkjSeMqDoImNUwBTivgwmRA90A0Yn9vFWlrq8oTkR7SWTDKr+XTmQAXNZHguH6k5VUx2DBch/nTxmwkvrUs3gk3PTBcp7QZnucm17RULzHK7+aTJulTcGuOFWirFRRlah0NJIjoeToPonK+zf81AW5oItFmOPf4EwFuMLySa0Q4Z58IXqZzccG+q4Wuiba87jHG2TudEMCmm2Fsy/O4V8Ar4BXwCtgU+AJBKYtezDGhuwAAAABJRU5ErkJggg==);
      text-align: center;
      top: 50%;
      float: right;
      width: 32px;
      height: 32px;
      border-radius: 4px;
      transform: scale(0.5) translate(40%, -40%); }
    .section--packs .accordion__button[aria-expanded="true"]::after, .section--packs .accordion__button[aria-selected="true"]::after {
      background-color: #6a67fe;
      content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHKSURBVHgB7ZexTsJQFIb/c1EMTj6AA4uO4qib6CYkMOgILiYQJ95AeAFTJnHTOOogT6Cbjn0DGXgAJhAJPd5TRKEgYMHexS8hpbeF/+vpaZpD8JA/7eyFQkspBtIAR7EACGTr/7MdeitVKpHa8LFPCgVe67RwzuAC/hBmslZWUbIsanwJSPh7ix/1120Egx2OUFwklOzJlQcYLmy3m24mKJ/nqGJ+hQGcbjeuFPdMTKBCKq0IHGTpPVBKFwAGBRBVMIxxgSX4JLIK5PLkbq0LRqsJX/iuQCZL2NgE1teB7AnBL74EMjowNtC6W7HeWiACErSzO7oua34kfiVwdDw+fB6JmQUOk4T4wfCaNJ63+UQikZxdYiYBCU8kR8Ol+8c9AYfJ2SWmCkwKr9fhfuaRUPOE95lHYqLA/v7o2v3dcPighBzzMqlppwp4r+r2hvHy/PP5ckzO6SO/vbpk+BYYLO20cK/EuFs1DjrLOQyD/L+OtQDVYAomWws4VZiCYCuHnAcYQkY1VaksP+lalBE4XJY50W3CcFsV9cZGcOjRzM3sPQXWNTXCbYoHUwku9+dC2Rt5U8ioRo5TVESxBc4MNR1clX7r3fJvPgDS1ceapyEyLwAAAABJRU5ErkJggg==); }
  .section--packs .accordion [hidden] {
    display: none; }
  .section--packs .accordion__panel {
    padding: 0;
    -webkit-animation: fadein 0.35s ease-in;
            animation: fadein 0.35s ease-in; }

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

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.section--policies .info-banner {
  margin-bottom: 1rem; }
  .section--policies .info-banner p {
    font-size: 0.875rem;
    margin: 0; }

.section--policies .table-container__header {
  display: none; }

.section--policies .data-table-block .data-table__table thead .name__header {
  min-width: 202px; }

.section--policies .data-table-block .data-table__table thead .response__header {
  width: 0;
  border-right: none; }

.section--policies .data-table-block .data-table__table thead .linkToFilteredHosts__header {
  width: 140px; }

.section--policies .data-table-block .data-table__table tbody tr .name__cell {
  max-width: 0; }

.section--policies .data-table-block .data-table__table tbody tr .policy-link {
  visibility: hidden;
  text-overflow: none; }
  .section--policies .data-table-block .data-table__table tbody tr .policy-link img {
    vertical-align: text-top;
    width: 16px; }

.section--policies .data-table-block .data-table__table tbody tr:hover .policy-link {
  visibility: visible;
  text-overflow: none; }

.section--policies .data-table-block .data-table__table tbody tr .policy-info {
  width: 100%;
  justify-content: left; }
  .section--policies .data-table-block .data-table__table tbody tr .policy-info .policy-info-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .section--policies .data-table-block .data-table__table tbody tr .policy-info::after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAUCAYAAAAKuPQLAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADsSURBVHgB7ZU9EoIwEIV3sbD1hmqDEAu5gfEEWlnYiCeE2pE8WUbQMfJTLRR+VSab4puX7IbozwTZxlia0GUmxL7rHJMSIgSHtNkA2/OFDzSWVLLC4j5H5hVaxAJS4JRyTgw/FYb9dZVq1yeYqLBlOv57+kpMVUqI4yJhx0ev8CGmLiVE0WMVILh6hZdYI2U22BFgS80FjQrSSqq1O0bi3X2gnCZCJSUti1nZshMQA3Ab5aF7070GOJwvM6su1SckS5WJXmMi7PuEBLWkRKgaOT1Cgl5SA4UENSnHbk0DhNSR78VsHOKwSLrOPQEhFoey0ZKiqwAAAABJRU5ErkJggg==);
    transform: scale(0.5); }

.policy-details-modal__resolution p {
  margin-top: 0.25rem; }

.policy-details-modal__resolve-header {
  font-weight: 700; }

.policy-details-modal__btn-wrap {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 1.5rem; }

.policy-details-modal__btn {
  margin-left: 12px; }

.policy-failing-count {
  font-size: 0.875rem;
  background-color: #f9fafc;
  border: solid 1px #8b8fa2;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: auto;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  padding-bottom: 0.5rem; }
  .policy-failing-count p {
    padding-left: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .policy-failing-count img {
    height: 16px;
    width: auto;
    padding-right: 10px; }
  .policy-failing-count__count {
    display: flex;
    align-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 700; }

.section--schedule {
  margin-top: 1rem; }
  .section--schedule .section__header {
    margin-bottom: 1rem; }
  .section--schedule .table-container__header {
    display: none; }
  .section--schedule .data-table-block .data-table__table thead .query_name__header {
    width: 352px; }
  .section--schedule .data-table-block .data-table__table thead .frequency__header {
    width: 202px; }
  .section--schedule .data-table-block .data-table__table tbody .query_name__cell {
    width: 352px; }
  .section--schedule .data-table-block .data-table__table tbody .frequency__cell {
    width: 202px; }

.section--software .table-container__header-left .controls .Select {
  width: 219px; }
  .section--software .table-container__header-left .controls .Select .Select-menu-outer {
    width: 364px;
    max-height: 310px; }
    .section--software .table-container__header-left .controls .Select .Select-menu-outer .Select-menu {
      max-height: none; }
  .section--software .table-container__header-left .controls .Select .Select-value {
    padding-left: 1rem;
    padding-right: 1rem; }
    .section--software .table-container__header-left .controls .Select .Select-value::before {
      display: inline-block;
      position: absolute;
      padding: 5px 0 0 0;
      content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADOSURBVHgB7ZTNDcIwDIWfswBcgQsqk3ApYyAmoJ2gZYOyDWzBCLnBsRPEGCQkFEgDJT3h7xLJP/FzFBtQlH+HfMNska/ZoWHQGGmxzLS82IN9Nho/yjmqByh+Y07gxje+CJCgIYrfYWCEmADHppTDIn31k7S3gaJ4UMgxyVZbYk4zkozybI/NO5fpSCqS7QNCFXKZcE7SfdDiWwGyNndIgDTSymvuoSgBKBYwzfJKPmSNPnTM/wOD+CUF+tIx/58LGJiogF/2geTq/CtKlCtH/jrwHEIPVQAAAABJRU5ErkJggg==);
      transform: scale(0.5);
      height: 26px;
      left: 2px; }
  .section--software .table-container__header-left .controls .Select .Select-value-label {
    padding-left: 1.5rem;
    font-size: 1rem !important; }

.section--software .data-table-block .data-table__table thead .name__header {
  width: 202px; }

.section--software .data-table-block .data-table__table thead .version__header {
  width: 0px; }

.section--software .data-table-block .data-table__table thead .source__header {
  display: none;
  width: 0px; }

.section--software .data-table-block .data-table__table thead .hosts_count__header {
  border-right: 0; }

@media (min-width: 990px) {
  .section--software .data-table-block .data-table__table thead .version__header {
    width: 202px; } }

@media (min-width: 1400px) {
  .section--software .data-table-block .data-table__table thead .source__header {
    display: table-cell;
    width: 202px; } }

.section--software .data-table-block .data-table__table tbody .name__cell,
.section--software .data-table-block .data-table__table tbody .version__cell {
  white-space: nowrap;
  text-overflow: ellipsis; }

.section--software .data-table-block .data-table__table tbody .source__cell {
  display: none;
  width: 0px; }

.section--software .data-table-block .data-table__table tbody .hosts_count__cell .hosts-cell__wrapper {
  display: flex;
  justify-content: space-between; }
  .section--software .data-table-block .data-table__table tbody .hosts_count__cell .hosts-cell__wrapper .hosts-cell__count {
    display: none; }
  .section--software .data-table-block .data-table__table tbody .hosts_count__cell .hosts-cell__wrapper .hosts-cell__link {
    display: flex; }

@media (min-width: 1400px) {
  .section--software .data-table-block .data-table__table tbody .source__cell {
    display: table-cell;
    width: 202px; }
  .section--software .data-table-block .data-table__table tbody .hosts_count__cell .hosts-cell__wrapper .hosts-cell__count {
    display: flex; } }

.section--software .data-table-block .data-table__table tr .software-link {
  color: #6a67fe;
  visibility: hidden;
  font-weight: bold;
  text-decoration: none;
  vertical-align: middle; }
  .section--software .data-table-block .data-table__table tr .software-link a {
    text-decoration: none; }
  .section--software .data-table-block .data-table__table tr .software-link img {
    height: 16px;
    width: 16px;
    vertical-align: middle; }
  .section--software .data-table-block .data-table__table tr .software-link .link-text {
    padding-right: 0.125rem; }

.section--software .data-table-block .data-table__table tr:hover .software-link {
  visibility: visible; }

.section--software .text-muted {
  color: #8b8fa2; }

.software-vuln-count {
  font-size: 0.875rem;
  background-color: #f9fafc;
  border: solid 1px #8b8fa2;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: auto;
  margin-bottom: 1.5rem;
  padding: 1.5rem; }
  .software-vuln-count p {
    padding-left: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 0; }
  .software-vuln-count img {
    height: 16px;
    width: auto;
    padding-right: 10px; }
  .software-vuln-count__count {
    display: flex;
    align-content: center;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 700; }

.section--users {
  margin-top: 1rem; }
  .section--users .data-table-block .data-table__table thead .username__header {
    width: 202px; }
  .section--users .data-table-block .data-table__table thead .shell__header {
    width: 202px; }
  @media (min-width: 768px) {
    .section--users .data-table-block .data-table__table thead .username__header {
      width: 352px; } }

.app-wrap {
  background-color: #f9fafc; }

.device-user {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-content: flex-start;
  padding-bottom: 50px;
  min-width: 0;
  background-color: #f9fafc;
  gap: 1rem; }
  .device-user a {
    font-size: 0.875rem;
    color: #6a67fe;
    font-weight: 700;
    text-decoration: none; }
  .device-user .header {
    flex: 100%;
    display: flex;
    flex-direction: column; }
  .device-user .section {
    flex: 100%;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e4ea;
    padding: 2.5rem;
    box-shadow: 0px 3px 0px rgba(226, 228, 234, 0.4); }
    .device-user .section__header {
      font-size: 1.25rem;
      font-weight: 700;
      margin: 0 0 1.5rem 0; }
    .device-user .section .info-flex {
      display: flex;
      flex-wrap: wrap; }
      .device-user .section .info-flex .info-flex__item--title {
        margin-bottom: 2.5rem; }
      .device-user .section .info-flex__item {
        font-size: 0.875rem;
        display: flex;
        flex-direction: column;
        white-space: nowrap; }
        .device-user .section .info-flex__item--title {
          margin-right: 2.5rem; }
          .device-user .section .info-flex__item--title .info-flex__data {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
            .device-user .section .info-flex__item--title .info-flex__data img {
              width: 16px;
              height: 16px;
              vertical-align: sub; }
            .device-user .section .info-flex__item--title .info-flex__data .total-issues-count {
              margin-left: 0.5rem; }
      .device-user .section .info-flex__disk-space {
        display: inline-block;
        height: 4px;
        width: 50px;
        background-color: #e2e4ea;
        border-radius: 2px;
        margin-right: 0.5rem;
        overflow: hidden; }
      .device-user .section .info-flex__disk-space-used {
        background-color: #3db67b;
        height: 100%; }
      .device-user .section .info-flex__disk-space-warning {
        background-color: #ebbc43;
        height: 100%; }
      .device-user .section .info-flex__header {
        color: #192147;
        font-weight: 700; }
    .device-user .section .info-grid {
      display: grid;
      grid-auto-flow: column;
      grid-template-columns: repeat(4, -webkit-max-content);
      grid-template-columns: repeat(4, max-content);
      grid-template-rows: repeat(3, 1fr);
      -moz-column-gap: 2.5rem;
           column-gap: 2.5rem;
      row-gap: 1rem; }
      .device-user .section .info-grid__block {
        font-size: 0.875rem;
        display: flex;
        flex-direction: column;
        white-space: nowrap; }
        .device-user .section .info-grid__block--title {
          margin-right: 2.5rem; }
          .device-user .section .info-grid__block--title .info__data {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
      .device-user .section .info-grid__header {
        color: #192147;
        font-weight: 700; }
    .device-user .section .list {
      list-style: none;
      padding: 0;
      margin: 0; }
      .device-user .section .list__item {
        margin-bottom: 12px;
        display: flex; }
        .device-user .section .list__item:last-child {
          margin-bottom: 0; }
    .device-user .section .results {
      margin: 0;
      width: 350px; }
      .device-user .section .results__header {
        margin: 0 0 1rem 0;
        font-size: 1rem;
        color: #192147;
        font-weight: 700; }
      .device-user .section .results__data {
        margin: 0;
        font-size: 0.875rem; }
  .device-user .title {
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding-bottom: 0; }
    .device-user .title .hostname-container {
      display: flex;
      align-items: center; }
    .device-user .title .hostname {
      font-size: 1.5rem;
      font-weight: 700; }
    .device-user .title .last-fetched {
      font-size: 0.75rem;
      color: #192147;
      margin: 0;
      padding-left: 0.5rem; }
    .device-user .title .refetch {
      display: flex;
      margin-right: 0.5rem; }
      .device-user .title .refetch .refetch-btn {
        cursor: default;
        font-size: 0.875rem;
        height: 38px;
        margin-right: 0.5rem; }
        .device-user .title .refetch .refetch-btn::before {
          display: inline-block;
          position: relative;
          padding: 5px 0 0 0;
          content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJbSURBVHgBrVZddppQEJ4ZiDZvWQLdAd0BriDdgfacekLpQ+wKxBXUJw+NL7qC6gq0K4g7KEvIU5NgmOm9CAgaEM/xexC5d/hmmJ/vglCDwUBuon9wjwiOAFgAYu12MESAkGNeihktguA6LD7nuTIEER8EfXyP2HXFQpafivgzNALOGF9GmSPvjiXboUPT79+kSyyPzck1pEfSXnn9t96R6+JN/mplg3XMPAdju84i7Pcj2zDINoS6KlSn7At9wD1H7sC7k3u1Oy6YhozxlyC4WkMNPC+yITZ/Q1KjYyQOdM51WtTdTbq+aV1jZzzGJ2iAQU81Q1tW6q99uGfqHxIYFsjDpuRZSiOQShtMohf5my0wvn48bLtKB4VuqQIhc94tDLBsSr4LT0a1+yIjk5BuJX1F5W0BZ2ASGL66+HU2phSqv42NDVwAu6bhHlM0M/fjDzCd4kUcqJquAFHVtt3Vkxym6yFcDlZ2JUbs6GKo7unABZAM3h6hGQQYwolCnQPekk2pwmnFNd/TnxKUtkwecAQNYZDRzbqSRZZUS56EcWK/AN09itzJY6NoQSefEmkUvT6cku7ZRzbTQ2tW2J8ndvrke07IrV1Q8MT0kgRW9Qa2euBR6z6cgPt162hbKCipSlN+umFJsLS2CA6LBAi4Fo7nW+DNdNpKBtF1ny2Ir5y0oE7Jo0rp5CGREDhyMPlFSl3f1PFHQ6g4QCqh0gLEPyaBOSsuH6UoUAZ6+ERkDk25BRZMr58OyTXMPC2FbkmHr6faztdyToi3qShaqUny2SIof1ofaFzXDP8ByJgxHpqfYycAAAAASUVORK5CYII=);
          transform: scale(0.5);
          height: 28px; }
        .device-user .title .refetch .refetch-btn:hover {
          cursor: pointer; }
      .device-user .title .refetch .refetch-offline {
        opacity: 25%; }
        .device-user .title .refetch .refetch-offline:hover {
          cursor: default; }
      .device-user .title .refetch .refetch-spinner {
        color: #6a67fe;
        cursor: default;
        font-size: 0.875rem;
        height: 38px;
        opacity: 50%;
        filter: saturate(100%); }
        .device-user .title .refetch .refetch-spinner::before {
          display: inline-block;
          position: relative;
          padding: 5px 0 0 0;
          display: inline-block;
          content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJbSURBVHgBrVZddppQEJ4ZiDZvWQLdAd0BriDdgfacekLpQ+wKxBXUJw+NL7qC6gq0K4g7KEvIU5NgmOm9CAgaEM/xexC5d/hmmJ/vglCDwUBuon9wjwiOAFgAYu12MESAkGNeihktguA6LD7nuTIEER8EfXyP2HXFQpafivgzNALOGF9GmSPvjiXboUPT79+kSyyPzck1pEfSXnn9t96R6+JN/mplg3XMPAdju84i7Pcj2zDINoS6KlSn7At9wD1H7sC7k3u1Oy6YhozxlyC4WkMNPC+yITZ/Q1KjYyQOdM51WtTdTbq+aV1jZzzGJ2iAQU81Q1tW6q99uGfqHxIYFsjDpuRZSiOQShtMohf5my0wvn48bLtKB4VuqQIhc94tDLBsSr4LT0a1+yIjk5BuJX1F5W0BZ2ASGL66+HU2phSqv42NDVwAu6bhHlM0M/fjDzCd4kUcqJquAFHVtt3Vkxym6yFcDlZ2JUbs6GKo7unABZAM3h6hGQQYwolCnQPekk2pwmnFNd/TnxKUtkwecAQNYZDRzbqSRZZUS56EcWK/AN09itzJY6NoQSefEmkUvT6cku7ZRzbTQ2tW2J8ndvrke07IrV1Q8MT0kgRW9Qa2euBR6z6cgPt162hbKCipSlN+umFJsLS2CA6LBAi4Fo7nW+DNdNpKBtF1ny2Ir5y0oE7Jo0rp5CGREDhyMPlFSl3f1PFHQ6g4QCqh0gLEPyaBOSsuH6UoUAZ6+ERkDk25BRZMr58OyTXMPC2FbkmHr6faztdyToi3qShaqUny2SIof1ofaFzXDP8ByJgxHpqfYycAAAAASUVORK5CYII=);
          transform: scale(0.5);
          -webkit-animation: spin 2s linear infinite;
                  animation: spin 2s linear infinite; }

@keyframes spin {
  0% {
    transform: scale(0.5) rotate(0deg);
    transform-origin: center center; }
  100% {
    transform: scale(0.5) rotate(360deg);
    transform-origin: center center; } }
  .device-user .button img {
    transform: scale(0.5); }
  .device-user .component__tabs-wrapper {
    background-color: #f9fafc;
    width: 100%; }
    .device-user .component__tabs-wrapper .react-tabs__tab {
      padding: 6px 0px 16px 0px;
      margin-right: 2.5rem; }
    .device-user .component__tabs-wrapper .react-tabs__tab--selected {
      background-color: #f9fafc; }
    .device-user .component__tabs-wrapper .focus-visible {
      background-color: #f1f0ff; }
    .device-user .component__tabs-wrapper .section {
      margin-top: 1rem; }
  .device-user .col-50 {
    flex: 2; }
  .device-user .col-25 {
    flex: 1; }
  .device-user .status {
    color: #192147;
    text-transform: capitalize; }
    .device-user .status--online:before {
      background-color: #3db67b;
      border-radius: 100%;
      content: " ";
      display: inline-block;
      height: 8px;
      margin-right: 0.5rem;
      width: 8px; }
    .device-user .status--offline:before, .device-user .status--mia:before {
      background-color: #c5c7d1;
      border-radius: 100%;
      content: " ";
      display: inline-block;
      height: 8px;
      margin-right: 0.5rem;
      width: 8px; }
    .device-user .status--mia {
      text-transform: uppercase; }
  .device-user__error {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2rem 0; }
    .device-user__error #error-icon {
      height: 12px;
      width: 12px;
      margin-right: 8px; }
    .device-user__error #new-tab-icon {
      height: 12px;
      width: 12px;
      margin-left: 6px; }
    .device-user__error a {
      font-size: 0.875rem;
      color: #6a67fe;
      font-weight: 700;
      text-decoration: none; }
    .device-user__error__inner {
      display: flex;
      flex-direction: row; }
    .device-user__error .info__header {
      display: block;
      color: #192147;
      font-weight: 700;
      font-size: 0.875rem;
      text-align: left; }
    .device-user__error .info__data {
      display: block;
      color: #192147;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: left;
      margin-top: 10px; }
  .device-user__action-button-container {
    display: flex;
    align-items: center; }
  .device-user__tooltip-text {
    font-size: 0.875rem;
    display: flex;
    justify-content: center;
    text-align: center; }
  .device-user__device-mapping .device-user-tooltip {
    flex-direction: column;
    justify-content: start;
    text-align: left; }
  .device-user__wrapper {
    border: solid 1px #e2e4ea;
    border-radius: 6px;
    margin-top: 0.5rem;
    overflow: scroll;
    box-shadow: inset -8px 0 17px -10px #e8edf4; }
  .device-user .tooltip__tooltip-icon img {
    vertical-align: middle;
    height: 16px;
    width: auto; }
  .device-user .buttons {
    display: flex;
    align-items: center;
    position: absolute;
    right: 25px; }
    .device-user .buttons span {
      font-weight: 400; }
    .device-user .buttons a {
      display: flex;
      align-items: center; }
  .device-user .form-field--dropdown {
    margin: 0; }

.site-nav-item {
  position: relative;
  transition: color 200ms ease-in-out;
  cursor: pointer;
  max-height: 50px; }
  .site-nav-item:hover {
    background-color: #192147; }
  .site-nav-item--multiple.site-nav-item--active {
    background-color: transparent;
    border-right: 0; }
    .site-nav-item--multiple.site-nav-item--active:hover {
      background-color: transparent; }
  .site-nav-item__icon {
    position: relative;
    font-size: 1.5rem;
    margin-right: 0.5rem;
    width: 16px;
    height: 16px;
    vertical-align: sub; }
  .site-nav-item__name {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 400;
    font-size: 0.875rem; }
    .site-nav-item__name:before {
      content: attr(data-text);
      height: 0;
      visibility: hidden;
      overflow: hidden;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      pointer-events: none;
      font-weight: 700; }
  .site-nav-item__link {
    color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 14px 20px 17px;
    text-decoration: none; }
  .site-nav-item__logo {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 64px; }
  .site-nav-item--active {
    border-bottom: 3px solid #6a67fe;
    background-color: #192147;
    height: 47px; }
    .site-nav-item--active:hover {
      background-color: #192147; }
    .site-nav-item--active .site-nav-item__name {
      font-weight: 700; }

.logo {
  height: 48px;
  transform: scale(0.5);
  position: relative;
  top: 1px; }

.site-nav-container {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.site-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex; }

.device-user-info__modal {
  position: absolute;
  top: 22px;
  background-color: #ffffff;
  width: 658px;
  padding: 2.5rem;
  border-radius: 0.5rem; }
  .device-user-info__modal a {
    font-size: 0.875rem;
    color: #6a67fe;
    font-weight: 700;
    text-decoration: none; }
  .device-user-info__modal img {
    height: 12px;
    width: 12px;
    margin: 0; }

.device-user-info__btn-wrap {
  display: flex;
  flex-direction: row-reverse; }

.device-user-info__btn {
  width: 120px; }

.host-details {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-content: flex-start;
  padding-bottom: 50px;
  min-width: 0;
  background-color: #f9fafc;
  gap: 1rem; }
  .host-details a {
    font-size: 0.875rem;
    color: #6a67fe;
    font-weight: 700;
    text-decoration: none; }
  .host-details .header {
    flex: 100%;
    display: flex;
    flex-direction: column; }
  .host-details .section {
    flex: 100%;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e4ea;
    padding: 2.5rem;
    box-shadow: 0px 3px 0px rgba(226, 228, 234, 0.4); }
    .host-details .section__header {
      font-size: 1.25rem;
      font-weight: 700;
      margin: 0 0 1.5rem 0; }
    .host-details .section .info-flex {
      display: flex;
      flex-wrap: wrap; }
      .host-details .section .info-flex .info-flex__item--title {
        margin-bottom: 2.5rem; }
      .host-details .section .info-flex__item {
        font-size: 0.875rem;
        display: flex;
        flex-direction: column;
        white-space: nowrap; }
        .host-details .section .info-flex__item--title {
          margin-right: 2.5rem; }
          .host-details .section .info-flex__item--title .info-flex__data {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
            .host-details .section .info-flex__item--title .info-flex__data img {
              width: 16px;
              height: 16px;
              vertical-align: sub; }
            .host-details .section .info-flex__item--title .info-flex__data .total-issues-count {
              margin-left: 0.5rem; }
      .host-details .section .info-flex__disk-space {
        display: inline-block;
        height: 4px;
        width: 50px;
        background-color: #e2e4ea;
        border-radius: 2px;
        margin-right: 0.5rem;
        overflow: hidden; }
      .host-details .section .info-flex__disk-space-used {
        background-color: #3db67b;
        height: 100%; }
      .host-details .section .info-flex__disk-space-warning {
        background-color: #ebbc43;
        height: 100%; }
      .host-details .section .info-flex__header {
        color: #192147;
        font-weight: 700; }
      .host-details .section .info-flex__no-team {
        color: #8b8fa2; }
    .host-details .section .info-grid {
      display: grid;
      grid-auto-flow: column;
      grid-template-columns: repeat(4, -webkit-max-content);
      grid-template-columns: repeat(4, max-content);
      grid-template-rows: repeat(3, 1fr);
      -moz-column-gap: 2.5rem;
           column-gap: 2.5rem;
      row-gap: 1rem; }
      .host-details .section .info-grid__block {
        font-size: 0.875rem;
        display: flex;
        flex-direction: column;
        white-space: nowrap; }
        .host-details .section .info-grid__block--title {
          margin-right: 2.5rem; }
          .host-details .section .info-grid__block--title .info__data {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
      .host-details .section .info-grid__header {
        color: #192147;
        font-weight: 700; }
    .host-details .section .list {
      list-style: none;
      padding: 0;
      margin: 0; }
      .host-details .section .list__item {
        margin-bottom: 12px;
        display: flex; }
        .host-details .section .list__item:last-child {
          margin-bottom: 0; }
    .host-details .section .results {
      margin: 0;
      width: 350px; }
      .host-details .section .results__header {
        margin: 0 0 1rem 0;
        font-size: 1rem;
        color: #192147;
        font-weight: 700; }
      .host-details .section .results__data {
        margin: 0;
        font-size: 0.875rem; }
  .host-details .title {
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding-bottom: 0; }
    .host-details .title .hostname-container {
      display: flex;
      align-items: center; }
    .host-details .title .hostname {
      font-size: 1.5rem;
      font-weight: 700; }
    .host-details .title .last-fetched {
      font-size: 0.75rem;
      color: #192147;
      margin: 0;
      padding-left: 0.5rem; }
    .host-details .title .refetch {
      display: flex;
      margin-right: 0.5rem; }
      .host-details .title .refetch .refetch-btn {
        cursor: default;
        font-size: 0.875rem;
        height: 38px;
        margin-right: 0.5rem; }
        .host-details .title .refetch .refetch-btn::before {
          display: inline-block;
          position: relative;
          padding: 5px 0 0 0;
          content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJbSURBVHgBrVZddppQEJ4ZiDZvWQLdAd0BriDdgfacekLpQ+wKxBXUJw+NL7qC6gq0K4g7KEvIU5NgmOm9CAgaEM/xexC5d/hmmJ/vglCDwUBuon9wjwiOAFgAYu12MESAkGNeihktguA6LD7nuTIEER8EfXyP2HXFQpafivgzNALOGF9GmSPvjiXboUPT79+kSyyPzck1pEfSXnn9t96R6+JN/mplg3XMPAdju84i7Pcj2zDINoS6KlSn7At9wD1H7sC7k3u1Oy6YhozxlyC4WkMNPC+yITZ/Q1KjYyQOdM51WtTdTbq+aV1jZzzGJ2iAQU81Q1tW6q99uGfqHxIYFsjDpuRZSiOQShtMohf5my0wvn48bLtKB4VuqQIhc94tDLBsSr4LT0a1+yIjk5BuJX1F5W0BZ2ASGL66+HU2phSqv42NDVwAu6bhHlM0M/fjDzCd4kUcqJquAFHVtt3Vkxym6yFcDlZ2JUbs6GKo7unABZAM3h6hGQQYwolCnQPekk2pwmnFNd/TnxKUtkwecAQNYZDRzbqSRZZUS56EcWK/AN09itzJY6NoQSefEmkUvT6cku7ZRzbTQ2tW2J8ndvrke07IrV1Q8MT0kgRW9Qa2euBR6z6cgPt162hbKCipSlN+umFJsLS2CA6LBAi4Fo7nW+DNdNpKBtF1ny2Ir5y0oE7Jo0rp5CGREDhyMPlFSl3f1PFHQ6g4QCqh0gLEPyaBOSsuH6UoUAZ6+ERkDk25BRZMr58OyTXMPC2FbkmHr6faztdyToi3qShaqUny2SIof1ofaFzXDP8ByJgxHpqfYycAAAAASUVORK5CYII=);
          transform: scale(0.5);
          height: 28px; }
        .host-details .title .refetch .refetch-btn:hover {
          cursor: pointer; }
      .host-details .title .refetch .refetch-offline {
        opacity: 25%; }
        .host-details .title .refetch .refetch-offline:hover {
          cursor: default; }
      .host-details .title .refetch .refetch-spinner {
        color: #6a67fe;
        cursor: default;
        font-size: 0.875rem;
        height: 38px;
        opacity: 50%;
        filter: saturate(100%); }
        .host-details .title .refetch .refetch-spinner::before {
          display: inline-block;
          position: relative;
          padding: 5px 0 0 0;
          display: inline-block;
          content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJbSURBVHgBrVZddppQEJ4ZiDZvWQLdAd0BriDdgfacekLpQ+wKxBXUJw+NL7qC6gq0K4g7KEvIU5NgmOm9CAgaEM/xexC5d/hmmJ/vglCDwUBuon9wjwiOAFgAYu12MESAkGNeihktguA6LD7nuTIEER8EfXyP2HXFQpafivgzNALOGF9GmSPvjiXboUPT79+kSyyPzck1pEfSXnn9t96R6+JN/mplg3XMPAdju84i7Pcj2zDINoS6KlSn7At9wD1H7sC7k3u1Oy6YhozxlyC4WkMNPC+yITZ/Q1KjYyQOdM51WtTdTbq+aV1jZzzGJ2iAQU81Q1tW6q99uGfqHxIYFsjDpuRZSiOQShtMohf5my0wvn48bLtKB4VuqQIhc94tDLBsSr4LT0a1+yIjk5BuJX1F5W0BZ2ASGL66+HU2phSqv42NDVwAu6bhHlM0M/fjDzCd4kUcqJquAFHVtt3Vkxym6yFcDlZ2JUbs6GKo7unABZAM3h6hGQQYwolCnQPekk2pwmnFNd/TnxKUtkwecAQNYZDRzbqSRZZUS56EcWK/AN09itzJY6NoQSefEmkUvT6cku7ZRzbTQ2tW2J8ndvrke07IrV1Q8MT0kgRW9Qa2euBR6z6cgPt162hbKCipSlN+umFJsLS2CA6LBAi4Fo7nW+DNdNpKBtF1ny2Ir5y0oE7Jo0rp5CGREDhyMPlFSl3f1PFHQ6g4QCqh0gLEPyaBOSsuH6UoUAZ6+ERkDk25BRZMr58OyTXMPC2FbkmHr6faztdyToi3qShaqUny2SIof1ofaFzXDP8ByJgxHpqfYycAAAAASUVORK5CYII=);
          transform: scale(0.5);
          -webkit-animation: spin 2s linear infinite;
                  animation: spin 2s linear infinite; }

@keyframes spin {
  0% {
    transform: scale(0.5) rotate(0deg);
    transform-origin: center center; }
  100% {
    transform: scale(0.5) rotate(360deg);
    transform-origin: center center; } }
  .host-details .component__tabs-wrapper {
    background-color: #f9fafc;
    width: 100%; }
    .host-details .component__tabs-wrapper .react-tabs__tab {
      padding: 6px 0px 16px 0px;
      margin-right: 2.5rem; }
    .host-details .component__tabs-wrapper .react-tabs__tab--selected {
      background-color: #f9fafc; }
    .host-details .component__tabs-wrapper .focus-visible {
      background-color: #f1f0ff; }
    .host-details .component__tabs-wrapper .section {
      margin-top: 1rem; }
  .host-details .col-2 {
    display: flex;
    flex-direction: row; }
  .host-details .section.osquery {
    margin-right: 0.5rem; }
  .host-details .section.labels {
    margin-left: 0.5rem; }
  .host-details .about .info__item--about,
  .host-details .osquery .info__item--about {
    margin-right: 92px;
    flex-direction: row; }
  .host-details .about .info__block,
  .host-details .osquery .info__block {
    display: flex;
    flex-direction: column;
    margin-right: 2.5rem; }
  .host-details .about .info__data,
  .host-details .osquery .info__data {
    margin-bottom: 1rem; }
    .host-details .about .info__data:last-child,
    .host-details .osquery .info__data:last-child {
      margin-bottom: 0; }
  .host-details .col-50 {
    flex: 2; }
  .host-details .col-25 {
    flex: 1; }
  .host-details .status {
    color: #192147;
    text-transform: capitalize; }
    .host-details .status--online:before {
      background-color: #3db67b;
      border-radius: 100%;
      content: " ";
      display: inline-block;
      height: 8px;
      margin-right: 0.5rem;
      width: 8px; }
    .host-details .status--offline:before, .host-details .status--mia:before {
      background-color: #c5c7d1;
      border-radius: 100%;
      content: " ";
      display: inline-block;
      height: 8px;
      margin-right: 0.5rem;
      width: 8px; }
    .host-details .status--mia {
      text-transform: uppercase; }
  .host-details .form-field--dropdown {
    margin: 0; }
  .host-details .buttons {
    display: flex;
    align-items: center;
    position: absolute;
    right: 25px; }
    .host-details .buttons span {
      font-weight: 400; }
    .host-details .buttons a {
      display: flex;
      align-items: center; }
  .host-details .button img {
    transform: scale(0.5); }
  .host-details__button-wrap {
    display: flex;
    justify-content: flex-end;
    margin: 2.5rem 0 0; }
  .host-details__action-button-container {
    display: flex;
    align-items: center; }
  .host-details__query-button, .host-details__transfer-button {
    margin-right: 1.5rem; }
  .host-details__back-link {
    display: flex;
    align-items: center;
    padding-bottom: 0.5rem;
    height: 16px;
    font-size: 0.875rem;
    color: #6a67fe;
    font-weight: 700;
    text-decoration: none; }
  .host-details #back-chevron {
    width: 16px;
    margin-right: 0.5rem; }
  .host-details__device-mapping .device-user-tooltip {
    flex-direction: column;
    justify-content: start;
    text-align: left; }
  .host-details__wrapper {
    border: solid 1px #e2e4ea;
    border-radius: 6px;
    margin-top: 0.5rem;
    overflow: scroll;
    box-shadow: inset -8px 0 17px -10px #e8edf4; }
  .host-details__tooltip-text {
    font-size: 0.875rem;
    display: flex;
    justify-content: center;
    text-align: center; }
  .host-details .tooltip__tooltip-icon img {
    vertical-align: middle;
    height: 16px;
    width: auto; }

.delete-host-modal__modal {
  position: absolute;
  top: 22px;
  background-color: #ffffff;
  width: 658px;
  padding: 2.5rem;
  border-radius: 0.5rem; }

.render-os-policy-modal__modal {
  position: absolute;
  top: 22px;
  background-color: #ffffff;
  width: 658px;
  padding: 2.5rem;
  border-radius: 0.5rem; }

.render-os-policy-modal__os-modal-title {
  padding-right: 1rem;
  font-size: 1.25rem;
  font-weight: 700; }

.render-os-policy-modal__os-modal-updated {
  font-style: italic; }

.render-os-policy-modal__os-modal-example-title {
  font-size: 0.875rem;
  font-weight: 700; }

.render-os-policy-modal__os-policy {
  padding-top: 1rem; }
  .render-os-policy-modal__os-policy .form-field__label {
    font-weight: normal; }
  .render-os-policy-modal__os-policy #os-policy {
    color: #ae6ddf;
    line-height: 20px;
    font-size: 0.875rem;
    font-family: "SourceCodePro", "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace;
    min-height: 55px;
    padding-right: 2.5rem; }

.render-os-policy-modal__os-policy-copy-icon {
  color: #6a67fe;
  margin-left: 0.5rem;
  margin-right: 1rem; }

.select-query-modal #error-icon {
  height: 12px;
  width: 12px;
  margin-right: 8px; }

.select-query-modal #new-tab-icon {
  height: 12px;
  width: 12px;
  margin-left: 6px; }

.select-query-modal a {
  font-size: 0.875rem;
  color: #6a67fe;
  font-weight: 700;
  text-decoration: none; }

.select-query-modal__modal {
  position: absolute;
  top: 22px;
  background-color: #ffffff;
  width: 658px;
  padding: 2.5rem;
  border-radius: 0.5rem; }
  .select-query-modal__modal a {
    font-size: 0.875rem;
    color: #6a67fe;
    font-weight: 700;
    text-decoration: none; }
  .select-query-modal__modal .info {
    display: flex;
    flex-direction: column; }
    .select-query-modal__modal .info__header {
      display: block;
      color: #192147;
      font-weight: 700;
      font-size: 0.875rem;
      text-align: left; }
    .select-query-modal__modal .info__data {
      display: block;
      color: #192147;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: left;
      margin-top: 10px; }

.select-query-modal__no-queries .info__header {
  margin: 1rem 0 1rem 0; }

.select-query-modal__no-queries .info__data {
  margin: 0 0 1.5rem 0; }

.select-query-modal__query-modal {
  display: flex; }

.select-query-modal__filter-queries {
  flex-grow: 3;
  position: relative; }
  .select-query-modal__filter-queries::before {
    display: inline-block;
    position: absolute;
    padding: 5px 0 0 0;
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAALeSURBVHgBxVe9ThtBEP7mLgkkAumSNBCKLH9FqpiO0pHCj9LAG0CeAPIEmCeIeQJMlzI0EVYKnC6l04O8qUBKwRWWsCW4zRzYlrmd+7ND+CT/3O7OzDezd7PfAQ8MSlvgqaL3FCOb5OCtMSgCxmMzrzNdZw/aBMEh4NbO9ZFGTlBS4GfOky0Out0XMNkZoRIEtJuHiCsNTs0ubzyCe8QuV/kziuwoMInNcW+u3fRPf2YxsAi8mlneMYbKOQP3Y5Trujr+Ys5rXpxW0xa7QvBSmhFvi+ZM07ZlMQuJ3j0woZY2iZz9mJC+Mc4e/6n07++UWipcw+Wymx2+VLIpPp3pahlJBCbUqmInx6ITg71LtEu+rvlIAPsodYhEweRpIe7GdG6/5AzYcJfZb6cFD8EBSrz+ozDlMbH9ODvqZN+QgodOkRNxlbg07edSIlyB66LgRw8SPETHTkfHw2YmrXcItGaN8r5jGEj2hDVpqcMTKjp4haCGITCCdkUYLkAkALIm/ujvdQwBHe61sbbBiyFg2+OeMDn94TUyEFD4FyBjZXzW+PYbFgG7VCLTPFB8kgonqNhLuALG2m9jrqSGkhktPF63faIeQ4B+RAeJaANDgM8UqxFxzz+U1jq3j4yJlkdNzqx8xgBguy1IbR30VVrv+r5ujXmzbzjr6OO4OPZyXjcvTn4hIybU+yLB+WIFZ6V03qgeSDadp8ApCVUABaYSagRkQJg5kXssTrJMi7Pr6YFJtbLNV3Fl18YEu1Hh2RWsnTZbjLFNPI7viFImUeaRLSQirBR1q6WQDZwAvZNIWKo4G4mBIJKwRCmr2aMxb57vydiSZgoGu/ezMME6+z5s+ie9+01qxV11M22MOUAOcLOpOSZYCDOFfKbcSL9QBHUHUt+MbhQTzDo/Smv8W7jbYkOxSvWwmbXQKvcrnkSd2bcdqQTiSGV5+8lCYiACeZBConbvBNJI/BcCCSTqfwErxzfzQ5kgZgAAAABJRU5ErkJggg==);
    transform: scale(0.5);
    height: 20px;
    top: 3px;
    left: 8px; }
  .select-query-modal__filter-queries .input-field {
    padding-left: 44px; }
  .select-query-modal__filter-queries .fleeticon {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 1.25rem;
    color: #c5c7d1; }

.select-query-modal__create-query span {
  margin: 15px;
  font-weight: bold; }

.select-query-modal__custom-query-button {
  font-size: 0.875rem; }

.transfer-host-modal__modal {
  position: absolute;
  top: 22px;
  background-color: #ffffff;
  width: 658px;
  padding: 2.5rem;
  border-radius: 0.5rem; }

.manage-hosts {
  min-width: 768px; }
  .manage-hosts .header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    height: 38px; }
    .manage-hosts .header-wrap .button-wrap {
      display: flex;
      justify-content: flex-end;
      min-width: 266px; }
  .manage-hosts .ace-fleet {
    margin-bottom: 1rem; }
  .manage-hosts__header {
    display: flex;
    align-items: center;
    min-width: 125px; }
    .manage-hosts__header .form-field {
      margin-bottom: 0; }
  .manage-hosts__text {
    margin-right: 1.5rem; }
  .manage-hosts__title {
    font-size: 1.5rem; }
    .manage-hosts__title .fleeticon {
      color: #3e4771;
      margin-right: 15px; }
    .manage-hosts__title .fleeticon-success-check {
      color: #3db67b; }
    .manage-hosts__title .fleeticon-offline {
      color: #d66c7b; }
    .manage-hosts__title .fleeticon-mia {
      color: #192147; }
  .manage-hosts__label-actions button:first-child {
    margin-right: 1rem; }
  .manage-hosts__label-block .title {
    display: flex;
    align-items: center; }
    .manage-hosts__label-block .title span {
      font-size: 0.875rem;
      font-weight: 700; }
    .manage-hosts__label-block .title button {
      margin-left: 0.5rem;
      padding: 0;
      height: auto; }
      .manage-hosts__label-block .title button img {
        margin: 0; }
  .manage-hosts__label-block .description span {
    vertical-align: text-top;
    font-size: 0.875rem;
    opacity: 0.5; }
  .manage-hosts__toggle-view .fleeticon {
    width: 24px;
    height: 24px;
    margin-left: 12px;
    fill: #e3e3e3; }
  .manage-hosts__toggle-view--active .fleeticon {
    fill: #ae6ddf; }
  .manage-hosts .table-container {
    padding-top: 0.5rem; }
    .manage-hosts .table-container .table-container__header .table-container__header-left .controls {
      display: flex; }
    .manage-hosts .table-container .table-container__data-table-block .data-table-block .data-table__wrapper {
      overflow-x: scroll; }
    .manage-hosts .table-container .table-container__data-table-block .data-table-block .data-table__table tbody .issues__cell {
      display: flex;
      align-items: center; }
      .manage-hosts .table-container .table-container__data-table-block .data-table-block .data-table__table tbody .issues__cell .host-issue img {
        width: 16px;
        height: 16px;
        vertical-align: sub; }
  .manage-hosts__modal-buttons {
    width: 100%;
    display: flex;
    justify-content: flex-end; }
    .manage-hosts__modal-buttons .button:first-child {
      margin-right: 1rem; }
  .manage-hosts .form-field--dropdown {
    margin: 0; }
  .manage-hosts__status_dropdown {
    width: 159px; }
    .manage-hosts__status_dropdown .Select-menu-outer {
      width: 364px;
      max-height: 310px; }
      .manage-hosts__status_dropdown .Select-menu-outer .Select-menu {
        max-height: none; }
    .manage-hosts__status_dropdown .Select-value {
      padding-left: 1rem;
      padding-right: 1rem; }
      .manage-hosts__status_dropdown .Select-value::before {
        display: inline-block;
        position: absolute;
        padding: 5px 0 0 0;
        content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADOSURBVHgB7ZTNDcIwDIWfswBcgQsqk3ApYyAmoJ2gZYOyDWzBCLnBsRPEGCQkFEgDJT3h7xLJP/FzFBtQlH+HfMNska/ZoWHQGGmxzLS82IN9Nho/yjmqByh+Y07gxje+CJCgIYrfYWCEmADHppTDIn31k7S3gaJ4UMgxyVZbYk4zkozybI/NO5fpSCqS7QNCFXKZcE7SfdDiWwGyNndIgDTSymvuoSgBKBYwzfJKPmSNPnTM/wOD+CUF+tIx/58LGJiogF/2geTq/CtKlCtH/jrwHEIPVQAAAABJRU5ErkJggg==);
        transform: scale(0.5);
        height: 26px;
        left: 2px; }
    .manage-hosts__status_dropdown .Select-value-label {
      padding-left: 1.5rem;
      font-size: 1rem !important; }
  .manage-hosts__labels-policies-wrap {
    margin-bottom: 1rem; }
  .manage-hosts__labels-active-filter-wrap {
    margin-bottom: 1rem; }
  .manage-hosts__policies-filter-block {
    display: flex;
    align-items: center; }
    .manage-hosts__policies-filter-block p {
      font-size: 0.75rem;
      font-weight: 700;
      padding-left: 1rem; }
  .manage-hosts__policies-filter-name-card, .manage-hosts__software-filter-name-card {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border: 1px solid #c5c7d1;
    border-radius: 4px;
    box-shadow: none;
    margin-left: 1rem;
    color: #192147;
    font-size: 0.75rem;
    font-weight: 700;
    cursor: default; }
    .manage-hosts__policies-filter-name-card img, .manage-hosts__software-filter-name-card img {
      width: 12px;
      height: 12px;
      margin-right: 6px; }
    .manage-hosts__policies-filter-name-card button, .manage-hosts__software-filter-name-card button {
      height: auto;
      padding: 0px;
      border: none;
      margin-left: 0.5rem; }
      .manage-hosts__policies-filter-name-card button img, .manage-hosts__software-filter-name-card button img {
        padding: 0px;
        margin: 0px; }
  .manage-hosts__software-filter-name-card {
    margin-left: 0px; }
  .manage-hosts__enroll-hosts {
    padding: 0.5rem;
    margin-right: 0.5rem; }
  .manage-hosts__info-banners {
    padding-top: 2.5rem;
    padding-bottom: 1.5rem; }
  .manage-hosts__no-enroll-secret-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.875rem;
    background-color: #f9fafc;
    padding: 1.5rem;
    border-radius: 10px;
    border: 1px solid #8b8fa2; }
    .manage-hosts__no-enroll-secret-banner .dismiss-banner-button {
      display: flex;
      align-items: center; }
      .manage-hosts__no-enroll-secret-banner .dismiss-banner-button img {
        height: 16px;
        width: auto; }
    .manage-hosts__no-enroll-secret-banner:not(:only-child) {
      margin-bottom: 1rem; }
  .manage-hosts .total-issues-count {
    margin-left: 0.5rem; }
  .manage-hosts__export-btn {
    padding-left: 1rem; }
    .manage-hosts__export-btn img {
      width: 13px;
      height: 13px;
      margin-left: 8px;
      position: relative;
      top: -2px; }

.delete-host-modal__btn-wrap {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 2.5rem; }

.delete-host-modal__btn {
  margin-left: 12px; }

.empty-hosts {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5rem; }
  .empty-hosts__inner {
    display: flex;
    flex-direction: row; }
    .empty-hosts__inner h1 {
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 1rem; }
    .empty-hosts__inner img {
      width: 176px;
      margin-right: 2rem; }
    .empty-hosts__inner p {
      color: #192147;
      font-weight: 400;
      font-size: 0.875rem;
      margin: 0; }
  .empty-hosts__empty-filter-results {
    display: flex;
    flex-direction: column;
    width: 350px; }

.no-hosts {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5rem; }
  .no-hosts h1 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    color: #192147; }
  .no-hosts h2 {
    font-size: 0.875rem;
    font-weight: 700;
    margin: 0 0 1.5rem;
    line-height: 20px;
    color: #192147; }
  .no-hosts ul {
    margin: 0;
    padding: 0;
    color: #192147;
    list-style: none; }
    .no-hosts ul li::before {
      content: "\2022";
      color: #6a67fe;
      margin-right: 1rem; }
  .no-hosts a {
    color: #6a67fe;
    font-weight: 700;
    font-size: 0.875rem;
    text-decoration: none; }
  .no-hosts p {
    color: #192147;
    font-weight: 400;
    font-size: 0.875rem;
    margin: 0; }
  .no-hosts__inner {
    display: flex;
    flex-direction: row; }
    .no-hosts__inner h1 {
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 1rem; }
    .no-hosts__inner img {
      width: 176px;
      margin-right: 2rem; }
    .no-hosts__inner .no-filter-results {
      display: flex;
      flex-direction: column;
      width: 350px; }
  .no-hosts .host-pagination__pager-wrap {
    margin-top: 1rem; }
  .no-hosts__no-hosts-contact {
    text-align: left;
    margin-top: 1.5rem; }
  .no-hosts__no-hosts-button {
    margin-top: 1.5rem; }

.policies-filter {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .policies-filter__status_dropdown {
    width: 114px; }
    .policies-filter__status_dropdown .Select-menu-outer {
      width: 114px;
      max-height: 310px; }
      .policies-filter__status_dropdown .Select-menu-outer .Select-menu {
        max-height: none; }
        .policies-filter__status_dropdown .Select-menu-outer .Select-menu .dropdown__option {
          font-size: 1rem !important; }
    .policies-filter__status_dropdown .Select-value {
      padding-left: 1rem;
      padding-right: 1rem; }
      .policies-filter__status_dropdown .Select-value::before {
        display: inline-block;
        position: absolute;
        padding: 5px 0 0 0;
        content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAgCAYAAAB6kdqOAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGwSURBVHgB7ZU9TwJBEIZnr0CjCaHE2CydJT8BC9AWNbGxABOjHSa2GuUHGLG2MCY2JhpbPwrwF0hpx3ZSEmKBza2zJ+rhfTB3t2c03pNscrs3sO/tzOwLkPDHYBADGV7ITBmpmpSsgNPCcLktpWx0xd0Z/KSgLF/kjMkmPnKPEIFC57viRri9NEAzY8QoLMHqFCFuQVlerNjF7NTW4Kl9ZY367pY9lE9CatvtPxwpm+XFvMmMI/jKfSjqe5uwUS2PrB0en1vDgxamsuoQNJNb6ID/kZNQp5JOT4+s9fsvMJdf8fuZ0F5DUXEIUh0gJbQgIien1461i8t7z3i1pyHNsta2z/LSAWNs/2Ou6mh1ufQp0F4/+OEVbH3HnaRVEMdWfmUTjzC+BsVz5zbn9kJrDQnR6qmUq0e/sGGMK7FYhwJv7AoDs4Y3ZV7N3+uSPQxg0OihcNAhKIpHUSELiupRVMg1FNWjtArS4VF+oDswNTALwb0shEdRUV62HtjLQnoUlV/nZTKwlwX1KK+Nvw/cs4letkRqex0eRYUkSIdHUSHVkA6PohLYy8J6VELCv+UNduDfXGb6FkoAAAAASUVORK5CYII=);
        transform: scale(0.5);
        width: 16px;
        height: 26px;
        left: 2px; }
    .policies-filter__status_dropdown .Select-value-label {
      padding-left: 1.5rem;
      font-size: 1rem !important; }

.software-vulnerabilities {
  font-size: 0.875rem;
  background-color: #f9fafc;
  border: solid 1px #8b8fa2;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: auto;
  padding: 1.5rem;
  padding-bottom: 0.5rem;
  margin: 0px; }
  .software-vulnerabilities p {
    padding-left: 1.5rem; }
  .software-vulnerabilities a {
    color: #6a67fe;
    font-weight: 700;
    font-size: 0.875rem;
    text-decoration: none; }
  .software-vulnerabilities img {
    height: 16px;
    width: auto;
    padding-right: 10px; }
  .software-vulnerabilities__header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .software-vulnerabilities__header img {
      display: inline-flex; }
  .software-vulnerabilities__count {
    display: flex;
    align-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 700; }
  .software-vulnerabilities__ex {
    text-decoration: none; }
    .software-vulnerabilities__ex button {
      display: inline-flex;
      align-items: center; }
    .software-vulnerabilities__ex img {
      padding-right: 0; }
  .software-vulnerabilities__list b {
    color: #6a67fe; }
  .software-vulnerabilities__list img {
    height: 12px;
    width: auto;
    padding-left: 0.5rem; }
  .software-vulnerabilities__list ul {
    margin-top: 16px;
    margin-bottom: 16px; }
  .software-vulnerabilities__list li {
    margin-bottom: 0.5rem; }
  .software-vulnerabilities a img {
    height: 12px;
    width: auto; }

.transfer-host-modal__team-link {
  color: #6a67fe;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none; }

.transfer-host-modal .Select .Select-control {
  cursor: pointer; }
  .transfer-host-modal .Select .Select-control:hover .Select-placeholder {
    color: #6a67fe; }

.transfer-host-modal .Select .Select-arrow {
  margin-top: 7px; }

.transfer-host-modal .Select:not(.is-open) .Select-control:hover .Select-arrow {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEUSURBVHgB7ZHNbcJAEIXf2AaknCghJaSFdJBUAByIQnKhg5AO4BCsmAtUQDqghZTC2WAPHn4kMLJ31z4gpPlO9mh23rezgKIoinJjyKap34+fGhSsyKfhT0gLmzOfA+5wyuNNun2ezZr/qCpwCs862/sDHnVNEsfw+fF3XSbhwUDDC5ancEEGS4BluNDOZqyK+o0CIL66raxWNpOvS40THl/NYJ6gaDws+HhPRmD6ypUvVpt/qrPw72nkj1BHwCQhH1XCnQTKJMD7Sc7hzgLC4C2ZE1GnvIsn019/CAucBUwSzLwII78LSyoJFEm4htcSOEikSyK8HMLxF0beKxwJUINWTL24xY/ZLdbNB+pBURTlHtkBLbeHaK/uovgAAAAASUVORK5CYII=); }

.transfer-host-modal .Select.is-open .Select-control .Select-placeholder {
  color: #6a67fe; }

.login-form-animation-leave {
  transform: scale(1);
  opacity: 1; }
  .login-form-animation-leave.login-form-animation-leave-active {
    transition: opacity 300ms ease-in, transform 300ms ease-in;
    transform: scale(1.3);
    opacity: 0; }

.login-success {
  background-color: #ffffff;
  margin-top: 20px;
  padding: 2.5rem;
  text-align: center;
  border-radius: 10px;
  z-index: 0;
  align-self: center;
  transform: translateY(80px); }
  .login-success__text {
    font-size: 1rem; }
  .login-success__sub-text {
    font-size: 0.875rem;
    color: #3e4771; }

.has-sidebar > .edit-pack-page__content {
  display: flex;
  flex-direction: column;
  align-self: stretch; }

.manage-packs-page {
  font-size: 0.875rem; }
  .manage-packs-page__bulk-action-container {
    display: flex;
    align-items: center; }
  .manage-packs-page__header-wrap {
    display: flex;
    justify-content: space-between; }
  .manage-packs-page__description {
    margin: 0 0 40px;
    padding-top: 0.25rem; }
    .manage-packs-page__description h2 {
      text-transform: uppercase;
      color: #192147;
      font-weight: 400;
      font-size: 1rem; }
    .manage-packs-page__description p {
      color: #506e92;
      margin: 0;
      font-size: 0.875rem;
      font-style: italic; }
  .manage-packs-page .button img {
    transform: scale(0.5); }

.packs-list-wrapper .data-table-block .data-table__table thead .name__header {
  width: 352px; }

.packs-list-wrapper .data-table-block .data-table__table thead .query_count__header {
  width: 0; }

.packs-list-wrapper .data-table-block .data-table__table thead .total_hosts_count__header {
  width: 0; }

.packs-list-wrapper .data-table-block .data-table__table thead .updated_at__header {
  width: 0; }

.packs-list-wrapper .data-table-block .data-table__table thead .status__header {
  width: auto; }

.packs-list-wrapper .data-table-block .data-table__table tbody .name__cell {
  width: 352px; }

.packs-list-wrapper .data-table-block .data-table__table tbody .query_count__cell {
  width: 0; }

.packs-list-wrapper .data-table-block .data-table__table tbody .total_hosts_count__cell {
  width: 0; }

.packs-list-wrapper .data-table-block .data-table__table tbody .updated_at__cell {
  width: 0; }

.packs-list-wrapper .data-table-block .data-table__table tbody .status__header {
  width: auto; }

.packs-list-wrapper__empty-table {
  text-align: center;
  font-size: 0.875rem;
  color: #192147; }

.no-packs {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5rem; }
  .no-packs h1 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    color: #192147; }
  .no-packs h2 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 1.5rem;
    line-height: 20px;
    color: #192147; }
  .no-packs ul {
    margin: 0;
    padding: 0;
    color: #192147;
    list-style: none; }
    .no-packs ul li::before {
      content: "\2022";
      color: #6a67fe;
      margin-right: 1rem; }
  .no-packs__inner {
    display: flex;
    flex-direction: row; }
    .no-packs__inner h1 {
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 1rem; }
    .no-packs__inner img {
      width: 176px;
      margin-right: 2rem; }
    .no-packs__inner p {
      color: #192147;
      font-weight: 400;
      font-size: 0.875rem;
      margin: 0;
      margin-bottom: 1.5rem; }
    .no-packs__inner .no-filter-results {
      display: flex;
      flex-direction: column;
      width: 350px; }
  .no-packs__inner-text {
    width: 350px; }

.pack-composer__pack-form {
  background-color: #ffffff;
  border-radius: 3px; }

.manage-policies-page__vibrant-blue {
  color: #6a67fe; }

.manage-policies-page__header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 38px; }
  .manage-policies-page__header-wrap .button-wrap {
    display: flex;
    justify-content: flex-end;
    min-width: 266px; }

.manage-policies-page__manage-automations {
  padding: 0.5rem;
  margin-right: 0.5rem; }

.manage-policies-page__header {
  display: flex;
  align-items: center; }
  .manage-policies-page__header .form-field {
    margin-bottom: 0; }

.manage-policies-page__text {
  margin-right: 1.5rem; }

.manage-policies-page__title {
  font-size: 1.5rem; }
  .manage-policies-page__title .fleeticon {
    color: #3e4771;
    margin-right: 15px; }
  .manage-policies-page__title .fleeticon-success-check {
    color: #3db67b; }
  .manage-policies-page__title .fleeticon-offline {
    color: #d66c7b; }
  .manage-policies-page__title .fleeticon-mia {
    color: #192147; }

.manage-policies-page__description {
  margin: 0;
  margin-bottom: 2.5rem; }
  .manage-policies-page__description h2 {
    text-transform: uppercase;
    color: #192147;
    font-weight: 400;
    font-size: 1rem; }
  .manage-policies-page__description p {
    color: #506e92;
    margin: 0;
    font-size: 0.875rem;
    font-style: italic; }

.manage-policies-page__action-button-container {
  display: flex;
  align-items: flex-start; }

.manage-policies-page .button {
  font-size: 0.875rem; }
  .manage-policies-page .button img {
    transform: scale(0.5); }

.manage-policies-page__advanced-button {
  margin-right: 1rem; }

.manage-policies-page__sandbox-info {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem; }
  .manage-policies-page__sandbox-info p {
    font-size: 0.875rem;
    margin: 0;
    margin-bottom: 1rem; }
  .manage-policies-page__sandbox-info p:last-child {
    margin-bottom: 0; }
  .manage-policies-page__sandbox-info a {
    color: #6a67fe;
    text-decoration: none; }

.manage-policies-page__modal-buttons {
  width: 100%;
  display: flex;
  justify-content: flex-end; }
  .manage-policies-page__modal-buttons .button:first-child {
    margin-right: 1rem; }

.manage-policies-page__add-policy-link {
  transition: color 150ms ease-in-out, background 150ms ease-in-out, top 50ms ease-in-out, box-shadow 50ms ease-in-out, border 50ms ease-in-out;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 4px;
  font-size: 0.875rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  display: inline-flex;
  height: 38px;
  top: 0;
  border: 0;
  cursor: pointer;
  background-color: #6a67fe; }
  .manage-policies-page__add-policy-link:hover:not(.button--disabled), .manage-policies-page__add-policy-link:focus {
    background-color: #5855eb; }
  .manage-policies-page__add-policy-link:active {
    background-color: #3f3cd4; }

.manage-policies-page__details {
  display: inline-flex;
  vertical-align: middle;
  margin-left: 0.5rem;
  margin-top: -20px; }
  .manage-policies-page__details .hint {
    color: #192147; }
    .manage-policies-page__details .hint--brand {
      color: #6a67fe; }

.manage-policies-page__inherited-policies-button {
  padding-bottom: 1.5rem; }

.manage-policies-page__inherited-policies-table th {
  border-right: 1px solid #e2e4ea !important; }

.manage-policies-page__inherited-policies-table .table-container__header {
  display: none; }

.add-policy-modal #error-icon {
  height: 12px;
  width: 12px;
  margin-right: 8px; }

.add-policy-modal #new-tab-icon {
  height: 12px;
  width: 12px;
  margin-left: 6px; }

.add-policy-modal a {
  font-size: 0.875rem;
  color: #6a67fe;
  font-weight: 700;
  text-decoration: none; }

.add-policy-modal__modal {
  position: absolute;
  top: 22px;
  background-color: #ffffff;
  width: 658px;
  padding: 2.5rem;
  border-radius: 0.5rem; }
  .add-policy-modal__modal a {
    font-size: 0.875rem;
    color: #6a67fe;
    font-weight: 700;
    text-decoration: none; }
  .add-policy-modal__modal .button--unstyled {
    font-size: 0.875rem;
    color: #6a67fe;
    font-weight: 700;
    text-decoration: none; }
  .add-policy-modal__modal .info {
    display: flex; }
    .add-policy-modal__modal .info__header {
      display: block;
      color: #192147;
      font-weight: 700;
      font-size: 0.875rem;
      text-align: left; }
    .add-policy-modal__modal .info__data {
      display: block;
      color: #192147;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: left;
      margin-top: 10px; }

.add-policy-modal__policy-selection {
  padding: 1.5rem 0; }

.manage-automations-modal {
  width: 778px; }
  .manage-automations-modal pre,
  .manage-automations-modal code {
    background-color: #f9fafc;
    color: #3e4771;
    border: 1px solid #e2e4ea;
    border-radius: 4px;
    padding: 7px 1rem;
    margin: 1.5rem 0 0 44px; }
  .manage-automations-modal__error {
    color: #d66c7b; }
  .manage-automations-modal__overlay-container {
    display: grid; }
  .manage-automations-modal__policy-automation-enabled, .manage-automations-modal__overlay {
    grid-area: 1 / 1; }
  .manage-automations-modal__overlay {
    background-color: #ffffff;
    z-index: 0;
    opacity: 75%; }
  .manage-automations-modal .form-field__label--error {
    color: #d66c7b; }

.policies-list-wrapper {
  border-collapse: collapse; }
  .policies-list-wrapper a {
    color: #6a67fe;
    font-size: 0.875rem;
    text-decoration: none; }
  .policies-list-wrapper thead th.passing_host_count__header, .policies-list-wrapper thead th.failing_host_count__header, .policies-list-wrapper thead th.webhook__header {
    width: 20%; }
    @media (min-width: 1024px) {
      .policies-list-wrapper thead th.passing_host_count__header, .policies-list-wrapper thead th.failing_host_count__header, .policies-list-wrapper thead th.webhook__header {
        width: 15%; } }
  .policies-list-wrapper thead th.passing_host_count__header .status-header-text, .policies-list-wrapper thead th.failing_host_count__header .status-header-text {
    margin-left: 10px; }
  .policies-list-wrapper__empty-table {
    text-align: center;
    font-size: 0.875rem;
    color: #192147; }

.has-not-run {
  width: 20px; }

.no-policies {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 5rem; }
  .no-policies a {
    color: #6a67fe;
    font-size: 0.875rem;
    text-decoration: none; }
  .no-policies h1 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    color: #192147; }
  .no-policies h2 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 1.5rem;
    line-height: 20px;
    color: #192147; }
  .no-policies__inner {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .no-policies__inner h1 {
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 1rem; }
    .no-policies__inner img {
      width: 322px; }
    .no-policies__inner p {
      color: #192147;
      font-weight: 400;
      font-size: 0.875rem;
      margin: 0;
      margin-bottom: 1.5rem; }
  .no-policies__inner-text {
    width: 500px;
    padding: 2.5rem 0; }
  .no-policies__bullet-text {
    width: 455px;
    text-align: left; }

.no-team-policy {
  border: 1px solid #e2e4ea;
  box-sizing: border-box;
  border-radius: 8px; }

.preview-payload-modal__sandbox-info {
  margin-top: 1rem; }
  .preview-payload-modal__sandbox-info p {
    margin: 0;
    margin-bottom: 1rem; }
  .preview-payload-modal__sandbox-info p:last-child {
    margin-bottom: 0; }

.preview-payload-modal a {
  color: #6a67fe;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none; }

.preview-payload-modal__info-header {
  font-weight: 700; }

.preview-payload-modal__btn-wrap {
  display: flex;
  flex-direction: row-reverse; }

.preview-payload-modal__btn {
  margin-left: 12px; }

.preview-payload-modal__advanced-options-button {
  margin: 1rem 0;
  color: #6a67fe;
  font-weight: 700;
  font-size: 0.875rem; }

.preview-payload-modal .downcaret::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEUSURBVHgB7ZHNbcJAEIXf2AaknCghJaSFdJBUAByIQnKhg5AO4BCsmAtUQDqghZTC2WAPHn4kMLJ31z4gpPlO9mh23rezgKIoinJjyKap34+fGhSsyKfhT0gLmzOfA+5wyuNNun2ezZr/qCpwCs862/sDHnVNEsfw+fF3XSbhwUDDC5ancEEGS4BluNDOZqyK+o0CIL66raxWNpOvS40THl/NYJ6gaDws+HhPRmD6ypUvVpt/qrPw72nkj1BHwCQhH1XCnQTKJMD7Sc7hzgLC4C2ZE1GnvIsn019/CAucBUwSzLwII78LSyoJFEm4htcSOEikSyK8HMLxF0beKxwJUINWTL24xY/ZLdbNB+pBURTlHtkBLbeHaK/uovgAAAAASUVORK5CYII=);
  transform: scale(0.5);
  width: 16px;
  border-radius: 0px;
  padding: 0px;
  padding-left: 2px;
  margin-bottom: 2px; }

.preview-payload-modal .upcaret::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEUSURBVHgB7ZHNbcJAEIXf2AaknCghJaSFdJBUAByIQnKhg5AO4BCsmAtUQDqghZTC2WAPHn4kMLJ31z4gpPlO9mh23rezgKIoinJjyKap34+fGhSsyKfhT0gLmzOfA+5wyuNNun2ezZr/qCpwCs862/sDHnVNEsfw+fF3XSbhwUDDC5ancEEGS4BluNDOZqyK+o0CIL66raxWNpOvS40THl/NYJ6gaDws+HhPRmD6ypUvVpt/qrPw72nkj1BHwCQhH1XCnQTKJMD7Sc7hzgLC4C2ZE1GnvIsn019/CAucBUwSzLwII78LSyoJFEm4htcSOEikSyK8HMLxF0beKxwJUINWTL24xY/ZLdbNB+pBURTlHtkBLbeHaK/uovgAAAAASUVORK5CYII=);
  transform: scale(0.5) rotate(180deg);
  width: 16px;
  border-radius: 0px;
  padding: 0px;
  padding-left: 2px;
  margin-bottom: 4px;
  margin-left: 14px; }

.preview-payload-modal .Select-value-label {
  font-size: 1rem; }

.preview-payload-modal .tooltip__tooltip-icon img {
  width: 16px;
  height: 16px;
  vertical-align: top; }

.remove-policies-modal {
  font-size: 0.875rem; }
  .remove-policies-modal__btn-wrap {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 2.5rem; }
  .remove-policies-modal__btn {
    margin-left: 12px; }

.policy-page__results {
  display: flex;
  flex-grow: 1;
  position: relative;
  min-height: 400px; }

.policy-page__warning {
  padding: 1rem;
  font-size: 0.875rem;
  color: #192147;
  background-color: #fff0b9;
  border: 1px solid #f2c94c;
  border-radius: 4px; }
  .policy-page__warning p {
    margin: 0;
    line-height: 20px; }
    .policy-page__warning p a {
      color: #6a67fe;
      font-weight: 700;
      text-decoration: none; }
      .policy-page__warning p a img {
        vertical-align: text-bottom;
        position: relative;
        top: 1px;
        left: -3px;
        transform: scale(0.5); }

.policy-page__observer-query-view {
  width: 90%;
  max-width: 1060px;
  margin: 0 auto;
  color: #192147; }
  .policy-page__observer-query-view h1 {
    font-size: 1.25rem; }
  .policy-page__observer-query-view p {
    font-size: 0.875rem; }

.policy-page__observer-query-details {
  padding: 0 2rem; }
  .policy-page__observer-query-details h1 {
    margin: 1.5rem 0;
    font-size: 1.5rem; }
  .policy-page__observer-query-details p {
    margin-bottom: 0.5rem; }
  .policy-page__observer-query-details .sql-button {
    color: #6a67fe;
    font-weight: 700;
    font-size: 0.875rem; }

.policy-page__query-preview {
  margin-top: 15px; }
  .policy-page__query-preview .fleet-ace__label {
    display: none; }

.policy-page__back-link {
  font-size: 0.875rem;
  color: #6a67fe;
  font-weight: 700;
  text-decoration: none; }
  .policy-page__back-link #back-chevron {
    width: 16px;
    margin-right: 0.5rem;
    vertical-align: text-top; }

.policy-page .ace_content {
  min-height: 500px !important; }

.policy-page__target-selectors {
  margin-top: 24px;
  margin-bottom: 24px;
  max-width: 980px; }
  .policy-page__target-selectors h3 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 0.875rem; }
  .policy-page__target-selectors .selector-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .policy-page__target-selectors .selector-block .target-pill-selector {
      padding: 0.5rem;
      background-color: #ffffff;
      border: none;
      box-shadow: inset 0 0 0 1px #c5c7d1;
      border-radius: 6px;
      cursor: pointer;
      display: flex;
      align-items: center;
      margin-bottom: 0.5rem; }
      .policy-page__target-selectors .selector-block .target-pill-selector:not(:last-of-type) {
        margin-right: 0.5rem; }
      .policy-page__target-selectors .selector-block .target-pill-selector img {
        max-width: 12px; }
      .policy-page__target-selectors .selector-block .target-pill-selector .plus-icon {
        padding-right: 3px; }
      .policy-page__target-selectors .selector-block .target-pill-selector .selector-name {
        margin-left: 8px;
        font-size: 0.875rem;
        flex: 1; }
      .policy-page__target-selectors .selector-block .target-pill-selector .selector-count {
        margin-left: 8px;
        font-size: 0.625rem;
        font-weight: 700; }
      .policy-page__target-selectors .selector-block .target-pill-selector[data-selected="true"] {
        background-color: #f1f0ff;
        box-shadow: inset 0 0 0 1px #6a67fe; }

.policy-page__targets-button-wrap {
  margin-top: 30px;
  display: flex;
  align-items: center; }
  .policy-page__targets-button-wrap button:not(:first-of-type) {
    margin-left: 16px; }

.policy-page__targets-total-count {
  margin-left: 16px;
  font-size: 0.875rem;
  display: flex; }
  .policy-page__targets-total-count span {
    font-weight: 700; }
  .policy-page__targets-total-count .icon-tooltip {
    margin-left: 0.5rem; }

.policy-page__page-loading .loading-spinner {
  margin: 1.5rem 0 0; }

.policy-page__page-error h4 {
  margin: 0;
  margin-top: 28px;
  margin-left: -7px;
  font-size: 1rem; }
  .policy-page__page-error h4 img {
    transform: scale(0.5);
    vertical-align: middle;
    position: relative;
    top: -2px; }

.policy-page__page-error p {
  margin: 0;
  margin-top: 1rem;
  font-size: 0.875rem; }
  .policy-page__page-error p a {
    color: #6a67fe;
    font-weight: 700;
    text-decoration: none; }
    .policy-page__page-error p a img {
      vertical-align: text-bottom;
      position: relative;
      top: 1px;
      left: -3px;
      transform: scale(0.5); }

.policy-form__wrapper {
  position: relative;
  font-size: 0.875rem; }
  .policy-form__wrapper .policy-page__warning {
    margin: 0;
    margin-bottom: 1.5rem; }
  .policy-form__wrapper .form-field--input {
    margin: 0; }

.policy-form__title-bar {
  display: flex;
  justify-content: space-between;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */ }
  .policy-form__title-bar .form-field {
    margin-bottom: 0px; }
  .policy-form__title-bar .input-field,
  .policy-form__title-bar .input-field__text-area {
    min-height: auto;
    line-height: normal;
    white-space: normal; }
  .policy-form__title-bar .input-field::-webkit-scrollbar {
    display: none; }
  .policy-form__title-bar .input-field {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
  .policy-form__title-bar .edit-link {
    cursor: pointer; }
  .policy-form__title-bar .name-description-resolve {
    flex-grow: 1;
    margin: 1rem 24px 0 0; }
    .policy-form__title-bar .name-description-resolve .policy-name-wrapper,
    .policy-form__title-bar .name-description-resolve .policy-description-wrapper,
    .policy-form__title-bar .name-description-resolve .policy-resolution-wrapper {
      display: flex; }
      .policy-form__title-bar .name-description-resolve .policy-name-wrapper:not(.policy-form--editing) textarea:hover,
      .policy-form__title-bar .name-description-resolve .policy-description-wrapper:not(.policy-form--editing) textarea:hover,
      .policy-form__title-bar .name-description-resolve .policy-resolution-wrapper:not(.policy-form--editing) textarea:hover {
        cursor: pointer;
        color: #6a67fe; }
    .policy-form__title-bar .name-description-resolve .policy-name-wrapper .edit-icon {
      position: relative;
      left: 3px;
      top: 13px; }
    .policy-form__title-bar .name-description-resolve .policy-name-wrapper .policy-form__policy-name,
    .policy-form__title-bar .name-description-resolve .policy-name-wrapper .input-sizer::after {
      font-size: 1.5rem; }
    .policy-form__title-bar .name-description-resolve .policy-name-wrapper .component__auto-size-input-field {
      letter-spacing: -0.5px;
      line-height: 2.3rem;
      padding-top: 2px; }
    .policy-form__title-bar .name-description-resolve .policy-description-wrapper {
      padding-top: 0.5rem; }
      .policy-form__title-bar .name-description-resolve .policy-description-wrapper .edit-icon {
        position: relative;
        left: 3px;
        top: 0; }
    .policy-form__title-bar .name-description-resolve .edit-icon {
      width: 14px;
      height: 14px;
      opacity: 1;
      transition: opacity 0.2s; }
      .policy-form__title-bar .name-description-resolve .edit-icon.hide {
        opacity: 0; }
    .policy-form__title-bar .name-description-resolve .policy-form__policy-resolve,
    .policy-form__title-bar .name-description-resolve .resolve-text-wrapper {
      margin-top: 1.5rem; }
    .policy-form__title-bar .name-description-resolve .resolve-title {
      margin-bottom: 0; }
  .policy-form__title-bar .author {
    flex-shrink: 1;
    margin-top: 24px;
    text-align: right;
    justify-content: right;
    white-space: nowrap; }
    .policy-form__title-bar .author b {
      text-align: right; }
    .policy-form__title-bar .author img,
    .policy-form__title-bar .author div {
      display: flex;
      align-items: center; }
    .policy-form__title-bar .author span {
      padding-left: 0.5rem; }

.policy-form__policy-resolve {
  margin-bottom: 1rem; }

.policy-form__policy-name, .policy-form__policy-description, .policy-form__policy-resolution {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  resize: none;
  white-space: normal;
  background-color: transparent; }
  .policy-form__policy-name:hover:not(.focus-visible):not(.no-hover), .policy-form__policy-description:hover:not(.focus-visible):not(.no-hover), .policy-form__policy-resolution:hover:not(.focus-visible):not(.no-hover) {
    color: #6a67fe;
    cursor: pointer; }
  .policy-form__policy-name.focus-visible, .policy-form__policy-description.focus-visible, .policy-form__policy-resolution.focus-visible {
    outline: 0;
    cursor: text; }

.policy-form__policy-resolution {
  margin-top: 0.5rem; }

.policy-form__policy-name {
  font-size: 1.5rem; }
  .policy-form__policy-name--new {
    padding-bottom: 1.5rem; }
  .policy-form__policy-name.input-field--error {
    border: 1px solid #ff5c83; }

.policy-form__policy-description, .policy-form__policy-resolution {
  margin-top: 0;
  font-size: 0.875rem; }

.policy-form__text-editor-wrapper {
  padding-top: 0.5rem; }

.policy-form__button-wrap {
  display: flex;
  align-items: center;
  margin: 0; }
  .policy-form__button-wrap--modal {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .policy-form__button-wrap--tooltip {
    display: flex; }
  .policy-form__button-wrap--modal-save {
    margin-left: 1rem; }
  .policy-form__button-wrap .policy-form__save {
    margin-right: 0.5rem; }
  .policy-form__button-wrap .policy-form__run {
    min-width: 64px;
    margin: 0; }
  .policy-form__button-wrap .__react_component_tooltip {
    text-align: center; }

.policy-form__button-wrap--modal {
  padding-top: 30px;
  border-top: 1px solid #e2e4ea;
  margin-top: 6px; }

.policy-form__title {
  color: #192147;
  display: inline-block;
  font-size: 1.5rem; }

.policy-form__platform-checkbox-wrapper {
  margin: 0; }
  .policy-form__platform-checkbox-wrapper + p {
    margin: 0;
    margin-top: 0.5rem; }
  .policy-form__platform-checkbox-wrapper .fleet-checkbox__label {
    transform: translateY(2px); }

.policy-form__platform-error {
  font-size: 1rem;
  font-weight: 700; }

.policy-form__platform-compatibility {
  display: flex;
  align-items: center;
  padding-bottom: 1.5rem; }
  .policy-form__platform-compatibility b,
  .policy-form__platform-compatibility img,
  .policy-form__platform-compatibility span {
    display: flex;
    align-items: center; }
  .policy-form__platform-compatibility .platforms-text {
    padding: 0 0.5rem; }
  .policy-form__platform-compatibility .platforms-select {
    display: flex;
    padding: 0 1rem; }
  .policy-form__platform-compatibility img {
    height: 16px;
    width: auto; }
  .policy-form__platform-compatibility button img {
    padding: 0px; }
  .policy-form__platform-compatibility form,
  .policy-form__platform-compatibility label {
    display: inline-flex; }
  .policy-form__platform-compatibility label {
    font-weight: 400;
    margin-right: 1rem; }

.policies-queries-list-wrapper {
  border-collapse: collapse; }
  .policies-queries-list-wrapper a {
    color: #6a67fe;
    font-size: 0.875rem;
    text-decoration: none; }
  .policies-queries-list-wrapper__wrapper {
    border: 1px solid #e2e4ea;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 1rem; }
  .policies-queries-list-wrapper .table-container__header {
    display: none; }
  .policies-queries-list-wrapper thead {
    background-color: #f9fafc;
    border-bottom: 1px solid #e2e4ea; }
    .policies-queries-list-wrapper thead th {
      font-size: 0.875rem;
      font-weight: 700;
      text-align: left;
      padding: 1rem 1.5rem; }
    .policies-queries-list-wrapper thead .host_hostname__header {
      width: 50%; }
  .policies-queries-list-wrapper tbody td img {
    width: 16px;
    height: 16px;
    vertical-align: sub;
    padding-right: 4px; }
  .policies-queries-list-wrapper__empty-table {
    text-align: center;
    font-size: 0.875rem;
    color: #192147; }
  .policies-queries-list-wrapper__policy-count {
    color: #192147;
    font-size: 0.875rem;
    font-weight: 700;
    margin: 0 12px 0 0;
    display: inline-block; }

.no-policies {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 5rem; }
  .no-policies a {
    color: #6a67fe;
    font-size: 0.875rem;
    text-decoration: none; }
  .no-policies h1 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    color: #192147; }
  .no-policies h2 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 1.5rem;
    line-height: 20px;
    color: #192147; }
  .no-policies__inner {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .no-policies__inner h1 {
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 1rem; }
    .no-policies__inner img {
      width: 322px; }
    .no-policies__inner p {
      color: #192147;
      font-weight: 400;
      font-size: 0.875rem;
      margin: 0;
      margin-bottom: 1.5rem; }
  .no-policies__inner-text {
    width: 500px;
    padding: 2.5rem 0; }
  .no-policies__bullet-text {
    width: 455px;
    text-align: left; }

.no-team-policy {
  border: 1px solid #e2e4ea;
  box-sizing: border-box;
  border-radius: 8px; }

.policies-queries-list-wrapper {
  border-collapse: collapse; }
  .policies-queries-list-wrapper a {
    color: #6a67fe;
    font-size: 0.875rem;
    text-decoration: none; }
  .policies-queries-list-wrapper__wrapper {
    border: 1px solid #e2e4ea;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 1rem; }
  .policies-queries-list-wrapper .table-container {
    margin-top: 0.5rem; }
  .policies-queries-list-wrapper .table-container__header {
    display: none; }
  .policies-queries-list-wrapper thead {
    background-color: #f9fafc;
    border-bottom: 1px solid #e2e4ea; }
    .policies-queries-list-wrapper thead th {
      font-size: 0.875rem;
      font-weight: 700;
      text-align: left;
      padding: 1rem 1.5rem; }
    .policies-queries-list-wrapper thead .hostname__header {
      width: 70%; }
  .policies-queries-list-wrapper tbody td img {
    width: 16px;
    height: 16px;
    vertical-align: sub;
    padding-right: 4px; }
  .policies-queries-list-wrapper tbody .query_results__cell .status-header-text {
    margin-left: 10px; }
  .policies-queries-list-wrapper__empty-table {
    text-align: center;
    font-size: 0.875rem;
    color: #192147; }
  .policies-queries-list-wrapper__policy-count {
    color: #192147;
    font-size: 0.875rem;
    font-weight: 700;
    margin: 0 12px 0 0;
    display: inline-block; }

.no-policies {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 5rem; }
  .no-policies a {
    color: #6a67fe;
    font-size: 0.875rem;
    text-decoration: none; }
  .no-policies h1 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    color: #192147; }
  .no-policies h2 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 1.5rem;
    line-height: 20px;
    color: #192147; }
  .no-policies__inner {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .no-policies__inner h1 {
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 1rem; }
    .no-policies__inner img {
      width: 322px; }
    .no-policies__inner p {
      color: #192147;
      font-weight: 400;
      font-size: 0.875rem;
      margin: 0;
      margin-bottom: 1.5rem; }
  .no-policies__inner-text {
    width: 500px;
    padding: 2.5rem 0; }
  .no-policies__bullet-text {
    width: 455px;
    text-align: left; }

.no-team-policy {
  border: 1px solid #e2e4ea;
  box-sizing: border-box;
  border-radius: 8px; }

.query-results {
  padding: 5rem 2.5rem; }
  .query-results .info-banner {
    margin: 2rem auto 1.25rem; }
  .query-results__text-wrapper {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    font-size: 0.875rem; }
    .query-results__text-wrapper span {
      font-weight: 700; }
    .query-results__text-wrapper span:not(:last-of-type) {
      margin-bottom: 0.5rem; }
    .query-results__text-wrapper .icon-tooltip {
      margin-left: 0.5rem; }
  .query-results__btn-wrapper {
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
    display: flex;
    align-items: center; }
    .query-results__btn-wrapper .button {
      padding: 0.5rem 1rem; }
      .query-results__btn-wrapper .button:not(:last-of-type) {
        margin-right: 0.5rem; }
  .query-results__export-btn img {
    width: 13px;
    height: 13px;
    margin-left: 8px;
    position: relative;
    bottom: 2px; }
  .query-results .table-container {
    margin-top: 0; }
    .query-results .table-container__header {
      display: none; }
  .query-results .data-table__wrapper {
    overflow-x: scroll; }
  .query-results .data-table-block .data-table thead th {
    min-width: 140px;
    padding-left: 0px;
    padding-right: 1.5rem;
    border-right: 0; }
    .query-results .data-table-block .data-table thead th:first-of-type {
      padding-left: 1.5rem; }
  .query-results .data-table-block .data-table tbody td {
    padding-left: 0px;
    padding-right: 1.5rem; }
    .query-results .data-table-block .data-table tbody td:first-of-type {
      padding-left: 1.5rem; }
  .query-results__results-table-header, .query-results__errors-table-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem; }
  .query-results__results-count, .query-results__error-count {
    font-size: 0.875rem;
    font-weight: 700; }

.manage-queries-page a {
  font-size: 0.875rem;
  color: #6a67fe;
  font-weight: 700;
  text-decoration: none; }

.manage-queries-page__header-wrap {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.manage-queries-page__header {
  display: flex;
  align-items: center; }
  .manage-queries-page__header .form-field {
    margin-bottom: 0; }

.manage-queries-page__text {
  margin-right: 1.5rem; }

.manage-queries-page__title {
  font-size: 1.5rem; }
  .manage-queries-page__title .fleeticon {
    color: #3e4771;
    margin-right: 15px; }
  .manage-queries-page__title .fleeticon-success-check {
    color: #3db67b; }
  .manage-queries-page__title .fleeticon-offline {
    color: #d66c7b; }
  .manage-queries-page__title .fleeticon-mia {
    color: #192147; }

.manage-queries-page__description {
  margin: 0 0 2.5rem; }
  .manage-queries-page__description h2 {
    text-transform: uppercase;
    color: #192147;
    font-weight: 400;
    font-size: 1rem; }
  .manage-queries-page__description p {
    color: #506e92;
    margin: 0;
    font-size: 0.875rem;
    font-style: italic; }

.manage-queries-page__action-button-container {
  display: flex;
  align-items: flex-start; }

.manage-queries-page .button {
  font-size: 0.875rem; }
  .manage-queries-page .button img {
    transform: scale(0.5); }

.manage-queries-page__modal-buttons {
  width: 100%;
  display: flex;
  justify-content: flex-end; }
  .manage-queries-page__modal-buttons .button:first-child {
    margin-right: 1rem; }

.manage-queries-page .form-field--dropdown {
  margin: 0; }

.manage-queries-page__platform_dropdown {
  width: 159px; }
  .manage-queries-page__platform_dropdown .Select-menu-outer {
    width: 364px;
    max-height: 310px; }
    .manage-queries-page__platform_dropdown .Select-menu-outer .Select-menu {
      max-height: none; }
  .manage-queries-page__platform_dropdown .Select-value {
    padding-left: 1rem;
    padding-right: 1rem; }
    .manage-queries-page__platform_dropdown .Select-value::before {
      display: inline-block;
      position: absolute;
      padding: 5px 0 0 0;
      content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADOSURBVHgB7ZTNDcIwDIWfswBcgQsqk3ApYyAmoJ2gZYOyDWzBCLnBsRPEGCQkFEgDJT3h7xLJP/FzFBtQlH+HfMNska/ZoWHQGGmxzLS82IN9Nho/yjmqByh+Y07gxje+CJCgIYrfYWCEmADHppTDIn31k7S3gaJ4UMgxyVZbYk4zkozybI/NO5fpSCqS7QNCFXKZcE7SfdDiWwGyNndIgDTSymvuoSgBKBYwzfJKPmSNPnTM/wOD+CUF+tIx/58LGJiogF/2geTq/CtKlCtH/jrwHEIPVQAAAABJRU5ErkJggg==);
      transform: scale(0.5);
      height: 26px;
      left: 2px; }
  .manage-queries-page__platform_dropdown .Select-value-label {
    padding-left: 1.5rem; }

.manage-queries-page .queries-list-wrapper .data-table-block .data-table__table thead .name__header {
  width: 352px; }

.manage-queries-page .queries-list-wrapper .data-table-block .data-table__table thead .platforms__header {
  width: auto; }

.manage-queries-page .queries-list-wrapper .data-table-block .data-table__table thead .author_name__header {
  display: none;
  width: 0; }

.manage-queries-page .queries-list-wrapper .data-table-block .data-table__table thead .updated_at__header {
  display: none;
  width: 0; }

@media (min-width: 990px) {
  .manage-queries-page .queries-list-wrapper .data-table-block .data-table__table thead .platforms__header {
    width: 202px; }
  .manage-queries-page .queries-list-wrapper .data-table-block .data-table__table thead .author_name__header {
    display: table-cell;
    width: auto; } }

@media (min-width: 1400px) {
  .manage-queries-page .queries-list-wrapper .data-table-block .data-table__table thead .author_name__header {
    width: 202px; }
  .manage-queries-page .queries-list-wrapper .data-table-block .data-table__table thead .updated_at__header {
    display: table-cell;
    width: auto; } }

.manage-queries-page .queries-list-wrapper .data-table-block .data-table__table tbody .name__cell {
  max-width: 352px; }

.manage-queries-page .queries-list-wrapper .data-table-block .data-table__table tbody .platforms__cell {
  max-width: 202px; }

.manage-queries-page .queries-list-wrapper .data-table-block .data-table__table tbody .author_name__cell {
  display: none;
  max-width: 202px; }
  .manage-queries-page .queries-list-wrapper .data-table-block .data-table__table tbody .author_name__cell img,
  .manage-queries-page .queries-list-wrapper .data-table-block .data-table__table tbody .author_name__cell div,
  .manage-queries-page .queries-list-wrapper .data-table-block .data-table__table tbody .author_name__cell span {
    display: flex;
    align-items: center; }
  .manage-queries-page .queries-list-wrapper .data-table-block .data-table__table tbody .author_name__cell div {
    padding-right: 0.5rem; }
  .manage-queries-page .queries-list-wrapper .data-table-block .data-table__table tbody .author_name__cell .author-name {
    display: block; }

.manage-queries-page .queries-list-wrapper .data-table-block .data-table__table tbody .updated_at__cell {
  display: none;
  max-width: 202px; }

@media (min-width: 990px) {
  .manage-queries-page .queries-list-wrapper .data-table-block .data-table__table tbody .author_name__cell {
    display: table-cell; } }

@media (min-width: 1400px) {
  .manage-queries-page .queries-list-wrapper .data-table-block .data-table__table tbody .updated_at__cell {
    display: table-cell; } }

.manage-queries-page .queries-list-wrapper .data-table-block__empty-table {
  text-align: center;
  font-size: 0.875rem;
  color: #192147; }

.manage-queries-page .queries-list-wrapper .no-queries {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5rem; }
  .manage-queries-page .queries-list-wrapper .no-queries h1 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    color: #192147; }
  .manage-queries-page .queries-list-wrapper .no-queries h2 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 1.5rem;
    line-height: 20px;
    color: #192147; }
  .manage-queries-page .queries-list-wrapper .no-queries ul {
    margin: 0;
    padding: 0;
    color: #192147;
    list-style: none; }
    .manage-queries-page .queries-list-wrapper .no-queries ul li::before {
      content: "\2022";
      color: #6a67fe;
      margin-right: 1rem; }
  .manage-queries-page .queries-list-wrapper .no-queries__inner {
    display: flex;
    flex-direction: row; }
    .manage-queries-page .queries-list-wrapper .no-queries__inner h1 {
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 1rem; }
    .manage-queries-page .queries-list-wrapper .no-queries__inner p {
      color: #192147;
      font-weight: 400;
      font-size: 0.875rem;
      margin: 0;
      margin-bottom: 1.5rem; }
    .manage-queries-page .queries-list-wrapper .no-queries__inner .no-filter-results {
      display: flex;
      flex-direction: column;
      width: 350px; }
  .manage-queries-page .queries-list-wrapper .no-queries__inner-text {
    width: 485px; }

.query-page__results {
  display: flex;
  flex-grow: 1;
  position: relative;
  min-height: 400px; }

.query-page__warning {
  padding: 1rem;
  font-size: 0.875rem;
  color: #192147;
  background-color: #fff0b9;
  border: 1px solid #f2c94c;
  border-radius: 4px; }
  .query-page__warning p {
    margin: 0;
    line-height: 20px; }
    .query-page__warning p a {
      color: #6a67fe;
      font-weight: 700;
      text-decoration: none; }
      .query-page__warning p a img {
        vertical-align: text-bottom;
        position: relative;
        top: 1px;
        left: -3px;
        transform: scale(0.5); }

.query-page__observer-query-view {
  width: 90%;
  max-width: 1060px;
  margin: 0 auto;
  color: #192147; }
  .query-page__observer-query-view h1 {
    font-size: 1.25rem; }
  .query-page__observer-query-view p {
    font-size: 0.875rem; }

.query-page__observer-query-details {
  padding: 0 2rem; }
  .query-page__observer-query-details h1 {
    margin: 1.5rem 0;
    font-size: 1.5rem; }
  .query-page__observer-query-details p {
    margin-bottom: 0.5rem; }
  .query-page__observer-query-details .sql-button {
    color: #6a67fe;
    font-weight: 700;
    font-size: 0.875rem; }

.query-page__query-preview {
  margin-top: 15px; }
  .query-page__query-preview .fleet-ace__label {
    display: none; }

.query-page__back-link {
  font-size: 0.875rem;
  color: #6a67fe;
  font-weight: 700;
  text-decoration: none; }
  .query-page__back-link #back-chevron {
    width: 16px;
    margin-right: 0.5rem;
    vertical-align: text-top; }

.query-page .ace_content {
  min-height: 500px !important; }

.query-page__target-selectors {
  margin-top: 24px;
  margin-bottom: 24px;
  max-width: 980px; }
  .query-page__target-selectors h3 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 0.875rem; }
  .query-page__target-selectors .selector-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .query-page__target-selectors .selector-block .target-pill-selector {
      padding: 0.5rem;
      background-color: #ffffff;
      border: none;
      box-shadow: inset 0 0 0 1px #c5c7d1;
      border-radius: 6px;
      cursor: pointer;
      display: flex;
      align-items: center;
      margin-bottom: 0.5rem; }
      .query-page__target-selectors .selector-block .target-pill-selector:not(:last-of-type) {
        margin-right: 0.5rem; }
      .query-page__target-selectors .selector-block .target-pill-selector img {
        max-width: 12px; }
      .query-page__target-selectors .selector-block .target-pill-selector .plus-icon {
        padding-right: 3px; }
      .query-page__target-selectors .selector-block .target-pill-selector .selector-name {
        margin-left: 8px;
        font-size: 0.875rem;
        flex: 1; }
      .query-page__target-selectors .selector-block .target-pill-selector .selector-count {
        margin-left: 8px;
        font-size: 0.625rem;
        font-weight: 700; }
      .query-page__target-selectors .selector-block .target-pill-selector[data-selected="true"] {
        background-color: #f1f0ff;
        box-shadow: inset 0 0 0 1px #6a67fe; }

.query-page__targets-button-wrap {
  margin-top: 30px;
  display: flex;
  align-items: center; }
  .query-page__targets-button-wrap button:not(:first-of-type) {
    margin-left: 16px; }

.query-page__targets-total-count {
  margin-left: 16px;
  font-size: 0.875rem;
  display: flex; }
  .query-page__targets-total-count span {
    font-weight: 700; }
  .query-page__targets-total-count .icon-tooltip {
    margin-left: 0.5rem; }

.query-page__page-loading .loading-spinner {
  margin: 1.5rem 0 0; }

.query-page__page-error h4 {
  margin: 0;
  margin-top: 28px;
  margin-left: -7px;
  font-size: 1rem; }
  .query-page__page-error h4 img {
    transform: scale(0.5);
    vertical-align: middle;
    position: relative;
    top: -2px; }

.query-page__page-error p {
  margin: 0;
  margin-top: 1rem;
  font-size: 0.875rem; }
  .query-page__page-error p a {
    color: #6a67fe;
    font-weight: 700;
    text-decoration: none; }
    .query-page__page-error p a img {
      vertical-align: text-bottom;
      position: relative;
      top: 1px;
      left: -3px;
      transform: scale(0.5); }

.query-form__wrapper {
  position: relative;
  font-size: 0.875rem; }
  .query-form__wrapper .query-page__warning {
    margin: 0;
    margin-top: 1.5rem; }
  .query-form__wrapper .form-field--input {
    margin: 0; }

.query-form__title-bar {
  display: flex;
  justify-content: space-between;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */ }
  .query-form__title-bar .form-field {
    margin-bottom: 0px; }
  .query-form__title-bar .input-field,
  .query-form__title-bar .input-field__text-area {
    min-height: auto;
    line-height: normal;
    white-space: normal; }
  .query-form__title-bar .input-field::-webkit-scrollbar {
    display: none; }
  .query-form__title-bar .input-field {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
  .query-form__title-bar .edit-link {
    cursor: pointer; }
  .query-form__title-bar .name-description {
    flex-grow: 1;
    margin: 1rem 24px 0 0; }
    .query-form__title-bar .name-description .query-name-wrapper {
      display: flex; }
      .query-form__title-bar .name-description .query-name-wrapper:not(.query-form--editing) textarea:hover {
        cursor: pointer;
        color: #6a67fe; }
      .query-form__title-bar .name-description .query-name-wrapper .edit-icon {
        position: relative;
        left: 3px;
        top: 13px; }
      .query-form__title-bar .name-description .query-name-wrapper .query-form__query-name,
      .query-form__title-bar .name-description .query-name-wrapper .input-sizer::after {
        font-size: 1.5rem; }
      .query-form__title-bar .name-description .query-name-wrapper .component__auto-size-input-field {
        letter-spacing: -0.5px;
        line-height: 2.3rem;
        padding-top: 2px; }
    .query-form__title-bar .name-description .query-description-wrapper {
      display: flex;
      padding-top: 0.5rem; }
      .query-form__title-bar .name-description .query-description-wrapper:not(.query-form--editing) textarea:hover {
        cursor: pointer;
        color: #6a67fe; }
      .query-form__title-bar .name-description .query-description-wrapper .edit-icon {
        position: relative;
        left: 3px;
        top: 0; }
    .query-form__title-bar .name-description .edit-icon {
      width: 14px;
      height: 14px;
      opacity: 1;
      transition: opacity 0.2s; }
      .query-form__title-bar .name-description .edit-icon.hide {
        opacity: 0; }
  .query-form__title-bar .author {
    flex-shrink: 1;
    margin-top: 24px;
    text-align: right;
    justify-content: right;
    white-space: nowrap; }
    .query-form__title-bar .author b {
      text-align: right; }
    .query-form__title-bar .author img,
    .query-form__title-bar .author div {
      display: flex;
      align-items: center; }
    .query-form__title-bar .author span {
      padding-left: 0.5rem; }

.query-form__query-name, .query-form__query-description {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  resize: none;
  white-space: normal;
  background-color: transparent; }
  .query-form__query-name:hover:not(.focus-visible):not(.no-hover), .query-form__query-description:hover:not(.focus-visible):not(.no-hover) {
    color: #6a67fe;
    cursor: pointer; }
  .query-form__query-name.focus-visible, .query-form__query-description.focus-visible {
    outline: 0;
    cursor: text; }

.query-form__query-name {
  margin-top: 0;
  font-size: 1.5rem; }
  .query-form__query-name.input-field--error {
    border: 1px solid #ff5c83; }

.query-form__query-description {
  margin-top: 0;
  font-size: 0.875rem; }

.query-form__query-observer-can-run-wrapper {
  margin: 0;
  margin-top: 1.5rem;
  font-weight: 700 !important; }
  .query-form__query-observer-can-run-wrapper + p {
    margin: 0;
    margin-top: 0.5rem; }

.query-form__button-wrap {
  margin: 0;
  margin-top: 1.5rem; }
  .query-form__button-wrap--new-query {
    display: flex;
    align-items: center; }
  .query-form__button-wrap--modal {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .query-form__button-wrap button:not(:first-of-type) {
    margin-left: 1rem; }

.query-form__text-editor-wrapper {
  padding-top: 0.5rem; }

.query-form__button-wrap--save-query-button:first-child {
  margin-right: 1rem; }

.query-form__button-wrap--save-query-button:not(:first-child) {
  margin-left: 1rem; }

.query-form__save-query-btn, .query-form__cancel-btn {
  margin-right: 0.25rem; }

.query-form__title {
  color: #192147;
  display: inline-block;
  font-size: 1.5rem; }

.query-form__loading-overlay {
  display: flex;
  flex-grow: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
  align-items: center; }

.query-results {
  padding: 5rem 2.5rem; }
  .query-results__text-wrapper {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    font-size: 0.875rem; }
    .query-results__text-wrapper span {
      font-weight: 700; }
    .query-results__text-wrapper span:not(:last-of-type) {
      margin-bottom: 0.5rem; }
    .query-results__text-wrapper .icon-tooltip {
      margin-left: 0.5rem; }
  .query-results__btn-wrapper {
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
    display: flex;
    align-items: center; }
    .query-results__btn-wrapper .button {
      padding: 0.5rem 1rem; }
      .query-results__btn-wrapper .button:not(:last-of-type) {
        margin-right: 0.5rem; }
  .query-results__results-cta > *:not(:last-child),
  .query-results__errors-cta > *:not(:last-child) {
    margin-right: 1rem; }
  .query-results__export-btn img {
    width: 13px;
    margin-left: 8px;
    position: relative;
    bottom: 2px; }
  .query-results__show-query-btn img {
    width: 13px;
    margin-left: 8px; }
  .query-results .table-container__header {
    display: none; }
  .query-results .data-table__wrapper {
    overflow-x: scroll; }
  .query-results .data-table-block .data-table thead th {
    min-width: 140px;
    padding-left: 0px;
    padding-right: 1.5rem;
    border-right: 0; }
    .query-results .data-table-block .data-table thead th:first-of-type {
      padding-left: 1.5rem; }
  .query-results .data-table-block .data-table tbody td {
    padding-left: 0px;
    padding-right: 1.5rem; }
    .query-results .data-table-block .data-table tbody td:first-of-type {
      padding-left: 1.5rem; }
  .query-results__results-table-header, .query-results__errors-table-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem; }
  .query-results__results-count, .query-results__error-count {
    font-size: 0.875rem;
    font-weight: 700; }

.show-query-modal__btn-wrap {
  display: flex;
  flex-direction: row-reverse;
  margin: 1.5rem 0 0; }

.show-query-modal__btn {
  margin-left: 12px; }

.show-query-modal .yaml-ace {
  min-height: 0; }

.show-query-modal .yaml-ace__label {
  height: 0; }

.registration-page {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden; }
  .registration-page__logo {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 120px; }
    @media (max-width: 1024px) {
      .registration-page__logo {
        width: 125px;
        position: static;
        display: block;
        margin: 15px 0 0 15px; } }

.registration-breadcrumbs {
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 600px;
  height: 125px;
  margin: 38px auto 0; }
  @media (max-width: 1024px) {
    .registration-breadcrumbs {
      height: 75px; } }
  .registration-breadcrumbs__page {
    text-align: center;
    width: 150px;
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff;
    position: relative; }
    .registration-breadcrumbs__page::before {
      content: "";
      position: absolute;
      width: 200px;
      height: 2px;
      background-color: #6a67fe;
      bottom: 43px;
      left: 87px; }
      @media (max-width: 1024px) {
        .registration-breadcrumbs__page::before {
          bottom: 23px; } }
    .registration-breadcrumbs__page::after {
      height: 24px;
      width: 24px;
      background-color: transparent;
      display: block;
      border-radius: 50%;
      content: "";
      font-size: 1.75rem;
      margin: 14px auto 0;
      position: relative;
      z-index: 1;
      cursor: pointer; }
      @media (max-width: 1024px) {
        .registration-breadcrumbs__page::after {
          margin-top: 0.25rem; } }
    .registration-breadcrumbs__page:focus {
      outline: none; }
    .registration-breadcrumbs__page--active {
      font-weight: 700;
      color: #ffffff; }
    .registration-breadcrumbs__page--1::after {
      border: 2px solid #ffffff; }
    .registration-breadcrumbs__page--1.registration-breadcrumbs__page--active::before {
      background: linear-gradient(to right, #ffffff 50%, #6a67fe 50%); }
    .registration-breadcrumbs__page--1.registration-breadcrumbs__page--active::after {
      background-color: transparent;
      border: 2px solid #ffffff; }
    .registration-breadcrumbs__page--1.registration-breadcrumbs__page--complete::before {
      background-color: #ffffff;
      background-size: auto;
      z-index: 2; }
    .registration-breadcrumbs__page--1.registration-breadcrumbs__page--complete::after {
      height: 28px;
      width: 28px;
      content: "\F035";
      color: #ffffff;
      border: 0; }
    .registration-breadcrumbs__page--2::after {
      border: solid 1px #6a67fe; }
    .registration-breadcrumbs__page--2.registration-breadcrumbs__page--active::before {
      background: linear-gradient(to right, #ffffff 50%, #6a67fe 50%); }
    .registration-breadcrumbs__page--2.registration-breadcrumbs__page--active::after {
      background-color: transparent;
      border: 2px solid #ffffff; }
    .registration-breadcrumbs__page--2.registration-breadcrumbs__page--complete::before {
      background: #ffffff;
      z-index: 2; }
    .registration-breadcrumbs__page--2.registration-breadcrumbs__page--complete::after {
      height: 28px;
      width: 28px;
      content: "\F035";
      color: #ffffff;
      border: 0; }
    .registration-breadcrumbs__page--3::before {
      display: none; }
    .registration-breadcrumbs__page--3::after {
      border: solid 1px #6a67fe; }
    .registration-breadcrumbs__page--3.registration-breadcrumbs__page--active::before {
      background: linear-gradient(to right, #ffffff 50%, #6a67fe 50%); }
    .registration-breadcrumbs__page--3.registration-breadcrumbs__page--active::after {
      background-color: transparent;
      border: 2px solid #ffffff; }
    .registration-breadcrumbs__page--3.registration-breadcrumbs__page--complete::after {
      height: 28px;
      width: 28px;
      content: "\F035";
      color: #ffffff;
      border: 0; }

.manage-schedule-page__header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 38px; }

.manage-schedule-page__header {
  display: flex;
  align-items: center; }
  .manage-schedule-page__header .form-field {
    margin-bottom: 0; }

.manage-schedule-page__text {
  margin-right: 1.5rem; }

.manage-schedule-page__title {
  font-size: 1.5rem; }
  .manage-schedule-page__title .fleeticon {
    color: #3e4771;
    margin-right: 15px; }
  .manage-schedule-page__title .fleeticon-success-check {
    color: #3db67b; }
  .manage-schedule-page__title .fleeticon-offline {
    color: #d66c7b; }
  .manage-schedule-page__title .fleeticon-mia {
    color: #192147; }

.manage-schedule-page__description {
  margin: 0;
  margin-bottom: 2.5rem; }
  .manage-schedule-page__description h2 {
    text-transform: uppercase;
    color: #192147;
    font-weight: 400;
    font-size: 1rem; }
  .manage-schedule-page__description p {
    color: #506e92;
    margin: 0;
    font-size: 0.875rem;
    font-style: italic; }

.manage-schedule-page__action-button-container {
  display: flex;
  align-items: flex-start; }

.manage-schedule-page .button {
  font-size: 0.875rem; }
  .manage-schedule-page .button img {
    transform: scale(0.5); }

.manage-schedule-page__advanced-button {
  margin-right: 1rem; }

.manage-schedule-page__modal-buttons {
  width: 100%;
  display: flex;
  justify-content: flex-end; }
  .manage-schedule-page__modal-buttons .button:first-child {
    margin-right: 1rem; }

.manage-schedule-page .Select.is-open .Select-value-label {
  color: #6a67fe !important; }

.manage-schedule-page .schedule-list-wrapper .data-table-block .data-table__table thead .query_name__header {
  width: 352px; }

.manage-schedule-page .schedule-list-wrapper .data-table-block .data-table__table thead .interval__header {
  width: auto; }

.manage-schedule-page .schedule-list-wrapper .data-table-block .data-table__table thead .actions__header {
  width: auto; }

@media (min-width: 1400px) {
  .manage-schedule-page .schedule-list-wrapper .data-table-block .data-table__table thead .interval__header {
    width: 0; } }

.manage-schedule-page .schedule-list-wrapper .data-table-block .data-table__table tbody .query_name__cell {
  width: 352px; }

.manage-schedule-page .schedule-list-wrapper .data-table-block .data-table__table tbody .interval__cell {
  width: auto; }

.manage-schedule-page .schedule-list-wrapper .data-table-block .data-table__table tbody .actions__cell {
  width: auto; }

@media (min-width: 1400px) {
  .manage-schedule-page .schedule-list-wrapper .data-table-block .data-table__table tbody .interval_cell {
    width: 0; } }

.manage-schedule-page .schedule-list-wrapper a {
  color: #6a67fe;
  font-size: 0.875rem;
  text-decoration: none; }

.manage-schedule-page .schedule-list-wrapper__empty-table {
  text-align: center;
  font-size: 0.875rem;
  color: #192147; }

.manage-schedule-page .no-schedule {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 5rem; }
  .manage-schedule-page .no-schedule h1 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    color: #192147; }
  .manage-schedule-page .no-schedule h2 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 1.5rem;
    line-height: 20px;
    color: #192147; }
  .manage-schedule-page .no-schedule ul {
    margin: 0;
    padding: 0;
    color: #192147;
    list-style: none; }
    .manage-schedule-page .no-schedule ul li::before {
      content: "\2022";
      color: #6a67fe;
      margin-right: 1rem; }
  .manage-schedule-page .no-schedule__inner {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .manage-schedule-page .no-schedule__inner h1 {
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 1rem; }
    .manage-schedule-page .no-schedule__inner img {
      width: 322px; }
    .manage-schedule-page .no-schedule__inner p {
      color: #192147;
      font-weight: 400;
      font-size: 0.875rem;
      margin: 0;
      margin-bottom: 1.5rem; }
    .manage-schedule-page .no-schedule__inner .no-filter-results {
      display: flex;
      flex-direction: column;
      width: 350px; }
  .manage-schedule-page .no-schedule__inner-text {
    width: 400px;
    padding: 2.5rem 0; }
  .manage-schedule-page .no-schedule__schedule-button {
    margin-right: 1rem; }
  .manage-schedule-page .no-schedule .query-pagination__pager-wrap {
    margin-top: 1rem; }
  .manage-schedule-page .no-schedule__no-hosts-contact {
    text-align: left;
    margin-top: 1.5rem; }
    .manage-schedule-page .no-schedule__no-hosts-contact p {
      color: #192147;
      font-weight: 700;
      font-size: 0.875rem;
      margin: 0; }

.manage-schedule-page .no-team-schedule {
  border: 1px solid #e2e4ea;
  box-sizing: border-box;
  border-radius: 8px; }

.preview-data-modal__sandbox-info {
  margin-top: 1rem; }
  .preview-data-modal__sandbox-info p {
    margin: 0;
    margin-bottom: 1rem; }
  .preview-data-modal__sandbox-info p:last-child {
    margin-bottom: 0; }

.preview-data-modal a {
  color: #6a67fe;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none; }

.preview-data-modal__btn-wrap {
  display: flex;
  flex-direction: row-reverse; }

.preview-data-modal__btn {
  margin-left: 12px; }

.preview-data-modal .tooltip__tooltip-icon img {
  width: 16px;
  height: 16px;
  vertical-align: top; }

.schedule-editor-modal__sandbox-info {
  margin-top: 1rem; }
  .schedule-editor-modal__sandbox-info p {
    margin: 0;
    margin-bottom: 1rem; }
  .schedule-editor-modal__sandbox-info p:last-child {
    margin-bottom: 0; }

.schedule-editor-modal a {
  color: #6a67fe;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none; }

.schedule-editor-modal__info-header {
  font-weight: 700; }

.schedule-editor-modal__btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.schedule-editor-modal .modal-cta-wrap {
  margin-top: 0; }

.schedule-editor-modal .Select-value-label {
  font-size: 1rem; }

.manage-software-page__vibrant-blue {
  color: #6a67fe; }

.manage-software-page__header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 38px; }
  .manage-software-page__header-wrap .button-wrap {
    display: flex;
    justify-content: flex-end;
    min-width: 266px; }

.manage-software-page__manage-automations {
  padding: 0.5rem 1rem; }

.manage-software-page__header {
  display: flex;
  align-items: center; }
  .manage-software-page__header .form-field {
    margin-bottom: 0; }

.manage-software-page__text {
  margin-right: 1.5rem; }

.manage-software-page__title {
  font-size: 1.5rem; }

.manage-software-page__description {
  margin: 0;
  margin-bottom: 1.5rem;
  max-width: 75%; }
  @media (min-width: 990px) {
    .manage-software-page__description {
      max-width: none; } }
  .manage-software-page__description h2 {
    text-transform: uppercase;
    color: #192147;
    font-weight: 400;
    font-size: 1rem; }
  .manage-software-page__description p {
    color: #506e92;
    margin: 0;
    font-size: 0.875rem;
    font-style: italic; }

.manage-software-page__empty-software {
  margin: 80px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .manage-software-page__empty-software .empty-software__inner {
    display: flex;
    flex-direction: column; }
    .manage-software-page__empty-software .empty-software__inner h1 {
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 1rem; }
    .manage-software-page__empty-software .empty-software__inner p {
      color: #192147;
      font-weight: 400;
      font-size: 0.875rem;
      margin: 0; }
    .manage-software-page__empty-software .empty-software__inner a {
      color: #6a67fe;
      font-size: 0.875rem;
      font-weight: 700;
      text-decoration: none;
      margin-left: 0; }
    .manage-software-page__empty-software .empty-software__inner img {
      height: 12px;
      width: 12px;
      margin: 0; }

.manage-software-page__table .table-container__header-left .manage-software-page__count {
  display: flex; }
  .manage-software-page__table .table-container__header-left .manage-software-page__count :first-child {
    margin-right: 0.5rem; }
  .manage-software-page__table .table-container__header-left .manage-software-page__count .count-error {
    color: #d66c7b; }
  .manage-software-page__table .table-container__header-left .manage-software-page__count .count-loading {
    color: #8b8fa2; }

.manage-software-page__table .table-container__header-left .controls .form-field--dropdown {
  margin: 0; }

.manage-software-page__table .table-container__header-left .controls .manage-software-page__vuln_dropdown {
  width: 219px; }
  .manage-software-page__table .table-container__header-left .controls .manage-software-page__vuln_dropdown .Select-menu-outer {
    width: 364px;
    max-height: 310px; }
    .manage-software-page__table .table-container__header-left .controls .manage-software-page__vuln_dropdown .Select-menu-outer .Select-menu {
      max-height: none; }
  .manage-software-page__table .table-container__header-left .controls .manage-software-page__vuln_dropdown .Select-value {
    padding-left: 1rem;
    padding-right: 1rem; }
    .manage-software-page__table .table-container__header-left .controls .manage-software-page__vuln_dropdown .Select-value::before {
      display: inline-block;
      position: absolute;
      padding: 5px 0 0 0;
      content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADOSURBVHgB7ZTNDcIwDIWfswBcgQsqk3ApYyAmoJ2gZYOyDWzBCLnBsRPEGCQkFEgDJT3h7xLJP/FzFBtQlH+HfMNska/ZoWHQGGmxzLS82IN9Nho/yjmqByh+Y07gxje+CJCgIYrfYWCEmADHppTDIn31k7S3gaJ4UMgxyVZbYk4zkozybI/NO5fpSCqS7QNCFXKZcE7SfdDiWwGyNndIgDTSymvuoSgBKBYwzfJKPmSNPnTM/wOD+CUF+tIx/58LGJiogF/2geTq/CtKlCtH/jrwHEIPVQAAAABJRU5ErkJggg==);
      transform: scale(0.5);
      height: 26px;
      left: 2px; }
  .manage-software-page__table .table-container__header-left .controls .manage-software-page__vuln_dropdown .Select-value-label {
    padding-left: 1.5rem;
    font-size: 1rem !important; }

.manage-software-page__table .table-container__search {
  width: 100%; }
  .manage-software-page__table .table-container__search .search-field__input-wrapper {
    width: 100%; }
  @media (min-width: 768px) {
    .manage-software-page__table .table-container__search {
      width: auto; }
      .manage-software-page__table .table-container__search .search-field__input-wrapper {
        width: 411px; } }

.manage-software-page__table .table-container__data-table-block .data-table-block .data-table__table tr .software-link {
  color: #6a67fe;
  visibility: hidden;
  font-weight: bold;
  text-decoration: none;
  vertical-align: middle; }
  .manage-software-page__table .table-container__data-table-block .data-table-block .data-table__table tr .software-link a {
    text-decoration: none; }
  .manage-software-page__table .table-container__data-table-block .data-table-block .data-table__table tr .software-link img {
    height: 16px;
    width: 16px;
    vertical-align: middle; }
  .manage-software-page__table .table-container__data-table-block .data-table-block .data-table__table tr .software-link .link-text {
    padding-right: 0.125rem; }

.manage-software-page__table .table-container__data-table-block .data-table-block .data-table__table tr:hover .software-link {
  visibility: visible; }

.manage-software-page__table .table-container__data-table-block .data-table-block .data-table__table thead .name__header {
  width: 202px; }

.manage-software-page__table .table-container__data-table-block .data-table-block .data-table__table thead .version__header {
  width: 0; }

.manage-software-page__table .table-container__data-table-block .data-table-block .data-table__table thead .source__header {
  display: none;
  width: 0; }

.manage-software-page__table .table-container__data-table-block .data-table-block .data-table__table thead .hosts_count__header {
  width: auto;
  border-right: 0; }

@media (min-width: 990px) {
  .manage-software-page__table .table-container__data-table-block .data-table-block .data-table__table thead .version__header {
    width: 202px; } }

@media (min-width: 1400px) {
  .manage-software-page__table .table-container__data-table-block .data-table-block .data-table__table thead .source__header {
    display: table-cell; } }

.manage-software-page__table .table-container__data-table-block .data-table-block .data-table__table tbody .name__cell {
  width: 202px; }

.manage-software-page__table .table-container__data-table-block .data-table-block .data-table__table tbody .version__cell {
  width: 0; }

.manage-software-page__table .table-container__data-table-block .data-table-block .data-table__table tbody .source__cell {
  display: none;
  width: 0; }

.manage-software-page__table .table-container__data-table-block .data-table-block .data-table__table tbody .vulnerabilities__cell .text-muted {
  color: #8b8fa2; }

.manage-software-page__table .table-container__data-table-block .data-table-block .data-table__table tbody .hosts_count__cell {
  width: auto; }
  .manage-software-page__table .table-container__data-table-block .data-table-block .data-table__table tbody .hosts_count__cell .hosts-cell__wrapper {
    display: flex;
    justify-content: space-between; }
    .manage-software-page__table .table-container__data-table-block .data-table-block .data-table__table tbody .hosts_count__cell .hosts-cell__wrapper .hosts-cell__link {
      display: flex; }

@media (min-width: 990px) {
  .manage-software-page__table .table-container__data-table-block .data-table-block .data-table__table tbody .version_cell {
    width: 202px; } }

@media (min-width: 1400px) {
  .manage-software-page__table .table-container__data-table-block .data-table-block .data-table__table tbody .source__cell {
    display: table-cell; } }

.manage-automations-modal {
  width: 778px; }
  .manage-automations-modal pre,
  .manage-automations-modal code {
    background-color: #f9fafc;
    color: #3e4771;
    border: 1px solid #e2e4ea;
    border-radius: 4px;
    padding: 7px 1rem;
    margin: 1.5rem 0 0 44px; }
  .manage-automations-modal__error {
    color: #d66c7b; }
  .manage-automations-modal__overlay-container {
    display: grid; }
  .manage-automations-modal__software-automation-enabled, .manage-automations-modal__overlay {
    grid-area: 1 / 1; }
  .manage-automations-modal__overlay {
    background-color: #ffffff;
    z-index: 0;
    opacity: 75%; }
  .manage-automations-modal__software-automation-description p {
    margin: 1.5rem 0; }
  .manage-automations-modal .form-field__label--error {
    color: #d66c7b; }
  .manage-automations-modal__workflow {
    margin-top: 1.25rem; }
  .manage-automations-modal__radio-input {
    margin: 1rem 0; }
  .manage-automations-modal__no-integration--cta {
    margin-top: 1rem; }
  .manage-automations-modal__add-integration-link {
    font-size: 0.875rem;
    color: #6a67fe;
    font-weight: 700;
    text-decoration: none;
    margin-top: 1.5rem; }
    .manage-automations-modal__add-integration-link:hover, .manage-automations-modal__add-integration-link:focus-visible {
      text-decoration: underline; }

.preview-payload-modal__sandbox-info {
  margin-top: 1rem; }
  .preview-payload-modal__sandbox-info p {
    margin: 0;
    margin-bottom: 1rem; }
  .preview-payload-modal__sandbox-info p:last-child {
    margin-bottom: 0; }

.preview-payload-modal a {
  color: #6a67fe;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none; }

.preview-payload-modal__btn-wrap {
  display: flex;
  flex-direction: row-reverse; }

.preview-payload-modal__btn {
  margin-left: 12px; }

.preview-payload-modal .tooltip__tooltip-icon img {
  width: 16px;
  height: 16px;
  vertical-align: top; }

.user-settings {
  display: flex;
  align-items: stretch; }
  .user-settings h1 {
    margin: 0 0 2rem; }
  .user-settings h2 {
    font-size: 0.875rem;
    font-weight: 700; }
  .user-settings__manage {
    flex-grow: 1;
    min-width: 542px; }
  .user-settings__additional {
    width: 340px;
    max-width: 340px;
    min-width: 340px;
    box-sizing: border-box;
    padding: 2.5rem;
    background-color: #ffffff;
    min-height: 100vh;
    border-left: solid 1px #e2e4ea; }
  .user-settings__change-avatar {
    position: relative;
    padding: 0 0 20px; }
    .user-settings__change-avatar a {
      display: block;
      color: #6a67fe;
      text-align: center;
      position: relative;
      z-index: 1;
      text-decoration: none;
      font-size: 0.875rem;
      margin-top: 0.25rem; }
  .user-settings__header {
    font-size: 0.875rem;
    font-weight: 700;
    margin: 1.5rem 0 0.25rem; }
  .user-settings__description {
    font-size: 0.875rem;
    font-style: italic;
    margin: 0.25rem 0; }
  .user-settings__avatar {
    margin: 0 auto; }
  .user-settings__more-info-detail {
    color: #192147; }
    .user-settings__more-info-detail .fleeticon {
      color: #e3e3e3;
      font-size: 18px;
      margin-right: 11px; }
  .user-settings__button {
    width: 100%; }
  .user-settings__last-updated {
    font-size: 0.875rem;
    font-style: italic;
    margin: 4px 0 1.5rem; }
  .user-settings__confirm-update {
    margin-bottom: 1rem; }
  .user-settings__reveal-secret {
    float: right;
    text-decoration: none; }
  .user-settings__secret-label {
    font-size: 0.875rem;
    font-weight: 700;
    margin: 0 0 0.25rem; }
    .user-settings__secret-label a {
      color: #6a67fe; }
  .user-settings__secret-wrapper {
    position: relative; }
  .user-settings__button-wrap {
    display: flex;
    justify-content: flex-end; }
  .user-settings .buttons {
    display: flex;
    align-items: center;
    position: absolute;
    right: 16px;
    transform: translateY(80%);
    height: 16px; }
    .user-settings .buttons span {
      font-weight: 400; }
    .user-settings .buttons a {
      display: flex;
      align-items: center; }
    .user-settings .buttons img {
      width: 16px;
      height: 16px; }
  .user-settings__secret-copy-icon {
    color: #6a67fe;
    margin-left: 0.5rem; }
  .user-settings__secret-input input {
    border-radius: 2px;
    background-color: #f9fafc;
    border-color: #e2e4ea;
    padding-right: 90px;
    font-family: "SourceCodePro", "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace; }
    .user-settings__secret-input input[type="password"] {
      letter-spacing: 3px; }
  .user-settings__version {
    font-size: 0.75rem;
    text-align: center;
    display: block;
    margin-top: 1.5rem; }
  .user-settings__privacy-policy {
    text-align: center;
    display: block;
    margin-top: 2rem; }
    .user-settings__privacy-policy a {
      font-size: 0.875rem;
      color: #6a67fe;
      font-weight: 700;
      text-decoration: none; }
  .user-settings .grey-cell {
    color: #8b8fa2;
    font-style: italic; }

