.SnapshotStatusBarError:hover {
  text-decoration: underline;
}

/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.fa-solid,
.fa-regular,
.fa-brands,
.fas,
.far,
.fab,
.fa-sharp-solid,
.fa-classic,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
}
.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}
.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}
.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}
@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%,
  90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%,
  100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%,
  24% {
    transform: rotate(-18deg);
  }
  12%,
  28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%,
  100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}
.fa-rotate-180 {
  transform: rotate(180deg);
}
.fa-rotate-270 {
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse, #fff);
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30";
}
.fa-1::before {
  content: "\31";
}
.fa-2::before {
  content: "\32";
}
.fa-3::before {
  content: "\33";
}
.fa-4::before {
  content: "\34";
}
.fa-5::before {
  content: "\35";
}
.fa-6::before {
  content: "\36";
}
.fa-7::before {
  content: "\37";
}
.fa-8::before {
  content: "\38";
}
.fa-9::before {
  content: "\39";
}
.fa-fill-drip::before {
  content: "\f576";
}
.fa-arrows-to-circle::before {
  content: "\e4bd";
}
.fa-circle-chevron-right::before {
  content: "\f138";
}
.fa-chevron-circle-right::before {
  content: "\f138";
}
.fa-at::before {
  content: "\40";
}
.fa-trash-can::before {
  content: "\f2ed";
}
.fa-trash-alt::before {
  content: "\f2ed";
}
.fa-text-height::before {
  content: "\f034";
}
.fa-user-xmark::before {
  content: "\f235";
}
.fa-user-times::before {
  content: "\f235";
}
.fa-stethoscope::before {
  content: "\f0f1";
}
.fa-message::before {
  content: "\f27a";
}
.fa-comment-alt::before {
  content: "\f27a";
}
.fa-info::before {
  content: "\f129";
}
.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}
.fa-compress-alt::before {
  content: "\f422";
}
.fa-explosion::before {
  content: "\e4e9";
}
.fa-file-lines::before {
  content: "\f15c";
}
.fa-file-alt::before {
  content: "\f15c";
}
.fa-file-text::before {
  content: "\f15c";
}
.fa-wave-square::before {
  content: "\f83e";
}
.fa-ring::before {
  content: "\f70b";
}
.fa-building-un::before {
  content: "\e4d9";
}
.fa-dice-three::before {
  content: "\f527";
}
.fa-calendar-days::before {
  content: "\f073";
}
.fa-calendar-alt::before {
  content: "\f073";
}
.fa-anchor-circle-check::before {
  content: "\e4aa";
}
.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}
.fa-volleyball::before {
  content: "\f45f";
}
.fa-volleyball-ball::before {
  content: "\f45f";
}
.fa-arrows-up-to-line::before {
  content: "\e4c2";
}
.fa-sort-down::before {
  content: "\f0dd";
}
.fa-sort-desc::before {
  content: "\f0dd";
}
.fa-circle-minus::before {
  content: "\f056";
}
.fa-minus-circle::before {
  content: "\f056";
}
.fa-door-open::before {
  content: "\f52b";
}
.fa-right-from-bracket::before {
  content: "\f2f5";
}
.fa-sign-out-alt::before {
  content: "\f2f5";
}
.fa-atom::before {
  content: "\f5d2";
}
.fa-soap::before {
  content: "\e06e";
}
.fa-icons::before {
  content: "\f86d";
}
.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}
.fa-microphone-lines-slash::before {
  content: "\f539";
}
.fa-microphone-alt-slash::before {
  content: "\f539";
}
.fa-bridge-circle-check::before {
  content: "\e4c9";
}
.fa-pump-medical::before {
  content: "\e06a";
}
.fa-fingerprint::before {
  content: "\f577";
}
.fa-hand-point-right::before {
  content: "\f0a4";
}
.fa-magnifying-glass-location::before {
  content: "\f689";
}
.fa-search-location::before {
  content: "\f689";
}
.fa-forward-step::before {
  content: "\f051";
}
.fa-step-forward::before {
  content: "\f051";
}
.fa-face-smile-beam::before {
  content: "\f5b8";
}
.fa-smile-beam::before {
  content: "\f5b8";
}
.fa-flag-checkered::before {
  content: "\f11e";
}
.fa-football::before {
  content: "\f44e";
}
.fa-football-ball::before {
  content: "\f44e";
}
.fa-school-circle-exclamation::before {
  content: "\e56c";
}
.fa-crop::before {
  content: "\f125";
}
.fa-angles-down::before {
  content: "\f103";
}
.fa-angle-double-down::before {
  content: "\f103";
}
.fa-users-rectangle::before {
  content: "\e594";
}
.fa-people-roof::before {
  content: "\e537";
}
.fa-people-line::before {
  content: "\e534";
}
.fa-beer-mug-empty::before {
  content: "\f0fc";
}
.fa-beer::before {
  content: "\f0fc";
}
.fa-diagram-predecessor::before {
  content: "\e477";
}
.fa-arrow-up-long::before {
  content: "\f176";
}
.fa-long-arrow-up::before {
  content: "\f176";
}
.fa-fire-flame-simple::before {
  content: "\f46a";
}
.fa-burn::before {
  content: "\f46a";
}
.fa-person::before {
  content: "\f183";
}
.fa-male::before {
  content: "\f183";
}
.fa-laptop::before {
  content: "\f109";
}
.fa-file-csv::before {
  content: "\f6dd";
}
.fa-menorah::before {
  content: "\f676";
}
.fa-truck-plane::before {
  content: "\e58f";
}
.fa-record-vinyl::before {
  content: "\f8d9";
}
.fa-face-grin-stars::before {
  content: "\f587";
}
.fa-grin-stars::before {
  content: "\f587";
}
.fa-bong::before {
  content: "\f55c";
}
.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}
.fa-pastafarianism::before {
  content: "\f67b";
}
.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}
.fa-spoon::before {
  content: "\f2e5";
}
.fa-utensil-spoon::before {
  content: "\f2e5";
}
.fa-jar-wheat::before {
  content: "\e517";
}
.fa-envelopes-bulk::before {
  content: "\f674";
}
.fa-mail-bulk::before {
  content: "\f674";
}
.fa-file-circle-exclamation::before {
  content: "\e4eb";
}
.fa-circle-h::before {
  content: "\f47e";
}
.fa-hospital-symbol::before {
  content: "\f47e";
}
.fa-pager::before {
  content: "\f815";
}
.fa-address-book::before {
  content: "\f2b9";
}
.fa-contact-book::before {
  content: "\f2b9";
}
.fa-strikethrough::before {
  content: "\f0cc";
}
.fa-k::before {
  content: "\4b";
}
.fa-landmark-flag::before {
  content: "\e51c";
}
.fa-pencil::before {
  content: "\f303";
}
.fa-pencil-alt::before {
  content: "\f303";
}
.fa-backward::before {
  content: "\f04a";
}
.fa-caret-right::before {
  content: "\f0da";
}
.fa-comments::before {
  content: "\f086";
}
.fa-paste::before {
  content: "\f0ea";
}
.fa-file-clipboard::before {
  content: "\f0ea";
}
.fa-code-pull-request::before {
  content: "\e13c";
}
.fa-clipboard-list::before {
  content: "\f46d";
}
.fa-truck-ramp-box::before {
  content: "\f4de";
}
.fa-truck-loading::before {
  content: "\f4de";
}
.fa-user-check::before {
  content: "\f4fc";
}
.fa-vial-virus::before {
  content: "\e597";
}
.fa-sheet-plastic::before {
  content: "\e571";
}
.fa-blog::before {
  content: "\f781";
}
.fa-user-ninja::before {
  content: "\f504";
}
.fa-person-arrow-up-from-line::before {
  content: "\e539";
}
.fa-scroll-torah::before {
  content: "\f6a0";
}
.fa-torah::before {
  content: "\f6a0";
}
.fa-broom-ball::before {
  content: "\f458";
}
.fa-quidditch::before {
  content: "\f458";
}
.fa-quidditch-broom-ball::before {
  content: "\f458";
}
.fa-toggle-off::before {
  content: "\f204";
}
.fa-box-archive::before {
  content: "\f187";
}
.fa-archive::before {
  content: "\f187";
}
.fa-person-drowning::before {
  content: "\e545";
}
.fa-arrow-down-9-1::before {
  content: "\f886";
}
.fa-sort-numeric-desc::before {
  content: "\f886";
}
.fa-sort-numeric-down-alt::before {
  content: "\f886";
}
.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}
.fa-grin-tongue-squint::before {
  content: "\f58a";
}
.fa-spray-can::before {
  content: "\f5bd";
}
.fa-truck-monster::before {
  content: "\f63b";
}
.fa-w::before {
  content: "\57";
}
.fa-earth-africa::before {
  content: "\f57c";
}
.fa-globe-africa::before {
  content: "\f57c";
}
.fa-rainbow::before {
  content: "\f75b";
}
.fa-circle-notch::before {
  content: "\f1ce";
}
.fa-tablet-screen-button::before {
  content: "\f3fa";
}
.fa-tablet-alt::before {
  content: "\f3fa";
}
.fa-paw::before {
  content: "\f1b0";
}
.fa-cloud::before {
  content: "\f0c2";
}
.fa-trowel-bricks::before {
  content: "\e58a";
}
.fa-face-flushed::before {
  content: "\f579";
}
.fa-flushed::before {
  content: "\f579";
}
.fa-hospital-user::before {
  content: "\f80d";
}
.fa-tent-arrow-left-right::before {
  content: "\e57f";
}
.fa-gavel::before {
  content: "\f0e3";
}
.fa-legal::before {
  content: "\f0e3";
}
.fa-binoculars::before {
  content: "\f1e5";
}
.fa-microphone-slash::before {
  content: "\f131";
}
.fa-box-tissue::before {
  content: "\e05b";
}
.fa-motorcycle::before {
  content: "\f21c";
}
.fa-bell-concierge::before {
  content: "\f562";
}
.fa-concierge-bell::before {
  content: "\f562";
}
.fa-pen-ruler::before {
  content: "\f5ae";
}
.fa-pencil-ruler::before {
  content: "\f5ae";
}
.fa-people-arrows::before {
  content: "\e068";
}
.fa-people-arrows-left-right::before {
  content: "\e068";
}
.fa-mars-and-venus-burst::before {
  content: "\e523";
}
.fa-square-caret-right::before {
  content: "\f152";
}
.fa-caret-square-right::before {
  content: "\f152";
}
.fa-scissors::before {
  content: "\f0c4";
}
.fa-cut::before {
  content: "\f0c4";
}
.fa-sun-plant-wilt::before {
  content: "\e57a";
}
.fa-toilets-portable::before {
  content: "\e584";
}
.fa-hockey-puck::before {
  content: "\f453";
}
.fa-table::before {
  content: "\f0ce";
}
.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}
.fa-tachograph-digital::before {
  content: "\f566";
}
.fa-digital-tachograph::before {
  content: "\f566";
}
.fa-users-slash::before {
  content: "\e073";
}
.fa-clover::before {
  content: "\e139";
}
.fa-reply::before {
  content: "\f3e5";
}
.fa-mail-reply::before {
  content: "\f3e5";
}
.fa-star-and-crescent::before {
  content: "\f699";
}
.fa-house-fire::before {
  content: "\e50c";
}
.fa-square-minus::before {
  content: "\f146";
}
.fa-minus-square::before {
  content: "\f146";
}
.fa-helicopter::before {
  content: "\f533";
}
.fa-compass::before {
  content: "\f14e";
}
.fa-square-caret-down::before {
  content: "\f150";
}
.fa-caret-square-down::before {
  content: "\f150";
}
.fa-file-circle-question::before {
  content: "\e4ef";
}
.fa-laptop-code::before {
  content: "\f5fc";
}
.fa-swatchbook::before {
  content: "\f5c3";
}
.fa-prescription-bottle::before {
  content: "\f485";
}
.fa-bars::before {
  content: "\f0c9";
}
.fa-navicon::before {
  content: "\f0c9";
}
.fa-people-group::before {
  content: "\e533";
}
.fa-hourglass-end::before {
  content: "\f253";
}
.fa-hourglass-3::before {
  content: "\f253";
}
.fa-heart-crack::before {
  content: "\f7a9";
}
.fa-heart-broken::before {
  content: "\f7a9";
}
.fa-square-up-right::before {
  content: "\f360";
}
.fa-external-link-square-alt::before {
  content: "\f360";
}
.fa-face-kiss-beam::before {
  content: "\f597";
}
.fa-kiss-beam::before {
  content: "\f597";
}
.fa-film::before {
  content: "\f008";
}
.fa-ruler-horizontal::before {
  content: "\f547";
}
.fa-people-robbery::before {
  content: "\e536";
}
.fa-lightbulb::before {
  content: "\f0eb";
}
.fa-caret-left::before {
  content: "\f0d9";
}
.fa-circle-exclamation::before {
  content: "\f06a";
}
.fa-exclamation-circle::before {
  content: "\f06a";
}
.fa-school-circle-xmark::before {
  content: "\e56d";
}
.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}
.fa-sign-out::before {
  content: "\f08b";
}
.fa-circle-chevron-down::before {
  content: "\f13a";
}
.fa-chevron-circle-down::before {
  content: "\f13a";
}
.fa-unlock-keyhole::before {
  content: "\f13e";
}
.fa-unlock-alt::before {
  content: "\f13e";
}
.fa-cloud-showers-heavy::before {
  content: "\f740";
}
.fa-headphones-simple::before {
  content: "\f58f";
}
.fa-headphones-alt::before {
  content: "\f58f";
}
.fa-sitemap::before {
  content: "\f0e8";
}
.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}
.fa-donate::before {
  content: "\f4b9";
}
.fa-memory::before {
  content: "\f538";
}
.fa-road-spikes::before {
  content: "\e568";
}
.fa-fire-burner::before {
  content: "\e4f1";
}
.fa-flag::before {
  content: "\f024";
}
.fa-hanukiah::before {
  content: "\f6e6";
}
.fa-feather::before {
  content: "\f52d";
}
.fa-volume-low::before {
  content: "\f027";
}
.fa-volume-down::before {
  content: "\f027";
}
.fa-comment-slash::before {
  content: "\f4b3";
}
.fa-cloud-sun-rain::before {
  content: "\f743";
}
.fa-compress::before {
  content: "\f066";
}
.fa-wheat-awn::before {
  content: "\e2cd";
}
.fa-wheat-alt::before {
  content: "\e2cd";
}
.fa-ankh::before {
  content: "\f644";
}
.fa-hands-holding-child::before {
  content: "\e4fa";
}
.fa-asterisk::before {
  content: "\2a";
}
.fa-square-check::before {
  content: "\f14a";
}
.fa-check-square::before {
  content: "\f14a";
}
.fa-peseta-sign::before {
  content: "\e221";
}
.fa-heading::before {
  content: "\f1dc";
}
.fa-header::before {
  content: "\f1dc";
}
.fa-ghost::before {
  content: "\f6e2";
}
.fa-list::before {
  content: "\f03a";
}
.fa-list-squares::before {
  content: "\f03a";
}
.fa-square-phone-flip::before {
  content: "\f87b";
}
.fa-phone-square-alt::before {
  content: "\f87b";
}
.fa-cart-plus::before {
  content: "\f217";
}
.fa-gamepad::before {
  content: "\f11b";
}
.fa-circle-dot::before {
  content: "\f192";
}
.fa-dot-circle::before {
  content: "\f192";
}
.fa-face-dizzy::before {
  content: "\f567";
}
.fa-dizzy::before {
  content: "\f567";
}
.fa-egg::before {
  content: "\f7fb";
}
.fa-house-medical-circle-xmark::before {
  content: "\e513";
}
.fa-campground::before {
  content: "\f6bb";
}
.fa-folder-plus::before {
  content: "\f65e";
}
.fa-futbol::before {
  content: "\f1e3";
}
.fa-futbol-ball::before {
  content: "\f1e3";
}
.fa-soccer-ball::before {
  content: "\f1e3";
}
.fa-paintbrush::before {
  content: "\f1fc";
}
.fa-paint-brush::before {
  content: "\f1fc";
}
.fa-lock::before {
  content: "\f023";
}
.fa-gas-pump::before {
  content: "\f52f";
}
.fa-hot-tub-person::before {
  content: "\f593";
}
.fa-hot-tub::before {
  content: "\f593";
}
.fa-map-location::before {
  content: "\f59f";
}
.fa-map-marked::before {
  content: "\f59f";
}
.fa-house-flood-water::before {
  content: "\e50e";
}
.fa-tree::before {
  content: "\f1bb";
}
.fa-bridge-lock::before {
  content: "\e4cc";
}
.fa-sack-dollar::before {
  content: "\f81d";
}
.fa-pen-to-square::before {
  content: "\f044";
}
.fa-edit::before {
  content: "\f044";
}
.fa-car-side::before {
  content: "\f5e4";
}
.fa-share-nodes::before {
  content: "\f1e0";
}
.fa-share-alt::before {
  content: "\f1e0";
}
.fa-heart-circle-minus::before {
  content: "\e4ff";
}
.fa-hourglass-half::before {
  content: "\f252";
}
.fa-hourglass-2::before {
  content: "\f252";
}
.fa-microscope::before {
  content: "\f610";
}
.fa-sink::before {
  content: "\e06d";
}
.fa-bag-shopping::before {
  content: "\f290";
}
.fa-shopping-bag::before {
  content: "\f290";
}
.fa-arrow-down-z-a::before {
  content: "\f881";
}
.fa-sort-alpha-desc::before {
  content: "\f881";
}
.fa-sort-alpha-down-alt::before {
  content: "\f881";
}
.fa-mitten::before {
  content: "\f7b5";
}
.fa-person-rays::before {
  content: "\e54d";
}
.fa-users::before {
  content: "\f0c0";
}
.fa-eye-slash::before {
  content: "\f070";
}
.fa-flask-vial::before {
  content: "\e4f3";
}
.fa-hand::before {
  content: "\f256";
}
.fa-hand-paper::before {
  content: "\f256";
}
.fa-om::before {
  content: "\f679";
}
.fa-worm::before {
  content: "\e599";
}
.fa-house-circle-xmark::before {
  content: "\e50b";
}
.fa-plug::before {
  content: "\f1e6";
}
.fa-chevron-up::before {
  content: "\f077";
}
.fa-hand-spock::before {
  content: "\f259";
}
.fa-stopwatch::before {
  content: "\f2f2";
}
.fa-face-kiss::before {
  content: "\f596";
}
.fa-kiss::before {
  content: "\f596";
}
.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}
.fa-face-grin-tongue::before {
  content: "\f589";
}
.fa-grin-tongue::before {
  content: "\f589";
}
.fa-chess-bishop::before {
  content: "\f43a";
}
.fa-face-grin-wink::before {
  content: "\f58c";
}
.fa-grin-wink::before {
  content: "\f58c";
}
.fa-ear-deaf::before {
  content: "\f2a4";
}
.fa-deaf::before {
  content: "\f2a4";
}
.fa-deafness::before {
  content: "\f2a4";
}
.fa-hard-of-hearing::before {
  content: "\f2a4";
}
.fa-road-circle-check::before {
  content: "\e564";
}
.fa-dice-five::before {
  content: "\f523";
}
.fa-square-rss::before {
  content: "\f143";
}
.fa-rss-square::before {
  content: "\f143";
}
.fa-land-mine-on::before {
  content: "\e51b";
}
.fa-i-cursor::before {
  content: "\f246";
}
.fa-stamp::before {
  content: "\f5bf";
}
.fa-stairs::before {
  content: "\e289";
}
.fa-i::before {
  content: "\49";
}
.fa-hryvnia-sign::before {
  content: "\f6f2";
}
.fa-hryvnia::before {
  content: "\f6f2";
}
.fa-pills::before {
  content: "\f484";
}
.fa-face-grin-wide::before {
  content: "\f581";
}
.fa-grin-alt::before {
  content: "\f581";
}
.fa-tooth::before {
  content: "\f5c9";
}
.fa-v::before {
  content: "\56";
}
.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}
.fa-bicycle::before {
  content: "\f206";
}
.fa-staff-snake::before {
  content: "\e579";
}
.fa-rod-asclepius::before {
  content: "\e579";
}
.fa-rod-snake::before {
  content: "\e579";
}
.fa-staff-aesculapius::before {
  content: "\e579";
}
.fa-head-side-cough-slash::before {
  content: "\e062";
}
.fa-truck-medical::before {
  content: "\f0f9";
}
.fa-ambulance::before {
  content: "\f0f9";
}
.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}
.fa-snowman::before {
  content: "\f7d0";
}
.fa-mortar-pestle::before {
  content: "\f5a7";
}
.fa-road-barrier::before {
  content: "\e562";
}
.fa-school::before {
  content: "\f549";
}
.fa-igloo::before {
  content: "\f7ae";
}
.fa-joint::before {
  content: "\f595";
}
.fa-angle-right::before {
  content: "\f105";
}
.fa-horse::before {
  content: "\f6f0";
}
.fa-q::before {
  content: "\51";
}
.fa-g::before {
  content: "\47";
}
.fa-notes-medical::before {
  content: "\f481";
}
.fa-temperature-half::before {
  content: "\f2c9";
}
.fa-temperature-2::before {
  content: "\f2c9";
}
.fa-thermometer-2::before {
  content: "\f2c9";
}
.fa-thermometer-half::before {
  content: "\f2c9";
}
.fa-dong-sign::before {
  content: "\e169";
}
.fa-capsules::before {
  content: "\f46b";
}
.fa-poo-storm::before {
  content: "\f75a";
}
.fa-poo-bolt::before {
  content: "\f75a";
}
.fa-face-frown-open::before {
  content: "\f57a";
}
.fa-frown-open::before {
  content: "\f57a";
}
.fa-hand-point-up::before {
  content: "\f0a6";
}
.fa-money-bill::before {
  content: "\f0d6";
}
.fa-bookmark::before {
  content: "\f02e";
}
.fa-align-justify::before {
  content: "\f039";
}
.fa-umbrella-beach::before {
  content: "\f5ca";
}
.fa-helmet-un::before {
  content: "\e503";
}
.fa-bullseye::before {
  content: "\f140";
}
.fa-bacon::before {
  content: "\f7e5";
}
.fa-hand-point-down::before {
  content: "\f0a7";
}
.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}
.fa-folder::before {
  content: "\f07b";
}
.fa-folder-blank::before {
  content: "\f07b";
}
.fa-file-waveform::before {
  content: "\f478";
}
.fa-file-medical-alt::before {
  content: "\f478";
}
.fa-radiation::before {
  content: "\f7b9";
}
.fa-chart-simple::before {
  content: "\e473";
}
.fa-mars-stroke::before {
  content: "\f229";
}
.fa-vial::before {
  content: "\f492";
}
.fa-gauge::before {
  content: "\f624";
}
.fa-dashboard::before {
  content: "\f624";
}
.fa-gauge-med::before {
  content: "\f624";
}
.fa-tachometer-alt-average::before {
  content: "\f624";
}
.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}
.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}
.fa-e::before {
  content: "\45";
}
.fa-pen-clip::before {
  content: "\f305";
}
.fa-pen-alt::before {
  content: "\f305";
}
.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}
.fa-user::before {
  content: "\f007";
}
.fa-school-circle-check::before {
  content: "\e56b";
}
.fa-dumpster::before {
  content: "\f793";
}
.fa-van-shuttle::before {
  content: "\f5b6";
}
.fa-shuttle-van::before {
  content: "\f5b6";
}
.fa-building-user::before {
  content: "\e4da";
}
.fa-square-caret-left::before {
  content: "\f191";
}
.fa-caret-square-left::before {
  content: "\f191";
}
.fa-highlighter::before {
  content: "\f591";
}
.fa-key::before {
  content: "\f084";
}
.fa-bullhorn::before {
  content: "\f0a1";
}
.fa-globe::before {
  content: "\f0ac";
}
.fa-synagogue::before {
  content: "\f69b";
}
.fa-person-half-dress::before {
  content: "\e548";
}
.fa-road-bridge::before {
  content: "\e563";
}
.fa-location-arrow::before {
  content: "\f124";
}
.fa-c::before {
  content: "\43";
}
.fa-tablet-button::before {
  content: "\f10a";
}
.fa-building-lock::before {
  content: "\e4d6";
}
.fa-pizza-slice::before {
  content: "\f818";
}
.fa-money-bill-wave::before {
  content: "\f53a";
}
.fa-chart-area::before {
  content: "\f1fe";
}
.fa-area-chart::before {
  content: "\f1fe";
}
.fa-house-flag::before {
  content: "\e50d";
}
.fa-person-circle-minus::before {
  content: "\e540";
}
.fa-ban::before {
  content: "\f05e";
}
.fa-cancel::before {
  content: "\f05e";
}
.fa-camera-rotate::before {
  content: "\e0d8";
}
.fa-spray-can-sparkles::before {
  content: "\f5d0";
}
.fa-air-freshener::before {
  content: "\f5d0";
}
.fa-star::before {
  content: "\f005";
}
.fa-repeat::before {
  content: "\f363";
}
.fa-cross::before {
  content: "\f654";
}
.fa-box::before {
  content: "\f466";
}
.fa-venus-mars::before {
  content: "\f228";
}
.fa-arrow-pointer::before {
  content: "\f245";
}
.fa-mouse-pointer::before {
  content: "\f245";
}
.fa-maximize::before {
  content: "\f31e";
}
.fa-expand-arrows-alt::before {
  content: "\f31e";
}
.fa-charging-station::before {
  content: "\f5e7";
}
.fa-shapes::before {
  content: "\f61f";
}
.fa-triangle-circle-square::before {
  content: "\f61f";
}
.fa-shuffle::before {
  content: "\f074";
}
.fa-random::before {
  content: "\f074";
}
.fa-person-running::before {
  content: "\f70c";
}
.fa-running::before {
  content: "\f70c";
}
.fa-mobile-retro::before {
  content: "\e527";
}
.fa-grip-lines-vertical::before {
  content: "\f7a5";
}
.fa-spider::before {
  content: "\f717";
}
.fa-hands-bound::before {
  content: "\e4f9";
}
.fa-file-invoice-dollar::before {
  content: "\f571";
}
.fa-plane-circle-exclamation::before {
  content: "\e556";
}
.fa-x-ray::before {
  content: "\f497";
}
.fa-spell-check::before {
  content: "\f891";
}
.fa-slash::before {
  content: "\f715";
}
.fa-computer-mouse::before {
  content: "\f8cc";
}
.fa-mouse::before {
  content: "\f8cc";
}
.fa-arrow-right-to-bracket::before {
  content: "\f090";
}
.fa-sign-in::before {
  content: "\f090";
}
.fa-shop-slash::before {
  content: "\e070";
}
.fa-store-alt-slash::before {
  content: "\e070";
}
.fa-server::before {
  content: "\f233";
}
.fa-virus-covid-slash::before {
  content: "\e4a9";
}
.fa-shop-lock::before {
  content: "\e4a5";
}
.fa-hourglass-start::before {
  content: "\f251";
}
.fa-hourglass-1::before {
  content: "\f251";
}
.fa-blender-phone::before {
  content: "\f6b6";
}
.fa-building-wheat::before {
  content: "\e4db";
}
.fa-person-breastfeeding::before {
  content: "\e53a";
}
.fa-right-to-bracket::before {
  content: "\f2f6";
}
.fa-sign-in-alt::before {
  content: "\f2f6";
}
.fa-venus::before {
  content: "\f221";
}
.fa-passport::before {
  content: "\f5ab";
}
.fa-thumbtack-slash::before {
  content: "\e68f";
}
.fa-thumb-tack-slash::before {
  content: "\e68f";
}
.fa-heart-pulse::before {
  content: "\f21e";
}
.fa-heartbeat::before {
  content: "\f21e";
}
.fa-people-carry-box::before {
  content: "\f4ce";
}
.fa-people-carry::before {
  content: "\f4ce";
}
.fa-temperature-high::before {
  content: "\f769";
}
.fa-microchip::before {
  content: "\f2db";
}
.fa-crown::before {
  content: "\f521";
}
.fa-weight-hanging::before {
  content: "\f5cd";
}
.fa-xmarks-lines::before {
  content: "\e59a";
}
.fa-file-prescription::before {
  content: "\f572";
}
.fa-weight-scale::before {
  content: "\f496";
}
.fa-weight::before {
  content: "\f496";
}
.fa-user-group::before {
  content: "\f500";
}
.fa-user-friends::before {
  content: "\f500";
}
.fa-arrow-up-a-z::before {
  content: "\f15e";
}
.fa-sort-alpha-up::before {
  content: "\f15e";
}
.fa-chess-knight::before {
  content: "\f441";
}
.fa-face-laugh-squint::before {
  content: "\f59b";
}
.fa-laugh-squint::before {
  content: "\f59b";
}
.fa-wheelchair::before {
  content: "\f193";
}
.fa-circle-arrow-up::before {
  content: "\f0aa";
}
.fa-arrow-circle-up::before {
  content: "\f0aa";
}
.fa-toggle-on::before {
  content: "\f205";
}
.fa-person-walking::before {
  content: "\f554";
}
.fa-walking::before {
  content: "\f554";
}
.fa-l::before {
  content: "\4c";
}
.fa-fire::before {
  content: "\f06d";
}
.fa-bed-pulse::before {
  content: "\f487";
}
.fa-procedures::before {
  content: "\f487";
}
.fa-shuttle-space::before {
  content: "\f197";
}
.fa-space-shuttle::before {
  content: "\f197";
}
.fa-face-laugh::before {
  content: "\f599";
}
.fa-laugh::before {
  content: "\f599";
}
.fa-folder-open::before {
  content: "\f07c";
}
.fa-heart-circle-plus::before {
  content: "\e500";
}
.fa-code-fork::before {
  content: "\e13b";
}
.fa-city::before {
  content: "\f64f";
}
.fa-microphone-lines::before {
  content: "\f3c9";
}
.fa-microphone-alt::before {
  content: "\f3c9";
}
.fa-pepper-hot::before {
  content: "\f816";
}
.fa-unlock::before {
  content: "\f09c";
}
.fa-colon-sign::before {
  content: "\e140";
}
.fa-headset::before {
  content: "\f590";
}
.fa-store-slash::before {
  content: "\e071";
}
.fa-road-circle-xmark::before {
  content: "\e566";
}
.fa-user-minus::before {
  content: "\f503";
}
.fa-mars-stroke-up::before {
  content: "\f22a";
}
.fa-mars-stroke-v::before {
  content: "\f22a";
}
.fa-champagne-glasses::before {
  content: "\f79f";
}
.fa-glass-cheers::before {
  content: "\f79f";
}
.fa-clipboard::before {
  content: "\f328";
}
.fa-house-circle-exclamation::before {
  content: "\e50a";
}
.fa-file-arrow-up::before {
  content: "\f574";
}
.fa-file-upload::before {
  content: "\f574";
}
.fa-wifi::before {
  content: "\f1eb";
}
.fa-wifi-3::before {
  content: "\f1eb";
}
.fa-wifi-strong::before {
  content: "\f1eb";
}
.fa-bath::before {
  content: "\f2cd";
}
.fa-bathtub::before {
  content: "\f2cd";
}
.fa-underline::before {
  content: "\f0cd";
}
.fa-user-pen::before {
  content: "\f4ff";
}
.fa-user-edit::before {
  content: "\f4ff";
}
.fa-signature::before {
  content: "\f5b7";
}
.fa-stroopwafel::before {
  content: "\f551";
}
.fa-bold::before {
  content: "\f032";
}
.fa-anchor-lock::before {
  content: "\e4ad";
}
.fa-building-ngo::before {
  content: "\e4d7";
}
.fa-manat-sign::before {
  content: "\e1d5";
}
.fa-not-equal::before {
  content: "\f53e";
}
.fa-border-top-left::before {
  content: "\f853";
}
.fa-border-style::before {
  content: "\f853";
}
.fa-map-location-dot::before {
  content: "\f5a0";
}
.fa-map-marked-alt::before {
  content: "\f5a0";
}
.fa-jedi::before {
  content: "\f669";
}
.fa-square-poll-vertical::before {
  content: "\f681";
}
.fa-poll::before {
  content: "\f681";
}
.fa-mug-hot::before {
  content: "\f7b6";
}
.fa-car-battery::before {
  content: "\f5df";
}
.fa-battery-car::before {
  content: "\f5df";
}
.fa-gift::before {
  content: "\f06b";
}
.fa-dice-two::before {
  content: "\f528";
}
.fa-chess-queen::before {
  content: "\f445";
}
.fa-glasses::before {
  content: "\f530";
}
.fa-chess-board::before {
  content: "\f43c";
}
.fa-building-circle-check::before {
  content: "\e4d2";
}
.fa-person-chalkboard::before {
  content: "\e53d";
}
.fa-mars-stroke-right::before {
  content: "\f22b";
}
.fa-mars-stroke-h::before {
  content: "\f22b";
}
.fa-hand-back-fist::before {
  content: "\f255";
}
.fa-hand-rock::before {
  content: "\f255";
}
.fa-square-caret-up::before {
  content: "\f151";
}
.fa-caret-square-up::before {
  content: "\f151";
}
.fa-cloud-showers-water::before {
  content: "\e4e4";
}
.fa-chart-bar::before {
  content: "\f080";
}
.fa-bar-chart::before {
  content: "\f080";
}
.fa-hands-bubbles::before {
  content: "\e05e";
}
.fa-hands-wash::before {
  content: "\e05e";
}
.fa-less-than-equal::before {
  content: "\f537";
}
.fa-train::before {
  content: "\f238";
}
.fa-eye-low-vision::before {
  content: "\f2a8";
}
.fa-low-vision::before {
  content: "\f2a8";
}
.fa-crow::before {
  content: "\f520";
}
.fa-sailboat::before {
  content: "\e445";
}
.fa-window-restore::before {
  content: "\f2d2";
}
.fa-square-plus::before {
  content: "\f0fe";
}
.fa-plus-square::before {
  content: "\f0fe";
}
.fa-torii-gate::before {
  content: "\f6a1";
}
.fa-frog::before {
  content: "\f52e";
}
.fa-bucket::before {
  content: "\e4cf";
}
.fa-image::before {
  content: "\f03e";
}
.fa-microphone::before {
  content: "\f130";
}
.fa-cow::before {
  content: "\f6c8";
}
.fa-caret-up::before {
  content: "\f0d8";
}
.fa-screwdriver::before {
  content: "\f54a";
}
.fa-folder-closed::before {
  content: "\e185";
}
.fa-house-tsunami::before {
  content: "\e515";
}
.fa-square-nfi::before {
  content: "\e576";
}
.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}
.fa-martini-glass::before {
  content: "\f57b";
}
.fa-glass-martini-alt::before {
  content: "\f57b";
}
.fa-rotate-left::before {
  content: "\f2ea";
}
.fa-rotate-back::before {
  content: "\f2ea";
}
.fa-rotate-backward::before {
  content: "\f2ea";
}
.fa-undo-alt::before {
  content: "\f2ea";
}
.fa-table-columns::before {
  content: "\f0db";
}
.fa-columns::before {
  content: "\f0db";
}
.fa-lemon::before {
  content: "\f094";
}
.fa-head-side-mask::before {
  content: "\e063";
}
.fa-handshake::before {
  content: "\f2b5";
}
.fa-gem::before {
  content: "\f3a5";
}
.fa-dolly::before {
  content: "\f472";
}
.fa-dolly-box::before {
  content: "\f472";
}
.fa-smoking::before {
  content: "\f48d";
}
.fa-minimize::before {
  content: "\f78c";
}
.fa-compress-arrows-alt::before {
  content: "\f78c";
}
.fa-monument::before {
  content: "\f5a6";
}
.fa-snowplow::before {
  content: "\f7d2";
}
.fa-angles-right::before {
  content: "\f101";
}
.fa-angle-double-right::before {
  content: "\f101";
}
.fa-cannabis::before {
  content: "\f55f";
}
.fa-circle-play::before {
  content: "\f144";
}
.fa-play-circle::before {
  content: "\f144";
}
.fa-tablets::before {
  content: "\f490";
}
.fa-ethernet::before {
  content: "\f796";
}
.fa-euro-sign::before {
  content: "\f153";
}
.fa-eur::before {
  content: "\f153";
}
.fa-euro::before {
  content: "\f153";
}
.fa-chair::before {
  content: "\f6c0";
}
.fa-circle-check::before {
  content: "\f058";
}
.fa-check-circle::before {
  content: "\f058";
}
.fa-circle-stop::before {
  content: "\f28d";
}
.fa-stop-circle::before {
  content: "\f28d";
}
.fa-compass-drafting::before {
  content: "\f568";
}
.fa-drafting-compass::before {
  content: "\f568";
}
.fa-plate-wheat::before {
  content: "\e55a";
}
.fa-icicles::before {
  content: "\f7ad";
}
.fa-person-shelter::before {
  content: "\e54f";
}
.fa-neuter::before {
  content: "\f22c";
}
.fa-id-badge::before {
  content: "\f2c1";
}
.fa-marker::before {
  content: "\f5a1";
}
.fa-face-laugh-beam::before {
  content: "\f59a";
}
.fa-laugh-beam::before {
  content: "\f59a";
}
.fa-helicopter-symbol::before {
  content: "\e502";
}
.fa-universal-access::before {
  content: "\f29a";
}
.fa-circle-chevron-up::before {
  content: "\f139";
}
.fa-chevron-circle-up::before {
  content: "\f139";
}
.fa-lari-sign::before {
  content: "\e1c8";
}
.fa-volcano::before {
  content: "\f770";
}
.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}
.fa-sterling-sign::before {
  content: "\f154";
}
.fa-gbp::before {
  content: "\f154";
}
.fa-pound-sign::before {
  content: "\f154";
}
.fa-viruses::before {
  content: "\e076";
}
.fa-square-person-confined::before {
  content: "\e577";
}
.fa-user-tie::before {
  content: "\f508";
}
.fa-arrow-down-long::before {
  content: "\f175";
}
.fa-long-arrow-down::before {
  content: "\f175";
}
.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}
.fa-certificate::before {
  content: "\f0a3";
}
.fa-reply-all::before {
  content: "\f122";
}
.fa-mail-reply-all::before {
  content: "\f122";
}
.fa-suitcase::before {
  content: "\f0f2";
}
.fa-person-skating::before {
  content: "\f7c5";
}
.fa-skating::before {
  content: "\f7c5";
}
.fa-filter-circle-dollar::before {
  content: "\f662";
}
.fa-funnel-dollar::before {
  content: "\f662";
}
.fa-camera-retro::before {
  content: "\f083";
}
.fa-circle-arrow-down::before {
  content: "\f0ab";
}
.fa-arrow-circle-down::before {
  content: "\f0ab";
}
.fa-file-import::before {
  content: "\f56f";
}
.fa-arrow-right-to-file::before {
  content: "\f56f";
}
.fa-square-arrow-up-right::before {
  content: "\f14c";
}
.fa-external-link-square::before {
  content: "\f14c";
}
.fa-box-open::before {
  content: "\f49e";
}
.fa-scroll::before {
  content: "\f70e";
}
.fa-spa::before {
  content: "\f5bb";
}
.fa-location-pin-lock::before {
  content: "\e51f";
}
.fa-pause::before {
  content: "\f04c";
}
.fa-hill-avalanche::before {
  content: "\e507";
}
.fa-temperature-empty::before {
  content: "\f2cb";
}
.fa-temperature-0::before {
  content: "\f2cb";
}
.fa-thermometer-0::before {
  content: "\f2cb";
}
.fa-thermometer-empty::before {
  content: "\f2cb";
}
.fa-bomb::before {
  content: "\f1e2";
}
.fa-registered::before {
  content: "\f25d";
}
.fa-address-card::before {
  content: "\f2bb";
}
.fa-contact-card::before {
  content: "\f2bb";
}
.fa-vcard::before {
  content: "\f2bb";
}
.fa-scale-unbalanced-flip::before {
  content: "\f516";
}
.fa-balance-scale-right::before {
  content: "\f516";
}
.fa-subscript::before {
  content: "\f12c";
}
.fa-diamond-turn-right::before {
  content: "\f5eb";
}
.fa-directions::before {
  content: "\f5eb";
}
.fa-burst::before {
  content: "\e4dc";
}
.fa-house-laptop::before {
  content: "\e066";
}
.fa-laptop-house::before {
  content: "\e066";
}
.fa-face-tired::before {
  content: "\f5c8";
}
.fa-tired::before {
  content: "\f5c8";
}
.fa-money-bills::before {
  content: "\e1f3";
}
.fa-smog::before {
  content: "\f75f";
}
.fa-crutch::before {
  content: "\f7f7";
}
.fa-cloud-arrow-up::before {
  content: "\f0ee";
}
.fa-cloud-upload::before {
  content: "\f0ee";
}
.fa-cloud-upload-alt::before {
  content: "\f0ee";
}
.fa-palette::before {
  content: "\f53f";
}
.fa-arrows-turn-right::before {
  content: "\e4c0";
}
.fa-vest::before {
  content: "\e085";
}
.fa-ferry::before {
  content: "\e4ea";
}
.fa-arrows-down-to-people::before {
  content: "\e4b9";
}
.fa-seedling::before {
  content: "\f4d8";
}
.fa-sprout::before {
  content: "\f4d8";
}
.fa-left-right::before {
  content: "\f337";
}
.fa-arrows-alt-h::before {
  content: "\f337";
}
.fa-boxes-packing::before {
  content: "\e4c7";
}
.fa-circle-arrow-left::before {
  content: "\f0a8";
}
.fa-arrow-circle-left::before {
  content: "\f0a8";
}
.fa-group-arrows-rotate::before {
  content: "\e4f6";
}
.fa-bowl-food::before {
  content: "\e4c6";
}
.fa-candy-cane::before {
  content: "\f786";
}
.fa-arrow-down-wide-short::before {
  content: "\f160";
}
.fa-sort-amount-asc::before {
  content: "\f160";
}
.fa-sort-amount-down::before {
  content: "\f160";
}
.fa-cloud-bolt::before {
  content: "\f76c";
}
.fa-thunderstorm::before {
  content: "\f76c";
}
.fa-text-slash::before {
  content: "\f87d";
}
.fa-remove-format::before {
  content: "\f87d";
}
.fa-face-smile-wink::before {
  content: "\f4da";
}
.fa-smile-wink::before {
  content: "\f4da";
}
.fa-file-word::before {
  content: "\f1c2";
}
.fa-file-powerpoint::before {
  content: "\f1c4";
}
.fa-arrows-left-right::before {
  content: "\f07e";
}
.fa-arrows-h::before {
  content: "\f07e";
}
.fa-house-lock::before {
  content: "\e510";
}
.fa-cloud-arrow-down::before {
  content: "\f0ed";
}
.fa-cloud-download::before {
  content: "\f0ed";
}
.fa-cloud-download-alt::before {
  content: "\f0ed";
}
.fa-children::before {
  content: "\e4e1";
}
.fa-chalkboard::before {
  content: "\f51b";
}
.fa-blackboard::before {
  content: "\f51b";
}
.fa-user-large-slash::before {
  content: "\f4fa";
}
.fa-user-alt-slash::before {
  content: "\f4fa";
}
.fa-envelope-open::before {
  content: "\f2b6";
}
.fa-handshake-simple-slash::before {
  content: "\e05f";
}
.fa-handshake-alt-slash::before {
  content: "\e05f";
}
.fa-mattress-pillow::before {
  content: "\e525";
}
.fa-guarani-sign::before {
  content: "\e19a";
}
.fa-arrows-rotate::before {
  content: "\f021";
}
.fa-refresh::before {
  content: "\f021";
}
.fa-sync::before {
  content: "\f021";
}
.fa-fire-extinguisher::before {
  content: "\f134";
}
.fa-cruzeiro-sign::before {
  content: "\e152";
}
.fa-greater-than-equal::before {
  content: "\f532";
}
.fa-shield-halved::before {
  content: "\f3ed";
}
.fa-shield-alt::before {
  content: "\f3ed";
}
.fa-book-atlas::before {
  content: "\f558";
}
.fa-atlas::before {
  content: "\f558";
}
.fa-virus::before {
  content: "\e074";
}
.fa-envelope-circle-check::before {
  content: "\e4e8";
}
.fa-layer-group::before {
  content: "\f5fd";
}
.fa-arrows-to-dot::before {
  content: "\e4be";
}
.fa-archway::before {
  content: "\f557";
}
.fa-heart-circle-check::before {
  content: "\e4fd";
}
.fa-house-chimney-crack::before {
  content: "\f6f1";
}
.fa-house-damage::before {
  content: "\f6f1";
}
.fa-file-zipper::before {
  content: "\f1c6";
}
.fa-file-archive::before {
  content: "\f1c6";
}
.fa-square::before {
  content: "\f0c8";
}
.fa-martini-glass-empty::before {
  content: "\f000";
}
.fa-glass-martini::before {
  content: "\f000";
}
.fa-couch::before {
  content: "\f4b8";
}
.fa-cedi-sign::before {
  content: "\e0df";
}
.fa-italic::before {
  content: "\f033";
}
.fa-table-cells-column-lock::before {
  content: "\e678";
}
.fa-church::before {
  content: "\f51d";
}
.fa-comments-dollar::before {
  content: "\f653";
}
.fa-democrat::before {
  content: "\f747";
}
.fa-z::before {
  content: "\5a";
}
.fa-person-skiing::before {
  content: "\f7c9";
}
.fa-skiing::before {
  content: "\f7c9";
}
.fa-road-lock::before {
  content: "\e567";
}
.fa-a::before {
  content: "\41";
}
.fa-temperature-arrow-down::before {
  content: "\e03f";
}
.fa-temperature-down::before {
  content: "\e03f";
}
.fa-feather-pointed::before {
  content: "\f56b";
}
.fa-feather-alt::before {
  content: "\f56b";
}
.fa-p::before {
  content: "\50";
}
.fa-snowflake::before {
  content: "\f2dc";
}
.fa-newspaper::before {
  content: "\f1ea";
}
.fa-rectangle-ad::before {
  content: "\f641";
}
.fa-ad::before {
  content: "\f641";
}
.fa-circle-arrow-right::before {
  content: "\f0a9";
}
.fa-arrow-circle-right::before {
  content: "\f0a9";
}
.fa-filter-circle-xmark::before {
  content: "\e17b";
}
.fa-locust::before {
  content: "\e520";
}
.fa-sort::before {
  content: "\f0dc";
}
.fa-unsorted::before {
  content: "\f0dc";
}
.fa-list-ol::before {
  content: "\f0cb";
}
.fa-list-1-2::before {
  content: "\f0cb";
}
.fa-list-numeric::before {
  content: "\f0cb";
}
.fa-person-dress-burst::before {
  content: "\e544";
}
.fa-money-check-dollar::before {
  content: "\f53d";
}
.fa-money-check-alt::before {
  content: "\f53d";
}
.fa-vector-square::before {
  content: "\f5cb";
}
.fa-bread-slice::before {
  content: "\f7ec";
}
.fa-language::before {
  content: "\f1ab";
}
.fa-face-kiss-wink-heart::before {
  content: "\f598";
}
.fa-kiss-wink-heart::before {
  content: "\f598";
}
.fa-filter::before {
  content: "\f0b0";
}
.fa-question::before {
  content: "\3f";
}
.fa-file-signature::before {
  content: "\f573";
}
.fa-up-down-left-right::before {
  content: "\f0b2";
}
.fa-arrows-alt::before {
  content: "\f0b2";
}
.fa-house-chimney-user::before {
  content: "\e065";
}
.fa-hand-holding-heart::before {
  content: "\f4be";
}
.fa-puzzle-piece::before {
  content: "\f12e";
}
.fa-money-check::before {
  content: "\f53c";
}
.fa-star-half-stroke::before {
  content: "\f5c0";
}
.fa-star-half-alt::before {
  content: "\f5c0";
}
.fa-code::before {
  content: "\f121";
}
.fa-whiskey-glass::before {
  content: "\f7a0";
}
.fa-glass-whiskey::before {
  content: "\f7a0";
}
.fa-building-circle-exclamation::before {
  content: "\e4d3";
}
.fa-magnifying-glass-chart::before {
  content: "\e522";
}
.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}
.fa-external-link::before {
  content: "\f08e";
}
.fa-cubes-stacked::before {
  content: "\e4e6";
}
.fa-won-sign::before {
  content: "\f159";
}
.fa-krw::before {
  content: "\f159";
}
.fa-won::before {
  content: "\f159";
}
.fa-virus-covid::before {
  content: "\e4a8";
}
.fa-austral-sign::before {
  content: "\e0a9";
}
.fa-f::before {
  content: "\46";
}
.fa-leaf::before {
  content: "\f06c";
}
.fa-road::before {
  content: "\f018";
}
.fa-taxi::before {
  content: "\f1ba";
}
.fa-cab::before {
  content: "\f1ba";
}
.fa-person-circle-plus::before {
  content: "\e541";
}
.fa-chart-pie::before {
  content: "\f200";
}
.fa-pie-chart::before {
  content: "\f200";
}
.fa-bolt-lightning::before {
  content: "\e0b7";
}
.fa-sack-xmark::before {
  content: "\e56a";
}
.fa-file-excel::before {
  content: "\f1c3";
}
.fa-file-contract::before {
  content: "\f56c";
}
.fa-fish-fins::before {
  content: "\e4f2";
}
.fa-building-flag::before {
  content: "\e4d5";
}
.fa-face-grin-beam::before {
  content: "\f582";
}
.fa-grin-beam::before {
  content: "\f582";
}
.fa-object-ungroup::before {
  content: "\f248";
}
.fa-poop::before {
  content: "\f619";
}
.fa-location-pin::before {
  content: "\f041";
}
.fa-map-marker::before {
  content: "\f041";
}
.fa-kaaba::before {
  content: "\f66b";
}
.fa-toilet-paper::before {
  content: "\f71e";
}
.fa-helmet-safety::before {
  content: "\f807";
}
.fa-hard-hat::before {
  content: "\f807";
}
.fa-hat-hard::before {
  content: "\f807";
}
.fa-eject::before {
  content: "\f052";
}
.fa-circle-right::before {
  content: "\f35a";
}
.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}
.fa-plane-circle-check::before {
  content: "\e555";
}
.fa-face-rolling-eyes::before {
  content: "\f5a5";
}
.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}
.fa-object-group::before {
  content: "\f247";
}
.fa-chart-line::before {
  content: "\f201";
}
.fa-line-chart::before {
  content: "\f201";
}
.fa-mask-ventilator::before {
  content: "\e524";
}
.fa-arrow-right::before {
  content: "\f061";
}
.fa-signs-post::before {
  content: "\f277";
}
.fa-map-signs::before {
  content: "\f277";
}
.fa-cash-register::before {
  content: "\f788";
}
.fa-person-circle-question::before {
  content: "\e542";
}
.fa-h::before {
  content: "\48";
}
.fa-tarp::before {
  content: "\e57b";
}
.fa-screwdriver-wrench::before {
  content: "\f7d9";
}
.fa-tools::before {
  content: "\f7d9";
}
.fa-arrows-to-eye::before {
  content: "\e4bf";
}
.fa-plug-circle-bolt::before {
  content: "\e55b";
}
.fa-heart::before {
  content: "\f004";
}
.fa-mars-and-venus::before {
  content: "\f224";
}
.fa-house-user::before {
  content: "\e1b0";
}
.fa-home-user::before {
  content: "\e1b0";
}
.fa-dumpster-fire::before {
  content: "\f794";
}
.fa-house-crack::before {
  content: "\e3b1";
}
.fa-martini-glass-citrus::before {
  content: "\f561";
}
.fa-cocktail::before {
  content: "\f561";
}
.fa-face-surprise::before {
  content: "\f5c2";
}
.fa-surprise::before {
  content: "\f5c2";
}
.fa-bottle-water::before {
  content: "\e4c5";
}
.fa-circle-pause::before {
  content: "\f28b";
}
.fa-pause-circle::before {
  content: "\f28b";
}
.fa-toilet-paper-slash::before {
  content: "\e072";
}
.fa-apple-whole::before {
  content: "\f5d1";
}
.fa-apple-alt::before {
  content: "\f5d1";
}
.fa-kitchen-set::before {
  content: "\e51a";
}
.fa-r::before {
  content: "\52";
}
.fa-temperature-quarter::before {
  content: "\f2ca";
}
.fa-temperature-1::before {
  content: "\f2ca";
}
.fa-thermometer-1::before {
  content: "\f2ca";
}
.fa-thermometer-quarter::before {
  content: "\f2ca";
}
.fa-cube::before {
  content: "\f1b2";
}
.fa-bitcoin-sign::before {
  content: "\e0b4";
}
.fa-shield-dog::before {
  content: "\e573";
}
.fa-solar-panel::before {
  content: "\f5ba";
}
.fa-lock-open::before {
  content: "\f3c1";
}
.fa-elevator::before {
  content: "\e16d";
}
.fa-money-bill-transfer::before {
  content: "\e528";
}
.fa-money-bill-trend-up::before {
  content: "\e529";
}
.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}
.fa-square-poll-horizontal::before {
  content: "\f682";
}
.fa-poll-h::before {
  content: "\f682";
}
.fa-circle::before {
  content: "\f111";
}
.fa-backward-fast::before {
  content: "\f049";
}
.fa-fast-backward::before {
  content: "\f049";
}
.fa-recycle::before {
  content: "\f1b8";
}
.fa-user-astronaut::before {
  content: "\f4fb";
}
.fa-plane-slash::before {
  content: "\e069";
}
.fa-trademark::before {
  content: "\f25c";
}
.fa-basketball::before {
  content: "\f434";
}
.fa-basketball-ball::before {
  content: "\f434";
}
.fa-satellite-dish::before {
  content: "\f7c0";
}
.fa-circle-up::before {
  content: "\f35b";
}
.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}
.fa-mobile-screen-button::before {
  content: "\f3cd";
}
.fa-mobile-alt::before {
  content: "\f3cd";
}
.fa-volume-high::before {
  content: "\f028";
}
.fa-volume-up::before {
  content: "\f028";
}
.fa-users-rays::before {
  content: "\e593";
}
.fa-wallet::before {
  content: "\f555";
}
.fa-clipboard-check::before {
  content: "\f46c";
}
.fa-file-audio::before {
  content: "\f1c7";
}
.fa-burger::before {
  content: "\f805";
}
.fa-hamburger::before {
  content: "\f805";
}
.fa-wrench::before {
  content: "\f0ad";
}
.fa-bugs::before {
  content: "\e4d0";
}
.fa-rupee-sign::before {
  content: "\f156";
}
.fa-rupee::before {
  content: "\f156";
}
.fa-file-image::before {
  content: "\f1c5";
}
.fa-circle-question::before {
  content: "\f059";
}
.fa-question-circle::before {
  content: "\f059";
}
.fa-plane-departure::before {
  content: "\f5b0";
}
.fa-handshake-slash::before {
  content: "\e060";
}
.fa-book-bookmark::before {
  content: "\e0bb";
}
.fa-code-branch::before {
  content: "\f126";
}
.fa-hat-cowboy::before {
  content: "\f8c0";
}
.fa-bridge::before {
  content: "\e4c8";
}
.fa-phone-flip::before {
  content: "\f879";
}
.fa-phone-alt::before {
  content: "\f879";
}
.fa-truck-front::before {
  content: "\e2b7";
}
.fa-cat::before {
  content: "\f6be";
}
.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}
.fa-truck-field::before {
  content: "\e58d";
}
.fa-route::before {
  content: "\f4d7";
}
.fa-clipboard-question::before {
  content: "\e4e3";
}
.fa-panorama::before {
  content: "\e209";
}
.fa-comment-medical::before {
  content: "\f7f5";
}
.fa-teeth-open::before {
  content: "\f62f";
}
.fa-file-circle-minus::before {
  content: "\e4ed";
}
.fa-tags::before {
  content: "\f02c";
}
.fa-wine-glass::before {
  content: "\f4e3";
}
.fa-forward-fast::before {
  content: "\f050";
}
.fa-fast-forward::before {
  content: "\f050";
}
.fa-face-meh-blank::before {
  content: "\f5a4";
}
.fa-meh-blank::before {
  content: "\f5a4";
}
.fa-square-parking::before {
  content: "\f540";
}
.fa-parking::before {
  content: "\f540";
}
.fa-house-signal::before {
  content: "\e012";
}
.fa-bars-progress::before {
  content: "\f828";
}
.fa-tasks-alt::before {
  content: "\f828";
}
.fa-faucet-drip::before {
  content: "\e006";
}
.fa-cart-flatbed::before {
  content: "\f474";
}
.fa-dolly-flatbed::before {
  content: "\f474";
}
.fa-ban-smoking::before {
  content: "\f54d";
}
.fa-smoking-ban::before {
  content: "\f54d";
}
.fa-terminal::before {
  content: "\f120";
}
.fa-mobile-button::before {
  content: "\f10b";
}
.fa-house-medical-flag::before {
  content: "\e514";
}
.fa-basket-shopping::before {
  content: "\f291";
}
.fa-shopping-basket::before {
  content: "\f291";
}
.fa-tape::before {
  content: "\f4db";
}
.fa-bus-simple::before {
  content: "\f55e";
}
.fa-bus-alt::before {
  content: "\f55e";
}
.fa-eye::before {
  content: "\f06e";
}
.fa-face-sad-cry::before {
  content: "\f5b3";
}
.fa-sad-cry::before {
  content: "\f5b3";
}
.fa-audio-description::before {
  content: "\f29e";
}
.fa-person-military-to-person::before {
  content: "\e54c";
}
.fa-file-shield::before {
  content: "\e4f0";
}
.fa-user-slash::before {
  content: "\f506";
}
.fa-pen::before {
  content: "\f304";
}
.fa-tower-observation::before {
  content: "\e586";
}
.fa-file-code::before {
  content: "\f1c9";
}
.fa-signal::before {
  content: "\f012";
}
.fa-signal-5::before {
  content: "\f012";
}
.fa-signal-perfect::before {
  content: "\f012";
}
.fa-bus::before {
  content: "\f207";
}
.fa-heart-circle-xmark::before {
  content: "\e501";
}
.fa-house-chimney::before {
  content: "\e3af";
}
.fa-home-lg::before {
  content: "\e3af";
}
.fa-window-maximize::before {
  content: "\f2d0";
}
.fa-face-frown::before {
  content: "\f119";
}
.fa-frown::before {
  content: "\f119";
}
.fa-prescription::before {
  content: "\f5b1";
}
.fa-shop::before {
  content: "\f54f";
}
.fa-store-alt::before {
  content: "\f54f";
}
.fa-floppy-disk::before {
  content: "\f0c7";
}
.fa-save::before {
  content: "\f0c7";
}
.fa-vihara::before {
  content: "\f6a7";
}
.fa-scale-unbalanced::before {
  content: "\f515";
}
.fa-balance-scale-left::before {
  content: "\f515";
}
.fa-sort-up::before {
  content: "\f0de";
}
.fa-sort-asc::before {
  content: "\f0de";
}
.fa-comment-dots::before {
  content: "\f4ad";
}
.fa-commenting::before {
  content: "\f4ad";
}
.fa-plant-wilt::before {
  content: "\e5aa";
}
.fa-diamond::before {
  content: "\f219";
}
.fa-face-grin-squint::before {
  content: "\f585";
}
.fa-grin-squint::before {
  content: "\f585";
}
.fa-hand-holding-dollar::before {
  content: "\f4c0";
}
.fa-hand-holding-usd::before {
  content: "\f4c0";
}
.fa-bacterium::before {
  content: "\e05a";
}
.fa-hand-pointer::before {
  content: "\f25a";
}
.fa-drum-steelpan::before {
  content: "\f56a";
}
.fa-hand-scissors::before {
  content: "\f257";
}
.fa-hands-praying::before {
  content: "\f684";
}
.fa-praying-hands::before {
  content: "\f684";
}
.fa-arrow-rotate-right::before {
  content: "\f01e";
}
.fa-arrow-right-rotate::before {
  content: "\f01e";
}
.fa-arrow-rotate-forward::before {
  content: "\f01e";
}
.fa-redo::before {
  content: "\f01e";
}
.fa-biohazard::before {
  content: "\f780";
}
.fa-location-crosshairs::before {
  content: "\f601";
}
.fa-location::before {
  content: "\f601";
}
.fa-mars-double::before {
  content: "\f227";
}
.fa-child-dress::before {
  content: "\e59c";
}
.fa-users-between-lines::before {
  content: "\e591";
}
.fa-lungs-virus::before {
  content: "\e067";
}
.fa-face-grin-tears::before {
  content: "\f588";
}
.fa-grin-tears::before {
  content: "\f588";
}
.fa-phone::before {
  content: "\f095";
}
.fa-calendar-xmark::before {
  content: "\f273";
}
.fa-calendar-times::before {
  content: "\f273";
}
.fa-child-reaching::before {
  content: "\e59d";
}
.fa-head-side-virus::before {
  content: "\e064";
}
.fa-user-gear::before {
  content: "\f4fe";
}
.fa-user-cog::before {
  content: "\f4fe";
}
.fa-arrow-up-1-9::before {
  content: "\f163";
}
.fa-sort-numeric-up::before {
  content: "\f163";
}
.fa-door-closed::before {
  content: "\f52a";
}
.fa-shield-virus::before {
  content: "\e06c";
}
.fa-dice-six::before {
  content: "\f526";
}
.fa-mosquito-net::before {
  content: "\e52c";
}
.fa-bridge-water::before {
  content: "\e4ce";
}
.fa-person-booth::before {
  content: "\f756";
}
.fa-text-width::before {
  content: "\f035";
}
.fa-hat-wizard::before {
  content: "\f6e8";
}
.fa-pen-fancy::before {
  content: "\f5ac";
}
.fa-person-digging::before {
  content: "\f85e";
}
.fa-digging::before {
  content: "\f85e";
}
.fa-trash::before {
  content: "\f1f8";
}
.fa-gauge-simple::before {
  content: "\f629";
}
.fa-gauge-simple-med::before {
  content: "\f629";
}
.fa-tachometer-average::before {
  content: "\f629";
}
.fa-book-medical::before {
  content: "\f7e6";
}
.fa-poo::before {
  content: "\f2fe";
}
.fa-quote-right::before {
  content: "\f10e";
}
.fa-quote-right-alt::before {
  content: "\f10e";
}
.fa-shirt::before {
  content: "\f553";
}
.fa-t-shirt::before {
  content: "\f553";
}
.fa-tshirt::before {
  content: "\f553";
}
.fa-cubes::before {
  content: "\f1b3";
}
.fa-divide::before {
  content: "\f529";
}
.fa-tenge-sign::before {
  content: "\f7d7";
}
.fa-tenge::before {
  content: "\f7d7";
}
.fa-headphones::before {
  content: "\f025";
}
.fa-hands-holding::before {
  content: "\f4c2";
}
.fa-hands-clapping::before {
  content: "\e1a8";
}
.fa-republican::before {
  content: "\f75e";
}
.fa-arrow-left::before {
  content: "\f060";
}
.fa-person-circle-xmark::before {
  content: "\e543";
}
.fa-ruler::before {
  content: "\f545";
}
.fa-align-left::before {
  content: "\f036";
}
.fa-dice-d6::before {
  content: "\f6d1";
}
.fa-restroom::before {
  content: "\f7bd";
}
.fa-j::before {
  content: "\4a";
}
.fa-users-viewfinder::before {
  content: "\e595";
}
.fa-file-video::before {
  content: "\f1c8";
}
.fa-up-right-from-square::before {
  content: "\f35d";
}
.fa-external-link-alt::before {
  content: "\f35d";
}
.fa-table-cells::before {
  content: "\f00a";
}
.fa-th::before {
  content: "\f00a";
}
.fa-file-pdf::before {
  content: "\f1c1";
}
.fa-book-bible::before {
  content: "\f647";
}
.fa-bible::before {
  content: "\f647";
}
.fa-o::before {
  content: "\4f";
}
.fa-suitcase-medical::before {
  content: "\f0fa";
}
.fa-medkit::before {
  content: "\f0fa";
}
.fa-user-secret::before {
  content: "\f21b";
}
.fa-otter::before {
  content: "\f700";
}
.fa-person-dress::before {
  content: "\f182";
}
.fa-female::before {
  content: "\f182";
}
.fa-comment-dollar::before {
  content: "\f651";
}
.fa-business-time::before {
  content: "\f64a";
}
.fa-briefcase-clock::before {
  content: "\f64a";
}
.fa-table-cells-large::before {
  content: "\f009";
}
.fa-th-large::before {
  content: "\f009";
}
.fa-book-tanakh::before {
  content: "\f827";
}
.fa-tanakh::before {
  content: "\f827";
}
.fa-phone-volume::before {
  content: "\f2a0";
}
.fa-volume-control-phone::before {
  content: "\f2a0";
}
.fa-hat-cowboy-side::before {
  content: "\f8c1";
}
.fa-clipboard-user::before {
  content: "\f7f3";
}
.fa-child::before {
  content: "\f1ae";
}
.fa-lira-sign::before {
  content: "\f195";
}
.fa-satellite::before {
  content: "\f7bf";
}
.fa-plane-lock::before {
  content: "\e558";
}
.fa-tag::before {
  content: "\f02b";
}
.fa-comment::before {
  content: "\f075";
}
.fa-cake-candles::before {
  content: "\f1fd";
}
.fa-birthday-cake::before {
  content: "\f1fd";
}
.fa-cake::before {
  content: "\f1fd";
}
.fa-envelope::before {
  content: "\f0e0";
}
.fa-angles-up::before {
  content: "\f102";
}
.fa-angle-double-up::before {
  content: "\f102";
}
.fa-paperclip::before {
  content: "\f0c6";
}
.fa-arrow-right-to-city::before {
  content: "\e4b3";
}
.fa-ribbon::before {
  content: "\f4d6";
}
.fa-lungs::before {
  content: "\f604";
}
.fa-arrow-up-9-1::before {
  content: "\f887";
}
.fa-sort-numeric-up-alt::before {
  content: "\f887";
}
.fa-litecoin-sign::before {
  content: "\e1d3";
}
.fa-border-none::before {
  content: "\f850";
}
.fa-circle-nodes::before {
  content: "\e4e2";
}
.fa-parachute-box::before {
  content: "\f4cd";
}
.fa-indent::before {
  content: "\f03c";
}
.fa-truck-field-un::before {
  content: "\e58e";
}
.fa-hourglass::before {
  content: "\f254";
}
.fa-hourglass-empty::before {
  content: "\f254";
}
.fa-mountain::before {
  content: "\f6fc";
}
.fa-user-doctor::before {
  content: "\f0f0";
}
.fa-user-md::before {
  content: "\f0f0";
}
.fa-circle-info::before {
  content: "\f05a";
}
.fa-info-circle::before {
  content: "\f05a";
}
.fa-cloud-meatball::before {
  content: "\f73b";
}
.fa-camera::before {
  content: "\f030";
}
.fa-camera-alt::before {
  content: "\f030";
}
.fa-square-virus::before {
  content: "\e578";
}
.fa-meteor::before {
  content: "\f753";
}
.fa-car-on::before {
  content: "\e4dd";
}
.fa-sleigh::before {
  content: "\f7cc";
}
.fa-arrow-down-1-9::before {
  content: "\f162";
}
.fa-sort-numeric-asc::before {
  content: "\f162";
}
.fa-sort-numeric-down::before {
  content: "\f162";
}
.fa-hand-holding-droplet::before {
  content: "\f4c1";
}
.fa-hand-holding-water::before {
  content: "\f4c1";
}
.fa-water::before {
  content: "\f773";
}
.fa-calendar-check::before {
  content: "\f274";
}
.fa-braille::before {
  content: "\f2a1";
}
.fa-prescription-bottle-medical::before {
  content: "\f486";
}
.fa-prescription-bottle-alt::before {
  content: "\f486";
}
.fa-landmark::before {
  content: "\f66f";
}
.fa-truck::before {
  content: "\f0d1";
}
.fa-crosshairs::before {
  content: "\f05b";
}
.fa-person-cane::before {
  content: "\e53c";
}
.fa-tent::before {
  content: "\e57d";
}
.fa-vest-patches::before {
  content: "\e086";
}
.fa-check-double::before {
  content: "\f560";
}
.fa-arrow-down-a-z::before {
  content: "\f15d";
}
.fa-sort-alpha-asc::before {
  content: "\f15d";
}
.fa-sort-alpha-down::before {
  content: "\f15d";
}
.fa-money-bill-wheat::before {
  content: "\e52a";
}
.fa-cookie::before {
  content: "\f563";
}
.fa-arrow-rotate-left::before {
  content: "\f0e2";
}
.fa-arrow-left-rotate::before {
  content: "\f0e2";
}
.fa-arrow-rotate-back::before {
  content: "\f0e2";
}
.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}
.fa-undo::before {
  content: "\f0e2";
}
.fa-hard-drive::before {
  content: "\f0a0";
}
.fa-hdd::before {
  content: "\f0a0";
}
.fa-face-grin-squint-tears::before {
  content: "\f586";
}
.fa-grin-squint-tears::before {
  content: "\f586";
}
.fa-dumbbell::before {
  content: "\f44b";
}
.fa-rectangle-list::before {
  content: "\f022";
}
.fa-list-alt::before {
  content: "\f022";
}
.fa-tarp-droplet::before {
  content: "\e57c";
}
.fa-house-medical-circle-check::before {
  content: "\e511";
}
.fa-person-skiing-nordic::before {
  content: "\f7ca";
}
.fa-skiing-nordic::before {
  content: "\f7ca";
}
.fa-calendar-plus::before {
  content: "\f271";
}
.fa-plane-arrival::before {
  content: "\f5af";
}
.fa-circle-left::before {
  content: "\f359";
}
.fa-arrow-alt-circle-left::before {
  content: "\f359";
}
.fa-train-subway::before {
  content: "\f239";
}
.fa-subway::before {
  content: "\f239";
}
.fa-chart-gantt::before {
  content: "\e0e4";
}
.fa-indian-rupee-sign::before {
  content: "\e1bc";
}
.fa-indian-rupee::before {
  content: "\e1bc";
}
.fa-inr::before {
  content: "\e1bc";
}
.fa-crop-simple::before {
  content: "\f565";
}
.fa-crop-alt::before {
  content: "\f565";
}
.fa-money-bill-1::before {
  content: "\f3d1";
}
.fa-money-bill-alt::before {
  content: "\f3d1";
}
.fa-left-long::before {
  content: "\f30a";
}
.fa-long-arrow-alt-left::before {
  content: "\f30a";
}
.fa-dna::before {
  content: "\f471";
}
.fa-virus-slash::before {
  content: "\e075";
}
.fa-minus::before {
  content: "\f068";
}
.fa-subtract::before {
  content: "\f068";
}
.fa-chess::before {
  content: "\f439";
}
.fa-arrow-left-long::before {
  content: "\f177";
}
.fa-long-arrow-left::before {
  content: "\f177";
}
.fa-plug-circle-check::before {
  content: "\e55c";
}
.fa-street-view::before {
  content: "\f21d";
}
.fa-franc-sign::before {
  content: "\e18f";
}
.fa-volume-off::before {
  content: "\f026";
}
.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}
.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}
.fa-asl-interpreting::before {
  content: "\f2a3";
}
.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}
.fa-gear::before {
  content: "\f013";
}
.fa-cog::before {
  content: "\f013";
}
.fa-droplet-slash::before {
  content: "\f5c7";
}
.fa-tint-slash::before {
  content: "\f5c7";
}
.fa-mosque::before {
  content: "\f678";
}
.fa-mosquito::before {
  content: "\e52b";
}
.fa-star-of-david::before {
  content: "\f69a";
}
.fa-person-military-rifle::before {
  content: "\e54b";
}
.fa-cart-shopping::before {
  content: "\f07a";
}
.fa-shopping-cart::before {
  content: "\f07a";
}
.fa-vials::before {
  content: "\f493";
}
.fa-plug-circle-plus::before {
  content: "\e55f";
}
.fa-place-of-worship::before {
  content: "\f67f";
}
.fa-grip-vertical::before {
  content: "\f58e";
}
.fa-arrow-turn-up::before {
  content: "\f148";
}
.fa-level-up::before {
  content: "\f148";
}
.fa-u::before {
  content: "\55";
}
.fa-square-root-variable::before {
  content: "\f698";
}
.fa-square-root-alt::before {
  content: "\f698";
}
.fa-clock::before {
  content: "\f017";
}
.fa-clock-four::before {
  content: "\f017";
}
.fa-backward-step::before {
  content: "\f048";
}
.fa-step-backward::before {
  content: "\f048";
}
.fa-pallet::before {
  content: "\f482";
}
.fa-faucet::before {
  content: "\e005";
}
.fa-baseball-bat-ball::before {
  content: "\f432";
}
.fa-s::before {
  content: "\53";
}
.fa-timeline::before {
  content: "\e29c";
}
.fa-keyboard::before {
  content: "\f11c";
}
.fa-caret-down::before {
  content: "\f0d7";
}
.fa-house-chimney-medical::before {
  content: "\f7f2";
}
.fa-clinic-medical::before {
  content: "\f7f2";
}
.fa-temperature-three-quarters::before {
  content: "\f2c8";
}
.fa-temperature-3::before {
  content: "\f2c8";
}
.fa-thermometer-3::before {
  content: "\f2c8";
}
.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}
.fa-mobile-screen::before {
  content: "\f3cf";
}
.fa-mobile-android-alt::before {
  content: "\f3cf";
}
.fa-plane-up::before {
  content: "\e22d";
}
.fa-piggy-bank::before {
  content: "\f4d3";
}
.fa-battery-half::before {
  content: "\f242";
}
.fa-battery-3::before {
  content: "\f242";
}
.fa-mountain-city::before {
  content: "\e52e";
}
.fa-coins::before {
  content: "\f51e";
}
.fa-khanda::before {
  content: "\f66d";
}
.fa-sliders::before {
  content: "\f1de";
}
.fa-sliders-h::before {
  content: "\f1de";
}
.fa-folder-tree::before {
  content: "\f802";
}
.fa-network-wired::before {
  content: "\f6ff";
}
.fa-map-pin::before {
  content: "\f276";
}
.fa-hamsa::before {
  content: "\f665";
}
.fa-cent-sign::before {
  content: "\e3f5";
}
.fa-flask::before {
  content: "\f0c3";
}
.fa-person-pregnant::before {
  content: "\e31e";
}
.fa-wand-sparkles::before {
  content: "\f72b";
}
.fa-ellipsis-vertical::before {
  content: "\f142";
}
.fa-ellipsis-v::before {
  content: "\f142";
}
.fa-ticket::before {
  content: "\f145";
}
.fa-power-off::before {
  content: "\f011";
}
.fa-right-long::before {
  content: "\f30b";
}
.fa-long-arrow-alt-right::before {
  content: "\f30b";
}
.fa-flag-usa::before {
  content: "\f74d";
}
.fa-laptop-file::before {
  content: "\e51d";
}
.fa-tty::before {
  content: "\f1e4";
}
.fa-teletype::before {
  content: "\f1e4";
}
.fa-diagram-next::before {
  content: "\e476";
}
.fa-person-rifle::before {
  content: "\e54e";
}
.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}
.fa-closed-captioning::before {
  content: "\f20a";
}
.fa-person-hiking::before {
  content: "\f6ec";
}
.fa-hiking::before {
  content: "\f6ec";
}
.fa-venus-double::before {
  content: "\f226";
}
.fa-images::before {
  content: "\f302";
}
.fa-calculator::before {
  content: "\f1ec";
}
.fa-people-pulling::before {
  content: "\e535";
}
.fa-n::before {
  content: "\4e";
}
.fa-cable-car::before {
  content: "\f7da";
}
.fa-tram::before {
  content: "\f7da";
}
.fa-cloud-rain::before {
  content: "\f73d";
}
.fa-building-circle-xmark::before {
  content: "\e4d4";
}
.fa-ship::before {
  content: "\f21a";
}
.fa-arrows-down-to-line::before {
  content: "\e4b8";
}
.fa-download::before {
  content: "\f019";
}
.fa-face-grin::before {
  content: "\f580";
}
.fa-grin::before {
  content: "\f580";
}
.fa-delete-left::before {
  content: "\f55a";
}
.fa-backspace::before {
  content: "\f55a";
}
.fa-eye-dropper::before {
  content: "\f1fb";
}
.fa-eye-dropper-empty::before {
  content: "\f1fb";
}
.fa-eyedropper::before {
  content: "\f1fb";
}
.fa-file-circle-check::before {
  content: "\e5a0";
}
.fa-forward::before {
  content: "\f04e";
}
.fa-mobile::before {
  content: "\f3ce";
}
.fa-mobile-android::before {
  content: "\f3ce";
}
.fa-mobile-phone::before {
  content: "\f3ce";
}
.fa-face-meh::before {
  content: "\f11a";
}
.fa-meh::before {
  content: "\f11a";
}
.fa-align-center::before {
  content: "\f037";
}
.fa-book-skull::before {
  content: "\f6b7";
}
.fa-book-dead::before {
  content: "\f6b7";
}
.fa-id-card::before {
  content: "\f2c2";
}
.fa-drivers-license::before {
  content: "\f2c2";
}
.fa-outdent::before {
  content: "\f03b";
}
.fa-dedent::before {
  content: "\f03b";
}
.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}
.fa-house::before {
  content: "\f015";
}
.fa-home::before {
  content: "\f015";
}
.fa-home-alt::before {
  content: "\f015";
}
.fa-home-lg-alt::before {
  content: "\f015";
}
.fa-calendar-week::before {
  content: "\f784";
}
.fa-laptop-medical::before {
  content: "\f812";
}
.fa-b::before {
  content: "\42";
}
.fa-file-medical::before {
  content: "\f477";
}
.fa-dice-one::before {
  content: "\f525";
}
.fa-kiwi-bird::before {
  content: "\f535";
}
.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}
.fa-exchange::before {
  content: "\f0ec";
}
.fa-rotate-right::before {
  content: "\f2f9";
}
.fa-redo-alt::before {
  content: "\f2f9";
}
.fa-rotate-forward::before {
  content: "\f2f9";
}
.fa-utensils::before {
  content: "\f2e7";
}
.fa-cutlery::before {
  content: "\f2e7";
}
.fa-arrow-up-wide-short::before {
  content: "\f161";
}
.fa-sort-amount-up::before {
  content: "\f161";
}
.fa-mill-sign::before {
  content: "\e1ed";
}
.fa-bowl-rice::before {
  content: "\e2eb";
}
.fa-skull::before {
  content: "\f54c";
}
.fa-tower-broadcast::before {
  content: "\f519";
}
.fa-broadcast-tower::before {
  content: "\f519";
}
.fa-truck-pickup::before {
  content: "\f63c";
}
.fa-up-long::before {
  content: "\f30c";
}
.fa-long-arrow-alt-up::before {
  content: "\f30c";
}
.fa-stop::before {
  content: "\f04d";
}
.fa-code-merge::before {
  content: "\f387";
}
.fa-upload::before {
  content: "\f093";
}
.fa-hurricane::before {
  content: "\f751";
}
.fa-mound::before {
  content: "\e52d";
}
.fa-toilet-portable::before {
  content: "\e583";
}
.fa-compact-disc::before {
  content: "\f51f";
}
.fa-file-arrow-down::before {
  content: "\f56d";
}
.fa-file-download::before {
  content: "\f56d";
}
.fa-caravan::before {
  content: "\f8ff";
}
.fa-shield-cat::before {
  content: "\e572";
}
.fa-bolt::before {
  content: "\f0e7";
}
.fa-zap::before {
  content: "\f0e7";
}
.fa-glass-water::before {
  content: "\e4f4";
}
.fa-oil-well::before {
  content: "\e532";
}
.fa-vault::before {
  content: "\e2c5";
}
.fa-mars::before {
  content: "\f222";
}
.fa-toilet::before {
  content: "\f7d8";
}
.fa-plane-circle-xmark::before {
  content: "\e557";
}
.fa-yen-sign::before {
  content: "\f157";
}
.fa-cny::before {
  content: "\f157";
}
.fa-jpy::before {
  content: "\f157";
}
.fa-rmb::before {
  content: "\f157";
}
.fa-yen::before {
  content: "\f157";
}
.fa-ruble-sign::before {
  content: "\f158";
}
.fa-rouble::before {
  content: "\f158";
}
.fa-rub::before {
  content: "\f158";
}
.fa-ruble::before {
  content: "\f158";
}
.fa-sun::before {
  content: "\f185";
}
.fa-guitar::before {
  content: "\f7a6";
}
.fa-face-laugh-wink::before {
  content: "\f59c";
}
.fa-laugh-wink::before {
  content: "\f59c";
}
.fa-horse-head::before {
  content: "\f7ab";
}
.fa-bore-hole::before {
  content: "\e4c3";
}
.fa-industry::before {
  content: "\f275";
}
.fa-circle-down::before {
  content: "\f358";
}
.fa-arrow-alt-circle-down::before {
  content: "\f358";
}
.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}
.fa-florin-sign::before {
  content: "\e184";
}
.fa-arrow-down-short-wide::before {
  content: "\f884";
}
.fa-sort-amount-desc::before {
  content: "\f884";
}
.fa-sort-amount-down-alt::before {
  content: "\f884";
}
.fa-less-than::before {
  content: "\3c";
}
.fa-angle-down::before {
  content: "\f107";
}
.fa-car-tunnel::before {
  content: "\e4de";
}
.fa-head-side-cough::before {
  content: "\e061";
}
.fa-grip-lines::before {
  content: "\f7a4";
}
.fa-thumbs-down::before {
  content: "\f165";
}
.fa-user-lock::before {
  content: "\f502";
}
.fa-arrow-right-long::before {
  content: "\f178";
}
.fa-long-arrow-right::before {
  content: "\f178";
}
.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}
.fa-ellipsis::before {
  content: "\f141";
}
.fa-ellipsis-h::before {
  content: "\f141";
}
.fa-chess-pawn::before {
  content: "\f443";
}
.fa-kit-medical::before {
  content: "\f479";
}
.fa-first-aid::before {
  content: "\f479";
}
.fa-person-through-window::before {
  content: "\e5a9";
}
.fa-toolbox::before {
  content: "\f552";
}
.fa-hands-holding-circle::before {
  content: "\e4fb";
}
.fa-bug::before {
  content: "\f188";
}
.fa-credit-card::before {
  content: "\f09d";
}
.fa-credit-card-alt::before {
  content: "\f09d";
}
.fa-car::before {
  content: "\f1b9";
}
.fa-automobile::before {
  content: "\f1b9";
}
.fa-hand-holding-hand::before {
  content: "\e4f7";
}
.fa-book-open-reader::before {
  content: "\f5da";
}
.fa-book-reader::before {
  content: "\f5da";
}
.fa-mountain-sun::before {
  content: "\e52f";
}
.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}
.fa-dice-d20::before {
  content: "\f6cf";
}
.fa-truck-droplet::before {
  content: "\e58c";
}
.fa-file-circle-xmark::before {
  content: "\e5a1";
}
.fa-temperature-arrow-up::before {
  content: "\e040";
}
.fa-temperature-up::before {
  content: "\e040";
}
.fa-medal::before {
  content: "\f5a2";
}
.fa-bed::before {
  content: "\f236";
}
.fa-square-h::before {
  content: "\f0fd";
}
.fa-h-square::before {
  content: "\f0fd";
}
.fa-podcast::before {
  content: "\f2ce";
}
.fa-temperature-full::before {
  content: "\f2c7";
}
.fa-temperature-4::before {
  content: "\f2c7";
}
.fa-thermometer-4::before {
  content: "\f2c7";
}
.fa-thermometer-full::before {
  content: "\f2c7";
}
.fa-bell::before {
  content: "\f0f3";
}
.fa-superscript::before {
  content: "\f12b";
}
.fa-plug-circle-xmark::before {
  content: "\e560";
}
.fa-star-of-life::before {
  content: "\f621";
}
.fa-phone-slash::before {
  content: "\f3dd";
}
.fa-paint-roller::before {
  content: "\f5aa";
}
.fa-handshake-angle::before {
  content: "\f4c4";
}
.fa-hands-helping::before {
  content: "\f4c4";
}
.fa-location-dot::before {
  content: "\f3c5";
}
.fa-map-marker-alt::before {
  content: "\f3c5";
}
.fa-file::before {
  content: "\f15b";
}
.fa-greater-than::before {
  content: "\3e";
}
.fa-person-swimming::before {
  content: "\f5c4";
}
.fa-swimmer::before {
  content: "\f5c4";
}
.fa-arrow-down::before {
  content: "\f063";
}
.fa-droplet::before {
  content: "\f043";
}
.fa-tint::before {
  content: "\f043";
}
.fa-eraser::before {
  content: "\f12d";
}
.fa-earth-americas::before {
  content: "\f57d";
}
.fa-earth::before {
  content: "\f57d";
}
.fa-earth-america::before {
  content: "\f57d";
}
.fa-globe-americas::before {
  content: "\f57d";
}
.fa-person-burst::before {
  content: "\e53b";
}
.fa-dove::before {
  content: "\f4ba";
}
.fa-battery-empty::before {
  content: "\f244";
}
.fa-battery-0::before {
  content: "\f244";
}
.fa-socks::before {
  content: "\f696";
}
.fa-inbox::before {
  content: "\f01c";
}
.fa-section::before {
  content: "\e447";
}
.fa-gauge-high::before {
  content: "\f625";
}
.fa-tachometer-alt::before {
  content: "\f625";
}
.fa-tachometer-alt-fast::before {
  content: "\f625";
}
.fa-envelope-open-text::before {
  content: "\f658";
}
.fa-hospital::before {
  content: "\f0f8";
}
.fa-hospital-alt::before {
  content: "\f0f8";
}
.fa-hospital-wide::before {
  content: "\f0f8";
}
.fa-wine-bottle::before {
  content: "\f72f";
}
.fa-chess-rook::before {
  content: "\f447";
}
.fa-bars-staggered::before {
  content: "\f550";
}
.fa-reorder::before {
  content: "\f550";
}
.fa-stream::before {
  content: "\f550";
}
.fa-dharmachakra::before {
  content: "\f655";
}
.fa-hotdog::before {
  content: "\f80f";
}
.fa-person-walking-with-cane::before {
  content: "\f29d";
}
.fa-blind::before {
  content: "\f29d";
}
.fa-drum::before {
  content: "\f569";
}
.fa-ice-cream::before {
  content: "\f810";
}
.fa-heart-circle-bolt::before {
  content: "\e4fc";
}
.fa-fax::before {
  content: "\f1ac";
}
.fa-paragraph::before {
  content: "\f1dd";
}
.fa-check-to-slot::before {
  content: "\f772";
}
.fa-vote-yea::before {
  content: "\f772";
}
.fa-star-half::before {
  content: "\f089";
}
.fa-boxes-stacked::before {
  content: "\f468";
}
.fa-boxes::before {
  content: "\f468";
}
.fa-boxes-alt::before {
  content: "\f468";
}
.fa-link::before {
  content: "\f0c1";
}
.fa-chain::before {
  content: "\f0c1";
}
.fa-ear-listen::before {
  content: "\f2a2";
}
.fa-assistive-listening-systems::before {
  content: "\f2a2";
}
.fa-tree-city::before {
  content: "\e587";
}
.fa-play::before {
  content: "\f04b";
}
.fa-font::before {
  content: "\f031";
}
.fa-table-cells-row-lock::before {
  content: "\e67a";
}
.fa-rupiah-sign::before {
  content: "\e23d";
}
.fa-magnifying-glass::before {
  content: "\f002";
}
.fa-search::before {
  content: "\f002";
}
.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}
.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}
.fa-table-tennis::before {
  content: "\f45d";
}
.fa-person-dots-from-line::before {
  content: "\f470";
}
.fa-diagnoses::before {
  content: "\f470";
}
.fa-trash-can-arrow-up::before {
  content: "\f82a";
}
.fa-trash-restore-alt::before {
  content: "\f82a";
}
.fa-naira-sign::before {
  content: "\e1f6";
}
.fa-cart-arrow-down::before {
  content: "\f218";
}
.fa-walkie-talkie::before {
  content: "\f8ef";
}
.fa-file-pen::before {
  content: "\f31c";
}
.fa-file-edit::before {
  content: "\f31c";
}
.fa-receipt::before {
  content: "\f543";
}
.fa-square-pen::before {
  content: "\f14b";
}
.fa-pen-square::before {
  content: "\f14b";
}
.fa-pencil-square::before {
  content: "\f14b";
}
.fa-suitcase-rolling::before {
  content: "\f5c1";
}
.fa-person-circle-exclamation::before {
  content: "\e53f";
}
.fa-chevron-down::before {
  content: "\f078";
}
.fa-battery-full::before {
  content: "\f240";
}
.fa-battery::before {
  content: "\f240";
}
.fa-battery-5::before {
  content: "\f240";
}
.fa-skull-crossbones::before {
  content: "\f714";
}
.fa-code-compare::before {
  content: "\e13a";
}
.fa-list-ul::before {
  content: "\f0ca";
}
.fa-list-dots::before {
  content: "\f0ca";
}
.fa-school-lock::before {
  content: "\e56f";
}
.fa-tower-cell::before {
  content: "\e585";
}
.fa-down-long::before {
  content: "\f309";
}
.fa-long-arrow-alt-down::before {
  content: "\f309";
}
.fa-ranking-star::before {
  content: "\e561";
}
.fa-chess-king::before {
  content: "\f43f";
}
.fa-person-harassing::before {
  content: "\e549";
}
.fa-brazilian-real-sign::before {
  content: "\e46c";
}
.fa-landmark-dome::before {
  content: "\f752";
}
.fa-landmark-alt::before {
  content: "\f752";
}
.fa-arrow-up::before {
  content: "\f062";
}
.fa-tv::before {
  content: "\f26c";
}
.fa-television::before {
  content: "\f26c";
}
.fa-tv-alt::before {
  content: "\f26c";
}
.fa-shrimp::before {
  content: "\e448";
}
.fa-list-check::before {
  content: "\f0ae";
}
.fa-tasks::before {
  content: "\f0ae";
}
.fa-jug-detergent::before {
  content: "\e519";
}
.fa-circle-user::before {
  content: "\f2bd";
}
.fa-user-circle::before {
  content: "\f2bd";
}
.fa-user-shield::before {
  content: "\f505";
}
.fa-wind::before {
  content: "\f72e";
}
.fa-car-burst::before {
  content: "\f5e1";
}
.fa-car-crash::before {
  content: "\f5e1";
}
.fa-y::before {
  content: "\59";
}
.fa-person-snowboarding::before {
  content: "\f7ce";
}
.fa-snowboarding::before {
  content: "\f7ce";
}
.fa-truck-fast::before {
  content: "\f48b";
}
.fa-shipping-fast::before {
  content: "\f48b";
}
.fa-fish::before {
  content: "\f578";
}
.fa-user-graduate::before {
  content: "\f501";
}
.fa-circle-half-stroke::before {
  content: "\f042";
}
.fa-adjust::before {
  content: "\f042";
}
.fa-clapperboard::before {
  content: "\e131";
}
.fa-circle-radiation::before {
  content: "\f7ba";
}
.fa-radiation-alt::before {
  content: "\f7ba";
}
.fa-baseball::before {
  content: "\f433";
}
.fa-baseball-ball::before {
  content: "\f433";
}
.fa-jet-fighter-up::before {
  content: "\e518";
}
.fa-diagram-project::before {
  content: "\f542";
}
.fa-project-diagram::before {
  content: "\f542";
}
.fa-copy::before {
  content: "\f0c5";
}
.fa-volume-xmark::before {
  content: "\f6a9";
}
.fa-volume-mute::before {
  content: "\f6a9";
}
.fa-volume-times::before {
  content: "\f6a9";
}
.fa-hand-sparkles::before {
  content: "\e05d";
}
.fa-grip::before {
  content: "\f58d";
}
.fa-grip-horizontal::before {
  content: "\f58d";
}
.fa-share-from-square::before {
  content: "\f14d";
}
.fa-share-square::before {
  content: "\f14d";
}
.fa-child-combatant::before {
  content: "\e4e0";
}
.fa-child-rifle::before {
  content: "\e4e0";
}
.fa-gun::before {
  content: "\e19b";
}
.fa-square-phone::before {
  content: "\f098";
}
.fa-phone-square::before {
  content: "\f098";
}
.fa-plus::before {
  content: "\2b";
}
.fa-add::before {
  content: "\2b";
}
.fa-expand::before {
  content: "\f065";
}
.fa-computer::before {
  content: "\e4e5";
}
.fa-xmark::before {
  content: "\f00d";
}
.fa-close::before {
  content: "\f00d";
}
.fa-multiply::before {
  content: "\f00d";
}
.fa-remove::before {
  content: "\f00d";
}
.fa-times::before {
  content: "\f00d";
}
.fa-arrows-up-down-left-right::before {
  content: "\f047";
}
.fa-arrows::before {
  content: "\f047";
}
.fa-chalkboard-user::before {
  content: "\f51c";
}
.fa-chalkboard-teacher::before {
  content: "\f51c";
}
.fa-peso-sign::before {
  content: "\e222";
}
.fa-building-shield::before {
  content: "\e4d8";
}
.fa-baby::before {
  content: "\f77c";
}
.fa-users-line::before {
  content: "\e592";
}
.fa-quote-left::before {
  content: "\f10d";
}
.fa-quote-left-alt::before {
  content: "\f10d";
}
.fa-tractor::before {
  content: "\f722";
}
.fa-trash-arrow-up::before {
  content: "\f829";
}
.fa-trash-restore::before {
  content: "\f829";
}
.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}
.fa-lines-leaning::before {
  content: "\e51e";
}
.fa-ruler-combined::before {
  content: "\f546";
}
.fa-copyright::before {
  content: "\f1f9";
}
.fa-equals::before {
  content: "\3d";
}
.fa-blender::before {
  content: "\f517";
}
.fa-teeth::before {
  content: "\f62e";
}
.fa-shekel-sign::before {
  content: "\f20b";
}
.fa-ils::before {
  content: "\f20b";
}
.fa-shekel::before {
  content: "\f20b";
}
.fa-sheqel::before {
  content: "\f20b";
}
.fa-sheqel-sign::before {
  content: "\f20b";
}
.fa-map::before {
  content: "\f279";
}
.fa-rocket::before {
  content: "\f135";
}
.fa-photo-film::before {
  content: "\f87c";
}
.fa-photo-video::before {
  content: "\f87c";
}
.fa-folder-minus::before {
  content: "\f65d";
}
.fa-store::before {
  content: "\f54e";
}
.fa-arrow-trend-up::before {
  content: "\e098";
}
.fa-plug-circle-minus::before {
  content: "\e55e";
}
.fa-sign-hanging::before {
  content: "\f4d9";
}
.fa-sign::before {
  content: "\f4d9";
}
.fa-bezier-curve::before {
  content: "\f55b";
}
.fa-bell-slash::before {
  content: "\f1f6";
}
.fa-tablet::before {
  content: "\f3fb";
}
.fa-tablet-android::before {
  content: "\f3fb";
}
.fa-school-flag::before {
  content: "\e56e";
}
.fa-fill::before {
  content: "\f575";
}
.fa-angle-up::before {
  content: "\f106";
}
.fa-drumstick-bite::before {
  content: "\f6d7";
}
.fa-holly-berry::before {
  content: "\f7aa";
}
.fa-chevron-left::before {
  content: "\f053";
}
.fa-bacteria::before {
  content: "\e059";
}
.fa-hand-lizard::before {
  content: "\f258";
}
.fa-notdef::before {
  content: "\e1fe";
}
.fa-disease::before {
  content: "\f7fa";
}
.fa-briefcase-medical::before {
  content: "\f469";
}
.fa-genderless::before {
  content: "\f22d";
}
.fa-chevron-right::before {
  content: "\f054";
}
.fa-retweet::before {
  content: "\f079";
}
.fa-car-rear::before {
  content: "\f5de";
}
.fa-car-alt::before {
  content: "\f5de";
}
.fa-pump-soap::before {
  content: "\e06b";
}
.fa-video-slash::before {
  content: "\f4e2";
}
.fa-battery-quarter::before {
  content: "\f243";
}
.fa-battery-2::before {
  content: "\f243";
}
.fa-radio::before {
  content: "\f8d7";
}
.fa-baby-carriage::before {
  content: "\f77d";
}
.fa-carriage-baby::before {
  content: "\f77d";
}
.fa-traffic-light::before {
  content: "\f637";
}
.fa-thermometer::before {
  content: "\f491";
}
.fa-vr-cardboard::before {
  content: "\f729";
}
.fa-hand-middle-finger::before {
  content: "\f806";
}
.fa-percent::before {
  content: "\25";
}
.fa-percentage::before {
  content: "\25";
}
.fa-truck-moving::before {
  content: "\f4df";
}
.fa-glass-water-droplet::before {
  content: "\e4f5";
}
.fa-display::before {
  content: "\e163";
}
.fa-face-smile::before {
  content: "\f118";
}
.fa-smile::before {
  content: "\f118";
}
.fa-thumbtack::before {
  content: "\f08d";
}
.fa-thumb-tack::before {
  content: "\f08d";
}
.fa-trophy::before {
  content: "\f091";
}
.fa-person-praying::before {
  content: "\f683";
}
.fa-pray::before {
  content: "\f683";
}
.fa-hammer::before {
  content: "\f6e3";
}
.fa-hand-peace::before {
  content: "\f25b";
}
.fa-rotate::before {
  content: "\f2f1";
}
.fa-sync-alt::before {
  content: "\f2f1";
}
.fa-spinner::before {
  content: "\f110";
}
.fa-robot::before {
  content: "\f544";
}
.fa-peace::before {
  content: "\f67c";
}
.fa-gears::before {
  content: "\f085";
}
.fa-cogs::before {
  content: "\f085";
}
.fa-warehouse::before {
  content: "\f494";
}
.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}
.fa-splotch::before {
  content: "\f5bc";
}
.fa-face-grin-hearts::before {
  content: "\f584";
}
.fa-grin-hearts::before {
  content: "\f584";
}
.fa-dice-four::before {
  content: "\f524";
}
.fa-sim-card::before {
  content: "\f7c4";
}
.fa-transgender::before {
  content: "\f225";
}
.fa-transgender-alt::before {
  content: "\f225";
}
.fa-mercury::before {
  content: "\f223";
}
.fa-arrow-turn-down::before {
  content: "\f149";
}
.fa-level-down::before {
  content: "\f149";
}
.fa-person-falling-burst::before {
  content: "\e547";
}
.fa-award::before {
  content: "\f559";
}
.fa-ticket-simple::before {
  content: "\f3ff";
}
.fa-ticket-alt::before {
  content: "\f3ff";
}
.fa-building::before {
  content: "\f1ad";
}
.fa-angles-left::before {
  content: "\f100";
}
.fa-angle-double-left::before {
  content: "\f100";
}
.fa-qrcode::before {
  content: "\f029";
}
.fa-clock-rotate-left::before {
  content: "\f1da";
}
.fa-history::before {
  content: "\f1da";
}
.fa-face-grin-beam-sweat::before {
  content: "\f583";
}
.fa-grin-beam-sweat::before {
  content: "\f583";
}
.fa-file-export::before {
  content: "\f56e";
}
.fa-arrow-right-from-file::before {
  content: "\f56e";
}
.fa-shield::before {
  content: "\f132";
}
.fa-shield-blank::before {
  content: "\f132";
}
.fa-arrow-up-short-wide::before {
  content: "\f885";
}
.fa-sort-amount-up-alt::before {
  content: "\f885";
}
.fa-house-medical::before {
  content: "\e3b2";
}
.fa-golf-ball-tee::before {
  content: "\f450";
}
.fa-golf-ball::before {
  content: "\f450";
}
.fa-circle-chevron-left::before {
  content: "\f137";
}
.fa-chevron-circle-left::before {
  content: "\f137";
}
.fa-house-chimney-window::before {
  content: "\e00d";
}
.fa-pen-nib::before {
  content: "\f5ad";
}
.fa-tent-arrow-turn-left::before {
  content: "\e580";
}
.fa-tents::before {
  content: "\e582";
}
.fa-wand-magic::before {
  content: "\f0d0";
}
.fa-magic::before {
  content: "\f0d0";
}
.fa-dog::before {
  content: "\f6d3";
}
.fa-carrot::before {
  content: "\f787";
}
.fa-moon::before {
  content: "\f186";
}
.fa-wine-glass-empty::before {
  content: "\f5ce";
}
.fa-wine-glass-alt::before {
  content: "\f5ce";
}
.fa-cheese::before {
  content: "\f7ef";
}
.fa-yin-yang::before {
  content: "\f6ad";
}
.fa-music::before {
  content: "\f001";
}
.fa-code-commit::before {
  content: "\f386";
}
.fa-temperature-low::before {
  content: "\f76b";
}
.fa-person-biking::before {
  content: "\f84a";
}
.fa-biking::before {
  content: "\f84a";
}
.fa-broom::before {
  content: "\f51a";
}
.fa-shield-heart::before {
  content: "\e574";
}
.fa-gopuram::before {
  content: "\f664";
}
.fa-earth-oceania::before {
  content: "\e47b";
}
.fa-globe-oceania::before {
  content: "\e47b";
}
.fa-square-xmark::before {
  content: "\f2d3";
}
.fa-times-square::before {
  content: "\f2d3";
}
.fa-xmark-square::before {
  content: "\f2d3";
}
.fa-hashtag::before {
  content: "\23";
}
.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}
.fa-expand-alt::before {
  content: "\f424";
}
.fa-oil-can::before {
  content: "\f613";
}
.fa-t::before {
  content: "\54";
}
.fa-hippo::before {
  content: "\f6ed";
}
.fa-chart-column::before {
  content: "\e0e3";
}
.fa-infinity::before {
  content: "\f534";
}
.fa-vial-circle-check::before {
  content: "\e596";
}
.fa-person-arrow-down-to-line::before {
  content: "\e538";
}
.fa-voicemail::before {
  content: "\f897";
}
.fa-fan::before {
  content: "\f863";
}
.fa-person-walking-luggage::before {
  content: "\e554";
}
.fa-up-down::before {
  content: "\f338";
}
.fa-arrows-alt-v::before {
  content: "\f338";
}
.fa-cloud-moon-rain::before {
  content: "\f73c";
}
.fa-calendar::before {
  content: "\f133";
}
.fa-trailer::before {
  content: "\e041";
}
.fa-bahai::before {
  content: "\f666";
}
.fa-haykal::before {
  content: "\f666";
}
.fa-sd-card::before {
  content: "\f7c2";
}
.fa-dragon::before {
  content: "\f6d5";
}
.fa-shoe-prints::before {
  content: "\f54b";
}
.fa-circle-plus::before {
  content: "\f055";
}
.fa-plus-circle::before {
  content: "\f055";
}
.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}
.fa-grin-tongue-wink::before {
  content: "\f58b";
}
.fa-hand-holding::before {
  content: "\f4bd";
}
.fa-plug-circle-exclamation::before {
  content: "\e55d";
}
.fa-link-slash::before {
  content: "\f127";
}
.fa-chain-broken::before {
  content: "\f127";
}
.fa-chain-slash::before {
  content: "\f127";
}
.fa-unlink::before {
  content: "\f127";
}
.fa-clone::before {
  content: "\f24d";
}
.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}
.fa-arrow-up-z-a::before {
  content: "\f882";
}
.fa-sort-alpha-up-alt::before {
  content: "\f882";
}
.fa-fire-flame-curved::before {
  content: "\f7e4";
}
.fa-fire-alt::before {
  content: "\f7e4";
}
.fa-tornado::before {
  content: "\f76f";
}
.fa-file-circle-plus::before {
  content: "\e494";
}
.fa-book-quran::before {
  content: "\f687";
}
.fa-quran::before {
  content: "\f687";
}
.fa-anchor::before {
  content: "\f13d";
}
.fa-border-all::before {
  content: "\f84c";
}
.fa-face-angry::before {
  content: "\f556";
}
.fa-angry::before {
  content: "\f556";
}
.fa-cookie-bite::before {
  content: "\f564";
}
.fa-arrow-trend-down::before {
  content: "\e097";
}
.fa-rss::before {
  content: "\f09e";
}
.fa-feed::before {
  content: "\f09e";
}
.fa-draw-polygon::before {
  content: "\f5ee";
}
.fa-scale-balanced::before {
  content: "\f24e";
}
.fa-balance-scale::before {
  content: "\f24e";
}
.fa-gauge-simple-high::before {
  content: "\f62a";
}
.fa-tachometer::before {
  content: "\f62a";
}
.fa-tachometer-fast::before {
  content: "\f62a";
}
.fa-shower::before {
  content: "\f2cc";
}
.fa-desktop::before {
  content: "\f390";
}
.fa-desktop-alt::before {
  content: "\f390";
}
.fa-m::before {
  content: "\4d";
}
.fa-table-list::before {
  content: "\f00b";
}
.fa-th-list::before {
  content: "\f00b";
}
.fa-comment-sms::before {
  content: "\f7cd";
}
.fa-sms::before {
  content: "\f7cd";
}
.fa-book::before {
  content: "\f02d";
}
.fa-user-plus::before {
  content: "\f234";
}
.fa-check::before {
  content: "\f00c";
}
.fa-battery-three-quarters::before {
  content: "\f241";
}
.fa-battery-4::before {
  content: "\f241";
}
.fa-house-circle-check::before {
  content: "\e509";
}
.fa-angle-left::before {
  content: "\f104";
}
.fa-diagram-successor::before {
  content: "\e47a";
}
.fa-truck-arrow-right::before {
  content: "\e58b";
}
.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}
.fa-hand-fist::before {
  content: "\f6de";
}
.fa-fist-raised::before {
  content: "\f6de";
}
.fa-cloud-moon::before {
  content: "\f6c3";
}
.fa-briefcase::before {
  content: "\f0b1";
}
.fa-person-falling::before {
  content: "\e546";
}
.fa-image-portrait::before {
  content: "\f3e0";
}
.fa-portrait::before {
  content: "\f3e0";
}
.fa-user-tag::before {
  content: "\f507";
}
.fa-rug::before {
  content: "\e569";
}
.fa-earth-europe::before {
  content: "\f7a2";
}
.fa-globe-europe::before {
  content: "\f7a2";
}
.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}
.fa-luggage-cart::before {
  content: "\f59d";
}
.fa-rectangle-xmark::before {
  content: "\f410";
}
.fa-rectangle-times::before {
  content: "\f410";
}
.fa-times-rectangle::before {
  content: "\f410";
}
.fa-window-close::before {
  content: "\f410";
}
.fa-baht-sign::before {
  content: "\e0ac";
}
.fa-book-open::before {
  content: "\f518";
}
.fa-book-journal-whills::before {
  content: "\f66a";
}
.fa-journal-whills::before {
  content: "\f66a";
}
.fa-handcuffs::before {
  content: "\e4f8";
}
.fa-triangle-exclamation::before {
  content: "\f071";
}
.fa-exclamation-triangle::before {
  content: "\f071";
}
.fa-warning::before {
  content: "\f071";
}
.fa-database::before {
  content: "\f1c0";
}
.fa-share::before {
  content: "\f064";
}
.fa-mail-forward::before {
  content: "\f064";
}
.fa-bottle-droplet::before {
  content: "\e4c4";
}
.fa-mask-face::before {
  content: "\e1d7";
}
.fa-hill-rockslide::before {
  content: "\e508";
}
.fa-right-left::before {
  content: "\f362";
}
.fa-exchange-alt::before {
  content: "\f362";
}
.fa-paper-plane::before {
  content: "\f1d8";
}
.fa-road-circle-exclamation::before {
  content: "\e565";
}
.fa-dungeon::before {
  content: "\f6d9";
}
.fa-align-right::before {
  content: "\f038";
}
.fa-money-bill-1-wave::before {
  content: "\f53b";
}
.fa-money-bill-wave-alt::before {
  content: "\f53b";
}
.fa-life-ring::before {
  content: "\f1cd";
}
.fa-hands::before {
  content: "\f2a7";
}
.fa-sign-language::before {
  content: "\f2a7";
}
.fa-signing::before {
  content: "\f2a7";
}
.fa-calendar-day::before {
  content: "\f783";
}
.fa-water-ladder::before {
  content: "\f5c5";
}
.fa-ladder-water::before {
  content: "\f5c5";
}
.fa-swimming-pool::before {
  content: "\f5c5";
}
.fa-arrows-up-down::before {
  content: "\f07d";
}
.fa-arrows-v::before {
  content: "\f07d";
}
.fa-face-grimace::before {
  content: "\f57f";
}
.fa-grimace::before {
  content: "\f57f";
}
.fa-wheelchair-move::before {
  content: "\e2ce";
}
.fa-wheelchair-alt::before {
  content: "\e2ce";
}
.fa-turn-down::before {
  content: "\f3be";
}
.fa-level-down-alt::before {
  content: "\f3be";
}
.fa-person-walking-arrow-right::before {
  content: "\e552";
}
.fa-square-envelope::before {
  content: "\f199";
}
.fa-envelope-square::before {
  content: "\f199";
}
.fa-dice::before {
  content: "\f522";
}
.fa-bowling-ball::before {
  content: "\f436";
}
.fa-brain::before {
  content: "\f5dc";
}
.fa-bandage::before {
  content: "\f462";
}
.fa-band-aid::before {
  content: "\f462";
}
.fa-calendar-minus::before {
  content: "\f272";
}
.fa-circle-xmark::before {
  content: "\f057";
}
.fa-times-circle::before {
  content: "\f057";
}
.fa-xmark-circle::before {
  content: "\f057";
}
.fa-gifts::before {
  content: "\f79c";
}
.fa-hotel::before {
  content: "\f594";
}
.fa-earth-asia::before {
  content: "\f57e";
}
.fa-globe-asia::before {
  content: "\f57e";
}
.fa-id-card-clip::before {
  content: "\f47f";
}
.fa-id-card-alt::before {
  content: "\f47f";
}
.fa-magnifying-glass-plus::before {
  content: "\f00e";
}
.fa-search-plus::before {
  content: "\f00e";
}
.fa-thumbs-up::before {
  content: "\f164";
}
.fa-user-clock::before {
  content: "\f4fd";
}
.fa-hand-dots::before {
  content: "\f461";
}
.fa-allergies::before {
  content: "\f461";
}
.fa-file-invoice::before {
  content: "\f570";
}
.fa-window-minimize::before {
  content: "\f2d1";
}
.fa-mug-saucer::before {
  content: "\f0f4";
}
.fa-coffee::before {
  content: "\f0f4";
}
.fa-brush::before {
  content: "\f55d";
}
.fa-mask::before {
  content: "\f6fa";
}
.fa-magnifying-glass-minus::before {
  content: "\f010";
}
.fa-search-minus::before {
  content: "\f010";
}
.fa-ruler-vertical::before {
  content: "\f548";
}
.fa-user-large::before {
  content: "\f406";
}
.fa-user-alt::before {
  content: "\f406";
}
.fa-train-tram::before {
  content: "\e5b4";
}
.fa-user-nurse::before {
  content: "\f82f";
}
.fa-syringe::before {
  content: "\f48e";
}
.fa-cloud-sun::before {
  content: "\f6c4";
}
.fa-stopwatch-20::before {
  content: "\e06f";
}
.fa-square-full::before {
  content: "\f45c";
}
.fa-magnet::before {
  content: "\f076";
}
.fa-jar::before {
  content: "\e516";
}
.fa-note-sticky::before {
  content: "\f249";
}
.fa-sticky-note::before {
  content: "\f249";
}
.fa-bug-slash::before {
  content: "\e490";
}
.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}
.fa-bone::before {
  content: "\f5d7";
}
.fa-table-cells-row-unlock::before {
  content: "\e691";
}
.fa-user-injured::before {
  content: "\f728";
}
.fa-face-sad-tear::before {
  content: "\f5b4";
}
.fa-sad-tear::before {
  content: "\f5b4";
}
.fa-plane::before {
  content: "\f072";
}
.fa-tent-arrows-down::before {
  content: "\e581";
}
.fa-exclamation::before {
  content: "\21";
}
.fa-arrows-spin::before {
  content: "\e4bb";
}
.fa-print::before {
  content: "\f02f";
}
.fa-turkish-lira-sign::before {
  content: "\e2bb";
}
.fa-try::before {
  content: "\e2bb";
}
.fa-turkish-lira::before {
  content: "\e2bb";
}
.fa-dollar-sign::before {
  content: "\24";
}
.fa-dollar::before {
  content: "\24";
}
.fa-usd::before {
  content: "\24";
}
.fa-x::before {
  content: "\58";
}
.fa-magnifying-glass-dollar::before {
  content: "\f688";
}
.fa-search-dollar::before {
  content: "\f688";
}
.fa-users-gear::before {
  content: "\f509";
}
.fa-users-cog::before {
  content: "\f509";
}
.fa-person-military-pointing::before {
  content: "\e54a";
}
.fa-building-columns::before {
  content: "\f19c";
}
.fa-bank::before {
  content: "\f19c";
}
.fa-institution::before {
  content: "\f19c";
}
.fa-museum::before {
  content: "\f19c";
}
.fa-university::before {
  content: "\f19c";
}
.fa-umbrella::before {
  content: "\f0e9";
}
.fa-trowel::before {
  content: "\e589";
}
.fa-d::before {
  content: "\44";
}
.fa-stapler::before {
  content: "\e5af";
}
.fa-masks-theater::before {
  content: "\f630";
}
.fa-theater-masks::before {
  content: "\f630";
}
.fa-kip-sign::before {
  content: "\e1c4";
}
.fa-hand-point-left::before {
  content: "\f0a5";
}
.fa-handshake-simple::before {
  content: "\f4c6";
}
.fa-handshake-alt::before {
  content: "\f4c6";
}
.fa-jet-fighter::before {
  content: "\f0fb";
}
.fa-fighter-jet::before {
  content: "\f0fb";
}
.fa-square-share-nodes::before {
  content: "\f1e1";
}
.fa-share-alt-square::before {
  content: "\f1e1";
}
.fa-barcode::before {
  content: "\f02a";
}
.fa-plus-minus::before {
  content: "\e43c";
}
.fa-video::before {
  content: "\f03d";
}
.fa-video-camera::before {
  content: "\f03d";
}
.fa-graduation-cap::before {
  content: "\f19d";
}
.fa-mortar-board::before {
  content: "\f19d";
}
.fa-hand-holding-medical::before {
  content: "\e05c";
}
.fa-person-circle-check::before {
  content: "\e53e";
}
.fa-turn-up::before {
  content: "\f3bf";
}
.fa-level-up-alt::before {
  content: "\f3bf";
}
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
:root,
:host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/fonts/fa-brands-400.woff2) format("woff2"), url(/fonts/fa-brands-400.ttf) format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-aws:before {
  content: "\f375";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-cloudflare:before {
  content: "\e07d";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-pixiv:before {
  content: "\e640";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-modx:before {
  content: "\f285";
}
.fa-guilded:before {
  content: "\e07e";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-square-js:before {
  content: "\f3b9";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-jxl:before {
  content: "\e67b";
}
.fa-dart-lang:before {
  content: "\e693";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-unity:before {
  content: "\e049";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-vk:before {
  content: "\f189";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-square-reddit:before {
  content: "\f1a2";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-square-font-awesome:before {
  content: "\e5ad";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-brave:before {
  content: "\e63c";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-square-instagram:before {
  content: "\e055";
}
.fa-instagram-square:before {
  content: "\e055";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-square-hacker-news:before {
  content: "\f3af";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-edge:before {
  content: "\f282";
}
.fa-threads:before {
  content: "\e618";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-square-snapchat:before {
  content: "\f2ad";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-safari:before {
  content: "\f267";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-watchman-monitoring:before {
  content: "\e087";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-square-viadeo:before {
  content: "\f2aa";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-centos:before {
  content: "\f789";
}
.fa-adn:before {
  content: "\f170";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-opensuse:before {
  content: "\e62b";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-square-dribbble:before {
  content: "\f397";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-node:before {
  content: "\f419";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-debian:before {
  content: "\e60b";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-instalod:before {
  content: "\e081";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-square-twitter:before {
  content: "\f081";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-golang:before {
  content: "\e40f";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-square-kickstarter:before {
  content: "\f3bb";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-uncharted:before {
  content: "\e084";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-square-youtube:before {
  content: "\f431";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-rendact:before {
  content: "\f3e4";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-nfc-directional:before {
  content: "\e530";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-meta:before {
  content: "\e49b";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-square-letterboxd:before {
  content: "\e62e";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-hips:before {
  content: "\f452";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-discord:before {
  content: "\f392";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-shoelace:before {
  content: "\e60c";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-unsplash:before {
  content: "\e07c";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-square-steam:before {
  content: "\f1b7";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-square-vimeo:before {
  content: "\f194";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-flag:before {
  content: "\f2b4";
}
.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-apple:before {
  content: "\f179";
}
.fa-hive:before {
  content: "\e07f";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-padlet:before {
  content: "\e4a0";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-square-github:before {
  content: "\f092";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-shopify:before {
  content: "\e057";
}
.fa-neos:before {
  content: "\f612";
}
.fa-square-threads:before {
  content: "\e619";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-angular:before {
  content: "\f420";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envira:before {
  content: "\f299";
}
.fa-google-scholar:before {
  content: "\e63b";
}
.fa-square-gitlab:before {
  content: "\e5ae";
}
.fa-gitlab-square:before {
  content: "\e5ae";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-square-odnoklassniki:before {
  content: "\f264";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-sith:before {
  content: "\f512";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-hashnode:before {
  content: "\e499";
}
.fa-react:before {
  content: "\f41b";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-gg:before {
  content: "\f260";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-square-pinterest:before {
  content: "\f0d3";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-xing:before {
  content: "\f168";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-less:before {
  content: "\f41d";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-signal-messenger:before {
  content: "\e663";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-dailymotion:before {
  content: "\e052";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-nfc-symbol:before {
  content: "\e531";
}
.fa-mintbit:before {
  content: "\e62f";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-brave-reverse:before {
  content: "\e63d";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-square-google-plus:before {
  content: "\f0d4";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-web-awesome:before {
  content: "\e682";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-square-xing:before {
  content: "\f169";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-fly:before {
  content: "\f417";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-viber:before {
  content: "\f409";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-letterboxd:before {
  content: "\e62d";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-audible:before {
  content: "\f373";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-bilibili:before {
  content: "\e3d9";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-x-twitter:before {
  content: "\e61b";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-42-group:before {
  content: "\e080";
}
.fa-innosoft:before {
  content: "\e080";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-square-pied-piper:before {
  content: "\e01e";
}
.fa-pied-piper-square:before {
  content: "\e01e";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-square-web-awesome-stroke:before {
  content: "\e684";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-square-facebook:before {
  content: "\f082";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-flutter:before {
  content: "\e694";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-mixer:before {
  content: "\e056";
}
.fa-square-lastfm:before {
  content: "\f203";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-figma:before {
  content: "\f799";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-cmplid:before {
  content: "\e360";
}
.fa-upwork:before {
  content: "\e641";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-square-upwork:before {
  content: "\e67c";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-deezer:before {
  content: "\e077";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-docker:before {
  content: "\f395";
}
.fa-screenpal:before {
  content: "\e570";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-microblog:before {
  content: "\e01a";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-square-web-awesome:before {
  content: "\e683";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-wirsindhandwerk:before {
  content: "\e2d0";
}
.fa-wsh:before {
  content: "\e2d0";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-octopus-deploy:before {
  content: "\e082";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-apper:before {
  content: "\f371";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-bluesky:before {
  content: "\e671";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ab";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-rust:before {
  content: "\e07a";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-square-behance:before {
  content: "\f1b5";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-webflow:before {
  content: "\e65c";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-space-awesome:before {
  content: "\e5ac";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-square-git:before {
  content: "\f1d2";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-square-tumblr:before {
  content: "\f174";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-trello:before {
  content: "\f181";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-perbyte:before {
  content: "\e083";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-android:before {
  content: "\f17b";
}
.fa-bots:before {
  content: "\e340";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-ideal:before {
  content: "\e013";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-uber:before {
  content: "\f402";
}
.fa-github:before {
  content: "\f09b";
}
.fa-php:before {
  content: "\f457";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-firefox-browser:before {
  content: "\e007";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-stubber:before {
  content: "\e5c7";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f2c6";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-odysee:before {
  content: "\e5c6";
}
.fa-square-whatsapp:before {
  content: "\f40c";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-edge-legacy:before {
  content: "\e078";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f198";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-usb:before {
  content: "\f287";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-square-x-twitter:before {
  content: "\e61a";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f23a";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-sitrox:before {
  content: "\e44a";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-strava:before {
  content: "\f428";
}
.fa-ember:before {
  content: "\f423";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-wodu:before {
  content: "\e088";
}
.fa-google-pay:before {
  content: "\e079";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-zhihu:before {
  content: "\f63f";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-pix:before {
  content: "\e43a";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
:root,
:host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/fonts/fa-regular-400.woff2) format("woff2"), url(/fonts/fa-regular-400.ttf) format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}
:root,
:host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/fonts/fa-solid-900.woff2) format("woff2"), url(/fonts/fa-solid-900.ttf) format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: block;
  font-weight: 400;
  src: url(/fonts/fa-brands-400.woff2) format("woff2"), url(/fonts/fa-brands-400.ttf) format("truetype");
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 900;
  src: url(/fonts/fa-solid-900.woff2) format("woff2"), url(/fonts/fa-solid-900.ttf) format("truetype");
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 400;
  src: url(/fonts/fa-regular-400.woff2) format("woff2"), url(/fonts/fa-regular-400.ttf) format("truetype");
}
@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url(/fonts/fa-solid-900.woff2) format("woff2"), url(/fonts/fa-solid-900.ttf) format("truetype");
}
@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url(/fonts/fa-brands-400.woff2) format("woff2"), url(/fonts/fa-brands-400.ttf) format("truetype");
}
@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url(/fonts/fa-regular-400.woff2) format("woff2"), url(/fonts/fa-regular-400.ttf) format("truetype");
  unicode-range: U+F003, U+F006, U+F014, U+F016-F017, U+F01A-F01B, U+F01D, U+F022, U+F03E, U+F044, U+F046, U+F05C-F05D, U+F06E, U+F070, U+F087-F088, U+F08A, U+F094, U+F096-F097, U+F09D, U+F0A0, U+F0A2, U+F0A4-F0A7, U+F0C5, U+F0C7, U+F0E5-F0E6, U+F0EB, U+F0F6-F0F8, U+F10C, U+F114-F115, U+F118-F11A, U+F11C-F11D, U+F133, U+F147, U+F14E, U+F150-F152, U+F185-F186, U+F18E, U+F190-F192, U+F196, U+F1C1-F1C9, U+F1D9, U+F1DB, U+F1E3, U+F1EA, U+F1F7, U+F1F9, U+F20A, U+F247-F248, U+F24A, U+F24D, U+F255-F25B, U+F25D, U+F271-F274, U+F278, U+F27B, U+F28C, U+F28E, U+F29C, U+F2B5, U+F2B7, U+F2BA, U+F2BC, U+F2BE, U+F2C0-F2C1, U+F2C3, U+F2D0, U+F2D2, U+F2D4, U+F2DC;
}
@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url(/fonts/fa-v4compatibility.woff2) format("woff2"), url(/fonts/fa-v4compatibility.ttf) format("truetype");
  unicode-range: U+F041, U+F047, U+F065-F066, U+F07D-F07E, U+F080, U+F08B, U+F08E, U+F090, U+F09A, U+F0AC, U+F0AE, U+F0B2, U+F0D0, U+F0D6, U+F0E4, U+F0EC, U+F10A-F10B, U+F123, U+F13E, U+F148-F149, U+F14C, U+F156, U+F15E, U+F160-F161, U+F163, U+F175-F178, U+F195, U+F1F8, U+F219, U+F27A;
}

/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: block;
  font-weight: 400;
  src: url(/fonts/fa-brands-400.woff2) format("woff2"), url(/fonts/fa-brands-400.ttf) format("truetype");
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 900;
  src: url(/fonts/fa-solid-900.woff2) format("woff2"), url(/fonts/fa-solid-900.ttf) format("truetype");
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 400;
  src: url(/fonts/fa-regular-400.woff2) format("woff2"), url(/fonts/fa-regular-400.ttf) format("truetype");
}

/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa.fa-glass:before {
  content: "\f000";
}
.fa.fa-envelope-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-envelope-o:before {
  content: "\f0e0";
}
.fa.fa-star-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-star-o:before {
  content: "\f005";
}
.fa.fa-remove:before {
  content: "\f00d";
}
.fa.fa-close:before {
  content: "\f00d";
}
.fa.fa-gear:before {
  content: "\f013";
}
.fa.fa-trash-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-trash-o:before {
  content: "\f2ed";
}
.fa.fa-home:before {
  content: "\f015";
}
.fa.fa-file-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-file-o:before {
  content: "\f15b";
}
.fa.fa-clock-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-clock-o:before {
  content: "\f017";
}
.fa.fa-arrow-circle-o-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-arrow-circle-o-down:before {
  content: "\f358";
}
.fa.fa-arrow-circle-o-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-arrow-circle-o-up:before {
  content: "\f35b";
}
.fa.fa-play-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-play-circle-o:before {
  content: "\f144";
}
.fa.fa-repeat:before {
  content: "\f01e";
}
.fa.fa-rotate-right:before {
  content: "\f01e";
}
.fa.fa-refresh:before {
  content: "\f021";
}
.fa.fa-list-alt {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-list-alt:before {
  content: "\f022";
}
.fa.fa-dedent:before {
  content: "\f03b";
}
.fa.fa-video-camera:before {
  content: "\f03d";
}
.fa.fa-picture-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-picture-o:before {
  content: "\f03e";
}
.fa.fa-photo {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-photo:before {
  content: "\f03e";
}
.fa.fa-image {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-image:before {
  content: "\f03e";
}
.fa.fa-map-marker:before {
  content: "\f3c5";
}
.fa.fa-pencil-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-pencil-square-o:before {
  content: "\f044";
}
.fa.fa-edit {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-edit:before {
  content: "\f044";
}
.fa.fa-share-square-o:before {
  content: "\f14d";
}
.fa.fa-check-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-check-square-o:before {
  content: "\f14a";
}
.fa.fa-arrows:before {
  content: "\f0b2";
}
.fa.fa-times-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-times-circle-o:before {
  content: "\f057";
}
.fa.fa-check-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-check-circle-o:before {
  content: "\f058";
}
.fa.fa-mail-forward:before {
  content: "\f064";
}
.fa.fa-expand:before {
  content: "\f424";
}
.fa.fa-compress:before {
  content: "\f422";
}
.fa.fa-eye {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-eye-slash {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-warning:before {
  content: "\f071";
}
.fa.fa-calendar:before {
  content: "\f073";
}
.fa.fa-arrows-v:before {
  content: "\f338";
}
.fa.fa-arrows-h:before {
  content: "\f337";
}
.fa.fa-bar-chart:before {
  content: "\e0e3";
}
.fa.fa-bar-chart-o:before {
  content: "\e0e3";
}
.fa.fa-twitter-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-twitter-square:before {
  content: "\f081";
}
.fa.fa-facebook-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-facebook-square:before {
  content: "\f082";
}
.fa.fa-gears:before {
  content: "\f085";
}
.fa.fa-thumbs-o-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-thumbs-o-up:before {
  content: "\f164";
}
.fa.fa-thumbs-o-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-thumbs-o-down:before {
  content: "\f165";
}
.fa.fa-heart-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-heart-o:before {
  content: "\f004";
}
.fa.fa-sign-out:before {
  content: "\f2f5";
}
.fa.fa-linkedin-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-linkedin-square:before {
  content: "\f08c";
}
.fa.fa-thumb-tack:before {
  content: "\f08d";
}
.fa.fa-external-link:before {
  content: "\f35d";
}
.fa.fa-sign-in:before {
  content: "\f2f6";
}
.fa.fa-github-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-github-square:before {
  content: "\f092";
}
.fa.fa-lemon-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-lemon-o:before {
  content: "\f094";
}
.fa.fa-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-square-o:before {
  content: "\f0c8";
}
.fa.fa-bookmark-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-bookmark-o:before {
  content: "\f02e";
}
.fa.fa-twitter {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-facebook {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-facebook:before {
  content: "\f39e";
}
.fa.fa-facebook-f {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-facebook-f:before {
  content: "\f39e";
}
.fa.fa-github {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-credit-card {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-feed:before {
  content: "\f09e";
}
.fa.fa-hdd-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-hdd-o:before {
  content: "\f0a0";
}
.fa.fa-hand-o-right {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa.fa-hand-o-left {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa.fa-hand-o-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa.fa-hand-o-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa.fa-globe:before {
  content: "\f57d";
}
.fa.fa-tasks:before {
  content: "\f828";
}
.fa.fa-arrows-alt:before {
  content: "\f31e";
}
.fa.fa-group:before {
  content: "\f0c0";
}
.fa.fa-chain:before {
  content: "\f0c1";
}
.fa.fa-cut:before {
  content: "\f0c4";
}
.fa.fa-files-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-files-o:before {
  content: "\f0c5";
}
.fa.fa-floppy-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-floppy-o:before {
  content: "\f0c7";
}
.fa.fa-save {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-save:before {
  content: "\f0c7";
}
.fa.fa-navicon:before {
  content: "\f0c9";
}
.fa.fa-reorder:before {
  content: "\f0c9";
}
.fa.fa-magic:before {
  content: "\e2ca";
}
.fa.fa-pinterest {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-pinterest-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa.fa-google-plus-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa.fa-google-plus {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-google-plus:before {
  content: "\f0d5";
}
.fa.fa-money:before {
  content: "\f3d1";
}
.fa.fa-unsorted:before {
  content: "\f0dc";
}
.fa.fa-sort-desc:before {
  content: "\f0dd";
}
.fa.fa-sort-asc:before {
  content: "\f0de";
}
.fa.fa-linkedin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-linkedin:before {
  content: "\f0e1";
}
.fa.fa-rotate-left:before {
  content: "\f0e2";
}
.fa.fa-legal:before {
  content: "\f0e3";
}
.fa.fa-tachometer:before {
  content: "\f625";
}
.fa.fa-dashboard:before {
  content: "\f625";
}
.fa.fa-comment-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-comment-o:before {
  content: "\f075";
}
.fa.fa-comments-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-comments-o:before {
  content: "\f086";
}
.fa.fa-flash:before {
  content: "\f0e7";
}
.fa.fa-clipboard:before {
  content: "\f0ea";
}
.fa.fa-lightbulb-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa.fa-exchange:before {
  content: "\f362";
}
.fa.fa-cloud-download:before {
  content: "\f0ed";
}
.fa.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa.fa-bell-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-bell-o:before {
  content: "\f0f3";
}
.fa.fa-cutlery:before {
  content: "\f2e7";
}
.fa.fa-file-text-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-file-text-o:before {
  content: "\f15c";
}
.fa.fa-building-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-building-o:before {
  content: "\f1ad";
}
.fa.fa-hospital-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-hospital-o:before {
  content: "\f0f8";
}
.fa.fa-tablet:before {
  content: "\f3fa";
}
.fa.fa-mobile:before {
  content: "\f3cd";
}
.fa.fa-mobile-phone:before {
  content: "\f3cd";
}
.fa.fa-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-circle-o:before {
  content: "\f111";
}
.fa.fa-mail-reply:before {
  content: "\f3e5";
}
.fa.fa-github-alt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-folder-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-folder-o:before {
  content: "\f07b";
}
.fa.fa-folder-open-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-folder-open-o:before {
  content: "\f07c";
}
.fa.fa-smile-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-smile-o:before {
  content: "\f118";
}
.fa.fa-frown-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-frown-o:before {
  content: "\f119";
}
.fa.fa-meh-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-meh-o:before {
  content: "\f11a";
}
.fa.fa-keyboard-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-keyboard-o:before {
  content: "\f11c";
}
.fa.fa-flag-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-flag-o:before {
  content: "\f024";
}
.fa.fa-mail-reply-all:before {
  content: "\f122";
}
.fa.fa-star-half-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-star-half-o:before {
  content: "\f5c0";
}
.fa.fa-star-half-empty {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-star-half-empty:before {
  content: "\f5c0";
}
.fa.fa-star-half-full {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-star-half-full:before {
  content: "\f5c0";
}
.fa.fa-code-fork:before {
  content: "\f126";
}
.fa.fa-chain-broken:before {
  content: "\f127";
}
.fa.fa-unlink:before {
  content: "\f127";
}
.fa.fa-calendar-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-calendar-o:before {
  content: "\f133";
}
.fa.fa-maxcdn {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-html5 {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-css3 {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-unlock-alt:before {
  content: "\f09c";
}
.fa.fa-minus-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-minus-square-o:before {
  content: "\f146";
}
.fa.fa-level-up:before {
  content: "\f3bf";
}
.fa.fa-level-down:before {
  content: "\f3be";
}
.fa.fa-pencil-square:before {
  content: "\f14b";
}
.fa.fa-external-link-square:before {
  content: "\f360";
}
.fa.fa-compass {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-caret-square-o-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa.fa-toggle-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-toggle-down:before {
  content: "\f150";
}
.fa.fa-caret-square-o-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa.fa-toggle-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-toggle-up:before {
  content: "\f151";
}
.fa.fa-caret-square-o-right {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa.fa-toggle-right {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-toggle-right:before {
  content: "\f152";
}
.fa.fa-eur:before {
  content: "\f153";
}
.fa.fa-euro:before {
  content: "\f153";
}
.fa.fa-gbp:before {
  content: "\f154";
}
.fa.fa-usd:before {
  content: "\24";
}
.fa.fa-dollar:before {
  content: "\24";
}
.fa.fa-inr:before {
  content: "\e1bc";
}
.fa.fa-rupee:before {
  content: "\e1bc";
}
.fa.fa-jpy:before {
  content: "\f157";
}
.fa.fa-cny:before {
  content: "\f157";
}
.fa.fa-rmb:before {
  content: "\f157";
}
.fa.fa-yen:before {
  content: "\f157";
}
.fa.fa-rub:before {
  content: "\f158";
}
.fa.fa-ruble:before {
  content: "\f158";
}
.fa.fa-rouble:before {
  content: "\f158";
}
.fa.fa-krw:before {
  content: "\f159";
}
.fa.fa-won:before {
  content: "\f159";
}
.fa.fa-btc {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-bitcoin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-bitcoin:before {
  content: "\f15a";
}
.fa.fa-file-text:before {
  content: "\f15c";
}
.fa.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa.fa-sort-alpha-desc:before {
  content: "\f881";
}
.fa.fa-sort-amount-asc:before {
  content: "\f884";
}
.fa.fa-sort-amount-desc:before {
  content: "\f160";
}
.fa.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa.fa-sort-numeric-desc:before {
  content: "\f886";
}
.fa.fa-youtube-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-youtube-square:before {
  content: "\f431";
}
.fa.fa-youtube {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-xing {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-xing-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-xing-square:before {
  content: "\f169";
}
.fa.fa-youtube-play {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-youtube-play:before {
  content: "\f167";
}
.fa.fa-dropbox {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-stack-overflow {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-instagram {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-flickr {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-adn {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-bitbucket {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-bitbucket-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-bitbucket-square:before {
  content: "\f171";
}
.fa.fa-tumblr {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-tumblr-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-tumblr-square:before {
  content: "\f174";
}
.fa.fa-long-arrow-down:before {
  content: "\f309";
}
.fa.fa-long-arrow-up:before {
  content: "\f30c";
}
.fa.fa-long-arrow-left:before {
  content: "\f30a";
}
.fa.fa-long-arrow-right:before {
  content: "\f30b";
}
.fa.fa-apple {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-windows {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-android {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-linux {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-dribbble {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-skype {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-foursquare {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-trello {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-gratipay {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-gittip {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-gittip:before {
  content: "\f184";
}
.fa.fa-sun-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-sun-o:before {
  content: "\f185";
}
.fa.fa-moon-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-moon-o:before {
  content: "\f186";
}
.fa.fa-vk {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-weibo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-renren {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-pagelines {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-stack-exchange {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-arrow-circle-o-right {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-arrow-circle-o-right:before {
  content: "\f35a";
}
.fa.fa-arrow-circle-o-left {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-arrow-circle-o-left:before {
  content: "\f359";
}
.fa.fa-caret-square-o-left {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa.fa-toggle-left {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-toggle-left:before {
  content: "\f191";
}
.fa.fa-dot-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-dot-circle-o:before {
  content: "\f192";
}
.fa.fa-vimeo-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-vimeo-square:before {
  content: "\f194";
}
.fa.fa-try:before {
  content: "\e2bb";
}
.fa.fa-turkish-lira:before {
  content: "\e2bb";
}
.fa.fa-plus-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-plus-square-o:before {
  content: "\f0fe";
}
.fa.fa-slack {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-wordpress {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-openid {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-institution:before {
  content: "\f19c";
}
.fa.fa-bank:before {
  content: "\f19c";
}
.fa.fa-mortar-board:before {
  content: "\f19d";
}
.fa.fa-yahoo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-google {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-reddit {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-reddit-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-reddit-square:before {
  content: "\f1a2";
}
.fa.fa-stumbleupon-circle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-stumbleupon {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-delicious {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-digg {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-pied-piper-pp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-pied-piper-alt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-drupal {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-joomla {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-behance {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-behance-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-behance-square:before {
  content: "\f1b5";
}
.fa.fa-steam {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-steam-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-steam-square:before {
  content: "\f1b7";
}
.fa.fa-automobile:before {
  content: "\f1b9";
}
.fa.fa-cab:before {
  content: "\f1ba";
}
.fa.fa-spotify {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-deviantart {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-soundcloud {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-file-pdf-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa.fa-file-word-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-file-word-o:before {
  content: "\f1c2";
}
.fa.fa-file-excel-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa.fa-file-powerpoint-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa.fa-file-image-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-file-image-o:before {
  content: "\f1c5";
}
.fa.fa-file-photo-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-file-photo-o:before {
  content: "\f1c5";
}
.fa.fa-file-picture-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa.fa-file-archive-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa.fa-file-zip-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa.fa-file-audio-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa.fa-file-sound-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-file-sound-o:before {
  content: "\f1c7";
}
.fa.fa-file-video-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-file-video-o:before {
  content: "\f1c8";
}
.fa.fa-file-movie-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-file-movie-o:before {
  content: "\f1c8";
}
.fa.fa-file-code-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-file-code-o:before {
  content: "\f1c9";
}
.fa.fa-vine {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-codepen {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-jsfiddle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-life-bouy:before {
  content: "\f1cd";
}
.fa.fa-life-buoy:before {
  content: "\f1cd";
}
.fa.fa-life-saver:before {
  content: "\f1cd";
}
.fa.fa-support:before {
  content: "\f1cd";
}
.fa.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa.fa-rebel {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-ra {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-ra:before {
  content: "\f1d0";
}
.fa.fa-resistance {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-resistance:before {
  content: "\f1d0";
}
.fa.fa-empire {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-ge {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-ge:before {
  content: "\f1d1";
}
.fa.fa-git-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-git-square:before {
  content: "\f1d2";
}
.fa.fa-git {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-hacker-news {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-y-combinator-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-y-combinator-square:before {
  content: "\f1d4";
}
.fa.fa-yc-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-yc-square:before {
  content: "\f1d4";
}
.fa.fa-tencent-weibo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-qq {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-weixin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-wechat {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-wechat:before {
  content: "\f1d7";
}
.fa.fa-send:before {
  content: "\f1d8";
}
.fa.fa-paper-plane-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-paper-plane-o:before {
  content: "\f1d8";
}
.fa.fa-send-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-send-o:before {
  content: "\f1d8";
}
.fa.fa-circle-thin {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-circle-thin:before {
  content: "\f111";
}
.fa.fa-header:before {
  content: "\f1dc";
}
.fa.fa-futbol-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-futbol-o:before {
  content: "\f1e3";
}
.fa.fa-soccer-ball-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-soccer-ball-o:before {
  content: "\f1e3";
}
.fa.fa-slideshare {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-twitch {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-yelp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-newspaper-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa.fa-paypal {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-google-wallet {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-cc-visa {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-cc-mastercard {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-cc-discover {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-cc-amex {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-cc-paypal {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-cc-stripe {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-bell-slash-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-bell-slash-o:before {
  content: "\f1f6";
}
.fa.fa-trash:before {
  content: "\f2ed";
}
.fa.fa-copyright {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-eyedropper:before {
  content: "\f1fb";
}
.fa.fa-area-chart:before {
  content: "\f1fe";
}
.fa.fa-pie-chart:before {
  content: "\f200";
}
.fa.fa-line-chart:before {
  content: "\f201";
}
.fa.fa-lastfm {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-lastfm-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-lastfm-square:before {
  content: "\f203";
}
.fa.fa-ioxhost {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-angellist {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-cc {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-cc:before {
  content: "\f20a";
}
.fa.fa-ils:before {
  content: "\f20b";
}
.fa.fa-shekel:before {
  content: "\f20b";
}
.fa.fa-sheqel:before {
  content: "\f20b";
}
.fa.fa-buysellads {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-connectdevelop {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-dashcube {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-forumbee {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-leanpub {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-sellsy {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-shirtsinbulk {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-simplybuilt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-skyatlas {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-diamond {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-diamond:before {
  content: "\f3a5";
}
.fa.fa-transgender:before {
  content: "\f224";
}
.fa.fa-intersex:before {
  content: "\f224";
}
.fa.fa-transgender-alt:before {
  content: "\f225";
}
.fa.fa-facebook-official {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-facebook-official:before {
  content: "\f09a";
}
.fa.fa-pinterest-p {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-whatsapp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-hotel:before {
  content: "\f236";
}
.fa.fa-viacoin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-medium {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-y-combinator {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-yc {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-yc:before {
  content: "\f23b";
}
.fa.fa-optin-monster {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-opencart {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-expeditedssl {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-battery-4:before {
  content: "\f240";
}
.fa.fa-battery:before {
  content: "\f240";
}
.fa.fa-battery-3:before {
  content: "\f241";
}
.fa.fa-battery-2:before {
  content: "\f242";
}
.fa.fa-battery-1:before {
  content: "\f243";
}
.fa.fa-battery-0:before {
  content: "\f244";
}
.fa.fa-object-group {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-object-ungroup {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-sticky-note-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-sticky-note-o:before {
  content: "\f249";
}
.fa.fa-cc-jcb {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-cc-diners-club {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-clone {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-hourglass-o:before {
  content: "\f254";
}
.fa.fa-hourglass-1:before {
  content: "\f251";
}
.fa.fa-hourglass-2:before {
  content: "\f252";
}
.fa.fa-hourglass-3:before {
  content: "\f253";
}
.fa.fa-hand-rock-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-hand-rock-o:before {
  content: "\f255";
}
.fa.fa-hand-grab-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-hand-grab-o:before {
  content: "\f255";
}
.fa.fa-hand-paper-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-hand-paper-o:before {
  content: "\f256";
}
.fa.fa-hand-stop-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-hand-stop-o:before {
  content: "\f256";
}
.fa.fa-hand-scissors-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa.fa-hand-lizard-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa.fa-hand-spock-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-hand-spock-o:before {
  content: "\f259";
}
.fa.fa-hand-pointer-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa.fa-hand-peace-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa.fa-registered {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-creative-commons {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-gg {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-gg-circle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-odnoklassniki {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-odnoklassniki-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa.fa-get-pocket {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-wikipedia-w {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-safari {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-chrome {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-firefox {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-opera {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-internet-explorer {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-television:before {
  content: "\f26c";
}
.fa.fa-contao {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-500px {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-amazon {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-calendar-plus-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa.fa-calendar-minus-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa.fa-calendar-times-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-calendar-times-o:before {
  content: "\f273";
}
.fa.fa-calendar-check-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-calendar-check-o:before {
  content: "\f274";
}
.fa.fa-map-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-map-o:before {
  content: "\f279";
}
.fa.fa-commenting:before {
  content: "\f4ad";
}
.fa.fa-commenting-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-commenting-o:before {
  content: "\f4ad";
}
.fa.fa-houzz {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-vimeo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-vimeo:before {
  content: "\f27d";
}
.fa.fa-black-tie {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-fonticons {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-reddit-alien {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-edge {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-credit-card-alt:before {
  content: "\f09d";
}
.fa.fa-codiepie {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-modx {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-fort-awesome {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-usb {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-product-hunt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-mixcloud {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-scribd {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-pause-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-pause-circle-o:before {
  content: "\f28b";
}
.fa.fa-stop-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-stop-circle-o:before {
  content: "\f28d";
}
.fa.fa-bluetooth {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-bluetooth-b {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-gitlab {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-wpbeginner {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-wpforms {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-envira {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-wheelchair-alt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-wheelchair-alt:before {
  content: "\f368";
}
.fa.fa-question-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-question-circle-o:before {
  content: "\f059";
}
.fa.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa.fa-asl-interpreting:before {
  content: "\f2a3";
}
.fa.fa-deafness:before {
  content: "\f2a4";
}
.fa.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa.fa-glide {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-glide-g {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-signing:before {
  content: "\f2a7";
}
.fa.fa-viadeo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-viadeo-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa.fa-snapchat {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-snapchat-ghost {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-snapchat-ghost:before {
  content: "\f2ab";
}
.fa.fa-snapchat-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa.fa-pied-piper {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-first-order {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-yoast {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-themeisle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-google-plus-official {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa.fa-google-plus-circle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-google-plus-circle:before {
  content: "\f2b3";
}
.fa.fa-font-awesome {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-fa {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-fa:before {
  content: "\f2b4";
}
.fa.fa-handshake-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-handshake-o:before {
  content: "\f2b5";
}
.fa.fa-envelope-open-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-envelope-open-o:before {
  content: "\f2b6";
}
.fa.fa-linode {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-address-book-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-address-book-o:before {
  content: "\f2b9";
}
.fa.fa-vcard:before {
  content: "\f2bb";
}
.fa.fa-address-card-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-address-card-o:before {
  content: "\f2bb";
}
.fa.fa-vcard-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-vcard-o:before {
  content: "\f2bb";
}
.fa.fa-user-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-user-circle-o:before {
  content: "\f2bd";
}
.fa.fa-user-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-user-o:before {
  content: "\f007";
}
.fa.fa-id-badge {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-drivers-license:before {
  content: "\f2c2";
}
.fa.fa-id-card-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-id-card-o:before {
  content: "\f2c2";
}
.fa.fa-drivers-license-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-drivers-license-o:before {
  content: "\f2c2";
}
.fa.fa-quora {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-free-code-camp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-telegram {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-thermometer-4:before {
  content: "\f2c7";
}
.fa.fa-thermometer:before {
  content: "\f2c7";
}
.fa.fa-thermometer-3:before {
  content: "\f2c8";
}
.fa.fa-thermometer-2:before {
  content: "\f2c9";
}
.fa.fa-thermometer-1:before {
  content: "\f2ca";
}
.fa.fa-thermometer-0:before {
  content: "\f2cb";
}
.fa.fa-bathtub:before {
  content: "\f2cd";
}
.fa.fa-s15:before {
  content: "\f2cd";
}
.fa.fa-window-maximize {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-window-restore {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-times-rectangle:before {
  content: "\f410";
}
.fa.fa-window-close-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-window-close-o:before {
  content: "\f410";
}
.fa.fa-times-rectangle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-times-rectangle-o:before {
  content: "\f410";
}
.fa.fa-bandcamp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-grav {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-etsy {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-imdb {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-ravelry {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-eercast {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-eercast:before {
  content: "\f2da";
}
.fa.fa-snowflake-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa.fa-superpowers {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-wpexplorer {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-meetup {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

/*!
 * https://github.com/arqex/react-datetime
 */
.rdt {
  position: relative;
}
.rdtPicker {
  display: none;
  position: absolute;
  min-width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #f9f9f9;
}
.rdtOpen .rdtPicker {
  display: block;
}
.rdtStatic .rdtPicker {
  box-shadow: none;
  position: static;
}
.rdtPicker .rdtTimeToggle {
  text-align: center;
}
.rdtPicker table {
  width: 100%;
  margin: 0;
}
.rdtPicker td,
.rdtPicker th {
  text-align: center;
  height: 28px;
}
.rdtPicker td {
  cursor: pointer;
}
.rdtPicker td.rdtDay:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover,
.rdtPicker .rdtTimeToggle:hover {
  background: #eeeeee;
  cursor: pointer;
}
.rdtPicker td.rdtOld,
.rdtPicker td.rdtNew {
  color: #999999;
}
.rdtPicker td.rdtToday {
  position: relative;
}
.rdtPicker td.rdtToday:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #fff;
}
.rdtPicker td.rdtDisabled,
.rdtPicker td.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker td span.rdtOld {
  color: #999999;
}
.rdtPicker td span.rdtDisabled,
.rdtPicker td span.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker th {
  border-bottom: 1px solid #f9f9f9;
}
.rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none;
  cursor: default;
}
.rdtPicker th.rdtSwitch {
  width: 100px;
}
.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev {
  font-size: 21px;
  vertical-align: top;
}
.rdtPrev span,
.rdtNext span {
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.rdtPicker th.rdtDisabled,
.rdtPicker th.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker thead tr:first-of-type th {
  cursor: pointer;
}
.rdtPicker thead tr:first-of-type th:hover {
  background: #eeeeee;
}
.rdtPicker tfoot {
  border-top: 1px solid #f9f9f9;
}
.rdtPicker button {
  border: none;
  background: none;
  cursor: pointer;
}
.rdtPicker button:hover {
  background-color: #eee;
}
.rdtPicker thead button {
  width: 100%;
  height: 100%;
}
td.rdtMonth,
td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer;
}
td.rdtMonth:hover,
td.rdtYear:hover {
  background: #eee;
}
.rdtCounters {
  display: inline-block;
}
.rdtCounters > div {
  float: left;
}
.rdtCounter {
  height: 100px;
}
.rdtCounter {
  width: 40px;
}
.rdtCounterSeparator {
  line-height: 100px;
}
.rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.rdtCounter .rdtBtn:hover {
  background: #eee;
}
.rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em;
}
.rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px;
}
.rdtMilli input {
  width: 100%;
  font-size: 1.2em;
  margin-top: 37px;
}
.rdtTime td {
  cursor: default;
}

.ReactTable {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.ReactTable * {
  box-sizing: border-box;
}
.ReactTable .rt-table {
  -webkit-box-flex: 1;
  -ms-flex: auto 1;
  flex: auto 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  border-collapse: collapse;
  overflow: auto;
}
.ReactTable .rt-thead {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ReactTable .rt-thead.-headerGroups {
  background: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.ReactTable .rt-thead.-filters {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.ReactTable .rt-thead.-filters input,
.ReactTable .rt-thead.-filters select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 5px 7px;
  font-size: inherit;
  border-radius: 3px;
  font-weight: normal;
  outline-width: 0;
}
.ReactTable .rt-thead.-filters .rt-th {
  border-right: 1px solid rgba(0, 0, 0, 0.02);
}
.ReactTable .rt-thead.-header {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
}
.ReactTable .rt-thead .rt-tr {
  text-align: center;
}
.ReactTable .rt-thead .rt-th,
.ReactTable .rt-thead .rt-td {
  padding: 5px 5px;
  line-height: normal;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: inset 0 0 0 0 transparent;
}
.ReactTable .rt-thead .rt-th.-sort-asc,
.ReactTable .rt-thead .rt-td.-sort-asc {
  box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.6);
}
.ReactTable .rt-thead .rt-th.-sort-desc,
.ReactTable .rt-thead .rt-td.-sort-desc {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.6);
}
.ReactTable .rt-thead .rt-th.-cursor-pointer,
.ReactTable .rt-thead .rt-td.-cursor-pointer {
  cursor: pointer;
}
.ReactTable .rt-thead .rt-th:last-child,
.ReactTable .rt-thead .rt-td:last-child {
  border-right: 0;
}
.ReactTable .rt-thead .rt-th:focus {
  outline-width: 0;
}
.ReactTable .rt-thead .rt-resizable-header {
  overflow: visible;
}
.ReactTable .rt-thead .rt-resizable-header:last-child {
  overflow: hidden;
}
.ReactTable .rt-thead .rt-resizable-header-content {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ReactTable .rt-thead .rt-header-pivot {
  border-right-color: #f7f7f7;
}
.ReactTable .rt-thead .rt-header-pivot:after,
.ReactTable .rt-thead .rt-header-pivot:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ReactTable .rt-thead .rt-header-pivot:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 8px;
  margin-top: -8px;
}
.ReactTable .rt-thead .rt-header-pivot:before {
  border-color: rgba(102, 102, 102, 0);
  border-left-color: #f7f7f7;
  border-width: 10px;
  margin-top: -10px;
}
.ReactTable .rt-tbody {
  -webkit-box-flex: 99999;
  -ms-flex: 99999 1 auto;
  flex: 99999 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
}
.ReactTable .rt-tbody .rt-tr-group {
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}
.ReactTable .rt-tbody .rt-tr-group:last-child {
  border-bottom: 0;
}
.ReactTable .rt-tbody .rt-td {
  border-right: 1px solid rgba(0, 0, 0, 0.02);
}
.ReactTable .rt-tbody .rt-td:last-child {
  border-right: 0;
}
.ReactTable .rt-tbody .rt-expandable {
  cursor: pointer;
  text-overflow: clip;
}
.ReactTable .rt-tr-group {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.ReactTable .rt-tr {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ReactTable .rt-th,
.ReactTable .rt-td {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 7px 5px;
  overflow: hidden;
  transition: 0.3s ease;
  transition-property: width, min-width, padding, opacity;
}
.ReactTable .rt-th.-hidden,
.ReactTable .rt-td.-hidden {
  width: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
}
.ReactTable .rt-expander {
  display: inline-block;
  position: relative;
  margin: 0;
  color: transparent;
  margin: 0 10px;
}
.ReactTable .rt-expander:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  border-left: 5.04px solid transparent;
  border-right: 5.04px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.8);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
}
.ReactTable .rt-expander.-open:after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.ReactTable .rt-resizer {
  display: inline-block;
  position: absolute;
  width: 36px;
  top: 0;
  bottom: 0;
  right: -18px;
  cursor: col-resize;
  z-index: 10;
}
.ReactTable .rt-tfoot {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
.ReactTable .rt-tfoot .rt-td {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.ReactTable .rt-tfoot .rt-td:last-child {
  border-right: 0;
}
.ReactTable.-striped .rt-tr.-odd {
  background: rgba(0, 0, 0, 0.03);
}
.ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover {
  background: rgba(0, 0, 0, 0.05);
}
.ReactTable .-pagination {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.ReactTable .-pagination input,
.ReactTable .-pagination select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 5px 7px;
  font-size: inherit;
  border-radius: 3px;
  font-weight: normal;
  outline-width: 0;
}
.ReactTable .-pagination .-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 3px;
  padding: 6px;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.1s ease;
  cursor: pointer;
  outline-width: 0;
}
.ReactTable .-pagination .-btn[disabled] {
  opacity: 0.5;
  cursor: default;
}
.ReactTable .-pagination .-btn:not([disabled]):hover {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.ReactTable .-pagination .-previous,
.ReactTable .-pagination .-next {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.ReactTable .-pagination .-center {
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
  text-align: center;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.ReactTable .-pagination .-pageInfo {
  display: inline-block;
  margin: 3px 10px;
  white-space: nowrap;
}
.ReactTable .-pagination .-pageJump {
  display: inline-block;
}
.ReactTable .-pagination .-pageJump input {
  width: 70px;
  text-align: center;
}
.ReactTable .-pagination .-pageSizeOptions {
  margin: 3px 10px;
}
.ReactTable .rt-noData {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  z-index: 1;
  pointer-events: none;
  padding: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.ReactTable .-loading {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.ReactTable .-loading > div {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 0;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(-52%);
  transform: translateY(-52%);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ReactTable .-loading.-active {
  opacity: 1;
  z-index: 2;
  pointer-events: all;
}
.ReactTable .-loading.-active > div {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.ReactTable .rt-resizing .rt-th,
.ReactTable .rt-resizing .rt-td {
  transition: none !important;
  cursor: col-resize;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@charset "UTF-8";
/**
The MIT License (MIT)

Copyright (c) 2015 strarsis https://github.com/strarsis/sass-math-pow

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
 */
/**
The MIT License (MIT)

Copyright (c) 2015 strarsis https://github.com/strarsis/sass-math-pow

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
 */
/**
 * 1. Focus rings shouldn't be visible on scrollable regions, but a11y requires them to be focusable.
 *    Browser's supporting `:focus-visible` will still show outline on keyboard focus only.
 *    Others like Safari, won't show anything at all.
 * 2. Force the `:focus-visible` when the `tabindex=0` (is tabbable)
 */
@-webkit-keyframes euiAnimFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes euiAnimFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes euiGrow {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes euiGrow {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes focusRingAnimate {
  0% {
    box-shadow: 0 0 0 6px rgba(0, 107, 180, 0);
  }
  100% {
    box-shadow: 0 0 0 3px rgba(0, 107, 180, 0.3);
  }
}
@keyframes focusRingAnimate {
  0% {
    box-shadow: 0 0 0 6px rgba(0, 107, 180, 0);
  }
  100% {
    box-shadow: 0 0 0 3px rgba(0, 107, 180, 0.3);
  }
}
@-webkit-keyframes focusRingAnimateLarge {
  0% {
    box-shadow: 0 0 0 10px rgba(0, 107, 180, 0);
  }
  100% {
    box-shadow: 0 0 0 4px rgba(0, 107, 180, 0.3);
  }
}
@keyframes focusRingAnimateLarge {
  0% {
    box-shadow: 0 0 0 10px rgba(0, 107, 180, 0);
  }
  100% {
    box-shadow: 0 0 0 4px rgba(0, 107, 180, 0.3);
  }
}
@-webkit-keyframes euiButtonActive {
  50% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}
@keyframes euiButtonActive {
  50% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}
.eui-alignBaseline {
  vertical-align: baseline !important;
}
.eui-alignBottom {
  vertical-align: bottom !important;
}
.eui-alignMiddle {
  vertical-align: middle !important;
}
.eui-alignTop {
  vertical-align: top !important;
}
.eui-displayBlock {
  display: block !important;
}
.eui-displayInline {
  display: inline !important;
}
.eui-displayInlineBlock {
  display: inline-block !important;
}
.eui-fullWidth {
  display: block !important;
  width: 100% !important;
}
.eui-textCenter {
  text-align: center !important;
}
.eui-textLeft {
  text-align: left !important;
}
.eui-textRight {
  text-align: right !important;
}
.eui-textNoWrap {
  white-space: nowrap !important;
}
.eui-textInheritColor {
  color: inherit !important;
}
.eui-textBreakWord {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
}
.eui-textBreakAll {
  overflow-wrap: break-word !important;
  word-break: break-all !important;
}
.eui-textBreakNormal {
  overflow-wrap: normal !important;
  word-wrap: normal !important;
  word-break: normal !important;
}
.eui-textOverflowWrap {
  overflow-wrap: break-word !important;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .eui-textOverflowWrap {
    word-break: break-all !important;
  }
}
.eui-textTruncate {
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
}
.eui-textNumber {
  font-feature-settings: "calt" 1, "kern" 1, "liga" 1, "tnum" 1;
}
/**
 *  Responsive
 *
 *  1. Be sure to hide the element initially
 */
[class*='eui-showFor'] {
  display: none !important;
  /* 1 */
}
@media only screen and (max-width: 574px) {
  .eui-hideFor--xs {
    display: none !important;
  }
}
@media only screen and (max-width: 574px) {
  .eui-showFor--xs {
    display: inline !important;
  }
}
@media only screen and (max-width: 574px) {
  .eui-showFor--xs--block {
    display: block !important;
  }
}
@media only screen and (max-width: 574px) {
  .eui-showFor--xs--inlineBlock {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 574px) {
  .eui-showFor--xs--flex {
    display: -webkit-flex !important;
    display: flex !important;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .eui-hideFor--s {
    display: none !important;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .eui-showFor--s {
    display: inline !important;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .eui-showFor--s--block {
    display: block !important;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .eui-showFor--s--inlineBlock {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .eui-showFor--s--flex {
    display: -webkit-flex !important;
    display: flex !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eui-hideFor--m {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eui-showFor--m {
    display: inline !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eui-showFor--m--block {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eui-showFor--m--inlineBlock {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eui-showFor--m--flex {
    display: -webkit-flex !important;
    display: flex !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eui-hideFor--l {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eui-showFor--l {
    display: inline !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eui-showFor--l--block {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eui-showFor--l--inlineBlock {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eui-showFor--l--flex {
    display: -webkit-flex !important;
    display: flex !important;
  }
}
@media only screen and (min-width: 1200px) {
  .eui-hideFor--xl {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .eui-showFor--xl {
    display: inline !important;
  }
}
@media only screen and (min-width: 1200px) {
  .eui-showFor--xl--block {
    display: block !important;
  }
}
@media only screen and (min-width: 1200px) {
  .eui-showFor--xl--inlineBlock {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 1200px) {
  .eui-showFor--xl--flex {
    display: -webkit-flex !important;
    display: flex !important;
  }
}
/**
  * IE doesn't properly wrap groups if it is within a flex-item of a flex-group.
  * Adding the following styles to the flex-item that contains the wrapping group, will fix IE.
  * https://github.com/philipwalton/flexbugs/issues/104
  */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .euiIEFlexWrapFix {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0%;
    flex-basis: 0%;
  }
}
/**
  * Overflow scrolling
  */
.eui-yScroll {
  scrollbar-color: rgba(105, 112, 125, 0.5) transparent;
  scrollbar-width: thin;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.eui-yScroll::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.eui-yScroll::-webkit-scrollbar-thumb {
  background-color: rgba(105, 112, 125, 0.5);
  background-clip: content-box;
  border-radius: 16px;
  border: 6px solid transparent;
}
.eui-yScroll::-webkit-scrollbar-corner,
.eui-yScroll::-webkit-scrollbar-track {
  background-color: transparent;
}
.eui-yScroll:focus {
  outline: none;
  /* 1 */
}
.eui-yScroll[tabindex='0']:focus:focus-visible {
  outline-style: auto;
  /* 2 */
}
.eui-xScroll {
  scrollbar-color: rgba(105, 112, 125, 0.5) transparent;
  scrollbar-width: thin;
  overflow-x: auto;
}
.eui-xScroll::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.eui-xScroll::-webkit-scrollbar-thumb {
  background-color: rgba(105, 112, 125, 0.5);
  background-clip: content-box;
  border-radius: 16px;
  border: 6px solid transparent;
}
.eui-xScroll::-webkit-scrollbar-corner,
.eui-xScroll::-webkit-scrollbar-track {
  background-color: transparent;
}
.eui-xScroll:focus {
  outline: none;
  /* 1 */
}
.eui-xScroll[tabindex='0']:focus:focus-visible {
  outline-style: auto;
  /* 2 */
}
/**
  * Overflow scrolling with shadows
  */
.eui-yScrollWithShadows {
  scrollbar-color: rgba(105, 112, 125, 0.5) transparent;
  scrollbar-width: thin;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);
  mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);
}
.eui-yScrollWithShadows::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.eui-yScrollWithShadows::-webkit-scrollbar-thumb {
  background-color: rgba(105, 112, 125, 0.5);
  background-clip: content-box;
  border-radius: 16px;
  border: 6px solid transparent;
}
.eui-yScrollWithShadows::-webkit-scrollbar-corner,
.eui-yScrollWithShadows::-webkit-scrollbar-track {
  background-color: transparent;
}
.eui-yScrollWithShadows:focus {
  outline: none;
  /* 1 */
}
.eui-yScrollWithShadows[tabindex='0']:focus:focus-visible {
  outline-style: auto;
  /* 2 */
}
.eui-xScrollWithShadows {
  scrollbar-color: rgba(105, 112, 125, 0.5) transparent;
  scrollbar-width: thin;
  overflow-x: auto;
  -webkit-mask-image: linear-gradient(to right, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);
  mask-image: linear-gradient(to right, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);
}
.eui-xScrollWithShadows::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.eui-xScrollWithShadows::-webkit-scrollbar-thumb {
  background-color: rgba(105, 112, 125, 0.5);
  background-clip: content-box;
  border-radius: 16px;
  border: 6px solid transparent;
}
.eui-xScrollWithShadows::-webkit-scrollbar-corner,
.eui-xScrollWithShadows::-webkit-scrollbar-track {
  background-color: transparent;
}
.eui-xScrollWithShadows:focus {
  outline: none;
  /* 1 */
}
.eui-xScrollWithShadows[tabindex='0']:focus:focus-visible {
  outline-style: auto;
  /* 2 */
}
.euiYScrollWithShadows {
  scrollbar-color: rgba(105, 112, 125, 0.5) transparent;
  scrollbar-width: thin;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);
  mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);
}
.euiYScrollWithShadows::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.euiYScrollWithShadows::-webkit-scrollbar-thumb {
  background-color: rgba(105, 112, 125, 0.5);
  background-clip: content-box;
  border-radius: 16px;
  border: 6px solid transparent;
}
.euiYScrollWithShadows::-webkit-scrollbar-corner,
.euiYScrollWithShadows::-webkit-scrollbar-track {
  background-color: transparent;
}
.euiYScrollWithShadows:focus {
  outline: none;
  /* 1 */
}
.euiYScrollWithShadows[tabindex='0']:focus:focus-visible {
  outline-style: auto;
  /* 2 */
}
/**
  * Forcing focus ring on non-EUI elements
  */
.eui-isFocusable:focus {
  -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimateLarge !important;
  animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimateLarge !important;
}
/**
 * For quickly applying a full-height element whether using flex or not
 */
.eui-fullHeight {
  height: 100%;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}
/* This file is a heavy retheme of react-datepicker's Sass as of v1.4.0
** https://github.com/Hacker0x01/react-datepicker
**
** In places where features were disabled, I've commented out the original Sass
** selectors rather than removing it so we can better understand what's changed.
** Commented out selectors that don't have properties indicate that we are not
** using those dom elements for styling of any kind. For example, react-datepicker
** has lots of pointer arrows attached to its popovers, but we choose not to render
** then in any way.
**
** Similarly, you will also find several times where we use display: none to
** completely remove extraneous UI (they had some overly obvious legends for example).
*/
.euiDatePicker .euiFormControlLayout {
  height: auto;
}
.euiDatePicker.euiDatePicker--shadow .react-datepicker-popper {
  box-shadow: 0 6px 12px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -1px rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2);
  border: 1px solid #D3DAE6;
  background-color: #FFF;
  border-radius: 0 0 4px 4px;
}
.euiDatePicker.euiDatePicker--shadow.euiDatePicker--inline .react-datepicker {
  box-shadow: 0 6px 12px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -1px rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2);
  border: 1px solid #D3DAE6;
  background-color: #FFF;
  border-radius: 4px;
}
.react-datepicker {
  font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  letter-spacing: -0.005em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-size: 12px;
  color: #000;
  display: -webkit-flex;
  display: flex;
  position: relative;
  border-radius: 4px;
}
.react-datepicker--time-only .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 100%;
}
.react-datepicker--time-only .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box .react-datepicker__time-list li.react-datepicker__time-list-item {
  font-size: 14px;
  text-align: left;
  padding-left: 36px;
  padding-right: 36px;
  color: #343741;
}
.react-datepicker--time-only .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box .react-datepicker__time-list li.react-datepicker__time-list-item.react-datepicker__time-list-item--selected {
  color: #FFF;
}
.react-datepicker--time-only .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box .react-datepicker__time-list li.react-datepicker__time-list-item.react-datepicker__time-list-item--disabled {
  color: #afb0b3;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.euiDatePicker.euiDatePicker--shadow .react-datepicker-popper {
  z-index: 2000;
  -webkit-animation: euiAnimFadeIn 150ms ease-in;
  animation: euiAnimFadeIn 150ms ease-in;
}
.euiDatePicker.euiDatePicker--shadow .react-datepicker-popper[data-placement^="top"] {
  box-shadow: 0 0 12px -1px rgba(152, 162, 179, 0.2), 0 0 4px -1px rgba(152, 162, 179, 0.2), 0 0 2px 0 rgba(152, 162, 179, 0.2);
  border-radius: 4px 4px 0 0;
}
.euiDatePicker.euiDatePicker--shadow .react-datepicker-popper[data-placement^="right"] {
  margin-left: 0;
}
.euiDatePicker.euiDatePicker--shadow .react-datepicker-popper[data-placement^="left"] {
  margin-right: 0;
}
.react-datepicker__header {
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.react-datepicker__header--time {
  display: none;
}
.react-datepicker__header__dropdown {
  padding: 16px 0 8px 0;
}
.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 4px;
}
.react-datepicker__current-month,
.react-datepicker-time__header {
  display: none;
}
.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.react-datepicker__navigation {
  cursor: pointer;
  position: absolute;
  top: 18px;
  width: 0;
  padding: 0;
  z-index: 1;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiI+ICA8ZGVmcz4gICAgPHBhdGggaWQ9ImFycm93X2Rvd24tYSIgZD0iTTEzLjA2ODg1MDgsNS4xNTcyNTAzOCBMOC4zODQyMzk3NSw5Ljc2ODI3NDI4IEM4LjE3MDU0NDE1LDkuOTc4NjEzMDggNy44Mjk5OTIxNCw5Ljk3OTE0MDk1IDcuNjE1NzYwMjUsOS43NjgyNzQyOCBMMi45MzExNDkxNSw1LjE1NzI1MDM4IEMyLjcxODEzNTksNC45NDc1ODMyMSAyLjM3Mjc3MzE5LDQuOTQ3NTgzMjEgMi4xNTk3NTk5NCw1LjE1NzI1MDM4IEMxLjk0Njc0NjY5LDUuMzY2OTE3NTYgMS45NDY3NDY2OSw1LjcwNjg1NTIyIDIuMTU5NzU5OTQsNS45MTY1MjI0IEw2Ljg0NDM3MTA0LDEwLjUyNzU0NjMgQzcuNDg1MTc0MjQsMTEuMTU4MjgzNiA4LjUxNjQ0OTc5LDExLjE1NjY4NTEgOS4xNTU2Mjg5NiwxMC41Mjc1NDYzIEwxMy44NDAyNDAxLDUuOTE2NTIyNCBDMTQuMDUzMjUzMyw1LjcwNjg1NTIyIDE0LjA1MzI1MzMsNS4zNjY5MTc1NiAxMy44NDAyNDAxLDUuMTU3MjUwMzggQzEzLjYyNzIyNjgsNC45NDc1ODMyMSAxMy4yODE4NjQxLDQuOTQ3NTgzMjEgMTMuMDY4ODUwOCw1LjE1NzI1MDM4IFoiLz4gIDwvZGVmcz4gIDxnIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgIDx1c2UgZmlsbC1ydWxlPSJub256ZXJvIiB4bGluazpocmVmPSIjYXJyb3dfZG93bi1hIi8+ICA8L2c+PC9zdmc+);
  left: 20px;
  height: 16px;
  width: 16px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: -webkit-transform 90ms ease-in-out;
  transition: transform 90ms ease-in-out;
  transition: transform 90ms ease-in-out, -webkit-transform 90ms ease-in-out;
}
.react-datepicker__navigation--previous:hover,
.react-datepicker__navigation--previous:focus {
  border-radius: 4px;
  -webkit-transform: scale(1.2) rotate(90deg);
  transform: scale(1.2) rotate(90deg);
}
.react-datepicker__navigation--previous:hover {
  background-color: #F5F7FA;
  box-shadow: 0 0 0 2px #F5F7FA;
}
.react-datepicker__navigation--previous:focus {
  background-color: #e6f0f8;
  box-shadow: 0 0 0 2px #e6f0f8;
}
.react-datepicker__navigation--previous--disabled,
.react-datepicker__navigation--previous--disabled:hover {
  cursor: not-allowed;
  opacity: 0.2;
}
.react-datepicker__navigation--next {
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiI+ICA8ZGVmcz4gICAgPHBhdGggaWQ9ImFycm93X2Rvd24tYSIgZD0iTTEzLjA2ODg1MDgsNS4xNTcyNTAzOCBMOC4zODQyMzk3NSw5Ljc2ODI3NDI4IEM4LjE3MDU0NDE1LDkuOTc4NjEzMDggNy44Mjk5OTIxNCw5Ljk3OTE0MDk1IDcuNjE1NzYwMjUsOS43NjgyNzQyOCBMMi45MzExNDkxNSw1LjE1NzI1MDM4IEMyLjcxODEzNTksNC45NDc1ODMyMSAyLjM3Mjc3MzE5LDQuOTQ3NTgzMjEgMi4xNTk3NTk5NCw1LjE1NzI1MDM4IEMxLjk0Njc0NjY5LDUuMzY2OTE3NTYgMS45NDY3NDY2OSw1LjcwNjg1NTIyIDIuMTU5NzU5OTQsNS45MTY1MjI0IEw2Ljg0NDM3MTA0LDEwLjUyNzU0NjMgQzcuNDg1MTc0MjQsMTEuMTU4MjgzNiA4LjUxNjQ0OTc5LDExLjE1NjY4NTEgOS4xNTU2Mjg5NiwxMC41Mjc1NDYzIEwxMy44NDAyNDAxLDUuOTE2NTIyNCBDMTQuMDUzMjUzMyw1LjcwNjg1NTIyIDE0LjA1MzI1MzMsNS4zNjY5MTc1NiAxMy44NDAyNDAxLDUuMTU3MjUwMzggQzEzLjYyNzIyNjgsNC45NDc1ODMyMSAxMy4yODE4NjQxLDQuOTQ3NTgzMjEgMTMuMDY4ODUwOCw1LjE1NzI1MDM4IFoiLz4gIDwvZGVmcz4gIDxnIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgIDx1c2UgZmlsbC1ydWxlPSJub256ZXJvIiB4bGluazpocmVmPSIjYXJyb3dfZG93bi1hIi8+ICA8L2c+PC9zdmc+);
  right: 20px;
  height: 16px;
  width: 16px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  left: 248px;
}
.react-datepicker__navigation--next:hover,
.react-datepicker__navigation--next:focus {
  border-radius: 4px;
  -webkit-transform: scale(1.2) rotate(-90deg);
  transform: scale(1.2) rotate(-90deg);
}
.react-datepicker__navigation--next:hover {
  background-color: #F5F7FA;
  box-shadow: 0 0 0 2px #F5F7FA;
}
.react-datepicker__navigation--next:focus {
  background-color: #e6f0f8;
  box-shadow: 0 0 0 2px #e6f0f8;
}
.react-datepicker__navigation--next--disabled,
.react-datepicker__navigation--next--disabled:hover {
  cursor: not-allowed;
  opacity: 0.2;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #F5F7FA;
}
.react-datepicker__navigation--years-previous:hover {
  border-top-color: #d3dce9;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #F5F7FA;
}
.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #d3dce9;
}
.react-datepicker__month {
  margin: 0 16px 16px 16px;
  text-align: center;
  border-radius: 4px;
}
.react-datepicker__time-container {
  border-left: #D3DAE6;
  width: auto;
  display: -webkit-flex;
  display: flex;
  padding: 16px 0;
  border-radius: 0 4px 4px 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  padding-left: 4px;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  scrollbar-color: rgba(105, 112, 125, 0.5) transparent;
  scrollbar-width: thin;
  height: 204px !important;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  overflow-y: auto;
  -webkit-align-items: center;
  align-items: center;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list::-webkit-scrollbar-thumb {
  background-color: rgba(105, 112, 125, 0.5);
  background-clip: content-box;
  border-radius: 16px;
  border: 6px solid transparent;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list::-webkit-scrollbar-corner,
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list::-webkit-scrollbar-track {
  background-color: transparent;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  padding: 4px 8px;
  margin-bottom: 4px;
  text-align: right;
  color: #69707D;
  white-space: nowrap;
  line-height: 12px;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover,
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:focus {
  cursor: pointer;
  text-decoration: underline;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #006BB4;
  color: white;
  border-radius: 2px;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #006BB4;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #D3DAE6;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: not-allowed;
  text-decoration: none;
  background-color: transparent;
}
.react-datepicker__week-number {
  color: #F5F7FA;
  display: inline-block;
  width: 32px;
  line-height: 28px;
  text-align: center;
  margin: 0 4px;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 4px;
  background-color: #FFF;
}
.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}
.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 32px;
  line-height: 28px;
  text-align: center;
  margin: 0 2px;
}
.react-datepicker__day-name {
  color: #69707D;
  text-transform: uppercase;
}
.react-datepicker__day {
  cursor: pointer;
  border: solid 2px transparent;
  transition: -webkit-transform 90ms ease-in-out;
  transition: transform 90ms ease-in-out;
  transition: transform 90ms ease-in-out, -webkit-transform 90ms ease-in-out;
}
.react-datepicker__day:hover:not(.react-datepicker__day--disabled) {
  text-decoration: underline;
  font-weight: 700;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.react-datepicker__day--today {
  font-weight: bold;
  color: #006BB4;
}
.react-datepicker__day--outside-month {
  color: #69707D;
}
.react-datepicker__day--highlighted {
  border-radius: 4px;
  background-color: #017D73;
  color: #FFF;
}
.react-datepicker__day--highlighted:hover {
  background-color: #01645c;
}
.react-datepicker__day--in-range {
  background-color: rgba(0, 107, 180, 0.1);
  color: #000;
  border-radius: 0;
  border-top: solid 6px #FFF;
  border-bottom: solid 6px #FFF;
  border-right: none;
  border-left: none;
  line-height: 20px;
}
.react-datepicker__day--selected,
.react-datepicker__day--in-selecting-range {
  height: 32px;
  margin: 0 2px;
  border-radius: 4px;
  background-color: #006BB4;
  line-height: 28px;
  border: solid 2px #006BB4;
  color: #FFF;
}
.react-datepicker__day--selected:hover,
.react-datepicker__day--in-selecting-range:hover {
  background-color: #005c9b;
}
.react-datepicker__day--keyboard-selected {
  border-radius: 4px;
  border: solid 2px #006BB4;
  font-weight: 700;
}
.react-datepicker__day--keyboard-selected:hover {
  background-color: #005c9b;
  color: #FFF;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
  background-color: rgba(0, 107, 180, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
  background-color: #FFF;
  color: #000;
}
.react-datepicker__day--disabled {
  cursor: not-allowed;
  color: #D3DAE6;
}
.react-datepicker__day--disabled:hover {
  background-color: transparent;
}
.react-datepicker__input-container {
  position: relative;
}
.react-datepicker__year-read-view {
  font-weight: 300;
  color: #69707D;
}
.react-datepicker__month-read-view {
  font-weight: 500;
}
.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  font-size: 20px;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
  color: #006BB4;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #d3dce9;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  display: none;
}
.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #FFF;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  border-radius: 4px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-animation: euiAnimFadeIn 150ms ease-in;
  animation: euiAnimFadeIn 150ms ease-in;
  -webkit-align-content: space-around;
  align-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  padding: 8px;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown {
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  font-size: 12px;
  padding: 8px;
  color: #343741;
  -webkit-flex-basis: 33.3%;
  flex-basis: 33.3%;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #F5F7FA;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #d3dce9;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #d3dce9;
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  display: none;
}
.react-datepicker__screenReaderOnly {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.react-datepicker__year-option--preselected,
.react-datepicker__month-option--preselected {
  background: #e6f0f8;
}
.react-datepicker__year-option--selected_year.react-datepicker__year-option--preselected,
.react-datepicker__month-option--selected_month.react-datepicker__month-option--preselected {
  background: #006BB4;
}
.react-datepicker__time-list-item--preselected,
.react-datepicker__year-option--preselected,
.react-datepicker__month-option--preselected {
  background: #d2e4f2;
}
.react-datepicker__time-container--focus {
  background: #e6f0f8;
}
.react-datepicker__month-read-view:focus,
.react-datepicker__year-read-view:focus {
  text-decoration: underline;
}
.react-datepicker__month--accessible:focus {
  background: #e6f0f8;
}
.react-datepicker__month--accessible:focus .react-datepicker__day--in-range:not(.react-datepicker__day--selected) {
  border-top-color: #e6f0f8;
  border-bottom-color: #e6f0f8;
}
.react-datepicker__navigation:focus {
  background-color: #e6f0f8;
}
.react-datepicker__year-option--selected_year,
.react-datepicker__month-option--selected_month {
  background: #006BB4;
  color: #FFF;
  font-weight: 700;
  border-radius: 4px;
}
.react-datepicker__focusTrap {
  display: -webkit-flex;
  display: flex;
}
/**
 * Adapted from Eric Meyer's reset (http://meyerweb.com/eric/tools/css/reset/, v2.0 | 20110126).
 *
 */
*,
*:before,
*:after {
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: baseline;
}
code,
pre,
kbd,
samp {
  font-family: "Roboto Mono", Consolas, Menlo, Courier, monospace;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}
input,
textarea,
select,
button {
  font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
em {
  font-style: italic;
}
strong {
  font-weight: 700;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  letter-spacing: -0.005em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-size: 16px;
  color: #343741;
  height: 100%;
  background-color: #fafbfd;
}
body {
  line-height: 1;
}
*:focus {
  outline: none;
}
*:focus::-moz-focus-inner {
  border: none;
}
*:focus:-moz-focusring {
  outline: none;
}
a {
  text-decoration: none;
  color: #006BB4;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  outline: none;
}
a:hover,
button,
[role='button'] {
  cursor: pointer;
}
input {
  margin: 0;
  padding: 0;
}
input:disabled {
  opacity: 1;
  /* required on iOS */
}
button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
}
button:hover {
  cursor: pointer;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  margin: 0;
}
fieldset {
  min-inline-size: auto;
}
/* Chrome has an issue around RTL languages in SVGs when letter-spacing is negative
 * https://bugs.chromium.org/p/chromium/issues/detail?id=966480
 */
svg text {
  letter-spacing: normal !important;
}
html {
  scrollbar-color: rgba(105, 112, 125, 0.5) #f3f3f5;
}
html::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
html::-webkit-scrollbar-thumb {
  background-color: rgba(105, 112, 125, 0.5);
  background-clip: content-box;
  border-radius: 16px;
  border: 4px solid #f3f3f5;
}
html::-webkit-scrollbar-corner,
html::-webkit-scrollbar-track {
  background-color: #f3f3f5;
}
.euiScreenReaderOnly,
.euiScreenReaderOnly--showOnFocus:not(:focus):not(:active) {
  position: absolute;
  top: auto;
  left: -10000px;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  overflow: hidden;
  margin: -1px;
}
.euiSkipLink {
  transition: none !important;
}
.euiSkipLink:focus {
  -webkit-animation: none !important;
  animation: none !important;
}
.euiSkipLink.euiSkipLink--absolute:focus {
  position: absolute;
}
.euiSkipLink.euiSkipLink--fixed:focus {
  position: fixed;
  top: 4px;
  left: 4px;
  z-index: 1001;
}
.euiAccordion__triggerWrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.euiAccordion__button {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  width: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.euiAccordion__button:hover,
.euiAccordion__button:focus {
  text-decoration: underline;
  cursor: pointer;
}
.euiAccordion__iconButton {
  margin-right: 4px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}
.euiAccordion__iconButton-isOpen {
  -webkit-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
}
.euiAccordion__iconButton--right {
  margin-right: 0;
  margin-left: 4px;
}
.euiAccordion__optionalAction {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.euiAccordion__childWrapper {
  visibility: hidden;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translatez(0);
  transform: translatez(0);
  transition: height 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), opacity 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.euiAccordion__childWrapper:focus {
  outline: none;
}
.euiAccordion__padding--xs {
  padding: 4px;
}
.euiAccordion__padding--s {
  padding: 8px;
}
.euiAccordion__padding--m {
  padding: 16px;
}
.euiAccordion__padding--l {
  padding: 24px;
}
.euiAccordion__padding--xl {
  padding: 32px;
}
.euiAccordion.euiAccordion-isOpen .euiAccordion__childWrapper {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.euiAccordion__children-isLoading {
  line-height: 1.5;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.euiAccordion__children-isLoading .euiAccordion__spinner {
  margin-right: 4px;
}
.euiAccordionForm__extraAction {
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.euiAccordionForm__extraAction:focus {
  opacity: 1;
}
.euiAccordionForm__title {
  display: inline-block;
}
.euiAccordionForm__button {
  padding: 16px 16px 16px 0;
}
.euiAccordionForm__button:hover {
  text-decoration: none;
}
.euiAccordionForm__button:hover .euiAccordionForm__title {
  text-decoration: underline;
}
.euiAccordionForm {
  border-top: 1px solid #D3DAE6;
  border-bottom: 1px solid #D3DAE6;
}
.euiAccordionForm + .euiAccordionForm {
  border-top: none;
}
.euiAccordionForm:hover .euiAccordionForm__extraAction {
  opacity: 1;
  visibility: visible;
}
.euiAspectRatio {
  position: relative;
}
.euiAspectRatio > * {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.euiAvatar {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-size: cover;
  text-align: center;
  vertical-align: middle;
  overflow-x: hidden;
  font-weight: 500;
}
.euiAvatar--user {
  position: relative;
  border-radius: 50%;
}
.euiAvatar--user:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  content: '';
  pointer-events: none;
  border: 1px solid rgba(52, 55, 65, 0.05);
}
.euiAvatar--space {
  position: relative;
  border-radius: 4px;
}
.euiAvatar--space:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  content: '';
  pointer-events: none;
  border: 1px solid rgba(52, 55, 65, 0.05);
}
.euiAvatar-isDisabled {
  cursor: not-allowed;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.euiAvatar--plain {
  background-color: #FFF;
}
.euiAvatar--s {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}
.euiAvatar--m {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14.4px;
}
.euiAvatar--l {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 19.2px;
}
.euiAvatar--xl {
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 25.6px;
}
/**
 * 1. Accounts for the border
 */
.euiBadge {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  /* 1 */
  padding: 0 8px;
  display: inline-block;
  text-decoration: none;
  border-radius: 2px;
  border: solid 1px transparent;
  background-color: transparent;
  white-space: nowrap;
  vertical-align: middle;
  cursor: default;
  max-width: 100%;
  text-align: left;
}
.euiBadge.euiBadge-isDisabled {
  color: #88888b !important;
  background-color: #c2c3c6 !important;
}
.euiBadge:focus-within {
  -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
  animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
}
.euiBadge + .euiBadge {
  margin-left: 4px;
}
.euiBadge .euiBadge__content {
  min-height: 18px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.euiBadge .euiBadge__childButton {
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.euiBadge .euiBadge__childButton:disabled {
  cursor: not-allowed;
}
.euiBadge .euiBadge__childButton:not(:disabled):hover,
.euiBadge .euiBadge__childButton:not(:disabled):focus {
  text-decoration: underline;
}
.euiBadge .euiBadge__iconButton {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 0;
  margin-left: 4px;
}
.euiBadge .euiBadge__iconButton:focus {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  border-radius: 2px;
}
.euiBadge .euiBadge__iconButton:disabled {
  cursor: not-allowed;
}
.euiBadge .euiBadge__iconButton .euiBadge__icon {
  margin: 0 !important;
}
.euiBadge .euiBadge__text {
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  cursor: default;
}
.euiBadge .euiBadge__icon {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.euiBadge .euiBadge__icon:not(:only-child) {
  margin-left: 4px;
}
.euiBadge.euiBadge--iconLeft .euiBadge__content {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.euiBadge.euiBadge--iconLeft .euiBadge__iconButton,
.euiBadge.euiBadge--iconLeft .euiBadge__icon:not(:only-child) {
  margin-right: 4px;
  margin-left: 0;
}
.euiBadge-isClickable:not(:disabled):hover,
.euiBadge-isClickable:not(:disabled):focus {
  text-decoration: underline;
}
.euiBadge-isClickable.euiBadge-isDisabled {
  cursor: not-allowed;
}
.euiBadge-isClickable:focus {
  -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
  animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
}
.euiBadge-isClickable .euiBadge__text {
  cursor: inherit;
}
.euiBadge--hollow {
  background-color: #FFF;
  border-color: #D3DAE6;
  color: #343741;
}
.euiBadgeGroup__item {
  display: inline-block;
  max-width: 100%;
}
.euiBadgeGroup--gutterExtraSmall {
  margin: -2px;
}
.euiBadgeGroup--gutterExtraSmall > .euiBadgeGroup__item {
  margin: 2px;
  max-width: calc(100% - 4px);
}
.euiBadgeGroup--gutterSmall {
  margin: -4px;
}
.euiBadgeGroup--gutterSmall > .euiBadgeGroup__item {
  margin: 4px;
  max-width: calc(100% - 8px);
}
.euiBetaBadge {
  display: inline-block;
  padding: 0 16px;
  border-radius: 24px;
  box-shadow: inset 0 0 0 1px #D3DAE6;
  vertical-align: super;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  cursor: default;
}
.euiBetaBadge:focus {
  -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
  animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
  outline-color: #000;
  outline-offset: 2px;
}
.euiBetaBadge:not(.euiBetaBadge--hollow) {
  box-shadow: none;
}
.euiBetaBadge.euiBetaBadge--small {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 20px;
  padding: 0 12px;
}
.euiBetaBadge--iconOnly {
  padding: 0;
  width: 24px;
}
.euiBetaBadge--iconOnly .euiBetaBadge__icon {
  position: relative;
  -webkit-transform: translate(0, -1px);
  transform: translate(0, -1px);
}
.euiBetaBadge--iconOnly.euiBetaBadge--small {
  width: 20px;
  padding: 0;
}
.euiBetaBadge--singleLetter {
  padding: 0;
  width: 24px;
}
.euiBetaBadge--singleLetter.euiBetaBadge--small {
  width: 20px;
  padding: 0;
}
.euiBetaBadge--subdued {
  background: #e0e5ee;
  color: #000;
}
.euiBetaBadge--subdued.euiBetaBadge-isClickable {
  color: #000;
}
.euiBetaBadge--hollow.euiBetaBadge-isClickable {
  color: #000;
}
.euiBetaBadge--accent {
  background: #DD0A73;
  color: #FFF;
}
.euiBetaBadge--accent.euiBetaBadge-isClickable {
  color: #FFF;
}
.euiNotificationBadge {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: inline-block;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  height: 16px;
  min-width: 16px;
  padding-left: 4px;
  padding-right: 4px;
  vertical-align: middle;
  text-align: center;
  transition: all 150ms ease-in;
  cursor: default;
  background: #DD0A73;
  color: #FFF;
}
.euiNotificationBadge--medium {
  line-height: 20px;
  height: 20px;
  min-width: 24px;
}
.euiNotificationBadge--subdued {
  background: #e0e5ee;
  color: #000;
}
.euiBasicTable-loading {
  position: relative;
}
.euiBasicTable-loading tbody {
  overflow: hidden;
}
.euiBasicTable-loading tbody:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #006BB4;
  -webkit-animation: euiBasicTableLoading 1000ms linear;
  animation: euiBasicTableLoading 1000ms linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes euiBasicTableLoading {
  from {
    left: 0;
    width: 0;
  }
  20% {
    left: 0;
    width: 40%;
  }
  80% {
    left: 60%;
    width: 40%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes euiBasicTableLoading {
  from {
    left: 0;
    width: 0;
  }
  20% {
    left: 0;
    width: 40%;
  }
  80% {
    left: 60%;
    width: 40%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
.euiBeacon {
  position: relative;
  background-color: #54B399;
  border-radius: 50%;
}
.euiBeacon:before,
.euiBeacon:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 0 0 1px 1px #54B399;
}
.euiBeacon:before {
  -webkit-animation: euiBeaconPulseLarge 2.5s infinite ease-out;
  animation: euiBeaconPulseLarge 2.5s infinite ease-out;
}
.euiBeacon:after {
  -webkit-animation: euiBeaconPulseSmall 2.5s infinite ease-out 0.25s;
  animation: euiBeaconPulseSmall 2.5s infinite ease-out 0.25s;
}
@-webkit-keyframes euiBeaconPulseLarge {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes euiBeaconPulseLarge {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes euiBeaconPulseSmall {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes euiBeaconPulseSmall {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.euiBottomBar {
  box-shadow: 0 0 12px -1px rgba(65, 78, 101, 0.2), 0 0 4px -1px rgba(65, 78, 101, 0.2), 0 0 2px 0 rgba(65, 78, 101, 0.2);
  background: #25282f;
  color: #FFF;
}
@media screen and (prefers-reduced-motion: no-preference) {
  .euiBottomBar {
    -webkit-animation: euiBottomBarAppear 350ms cubic-bezier(0.694, 0.0482, 0.335, 1);
    animation: euiBottomBarAppear 350ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  }
}
.euiBottomBar--fixed {
  position: fixed;
  z-index: 998;
}
.euiBottomBar--sticky {
  position: -webkit-sticky;
  position: sticky;
  z-index: 998;
}
.euiBottomBar--paddingSmall {
  padding: 8px;
}
.euiBottomBar--paddingMedium {
  padding: 16px;
}
.euiBottomBar--paddingLarge {
  padding: 24px;
}
@-webkit-keyframes euiBottomBarAppear {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes euiBottomBarAppear {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
.euiButton {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  max-width: 100%;
  vertical-align: middle;
  font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  letter-spacing: -0.005em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  border: solid 1px transparent;
  box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);
  border-radius: 4px;
  min-width: 112px;
}
@media screen and (prefers-reduced-motion: no-preference) {
  .euiButton {
    transition: background 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out, background 250ms ease-in-out;
    transition: transform 250ms ease-in-out, background 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  }
  .euiButton:hover:not([class*='isDisabled']) {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  .euiButton:focus {
    -webkit-animation: euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
    animation: euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  .euiButton:active:not([class*='isDisabled']) {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}
.euiButton:hover:not([class*='isDisabled']),
.euiButton:focus {
  text-decoration: underline;
}
.euiButton .euiButton__content {
  padding: 0 12px;
}
.euiButton .euiButton__text {
  text-overflow: ellipsis;
  overflow: hidden;
}
.euiButton.euiButton--small {
  height: 32px;
  line-height: 32px;
}
.euiButton:hover,
.euiButton:active {
  box-shadow: 0 4px 8px 0 rgba(152, 162, 179, 0.15), 0 2px 2px -1px rgba(152, 162, 179, 0.3);
}
.euiButton:not([class*='isDisabled']):hover,
.euiButton:not([class*='isDisabled']):focus,
.euiButton:not([class*='isDisabled']):focus-within {
  background-color: rgba(0, 107, 180, 0.1);
}
.euiButton.euiButton-isDisabled {
  pointer-events: auto;
  cursor: not-allowed;
  color: #afb0b3;
  border-color: #c2c3c6;
}
.euiButton.euiButton-isDisabled .euiButtonContent__icon {
  fill: currentColor;
}
.euiButton.euiButton-isDisabled .euiButtonContent__spinner {
  border-color: #006BB4 currentColor currentColor currentColor;
}
.euiButton.euiButton-isDisabled.euiButton--fill {
  color: #88888b;
  background-color: #c2c3c6;
  border-color: #c2c3c6;
}
.euiButton.euiButton-isDisabled.euiButton--fill:hover,
.euiButton.euiButton-isDisabled.euiButton--fill:focus,
.euiButton.euiButton-isDisabled.euiButton--fill:focus-within {
  background-color: #c2c3c6;
  border-color: #c2c3c6;
}
.euiButton.euiButton-isDisabled:hover,
.euiButton.euiButton-isDisabled:focus,
.euiButton.euiButton-isDisabled:focus-within {
  box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);
  text-decoration: none;
}
.euiButton--primary {
  color: #006BB4;
  border-color: #006BB4;
}
.euiButton--primary.euiButton--fill {
  background-color: #006BB4;
  border-color: #006BB4;
  color: #FFF;
}
.euiButton--primary.euiButton--fill:not([class*='isDisabled']):hover,
.euiButton--primary.euiButton--fill:not([class*='isDisabled']):focus,
.euiButton--primary.euiButton--fill:not([class*='isDisabled']):focus-within {
  background-color: #005c9b;
  border-color: #005c9b;
}
.euiButton--primary:not([class*='isDisabled']) {
  box-shadow: 0 2px 2px -1px rgba(54, 97, 126, 0.3);
}
.euiButton--primary:not([class*='isDisabled']):hover,
.euiButton--primary:not([class*='isDisabled']):focus,
.euiButton--primary:not([class*='isDisabled']):focus-within {
  box-shadow: 0 4px 8px 0 rgba(54, 97, 126, 0.15), 0 2px 2px -1px rgba(54, 97, 126, 0.3);
  background-color: rgba(0, 107, 180, 0.1);
}
.euiButton--accent {
  color: #DD0A73;
  border-color: #DD0A73;
}
.euiButton--accent.euiButton--fill {
  background-color: #DD0A73;
  border-color: #DD0A73;
  color: #FFF;
}
.euiButton--accent.euiButton--fill:not([class*='isDisabled']):hover,
.euiButton--accent.euiButton--fill:not([class*='isDisabled']):focus,
.euiButton--accent.euiButton--fill:not([class*='isDisabled']):focus-within {
  background-color: #c50966;
  border-color: #c50966;
}
.euiButton--accent:not([class*='isDisabled']) {
  box-shadow: 0 2px 2px -1px rgba(152, 79, 115, 0.3);
}
.euiButton--accent:not([class*='isDisabled']):hover,
.euiButton--accent:not([class*='isDisabled']):focus,
.euiButton--accent:not([class*='isDisabled']):focus-within {
  box-shadow: 0 4px 8px 0 rgba(152, 79, 115, 0.15), 0 2px 2px -1px rgba(152, 79, 115, 0.3);
  background-color: rgba(221, 10, 115, 0.1);
}
.euiButton--success {
  color: #017D73;
  border-color: #017D73;
}
.euiButton--success.euiButton--fill {
  background-color: #017D73;
  border-color: #017D73;
  color: #FFF;
}
.euiButton--success.euiButton--fill:not([class*='isDisabled']):hover,
.euiButton--success.euiButton--fill:not([class*='isDisabled']):focus,
.euiButton--success.euiButton--fill:not([class*='isDisabled']):focus-within {
  background-color: #01645c;
  border-color: #01645c;
}
.euiButton--success:not([class*='isDisabled']) {
  box-shadow: 0 2px 2px -1px rgba(39, 87, 83, 0.3);
}
.euiButton--success:not([class*='isDisabled']):hover,
.euiButton--success:not([class*='isDisabled']):focus,
.euiButton--success:not([class*='isDisabled']):focus-within {
  box-shadow: 0 4px 8px 0 rgba(39, 87, 83, 0.15), 0 2px 2px -1px rgba(39, 87, 83, 0.3);
  background-color: rgba(1, 125, 115, 0.1);
}
.euiButton--warning {
  color: #9b6900;
  border-color: #F5A700;
}
.euiButton--warning.euiButton--fill {
  background-color: #F5A700;
  border-color: #F5A700;
  color: #000;
}
.euiButton--warning.euiButton--fill:not([class*='isDisabled']):hover,
.euiButton--warning.euiButton--fill:not([class*='isDisabled']):focus,
.euiButton--warning.euiButton--fill:not([class*='isDisabled']):focus-within {
  background-color: #dc9600;
  border-color: #dc9600;
}
.euiButton--warning:not([class*='isDisabled']) {
  box-shadow: 0 2px 2px -1px rgba(172, 140, 74, 0.3);
}
.euiButton--warning:not([class*='isDisabled']):hover,
.euiButton--warning:not([class*='isDisabled']):focus,
.euiButton--warning:not([class*='isDisabled']):focus-within {
  box-shadow: 0 4px 8px 0 rgba(172, 140, 74, 0.15), 0 2px 2px -1px rgba(172, 140, 74, 0.3);
  background-color: rgba(245, 167, 0, 0.1);
}
.euiButton--danger {
  color: #BD271E;
  border-color: #BD271E;
}
.euiButton--danger.euiButton--fill {
  background-color: #BD271E;
  border-color: #BD271E;
  color: #FFF;
}
.euiButton--danger.euiButton--fill:not([class*='isDisabled']):hover,
.euiButton--danger.euiButton--fill:not([class*='isDisabled']):focus,
.euiButton--danger.euiButton--fill:not([class*='isDisabled']):focus-within {
  background-color: #a7221b;
  border-color: #a7221b;
}
.euiButton--danger:not([class*='isDisabled']) {
  box-shadow: 0 2px 2px -1px rgba(123, 97, 96, 0.3);
}
.euiButton--danger:not([class*='isDisabled']):hover,
.euiButton--danger:not([class*='isDisabled']):focus,
.euiButton--danger:not([class*='isDisabled']):focus-within {
  box-shadow: 0 4px 8px 0 rgba(123, 97, 96, 0.15), 0 2px 2px -1px rgba(123, 97, 96, 0.3);
  background-color: rgba(189, 39, 30, 0.1);
}
.euiButton--subdued {
  color: #6a717d;
  border-color: #6a717d;
}
.euiButton--subdued.euiButton--fill {
  background-color: #6a717d;
  border-color: #6a717d;
  color: #FFF;
}
.euiButton--subdued.euiButton--fill:not([class*='isDisabled']):hover,
.euiButton--subdued.euiButton--fill:not([class*='isDisabled']):focus,
.euiButton--subdued.euiButton--fill:not([class*='isDisabled']):focus-within {
  background-color: #5e656f;
  border-color: #5e656f;
}
.euiButton--subdued:not([class*='isDisabled']) {
  box-shadow: 0 2px 2px -1px rgba(116, 116, 116, 0.3);
}
.euiButton--subdued:not([class*='isDisabled']):hover,
.euiButton--subdued:not([class*='isDisabled']):focus,
.euiButton--subdued:not([class*='isDisabled']):focus-within {
  box-shadow: 0 4px 8px 0 rgba(116, 116, 116, 0.15), 0 2px 2px -1px rgba(116, 116, 116, 0.3);
  background-color: rgba(106, 113, 125, 0.1);
}
.euiButton--ghost {
  color: #FFF;
  border-color: #FFF;
}
.euiButton--ghost.euiButton--fill {
  background-color: #FFF;
  border-color: #FFF;
  color: #000;
}
.euiButton--ghost.euiButton--fill:not([class*='isDisabled']):hover,
.euiButton--ghost.euiButton--fill:not([class*='isDisabled']):focus,
.euiButton--ghost.euiButton--fill:not([class*='isDisabled']):focus-within {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.euiButton--ghost:not([class*='isDisabled']) {
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.3);
}
.euiButton--ghost:not([class*='isDisabled']):hover,
.euiButton--ghost:not([class*='isDisabled']):focus,
.euiButton--ghost:not([class*='isDisabled']):focus-within {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 2px 2px -1px rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
}
.euiButton--text {
  color: #343741;
  border-color: #69707D;
}
.euiButton--text.euiButton--fill {
  background-color: #69707D;
  border-color: #69707D;
  color: #FFF;
}
.euiButton--text.euiButton--fill:not([class*='isDisabled']):hover,
.euiButton--text.euiButton--fill:not([class*='isDisabled']):focus,
.euiButton--text.euiButton--fill:not([class*='isDisabled']):focus-within {
  background-color: #5d646f;
  border-color: #5d646f;
}
.euiButton--text:not([class*='isDisabled']) {
  box-shadow: 0 2px 2px -1px rgba(115, 115, 115, 0.3);
}
.euiButton--text:not([class*='isDisabled']):hover,
.euiButton--text:not([class*='isDisabled']):focus,
.euiButton--text:not([class*='isDisabled']):focus-within {
  box-shadow: 0 4px 8px 0 rgba(115, 115, 115, 0.15), 0 2px 2px -1px rgba(115, 115, 115, 0.3);
  background-color: rgba(105, 112, 125, 0.1);
}
.euiButton.euiButton-isDisabled.euiButton--ghost,
.euiButton.euiButton-isDisabled.euiButton--ghost:hover,
.euiButton.euiButton-isDisabled.euiButton--ghost:focus,
.euiButton.euiButton-isDisabled.euiButton--ghost:focus-within {
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.3);
  color: #69707D;
  border-color: #69707D;
}
.euiButton.euiButton-isDisabled.euiButton--ghost.euiButton--fill {
  background-color: #69707D;
  color: #a1a5ae;
}
.euiButton--fullWidth {
  display: block;
  width: 100%;
}
.euiButtonContent {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.euiButtonContent .euiButtonContent__icon,
.euiButtonContent .euiButtonContent__spinner {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.euiButtonContent > * + * {
  -webkit-margin-start: 8px;
  margin-inline-start: 8px;
}
.euiButtonContent--iconRight {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.euiButtonContent--iconRight .euiButtonContent__icon,
.euiButtonContent--iconRight .euiButtonContent__spinner {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.euiButtonContent--iconRight > * + * {
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 8px;
  margin-inline-end: 8px;
}
/**
 * 1. We don't want any of the animations that come inherited from the mixin.
 *    These should act like normal links instead.
 * 2. Change the easing, quickness to not bounce so lighter backgrounds don't flash
 */
.euiButtonEmpty {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  max-width: 100%;
  vertical-align: middle;
  font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  letter-spacing: -0.005em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  border: solid 1px transparent;
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
  -webkit-transform: none !important;
  transform: none !important;
  /* 1 */
  -webkit-animation: none !important;
  animation: none !important;
  /* 1 */
  transition-timing-function: ease-in;
  /* 2 */
  transition-duration: 150ms;
  /* 2 */
}
@media screen and (prefers-reduced-motion: no-preference) {
  .euiButtonEmpty {
    transition: background 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out, background 250ms ease-in-out;
    transition: transform 250ms ease-in-out, background 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  }
  .euiButtonEmpty:hover:not([class*='isDisabled']) {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  .euiButtonEmpty:focus {
    -webkit-animation: euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
    animation: euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  .euiButtonEmpty:active:not([class*='isDisabled']) {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}
.euiButtonEmpty:hover:not([class*='isDisabled']),
.euiButtonEmpty:focus {
  text-decoration: underline;
}
.euiButtonEmpty .euiButtonEmpty__content {
  padding: 0 8px;
}
.euiButtonEmpty .euiButtonEmpty__text {
  text-overflow: ellipsis;
  overflow: hidden;
}
.euiButtonEmpty.euiButtonEmpty--small {
  height: 32px;
}
.euiButtonEmpty.euiButtonEmpty--xSmall {
  height: 24px;
  font-size: 14px;
}
.euiButtonEmpty:disabled {
  pointer-events: auto;
  cursor: not-allowed;
  color: #afb0b3;
}
.euiButtonEmpty:disabled .euiButtonContent__icon {
  fill: currentColor;
}
.euiButtonEmpty:disabled .euiButtonContent__spinner {
  border-color: #006BB4 currentColor currentColor currentColor;
}
.euiButtonEmpty:disabled:focus {
  background-color: transparent;
}
.euiButtonEmpty:disabled:hover,
.euiButtonEmpty:disabled:focus {
  text-decoration: none;
}
.euiButtonEmpty--flushLeft .euiButtonEmpty__content,
.euiButtonEmpty--flushRight .euiButtonEmpty__content,
.euiButtonEmpty--flushBoth .euiButtonEmpty__content {
  padding-left: 0;
  padding-right: 0;
}
.euiButtonEmpty--flushLeft {
  margin-right: 8px;
}
.euiButtonEmpty--flushRight {
  margin-left: 8px;
}
.euiButtonEmpty--primary {
  color: #006BB4;
}
.euiButtonEmpty--primary:focus {
  background-color: rgba(0, 107, 180, 0.1);
}
.euiButtonEmpty--danger {
  color: #BD271E;
}
.euiButtonEmpty--danger:focus {
  background-color: rgba(189, 39, 30, 0.1);
}
.euiButtonEmpty--disabled {
  color: #757577;
}
.euiButtonEmpty--disabled:focus {
  background-color: rgba(175, 176, 179, 0.1);
}
.euiButtonEmpty--disabled:hover {
  cursor: not-allowed;
}
.euiButtonEmpty--ghost {
  color: #FFF;
}
.euiButtonEmpty--ghost:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.euiButtonEmpty--text {
  color: #343741;
}
.euiButtonEmpty--text:focus {
  background-color: rgba(52, 55, 65, 0.1);
}
.euiButtonEmpty--success {
  color: #017D73;
}
.euiButtonEmpty--success:focus {
  background-color: rgba(1, 125, 115, 0.1);
}
.euiButtonEmpty--warning {
  color: #9b6900;
}
.euiButtonEmpty--warning:focus {
  background-color: rgba(155, 105, 0, 0.1);
}
.euiButtonIcon {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  max-width: 100%;
  vertical-align: middle;
  font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  letter-spacing: -0.005em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  border: solid 1px transparent;
  box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);
  border-radius: 4px;
  width: 40px;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
@media screen and (prefers-reduced-motion: no-preference) {
  .euiButtonIcon {
    transition: background 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out, background 250ms ease-in-out;
    transition: transform 250ms ease-in-out, background 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  }
  .euiButtonIcon:hover:not([class*='isDisabled']) {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  .euiButtonIcon:focus {
    -webkit-animation: euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
    animation: euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  .euiButtonIcon:active:not([class*='isDisabled']) {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}
.euiButtonIcon:hover:not([class*='isDisabled']),
.euiButtonIcon:focus {
  text-decoration: underline;
}
.euiButtonIcon > svg {
  pointer-events: none;
}
.euiButtonIcon.euiButtonIcon--empty {
  box-shadow: none !important;
  border: none;
}
.euiButtonIcon.euiButtonIcon-isDisabled {
  pointer-events: auto;
  cursor: not-allowed;
  color: #afb0b3;
  border-color: #c2c3c6;
}
.euiButtonIcon.euiButtonIcon-isDisabled .euiButtonContent__icon {
  fill: currentColor;
}
.euiButtonIcon.euiButtonIcon-isDisabled .euiButtonContent__spinner {
  border-color: #006BB4 currentColor currentColor currentColor;
}
.euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--fill {
  color: #88888b;
  background-color: #c2c3c6;
  border-color: #c2c3c6;
}
.euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--fill:hover,
.euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--fill:focus,
.euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--fill:focus-within {
  background-color: #c2c3c6;
  border-color: #c2c3c6;
}
.euiButtonIcon.euiButtonIcon-isDisabled:hover,
.euiButtonIcon.euiButtonIcon-isDisabled:focus,
.euiButtonIcon.euiButtonIcon-isDisabled:focus-within {
  box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);
  text-decoration: none;
}
.euiButtonIcon--xSmall {
  height: 24px;
  width: 24px;
}
.euiButtonIcon--small {
  height: 32px;
  width: 32px;
}
.euiButtonIcon--primary {
  color: #006BB4;
  border-color: #006BB4;
}
.euiButtonIcon--primary.euiButtonIcon--fill {
  background-color: #006BB4;
  border-color: #006BB4;
  color: #FFF;
}
.euiButtonIcon--primary.euiButtonIcon--fill:not([class*='isDisabled']):hover,
.euiButtonIcon--primary.euiButtonIcon--fill:not([class*='isDisabled']):focus,
.euiButtonIcon--primary.euiButtonIcon--fill:not([class*='isDisabled']):focus-within {
  background-color: #005c9b;
  border-color: #005c9b;
}
.euiButtonIcon--primary:not([class*='isDisabled']) {
  box-shadow: 0 2px 2px -1px rgba(54, 97, 126, 0.3);
}
.euiButtonIcon--primary:not([class*='isDisabled']):hover,
.euiButtonIcon--primary:not([class*='isDisabled']):focus,
.euiButtonIcon--primary:not([class*='isDisabled']):focus-within {
  box-shadow: 0 4px 8px 0 rgba(54, 97, 126, 0.15), 0 2px 2px -1px rgba(54, 97, 126, 0.3);
  background-color: rgba(0, 107, 180, 0.1);
}
.euiButtonIcon--accent {
  color: #DD0A73;
  border-color: #DD0A73;
}
.euiButtonIcon--accent.euiButtonIcon--fill {
  background-color: #DD0A73;
  border-color: #DD0A73;
  color: #FFF;
}
.euiButtonIcon--accent.euiButtonIcon--fill:not([class*='isDisabled']):hover,
.euiButtonIcon--accent.euiButtonIcon--fill:not([class*='isDisabled']):focus,
.euiButtonIcon--accent.euiButtonIcon--fill:not([class*='isDisabled']):focus-within {
  background-color: #c50966;
  border-color: #c50966;
}
.euiButtonIcon--accent:not([class*='isDisabled']) {
  box-shadow: 0 2px 2px -1px rgba(152, 79, 115, 0.3);
}
.euiButtonIcon--accent:not([class*='isDisabled']):hover,
.euiButtonIcon--accent:not([class*='isDisabled']):focus,
.euiButtonIcon--accent:not([class*='isDisabled']):focus-within {
  box-shadow: 0 4px 8px 0 rgba(152, 79, 115, 0.15), 0 2px 2px -1px rgba(152, 79, 115, 0.3);
  background-color: rgba(221, 10, 115, 0.1);
}
.euiButtonIcon--success {
  color: #017D73;
  border-color: #017D73;
}
.euiButtonIcon--success.euiButtonIcon--fill {
  background-color: #017D73;
  border-color: #017D73;
  color: #FFF;
}
.euiButtonIcon--success.euiButtonIcon--fill:not([class*='isDisabled']):hover,
.euiButtonIcon--success.euiButtonIcon--fill:not([class*='isDisabled']):focus,
.euiButtonIcon--success.euiButtonIcon--fill:not([class*='isDisabled']):focus-within {
  background-color: #01645c;
  border-color: #01645c;
}
.euiButtonIcon--success:not([class*='isDisabled']) {
  box-shadow: 0 2px 2px -1px rgba(39, 87, 83, 0.3);
}
.euiButtonIcon--success:not([class*='isDisabled']):hover,
.euiButtonIcon--success:not([class*='isDisabled']):focus,
.euiButtonIcon--success:not([class*='isDisabled']):focus-within {
  box-shadow: 0 4px 8px 0 rgba(39, 87, 83, 0.15), 0 2px 2px -1px rgba(39, 87, 83, 0.3);
  background-color: rgba(1, 125, 115, 0.1);
}
.euiButtonIcon--warning {
  color: #9b6900;
  border-color: #F5A700;
}
.euiButtonIcon--warning.euiButtonIcon--fill {
  background-color: #F5A700;
  border-color: #F5A700;
  color: #000;
}
.euiButtonIcon--warning.euiButtonIcon--fill:not([class*='isDisabled']):hover,
.euiButtonIcon--warning.euiButtonIcon--fill:not([class*='isDisabled']):focus,
.euiButtonIcon--warning.euiButtonIcon--fill:not([class*='isDisabled']):focus-within {
  background-color: #dc9600;
  border-color: #dc9600;
}
.euiButtonIcon--warning:not([class*='isDisabled']) {
  box-shadow: 0 2px 2px -1px rgba(172, 140, 74, 0.3);
}
.euiButtonIcon--warning:not([class*='isDisabled']):hover,
.euiButtonIcon--warning:not([class*='isDisabled']):focus,
.euiButtonIcon--warning:not([class*='isDisabled']):focus-within {
  box-shadow: 0 4px 8px 0 rgba(172, 140, 74, 0.15), 0 2px 2px -1px rgba(172, 140, 74, 0.3);
  background-color: rgba(245, 167, 0, 0.1);
}
.euiButtonIcon--danger {
  color: #BD271E;
  border-color: #BD271E;
}
.euiButtonIcon--danger.euiButtonIcon--fill {
  background-color: #BD271E;
  border-color: #BD271E;
  color: #FFF;
}
.euiButtonIcon--danger.euiButtonIcon--fill:not([class*='isDisabled']):hover,
.euiButtonIcon--danger.euiButtonIcon--fill:not([class*='isDisabled']):focus,
.euiButtonIcon--danger.euiButtonIcon--fill:not([class*='isDisabled']):focus-within {
  background-color: #a7221b;
  border-color: #a7221b;
}
.euiButtonIcon--danger:not([class*='isDisabled']) {
  box-shadow: 0 2px 2px -1px rgba(123, 97, 96, 0.3);
}
.euiButtonIcon--danger:not([class*='isDisabled']):hover,
.euiButtonIcon--danger:not([class*='isDisabled']):focus,
.euiButtonIcon--danger:not([class*='isDisabled']):focus-within {
  box-shadow: 0 4px 8px 0 rgba(123, 97, 96, 0.15), 0 2px 2px -1px rgba(123, 97, 96, 0.3);
  background-color: rgba(189, 39, 30, 0.1);
}
.euiButtonIcon--subdued {
  color: #6a717d;
  border-color: #6a717d;
}
.euiButtonIcon--subdued.euiButtonIcon--fill {
  background-color: #6a717d;
  border-color: #6a717d;
  color: #FFF;
}
.euiButtonIcon--subdued.euiButtonIcon--fill:not([class*='isDisabled']):hover,
.euiButtonIcon--subdued.euiButtonIcon--fill:not([class*='isDisabled']):focus,
.euiButtonIcon--subdued.euiButtonIcon--fill:not([class*='isDisabled']):focus-within {
  background-color: #5e656f;
  border-color: #5e656f;
}
.euiButtonIcon--subdued:not([class*='isDisabled']) {
  box-shadow: 0 2px 2px -1px rgba(116, 116, 116, 0.3);
}
.euiButtonIcon--subdued:not([class*='isDisabled']):hover,
.euiButtonIcon--subdued:not([class*='isDisabled']):focus,
.euiButtonIcon--subdued:not([class*='isDisabled']):focus-within {
  box-shadow: 0 4px 8px 0 rgba(116, 116, 116, 0.15), 0 2px 2px -1px rgba(116, 116, 116, 0.3);
  background-color: rgba(106, 113, 125, 0.1);
}
.euiButtonIcon--ghost {
  color: #FFF;
  border-color: #FFF;
}
.euiButtonIcon--ghost.euiButtonIcon--fill {
  background-color: #FFF;
  border-color: #FFF;
  color: #000;
}
.euiButtonIcon--ghost.euiButtonIcon--fill:not([class*='isDisabled']):hover,
.euiButtonIcon--ghost.euiButtonIcon--fill:not([class*='isDisabled']):focus,
.euiButtonIcon--ghost.euiButtonIcon--fill:not([class*='isDisabled']):focus-within {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.euiButtonIcon--ghost:not([class*='isDisabled']) {
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.3);
}
.euiButtonIcon--ghost:not([class*='isDisabled']):hover,
.euiButtonIcon--ghost:not([class*='isDisabled']):focus,
.euiButtonIcon--ghost:not([class*='isDisabled']):focus-within {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 2px 2px -1px rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
}
.euiButtonIcon--text {
  color: #343741;
  border-color: #69707D;
}
.euiButtonIcon--text.euiButtonIcon--fill {
  background-color: #69707D;
  border-color: #69707D;
  color: #FFF;
}
.euiButtonIcon--text.euiButtonIcon--fill:not([class*='isDisabled']):hover,
.euiButtonIcon--text.euiButtonIcon--fill:not([class*='isDisabled']):focus,
.euiButtonIcon--text.euiButtonIcon--fill:not([class*='isDisabled']):focus-within {
  background-color: #5d646f;
  border-color: #5d646f;
}
.euiButtonIcon--text:not([class*='isDisabled']) {
  box-shadow: 0 2px 2px -1px rgba(115, 115, 115, 0.3);
}
.euiButtonIcon--text:not([class*='isDisabled']):hover,
.euiButtonIcon--text:not([class*='isDisabled']):focus,
.euiButtonIcon--text:not([class*='isDisabled']):focus-within {
  box-shadow: 0 4px 8px 0 rgba(115, 115, 115, 0.15), 0 2px 2px -1px rgba(115, 115, 115, 0.3);
  background-color: rgba(105, 112, 125, 0.1);
}
.euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--ghost,
.euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--ghost:hover,
.euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--ghost:focus,
.euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--ghost:focus-within {
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.3);
  color: #69707D;
  border-color: #69707D;
}
.euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--ghost.euiButton--fill {
  background-color: #69707D;
  color: #a1a5ae;
}
.euiButtonGroup {
  display: inline-block;
  max-width: 100%;
  position: relative;
}
.euiButtonGroup--fullWidth {
  display: block;
}
.euiButtonGroup--fullWidth .euiButtonGroup__buttons {
  width: 100%;
}
.euiButtonGroup--fullWidth .euiButtonGroup__buttons .euiButtonGroupButton {
  -webkit-flex: 1;
  flex: 1;
}
.euiButtonGroup__buttons {
  box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);
  border-radius: 5px;
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.euiButtonGroup--isDisabled .euiButtonGroup__buttons {
  box-shadow: none;
}
.euiButtonGroup--compressed .euiButtonGroup__buttons {
  box-shadow: none !important;
  border-radius: 2px;
  background-color: #fbfcfd;
  height: 32px;
  border: 1px solid rgba(15, 39, 118, 0.1);
  overflow: visible;
}
.euiButtonGroupButton {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  max-width: 100%;
  vertical-align: middle;
  font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  letter-spacing: -0.005em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  transition: background-color 250ms ease-in-out, border-color 250ms ease-in-out, color 250ms ease-in-out;
  min-width: 0;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.euiButtonGroupButton .euiButton__content {
  padding: 0 12px;
}
.euiButtonGroupButton-isIconOnly .euiButton__content {
  padding: 0 8px;
}
.euiButtonGroupButton .euiButton__text {
  text-overflow: ellipsis;
  overflow: hidden;
}
.euiButtonGroupButton.euiButtonGroupButton--small {
  height: 32px;
  line-height: 32px;
}
.euiButtonGroupButton:not([class*='isDisabled']):hover,
.euiButtonGroupButton:not([class*='isDisabled']):focus,
.euiButtonGroupButton:not([class*='isDisabled']):focus-within {
  background-color: rgba(0, 107, 180, 0.1);
  text-decoration: underline;
}
.euiButtonGroupButton.euiButtonGroupButton-isDisabled {
  pointer-events: auto;
  cursor: not-allowed;
  color: #afb0b3;
}
.euiButtonGroupButton.euiButtonGroupButton-isDisabled .euiButtonContent__icon {
  fill: currentColor;
}
.euiButtonGroupButton.euiButtonGroupButton-isDisabled .euiButtonContent__spinner {
  border-color: #006BB4 currentColor currentColor currentColor;
}
.euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton-isSelected {
  color: #88888b;
  background-color: #c2c3c6;
  border-color: #c2c3c6;
}
.euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton-isSelected:hover,
.euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton-isSelected:focus,
.euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton-isSelected:focus-within {
  background-color: #c2c3c6;
  border-color: #c2c3c6;
}
.euiButtonGroupButton.euiButtonGroupButton--primary:not([class*='isDisabled']) {
  color: #006BB4;
}
.euiButtonGroupButton.euiButtonGroupButton--primary:not([class*='isDisabled']).euiButtonGroupButton-isSelected {
  background-color: #006BB4;
  border-color: #006BB4;
  color: #FFF;
}
.euiButtonGroupButton.euiButtonGroupButton--primary:not([class*='isDisabled']).euiButtonGroupButton-isSelected:hover,
.euiButtonGroupButton.euiButtonGroupButton--primary:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus,
.euiButtonGroupButton.euiButtonGroupButton--primary:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus-within {
  background-color: #005c9b;
  border-color: #005c9b;
}
.euiButtonGroupButton.euiButtonGroupButton--primary:not([class*='isDisabled']):hover,
.euiButtonGroupButton.euiButtonGroupButton--primary:not([class*='isDisabled']):focus,
.euiButtonGroupButton.euiButtonGroupButton--primary:not([class*='isDisabled']):focus-within {
  background-color: rgba(0, 107, 180, 0.1);
}
.euiButtonGroupButton.euiButtonGroupButton--accent:not([class*='isDisabled']) {
  color: #DD0A73;
}
.euiButtonGroupButton.euiButtonGroupButton--accent:not([class*='isDisabled']).euiButtonGroupButton-isSelected {
  background-color: #DD0A73;
  border-color: #DD0A73;
  color: #FFF;
}
.euiButtonGroupButton.euiButtonGroupButton--accent:not([class*='isDisabled']).euiButtonGroupButton-isSelected:hover,
.euiButtonGroupButton.euiButtonGroupButton--accent:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus,
.euiButtonGroupButton.euiButtonGroupButton--accent:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus-within {
  background-color: #c50966;
  border-color: #c50966;
}
.euiButtonGroupButton.euiButtonGroupButton--accent:not([class*='isDisabled']):hover,
.euiButtonGroupButton.euiButtonGroupButton--accent:not([class*='isDisabled']):focus,
.euiButtonGroupButton.euiButtonGroupButton--accent:not([class*='isDisabled']):focus-within {
  background-color: rgba(221, 10, 115, 0.1);
}
.euiButtonGroupButton.euiButtonGroupButton--success:not([class*='isDisabled']) {
  color: #017D73;
}
.euiButtonGroupButton.euiButtonGroupButton--success:not([class*='isDisabled']).euiButtonGroupButton-isSelected {
  background-color: #017D73;
  border-color: #017D73;
  color: #FFF;
}
.euiButtonGroupButton.euiButtonGroupButton--success:not([class*='isDisabled']).euiButtonGroupButton-isSelected:hover,
.euiButtonGroupButton.euiButtonGroupButton--success:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus,
.euiButtonGroupButton.euiButtonGroupButton--success:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus-within {
  background-color: #01645c;
  border-color: #01645c;
}
.euiButtonGroupButton.euiButtonGroupButton--success:not([class*='isDisabled']):hover,
.euiButtonGroupButton.euiButtonGroupButton--success:not([class*='isDisabled']):focus,
.euiButtonGroupButton.euiButtonGroupButton--success:not([class*='isDisabled']):focus-within {
  background-color: rgba(1, 125, 115, 0.1);
}
.euiButtonGroupButton.euiButtonGroupButton--warning:not([class*='isDisabled']) {
  color: #9b6900;
}
.euiButtonGroupButton.euiButtonGroupButton--warning:not([class*='isDisabled']).euiButtonGroupButton-isSelected {
  background-color: #F5A700;
  border-color: #F5A700;
  color: #000;
}
.euiButtonGroupButton.euiButtonGroupButton--warning:not([class*='isDisabled']).euiButtonGroupButton-isSelected:hover,
.euiButtonGroupButton.euiButtonGroupButton--warning:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus,
.euiButtonGroupButton.euiButtonGroupButton--warning:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus-within {
  background-color: #dc9600;
  border-color: #dc9600;
}
.euiButtonGroupButton.euiButtonGroupButton--warning:not([class*='isDisabled']):hover,
.euiButtonGroupButton.euiButtonGroupButton--warning:not([class*='isDisabled']):focus,
.euiButtonGroupButton.euiButtonGroupButton--warning:not([class*='isDisabled']):focus-within {
  background-color: rgba(245, 167, 0, 0.1);
}
.euiButtonGroupButton.euiButtonGroupButton--danger:not([class*='isDisabled']) {
  color: #BD271E;
}
.euiButtonGroupButton.euiButtonGroupButton--danger:not([class*='isDisabled']).euiButtonGroupButton-isSelected {
  background-color: #BD271E;
  border-color: #BD271E;
  color: #FFF;
}
.euiButtonGroupButton.euiButtonGroupButton--danger:not([class*='isDisabled']).euiButtonGroupButton-isSelected:hover,
.euiButtonGroupButton.euiButtonGroupButton--danger:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus,
.euiButtonGroupButton.euiButtonGroupButton--danger:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus-within {
  background-color: #a7221b;
  border-color: #a7221b;
}
.euiButtonGroupButton.euiButtonGroupButton--danger:not([class*='isDisabled']):hover,
.euiButtonGroupButton.euiButtonGroupButton--danger:not([class*='isDisabled']):focus,
.euiButtonGroupButton.euiButtonGroupButton--danger:not([class*='isDisabled']):focus-within {
  background-color: rgba(189, 39, 30, 0.1);
}
.euiButtonGroupButton.euiButtonGroupButton--subdued:not([class*='isDisabled']) {
  color: #6a717d;
}
.euiButtonGroupButton.euiButtonGroupButton--subdued:not([class*='isDisabled']).euiButtonGroupButton-isSelected {
  background-color: #6a717d;
  border-color: #6a717d;
  color: #FFF;
}
.euiButtonGroupButton.euiButtonGroupButton--subdued:not([class*='isDisabled']).euiButtonGroupButton-isSelected:hover,
.euiButtonGroupButton.euiButtonGroupButton--subdued:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus,
.euiButtonGroupButton.euiButtonGroupButton--subdued:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus-within {
  background-color: #5e656f;
  border-color: #5e656f;
}
.euiButtonGroupButton.euiButtonGroupButton--subdued:not([class*='isDisabled']):hover,
.euiButtonGroupButton.euiButtonGroupButton--subdued:not([class*='isDisabled']):focus,
.euiButtonGroupButton.euiButtonGroupButton--subdued:not([class*='isDisabled']):focus-within {
  background-color: rgba(106, 113, 125, 0.1);
}
.euiButtonGroupButton.euiButtonGroupButton--ghost:not([class*='isDisabled']) {
  color: #FFF;
}
.euiButtonGroupButton.euiButtonGroupButton--ghost:not([class*='isDisabled']).euiButtonGroupButton-isSelected {
  background-color: #FFF;
  border-color: #FFF;
  color: #000;
}
.euiButtonGroupButton.euiButtonGroupButton--ghost:not([class*='isDisabled']).euiButtonGroupButton-isSelected:hover,
.euiButtonGroupButton.euiButtonGroupButton--ghost:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus,
.euiButtonGroupButton.euiButtonGroupButton--ghost:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus-within {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.euiButtonGroupButton.euiButtonGroupButton--ghost:not([class*='isDisabled']):hover,
.euiButtonGroupButton.euiButtonGroupButton--ghost:not([class*='isDisabled']):focus,
.euiButtonGroupButton.euiButtonGroupButton--ghost:not([class*='isDisabled']):focus-within {
  background-color: rgba(255, 255, 255, 0.1);
}
.euiButtonGroupButton.euiButtonGroupButton--text:not([class*='isDisabled']) {
  color: #343741;
}
.euiButtonGroupButton.euiButtonGroupButton--text:not([class*='isDisabled']).euiButtonGroupButton-isSelected {
  background-color: #69707D;
  border-color: #69707D;
  color: #FFF;
}
.euiButtonGroupButton.euiButtonGroupButton--text:not([class*='isDisabled']).euiButtonGroupButton-isSelected:hover,
.euiButtonGroupButton.euiButtonGroupButton--text:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus,
.euiButtonGroupButton.euiButtonGroupButton--text:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus-within {
  background-color: #5d646f;
  border-color: #5d646f;
}
.euiButtonGroupButton.euiButtonGroupButton--text:not([class*='isDisabled']):hover,
.euiButtonGroupButton.euiButtonGroupButton--text:not([class*='isDisabled']):focus,
.euiButtonGroupButton.euiButtonGroupButton--text:not([class*='isDisabled']):focus-within {
  background-color: rgba(105, 112, 125, 0.1);
}
.euiButtonGroupButton__textShift::after {
  display: block;
  content: attr(data-text);
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
/**
 * Medium and Small sizing (regular button style)
 */
.euiButtonGroup--medium .euiButtonGroupButton,
.euiButtonGroup--small .euiButtonGroupButton {
  border: 1px solid #D3DAE6;
}
.euiButtonGroup--medium .euiButtonGroupButton:not(:first-child),
.euiButtonGroup--small .euiButtonGroupButton:not(:first-child) {
  margin-left: -1px;
}
.euiButtonGroup--medium .euiButtonGroupButton:first-child,
.euiButtonGroup--small .euiButtonGroupButton:first-child {
  border-radius: 4px 0 0 4px;
}
.euiButtonGroup--medium .euiButtonGroupButton:last-child,
.euiButtonGroup--small .euiButtonGroupButton:last-child {
  border-radius: 0 4px 4px 0;
}
.euiButtonGroup--medium .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost,
.euiButtonGroup--medium .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:hover,
.euiButtonGroup--medium .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:focus,
.euiButtonGroup--medium .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:focus-within,
.euiButtonGroup--small .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost,
.euiButtonGroup--small .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:hover,
.euiButtonGroup--small .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:focus,
.euiButtonGroup--small .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost:focus-within {
  color: #69707D;
}
.euiButtonGroup--isDisabled .euiButtonGroup--medium .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost,
.euiButtonGroup--isDisabled .euiButtonGroup--small .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost {
  border-color: #69707D;
}
.euiButtonGroup--medium .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost.euiButtonGroupButton-isSelected,
.euiButtonGroup--small .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost.euiButtonGroupButton-isSelected {
  background-color: #69707D;
  color: #a1a5ae;
}
.euiButtonGroup--medium .euiButtonGroupButton-isSelected,
.euiButtonGroup--small .euiButtonGroupButton-isSelected {
  z-index: 0;
}
.euiButtonGroup--medium .euiButtonGroupButton-isSelected + .euiButtonGroupButton-isSelected,
.euiButtonGroup--small .euiButtonGroupButton-isSelected + .euiButtonGroupButton-isSelected {
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1);
}
/**
 * Compressed (form style)
 */
.euiButtonGroup--compressed .euiButtonGroupButton {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border-radius: 4px;
  padding: 2px;
  background-clip: content-box;
}
.euiButtonGroup--compressed .euiButtonGroupButton .euiButton__content {
  padding-left: 8px;
  padding-right: 8px;
}
.euiButtonGroup--compressed .euiButtonGroupButton.euiButtonGroupButton-isSelected {
  font-weight: 600;
}
.euiButtonGroup--compressed .euiButtonGroupButton:not([class*='isDisabled']):focus,
.euiButtonGroup--compressed .euiButtonGroupButton:not([class*='isDisabled']):focus-within {
  outline: 2px solid rgba(0, 107, 180, 0.3);
}
/**
 * 1. Add vertical space between breadcrumbs,
 *    but make sure the whole breadcrumb set doesn't add space below itself
 */
.euiBreadcrumbs__list {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 0;
  margin-bottom: -4px;
  /* 1 */
}
.euiBreadcrumb {
  margin-bottom: 4px;
  /* 1 */
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.euiBreadcrumb:not(.euiBreadcrumb--last) {
  color: #6a717d;
}
.euiBreadcrumb:not(.euiBreadcrumb--last)::after {
  content: '';
  margin: 4px 8px 0;
  width: 1px;
  height: 16px;
  -webkit-transform: translateY(-1px) rotate(15deg);
  transform: translateY(-1px) rotate(15deg);
  background: #D3DAE6;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.euiBreadcrumb--collapsed {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.euiBreadcrumb--last {
  font-weight: 500;
}
.euiBreadcrumbs__inPopover .euiBreadcrumb--last .euiBreadcrumb__content {
  font-weight: 400;
  color: #6a717d;
}
.euiBreadcrumbs--truncate .euiBreadcrumbs__list {
  white-space: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.euiBreadcrumbs--truncate .euiBreadcrumb:not(.euiBreadcrumb--collapsed) .euiBreadcrumb__content {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.euiBreadcrumbs--truncate .euiBreadcrumb:not(.euiBreadcrumb--collapsed).euiBreadcrumb--last .euiBreadcrumb__content {
  max-width: none;
}
.euiBreadcrumbs--truncate .euiBreadcrumb {
  overflow: hidden;
}
.euiBreadcrumbs--truncate .euiBreadcrumb__content,
.euiBreadcrumb--truncate .euiBreadcrumb__content {
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
  max-width: 160px;
  text-align: center;
  vertical-align: baseline;
}
.euiCallOut {
  padding: 16px;
  border-left: 2px solid transparent;
}
.euiCallOut.euiCallOut--small {
  padding: 8px;
}
.euiCallOut .euiCallOutHeader__icon {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.euiCallOut .euiCallOutHeader__title {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  font-weight: 400;
  margin-bottom: 0;
}
.euiCallOut--small .euiCallOutHeader__title {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 700;
  font-weight: 400;
}
.euiCallOut--primary {
  border-color: #006BB4;
  background-color: #e6f0f8;
}
.euiCallOut--primary .euiCallOutHeader__icon {
  fill: #006bb4;
}
.euiCallOut--primary .euiCallOutHeader__title {
  color: #006bb4;
}
.euiCallOut--success {
  border-color: #017D73;
  background-color: #e6f2f1;
}
.euiCallOut--success .euiCallOutHeader__icon {
  fill: #01776d;
}
.euiCallOut--success .euiCallOutHeader__title {
  color: #01776d;
}
.euiCallOut--warning {
  border-color: #F5A700;
  background-color: #fef6e6;
}
.euiCallOut--warning .euiCallOutHeader__icon {
  fill: #936400;
}
.euiCallOut--warning .euiCallOutHeader__title {
  color: #936400;
}
.euiCallOut--danger {
  border-color: #BD271E;
  background-color: #f8e9e9;
}
.euiCallOut--danger .euiCallOutHeader__icon {
  fill: #bd271e;
}
.euiCallOut--danger .euiCallOutHeader__title {
  color: #bd271e;
}
/**
 * 1. Align icon with first line of title text if it wraps.
 * 2. If content exists under the header, space it appropriately.
 * 3. Apply margin to all but last item in the flex.
 */
.euiCallOutHeader {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  /* 1 */
}
.euiCallOutHeader + * {
  margin-top: 8px;
  /* 1 */
}
.euiCallOutHeader > * + * {
  margin-left: 8px;
  /* 3 */
}
/**
 * 1. Footer is always at the bottom.
 * 2. Fix for IE where the image correctly resizes in width but doesn't collapse its height
      (https://github.com/philipwalton/flexbugs/issues/75#issuecomment-134702421)
 * 3. Horizontal layouts should always top left align no matter the textAlign prop
 */
.euiCard {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 1px;
  /* 2 */
}
.euiCard.euiCard-isDisabled {
  cursor: not-allowed !important;
  -webkit-transform: none !important;
  transform: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  background-color: rgba(194, 195, 198, 0.1) !important;
  color: #afb0b3;
}
.euiCard.euiCard-isDisabled .euiCard__top {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.euiCard.euiCard-isDisabled .euiCard__titleAnchor,
.euiCard.euiCard-isDisabled .euiCard__titleButton {
  color: #afb0b3;
  cursor: inherit;
}
.euiCard.euiCard-isDisabled .euiCard__betaBadge:not(.euiBetaBadge-isClickable):not(.euiBetaBadge--hollow) {
  box-shadow: inset 0 0 0 1px #D3DAE6;
  background: transparent;
  color: inherit;
}
.euiCard.euiCard-isDisabled .euiCard__betaBadge:not(.euiBetaBadge-isClickable).euiBetaBadge--hollow {
  background-color: #FFF;
}
.euiCard.euiCard--isClickable {
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.euiCard.euiCard--isClickable:not(.euiCard-isDisabled):focus-within {
  box-shadow: 0 4px 8px 0 rgba(152, 162, 179, 0.15), 0 2px 2px -1px rgba(152, 162, 179, 0.3);
  -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimateLarge !important;
  animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimateLarge !important;
}
.euiCard.euiCard--isClickable:not(.euiCard-isDisabled):focus .euiCard__title,
.euiCard.euiCard--isClickable:not(.euiCard-isDisabled):focus .euiCard__titleAnchor,
.euiCard.euiCard--isClickable:not(.euiCard-isDisabled):focus .euiCard__titleButton,
.euiCard.euiCard--isClickable:not(.euiCard-isDisabled):hover .euiCard__title,
.euiCard.euiCard--isClickable:not(.euiCard-isDisabled):hover .euiCard__titleAnchor,
.euiCard.euiCard--isClickable:not(.euiCard-isDisabled):hover .euiCard__titleButton {
  text-decoration: underline;
}
.euiCard .euiCard__top,
.euiCard .euiCard__content,
.euiCard .euiCard__footer {
  width: 100%;
}
.euiCard.euiCard--leftAligned {
  text-align: left;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.euiCard.euiCard--leftAligned .euiCard__titleButton {
  text-align: left;
}
.euiCard.euiCard--centerAligned {
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.euiCard.euiCard--rightAligned {
  text-align: right;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.euiCard.euiCard--rightAligned .euiCard__titleButton {
  text-align: right;
}
.euiCard.euiCard-isSelected {
  transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.euiCard--hasBetaBadge {
  position: relative;
  overflow: visible;
}
.euiCard--hasBetaBadge .euiCard__betaBadgeWrapper {
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  min-width: 30%;
  max-width: calc(100% - 32px);
}
.euiCard--hasBetaBadge .euiCard__betaBadgeWrapper .euiToolTipAnchor,
.euiCard--hasBetaBadge .euiCard__betaBadgeWrapper .euiCard__betaBadge {
  width: 100%;
}
.euiCard--hasBetaBadge .euiCard__betaBadgeWrapper .euiCard__betaBadge {
  overflow: hidden;
  text-overflow: ellipsis;
}
.euiCard__betaBadge.euiBetaBadge--hollow {
  background-color: #FFF;
}
.euiCard--isSelectable {
  position: relative;
}
.euiCard[class*='paddingSmall'] {
  padding: 8px;
}
.euiCard[class*='paddingSmall'].euiCard--isSelectable {
  padding-bottom: 48px;
}
.euiCard[class*='paddingSmall'] .euiCard__top .euiCard__image {
  width: calc(100% + (8px * 2));
  left: -8px;
  top: -8px;
  margin-bottom: -8px;
}
.euiCard[class*='paddingSmall'] .euiCard__top .euiCard__image + .euiCard__icon {
  -webkit-transform: translate(-50%, -75%);
  transform: translate(-50%, -75%);
  -webkit-transform: translate(-50%, calc(-50% + -8px));
  transform: translate(-50%, calc(-50% + -8px));
}
.euiCard[class*='paddingMedium'] {
  padding: 16px;
}
.euiCard[class*='paddingMedium'].euiCard--isSelectable {
  padding-bottom: 56px;
}
.euiCard[class*='paddingMedium'] .euiCard__top .euiCard__image {
  width: calc(100% + (16px * 2));
  left: -16px;
  top: -16px;
  margin-bottom: -16px;
}
.euiCard[class*='paddingMedium'] .euiCard__top .euiCard__image + .euiCard__icon {
  -webkit-transform: translate(-50%, -75%);
  transform: translate(-50%, -75%);
  -webkit-transform: translate(-50%, calc(-50% + -16px));
  transform: translate(-50%, calc(-50% + -16px));
}
.euiCard[class*='paddingLarge'] {
  padding: 24px;
}
.euiCard[class*='paddingLarge'].euiCard--isSelectable {
  padding-bottom: 64px;
}
.euiCard[class*='paddingLarge'] .euiCard__top .euiCard__image {
  width: calc(100% + (24px * 2));
  left: -24px;
  top: -24px;
  margin-bottom: -24px;
}
.euiCard[class*='paddingLarge'] .euiCard__top .euiCard__image + .euiCard__icon {
  -webkit-transform: translate(-50%, -75%);
  transform: translate(-50%, -75%);
  -webkit-transform: translate(-50%, calc(-50% + -24px));
  transform: translate(-50%, calc(-50% + -24px));
}
.euiCard__top {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  /* 1 */
  position: relative;
  min-height: 1px;
  /* 2 */
  font-size: 0;
}
.euiCard__top .euiCard__image {
  position: relative;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
}
.euiCard__top .euiCard__image img {
  width: 100%;
}
.euiCard__top .euiCard__image + .euiCard__icon {
  position: absolute;
  top: 50%;
  left: 50%;
}
.euiCard__top .euiCard__icon {
  margin-top: 8px;
}
.euiCard__footer:not(:empty) {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  /* 1 */
  margin-top: 16px;
}
.euiCard[class*='transparent'] .euiCard__image {
  border-radius: 4px;
}
.euiCard--isSelectable--text.euiCard-isSelected:not(.euiCard-isDisabled) {
  border-color: #017D73 !important;
}
.euiCard--isSelectable--primary.euiCard-isSelected:not(.euiCard-isDisabled) {
  border-color: #006BB4 !important;
}
.euiCard--isSelectable--success.euiCard-isSelected:not(.euiCard-isDisabled) {
  border-color: #017D73 !important;
}
.euiCard--isSelectable--danger.euiCard-isSelected:not(.euiCard-isDisabled) {
  border-color: #BD271E !important;
}
.euiCard--isSelectable--ghost.euiCard-isSelected:not(.euiCard-isDisabled) {
  border-color: #69707D !important;
}
.euiCard__top + .euiCard__content {
  margin-top: 16px;
}
.euiCard__content {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  /* 1 */
}
.euiCard__content .euiCard__description,
.euiCard__content .euiCard__children {
  margin-top: 8px;
}
.euiCard__content .euiCard__titleAnchor,
.euiCard__content .euiCard__titleButton {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}
.euiCard__content .euiCard__titleAnchor:focus,
.euiCard__content .euiCard__titleButton:focus {
  text-decoration: underline;
}
.euiCard.euiCard--horizontal .euiCard__content,
.euiCard.euiCard--horizontal .euiCard__titleButton {
  text-align: left;
  /* 3 */
}
.euiCard.euiCard--horizontal.euiCard--hasIcon {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start !important;
  align-items: flex-start !important;
  /* 3 */
}
.euiCard.euiCard--horizontal.euiCard--hasIcon .euiCard__top,
.euiCard.euiCard--horizontal.euiCard--hasIcon .euiCard__content {
  width: auto;
  margin-top: 0;
}
.euiCard.euiCard--horizontal.euiCard--hasIcon .euiCard__top .euiCard__icon {
  margin-top: 0;
  margin-right: 16px;
}
.euiCardSelect {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px !important;
  width: 100%;
  overflow: hidden;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-weight: 700;
}
.euiCardSelect--text:enabled {
  background-color: #F5F7FA !important;
}
.euiCardSelect--primary:enabled {
  background-color: #e6f0f8 !important;
}
.euiCardSelect--success:enabled {
  background-color: #e6f2f1 !important;
  color: #01776d;
}
.euiCardSelect--danger:enabled {
  background-color: #f8e9e9 !important;
}
.euiCardSelect--ghost:enabled {
  background-color: #69707D !important;
}
.euiCardSelect:disabled {
  background-color: #fafbfd;
}
.euiCheckableCard {
  transition: border-color 250ms ease-in;
}
.euiCheckableCard:not(.euiCheckableCard-isDisabled).euiCheckableCard-isChecked {
  border-color: #006BB4;
}
.euiCheckableCard__label {
  cursor: pointer;
  display: block;
  width: calc(100% + 32px);
  padding: 16px;
  margin: -16px;
}
.euiCheckableCard__label-isDisabled {
  color: #98A2B3;
  cursor: not-allowed;
}
.euiCheckableCard__children {
  margin-top: 16px;
}
.euiCodeBlock {
  max-width: 100%;
  display: block;
  position: relative;
  background: #F5F7FA;
}
.euiCodeBlock .euiCodeBlock__pre {
  scrollbar-color: rgba(105, 112, 125, 0.5) transparent;
  scrollbar-width: thin;
  height: 100%;
  overflow: auto;
  display: block;
}
.euiCodeBlock .euiCodeBlock__pre::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.euiCodeBlock .euiCodeBlock__pre::-webkit-scrollbar-thumb {
  background-color: rgba(105, 112, 125, 0.5);
  background-clip: content-box;
  border-radius: 16px;
  border: 6px solid transparent;
}
.euiCodeBlock .euiCodeBlock__pre::-webkit-scrollbar-corner,
.euiCodeBlock .euiCodeBlock__pre::-webkit-scrollbar-track {
  background-color: transparent;
}
.euiCodeBlock .euiCodeBlock__pre--whiteSpacePre {
  white-space: pre;
}
.euiCodeBlock .euiCodeBlock__pre--whiteSpacePreWrap {
  white-space: pre-wrap;
}
.euiCodeBlock .euiCodeBlock__pre--isVirtualized .euiCodeBlock__code {
  position: relative;
}
.euiCodeBlock .euiCodeBlock__line {
  display: block;
}
.euiCodeBlock--hasLineNumbers .euiCodeBlock__line {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.euiCodeBlock .euiCodeBlock__lineText,
.euiCodeBlock .euiCodeBlock__lineNumber {
  display: inline-block;
}
.euiCodeBlock .euiCodeBlock__lineText {
  padding-left: 8px;
  border-left: 1px solid #D3DAE6;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
.euiCodeBlock .euiCodeBlock__lineNumber {
  position: absolute;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding-right: 8px;
  box-sizing: content-box;
}
.euiCodeBlock .euiCodeBlock__lineNumber:before {
  content: attr(data-line-number);
  color: #6a717d;
  text-align: right;
  display: block;
}
.euiCodeBlock .euiCodeBlock__line--isHighlighted .euiCodeBlock__lineText {
  background: #e6f0f8;
  border-left: 2px solid rgba(0, 107, 180, 0.3);
}
.euiCodeBlock .euiCodeBlock__code {
  font-family: "Roboto Mono", Consolas, Menlo, Courier, monospace;
  letter-spacing: normal;
  line-height: 1.5;
  font-weight: 400;
  font-size: inherit;
  color: #343741;
  display: block;
}
.euiCodeBlock .euiCodeBlock__controls {
  position: absolute;
  top: 0;
  right: 0;
}
.euiCodeBlock .euiCodeBlock__fullScreenButton + .euiCodeBlock__copyButton {
  margin-top: 4px;
}
.euiCodeBlock.euiCodeBlock-isFullScreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.euiCodeBlock.euiCodeBlock-isFullScreen .euiCodeBlock__pre {
  padding: 32px !important;
}
.euiCodeBlock.euiCodeBlock-isFullScreen .euiCodeBlock__controls {
  top: 4px;
  right: 4px;
}
.euiCodeBlock.euiCodeBlock--fontSmall {
  font-size: 12px;
}
.euiCodeBlock.euiCodeBlock--fontMedium {
  font-size: 14px;
}
.euiCodeBlock.euiCodeBlock--fontLarge {
  font-size: 16px;
}
.euiCodeBlock.euiCodeBlock--hasControl {
  min-height: 24px;
}
.euiCodeBlock.euiCodeBlock--hasBothControls {
  min-height: 52px;
}
.euiCodeBlock.euiCodeBlock--hasControl .euiCodeBlock__pre--whiteSpacePreWrap {
  padding-right: 28px;
}
.euiCodeBlock.euiCodeBlock--hasControl .euiCodeBlock__pre--whiteSpacePre {
  margin-right: 28px;
}
.euiCodeBlock.euiCodeBlock--paddingSmall .euiCodeBlock__pre {
  padding: 8px;
}
.euiCodeBlock.euiCodeBlock--paddingSmall.euiCodeBlock--hasControl {
  min-height: 40px;
}
.euiCodeBlock.euiCodeBlock--paddingSmall.euiCodeBlock--hasBothControls {
  min-height: 68px;
}
.euiCodeBlock.euiCodeBlock--paddingSmall .euiCodeBlock__controls {
  top: 8px;
  right: 8px;
}
.euiCodeBlock.euiCodeBlock--paddingSmall.euiCodeBlock--hasControl .euiCodeBlock__pre--whiteSpacePreWrap {
  padding-right: 36px;
}
.euiCodeBlock.euiCodeBlock--paddingSmall.euiCodeBlock--hasControl .euiCodeBlock__pre--whiteSpacePre {
  margin-right: 36px;
}
.euiCodeBlock.euiCodeBlock--paddingMedium .euiCodeBlock__pre {
  padding: 16px;
}
.euiCodeBlock.euiCodeBlock--paddingMedium.euiCodeBlock--hasControl {
  min-height: 56px;
}
.euiCodeBlock.euiCodeBlock--paddingMedium.euiCodeBlock--hasBothControls {
  min-height: 84px;
}
.euiCodeBlock.euiCodeBlock--paddingMedium .euiCodeBlock__controls {
  top: 16px;
  right: 16px;
}
.euiCodeBlock.euiCodeBlock--paddingMedium.euiCodeBlock--hasControl .euiCodeBlock__pre--whiteSpacePreWrap {
  padding-right: 44px;
}
.euiCodeBlock.euiCodeBlock--paddingMedium.euiCodeBlock--hasControl .euiCodeBlock__pre--whiteSpacePre {
  margin-right: 44px;
}
.euiCodeBlock.euiCodeBlock--paddingLarge .euiCodeBlock__pre {
  padding: 24px;
}
.euiCodeBlock.euiCodeBlock--paddingLarge.euiCodeBlock--hasControl {
  min-height: 72px;
}
.euiCodeBlock.euiCodeBlock--paddingLarge.euiCodeBlock--hasBothControls {
  min-height: 100px;
}
.euiCodeBlock.euiCodeBlock--paddingLarge .euiCodeBlock__controls {
  top: 24px;
  right: 24px;
}
.euiCodeBlock.euiCodeBlock--paddingLarge.euiCodeBlock--hasControl .euiCodeBlock__pre--whiteSpacePreWrap {
  padding-right: 52px;
}
.euiCodeBlock.euiCodeBlock--paddingLarge.euiCodeBlock--hasControl .euiCodeBlock__pre--whiteSpacePre {
  margin-right: 52px;
}
.euiCodeBlock.euiCodeBlock--transparentBackground {
  background: transparent;
}
.euiCodeBlock .token.punctuation:not(.interpolation-punctuation):not([class*='attr-']) {
  opacity: 0.7;
}
.euiCodeBlock .token.comment,
.euiCodeBlock .token.prolog,
.euiCodeBlock .token.doctype,
.euiCodeBlock .token.cdata,
.euiCodeBlock .token.coord,
.euiCodeBlock .token.blockquote {
  color: #6a717d;
  font-style: italic;
}
.euiCodeBlock .token.selector {
  color: inherit;
}
.euiCodeBlock .token.string,
.euiCodeBlock .token.interpolation,
.euiCodeBlock .token.interpolation-punctuation,
.euiCodeBlock .token.doc-comment .token.keyword,
.euiCodeBlock .token.attr-value,
.euiCodeBlock .token.url .token.content {
  color: #ac4e6d;
}
.euiCodeBlock .token.number,
.euiCodeBlock .token.boolean,
.euiCodeBlock .token.keyword.nil,
.euiCodeBlock .token.regex,
.euiCodeBlock .token.variable,
.euiCodeBlock .token.unit,
.euiCodeBlock .token.hexcode,
.euiCodeBlock .token.attr-name,
.euiCodeBlock .token.attr-equals {
  color: #3b7d6a;
}
.euiCodeBlock .token.atrule .token.rule,
.euiCodeBlock .token.keyword {
  color: #7c609e;
}
.euiCodeBlock .token.function {
  color: inherit;
}
.euiCodeBlock .token.tag {
  color: #4a7194;
}
.euiCodeBlock .token.class-name {
  color: #4a7194;
}
.euiCodeBlock .token.property {
  color: inherit;
}
.euiCodeBlock .token.console,
.euiCodeBlock .token.list-punctuation,
.euiCodeBlock .token.url-reference,
.euiCodeBlock .token.url .token.url {
  color: #b34f3b;
}
.euiCodeBlock .token.paramater {
  color: inherit;
}
.euiCodeBlock .token.meta,
.euiCodeBlock .token.important {
  color: #6a717d;
}
.euiCodeBlock .token.title {
  color: #996130;
}
.euiCodeBlock .token.section {
  color: #b34f3b;
}
.euiCodeBlock .token.prefix.inserted,
.euiCodeBlock .token.prefix.deleted {
  padding-left: 4px;
  margin-left: -4px;
}
.euiCodeBlock .token.prefix.inserted {
  box-shadow: -4px 0 #3b7d6a;
  color: #3b7d6a;
}
.euiCodeBlock .token.prefix.deleted {
  box-shadow: -4px 0 #BD271E;
  color: #BD271E;
}
.euiCodeBlock .token.selector .token.class {
  color: inherit;
}
.euiCodeBlock .token.selector .token.id {
  color: inherit;
}
.euiCodeBlock .token.italic {
  font-style: italic;
}
.euiCodeBlock .token.important,
.euiCodeBlock .token.bold {
  font-weight: 700;
}
.euiCodeBlock .token.url-reference,
.euiCodeBlock .token.url .token.url {
  text-decoration: underline;
}
.euiCodeBlock .token.entity {
  cursor: help;
}
/*
* 1. Size the code against the text its embedded within.
*/
.euiCode {
  font-family: "Roboto Mono", Consolas, Menlo, Courier, monospace;
  letter-spacing: normal;
  font-size: 0.9em;
  /* 1 */
  padding: 0.2em 0.5em;
  /* 1 */
  background: #F5F7FA;
}
.euiCode.euiCode--transparentBackground {
  background: transparent;
}
.euiCode .token.punctuation:not(.interpolation-punctuation):not([class*='attr-']) {
  opacity: 0.7;
}
.euiCode .token.comment,
.euiCode .token.prolog,
.euiCode .token.doctype,
.euiCode .token.cdata,
.euiCode .token.coord,
.euiCode .token.blockquote {
  color: #6a717d;
  font-style: italic;
}
.euiCode .token.selector {
  color: inherit;
}
.euiCode .token.string,
.euiCode .token.interpolation,
.euiCode .token.interpolation-punctuation,
.euiCode .token.doc-comment .token.keyword,
.euiCode .token.attr-value,
.euiCode .token.url .token.content {
  color: #ac4e6d;
}
.euiCode .token.number,
.euiCode .token.boolean,
.euiCode .token.keyword.nil,
.euiCode .token.regex,
.euiCode .token.variable,
.euiCode .token.unit,
.euiCode .token.hexcode,
.euiCode .token.attr-name,
.euiCode .token.attr-equals {
  color: #3b7d6a;
}
.euiCode .token.atrule .token.rule,
.euiCode .token.keyword {
  color: #7c609e;
}
.euiCode .token.function {
  color: inherit;
}
.euiCode .token.tag {
  color: #4a7194;
}
.euiCode .token.class-name {
  color: #4a7194;
}
.euiCode .token.property {
  color: inherit;
}
.euiCode .token.console,
.euiCode .token.list-punctuation,
.euiCode .token.url-reference,
.euiCode .token.url .token.url {
  color: #b34f3b;
}
.euiCode .token.paramater {
  color: inherit;
}
.euiCode .token.meta,
.euiCode .token.important {
  color: #6a717d;
}
.euiCode .token.title {
  color: #996130;
}
.euiCode .token.section {
  color: #b34f3b;
}
.euiCode .token.prefix.inserted,
.euiCode .token.prefix.deleted {
  padding-left: 4px;
  margin-left: -4px;
}
.euiCode .token.prefix.inserted {
  box-shadow: -4px 0 #3b7d6a;
  color: #3b7d6a;
}
.euiCode .token.prefix.deleted {
  box-shadow: -4px 0 #BD271E;
  color: #BD271E;
}
.euiCode .token.selector .token.class {
  color: inherit;
}
.euiCode .token.selector .token.id {
  color: inherit;
}
.euiCode .token.italic {
  font-style: italic;
}
.euiCode .token.important,
.euiCode .token.bold {
  font-weight: 700;
}
.euiCode .token.url-reference,
.euiCode .token.url .token.url {
  text-decoration: underline;
}
.euiCode .token.entity {
  cursor: help;
}
.euiCollapsibleNav:not([class*='push']) {
  z-index: 6000 !important;
}
.euiCollapsibleNavGroup:not(:first-child) {
  border-top: 1px solid #D3DAE6;
}
.euiCollapsibleNavGroup .euiAccordion__triggerWrapper {
  padding: 16px;
}
.euiCollapsibleNavGroup--light {
  background-color: #fafbfd;
}
.euiCollapsibleNavGroup--dark {
  background-color: #2a2c34;
  color: #FFF;
}
.euiCollapsibleNavGroup--dark .euiCollapsibleNavGroup__heading:focus .euiAccordion__iconWrapper {
  color: #2580bf;
  -webkit-animation-name: euiCollapsibleNavGroupDarkFocusRingAnimate !important;
  animation-name: euiCollapsibleNavGroupDarkFocusRingAnimate !important;
}
.euiCollapsibleNavGroup--dark .euiCollapsibleNavGroup__title {
  color: inherit;
  line-height: inherit;
}
.euiCollapsibleNavGroup__heading {
  font-weight: 600;
}
.euiCollapsibleNavGroup__heading:not(.euiAccordion__button) {
  padding: 16px;
}
.euiCollapsibleNavGroup__children {
  padding: 8px;
}
.euiCollapsibleNavGroup--withHeading .euiCollapsibleNavGroup__children {
  padding-top: 0;
}
@-webkit-keyframes euiCollapsibleNavGroupDarkFocusRingAnimate {
  0% {
    box-shadow: 0 0 0 6px rgba(0, 107, 180, 0);
  }
  100% {
    box-shadow: 0 0 0 3px #2580bf;
  }
}
@keyframes euiCollapsibleNavGroupDarkFocusRingAnimate {
  0% {
    box-shadow: 0 0 0 6px rgba(0, 107, 180, 0);
  }
  100% {
    box-shadow: 0 0 0 3px #2580bf;
  }
}
.euiColorPicker {
  position: relative;
  width: 152px;
}
.euiColorPicker__popoverAnchor .euiColorPicker__input {
  padding-right: 40px;
}
.euiColorPicker__popoverAnchor .euiColorPicker__input[class*='--compressed'] {
  padding-right: 32px;
}
.euiColorPicker__popoverAnchor .euiColorPicker__input + .euiFormControlLayoutIcons {
  color: inherit;
}
.euiColorPicker__swatches {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -4px;
}
.euiColorPicker__swatch-item {
  margin: 4px;
}
.euiSwatchInput__stroke {
  fill: none;
  stroke: rgba(0, 0, 0, 0.2);
}
.euiColorPicker__popoverPanel--pickerOnly {
  padding-bottom: 0 !important;
}
.euiColorPicker__input--inGroup {
  height: 38px !important;
  box-shadow: none !important;
  border-radius: 0;
}
.euiColorPicker__input--inGroup.euiFieldText--compressed {
  height: 30px !important;
  border-radius: 0;
}
.euiColorPicker__alphaRange .euiRangeInput {
  min-width: 0;
}
.euiColorPickerSwatch {
  display: inline-block;
  height: 24px;
  width: 24px;
  border-radius: 2px;
  cursor: pointer;
  border: solid 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}
.euiColorPickerSwatch:disabled {
  cursor: default;
}
.euiColorPickerSwatch:focus {
  -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
  animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
}
.euiHue {
  background: linear-gradient(to right, #FF3232 0%, #FFF130 20%, #45FF30 35%, #28FFF0 52%, #282CFF 71%, #FF28FB 88%, #FF0094 100%);
  height: 24px;
  margin: 4px 0;
  position: relative;
}
.euiHue:before,
.euiHue:after {
  content: '';
  left: 0;
  position: absolute;
  height: 8px;
  background: #FFF;
  width: 100%;
}
.euiHue:after {
  bottom: 0;
}
.euiHue__range {
  position: relative;
  height: 24px;
  width: calc(100% + 2px);
  margin: 0 -1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  z-index: 2;
}
.euiHue__range::-webkit-slider-thumb {
  box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);
  padding: 7px;
  border: 1px solid #c9cbcd;
  background: #FFF no-repeat center;
  border-radius: 14px;
  -webkit-transition: background-color 150ms ease-in, border-color 150ms ease-in;
  transition: background-color 150ms ease-in, border-color 150ms ease-in;
  cursor: pointer;
  border-color: #69707D;
  padding: 0;
  height: 16px;
  width: 16px;
}
.euiHue__range::-moz-range-thumb {
  box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);
  padding: 7px;
  border: 1px solid #c9cbcd;
  background: #FFF no-repeat center;
  border-radius: 14px;
  -moz-transition: background-color 150ms ease-in, border-color 150ms ease-in;
  transition: background-color 150ms ease-in, border-color 150ms ease-in;
  cursor: pointer;
  border-color: #69707D;
  padding: 0;
  height: 16px;
  width: 16px;
}
.euiHue__range::-ms-thumb {
  box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);
  padding: 7px;
  border: 1px solid #c9cbcd;
  background: #FFF no-repeat center;
  border-radius: 14px;
  -ms-transition: background-color 150ms ease-in, border-color 150ms ease-in;
  transition: background-color 150ms ease-in, border-color 150ms ease-in;
  cursor: pointer;
  border-color: #69707D;
  padding: 0;
  height: 16px;
  width: 16px;
}
.euiHue__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: 0;
}
.euiHue__range::-ms-thumb {
  margin-top: 0;
}
.euiHue__range::-ms-track {
  height: 24px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.euiHue__range::-moz-focus-outer {
  border: none;
}
.euiHue__range::-ms-fill-lower,
.euiHue__range::-ms-fill-upper {
  background: transparent;
}
.euiHue__range:focus {
  outline: none;
}
.euiHue__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(0, 107, 180, 0.3);
  border-color: #006BB4;
}
.euiHue__range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(0, 107, 180, 0.3);
  border-color: #006BB4;
}
.euiHue__range:focus::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(0, 107, 180, 0.3);
  border-color: #006BB4;
}
.euiSaturation {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 2px;
  touch-action: none;
  z-index: 3;
}
.euiSaturation .euiSaturation__lightness,
.euiSaturation .euiSaturation__saturation {
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 2px;
}
.euiSaturation .euiSaturation__lightness {
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
}
.euiSaturation .euiSaturation__saturation {
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0));
}
.euiSaturation .euiSaturation__indicator {
  position: absolute;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid #343741;
}
.euiSaturation .euiSaturation__indicator:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  border: 1px solid #F5F7FA;
}
.euiSaturation:focus {
  outline: none;
}
.euiSaturation:focus .euiSaturation__indicator {
  box-shadow: 0 0 0 3px rgba(0, 107, 180, 0.3);
  border-color: #006BB4;
}
.euiColorStops:not(.euiColorStops-isDisabled):focus {
  outline: 2px solid rgba(0, 107, 180, 0.3);
}
.euiColorStops__addContainer {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 16px;
  margin-top: -8px;
}
.euiColorStops__addContainer:hover:not(.euiColorStops__addContainer-isDisabled) {
  cursor: pointer;
}
.euiColorStops__addContainer:hover:not(.euiColorStops__addContainer-isDisabled) .euiColorStops__addTarget {
  opacity: 0.7;
}
.euiColorStops__addTarget {
  box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);
  padding: 7px;
  border: 1px solid #c9cbcd;
  background: #FFF no-repeat center;
  border-radius: 14px;
  transition: background-color 150ms ease-in, border-color 150ms ease-in;
  cursor: pointer;
  border-color: #69707D;
  padding: 0;
  position: absolute;
  top: 0;
  height: 16px;
  width: 16px;
  background-color: #F5F7FA;
  pointer-events: none;
  opacity: 0;
  transition: opacity 150ms;
}
.euiColorStop {
  width: 152px;
}
.euiColorStopPopover.euiPopover {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}
.euiColorStopPopover-hasFocus {
  z-index: 1;
}
.euiColorStopPopover__anchor {
  position: absolute;
  width: 100%;
  height: 100%;
}
.euiColorStopPopover__anchor:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 16px;
  width: 16px;
  border-radius: 16px;
  background: #FFF;
}
.euiColorStopThumb.euiRangeThumb:not(:disabled) {
  top: 0;
  margin-top: 0;
  pointer-events: auto;
  cursor: -webkit-grab;
  cursor: grab;
  border: solid 3px #FFF;
  box-shadow: 0 0 0 1px #98A2B3, 0 2px 2px -1px rgba(152, 162, 179, 0.2), 0 1px 5px -2px rgba(152, 162, 179, 0.2);
}
.euiColorStopThumb.euiRangeThumb:not(:disabled):active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.euiColorStopPopover-isLoadingPanel {
  visibility: hidden !important;
}
.euiColorStops.euiColorStops-isDragging:not(.euiColorStops-isDisabled):not(.euiColorStops-isReadOnly) {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.euiColorStops__highlight {
  color: #69707D;
}
.euiColorPalettePicker__itemTitle {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.euiColorPalettePicker__itemTitle + .euiColorPaletteDisplay {
  margin-top: 4px;
}
.euiColorPaletteDisplay {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  overflow: hidden;
  height: 8px;
}
.euiColorPaletteDisplay--sizeExtraSmall {
  position: relative;
  height: 4px;
  border-radius: 4px;
}
.euiColorPaletteDisplay--sizeExtraSmall:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  content: '';
  pointer-events: none;
  border: 1px solid rgba(52, 55, 65, 0.2);
}
.euiColorPaletteDisplay--sizeExtraSmall .euiColorPaletteDisplayFixed__bleedArea {
  height: 4px;
}
.euiColorPaletteDisplay--sizeSmall {
  position: relative;
  height: 8px;
  border-radius: 8px;
}
.euiColorPaletteDisplay--sizeSmall:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  content: '';
  pointer-events: none;
  border: 1px solid rgba(52, 55, 65, 0.2);
}
.euiColorPaletteDisplay--sizeSmall .euiColorPaletteDisplayFixed__bleedArea {
  height: 8px;
}
.euiColorPaletteDisplay--sizeMedium {
  position: relative;
  height: 16px;
  border-radius: 16px;
}
.euiColorPaletteDisplay--sizeMedium:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  content: '';
  pointer-events: none;
  border: 1px solid rgba(52, 55, 65, 0.2);
}
.euiColorPaletteDisplay--sizeMedium .euiColorPaletteDisplayFixed__bleedArea {
  height: 16px;
}
.euiColorPaletteDisplayFixed__bleedArea {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  height: 8px;
  width: calc(100% + 1px);
}
.euiComboBox {
  max-width: 400px;
  width: 100%;
  height: auto;
  position: relative;
  /**
   * 1. Allow pills to truncate their text with an ellipsis.
   * 2. Don't allow pills/placeholder to overlap with the caret, loading icon or clear button.
   * 3. The height on combo can be larger than normal text inputs.
   */
  /**
   * 1. Force field height to match other field heights.
   * 2. Force input height to expand to fill this element.
   * 3. Reset appearance on Safari.
   * 4. Fix react-input-autosize appearance.
   * 5. Prevent a lot of input from causing the react-input-autosize to overflow the container.
   */
}
.euiComboBox--fullWidth {
  max-width: 100%;
}
.euiComboBox--compressed {
  height: 32px;
}
.euiComboBox--inGroup {
  height: 100%;
}
.euiComboBox--compressed,
.euiComboBox .euiFormControlLayout {
  height: auto;
}
.euiComboBox .euiComboBox__inputWrap {
  height: 40px;
  background-color: #fbfcfd;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 3px 2px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(15, 39, 118, 0.1);
  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;
  font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  letter-spacing: -0.005em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-size: 14px;
  color: #343741;
  border: none;
  border-radius: 0;
  padding: 12px;
  max-width: 400px;
  width: 100%;
  height: auto;
  padding: 4px 8px;
  display: -webkit-flex;
  display: flex;
  /* 1 */
  outline: none;
  padding-right: 40px;
  /* 2 */
}
.euiComboBox .euiComboBox__inputWrap--fullWidth {
  max-width: 100%;
}
.euiComboBox .euiComboBox__inputWrap--compressed {
  height: 32px;
}
.euiComboBox .euiComboBox__inputWrap--inGroup {
  height: 100%;
}
@supports (-moz-appearance: none) {
  .euiComboBox .euiComboBox__inputWrap {
    transition-property: box-shadow, background-image, background-size;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .euiComboBox .euiComboBox__inputWrap {
    line-height: 1em;
  }
}
.euiComboBox .euiComboBox__inputWrap::-webkit-input-placeholder {
  color: #6a717d;
  opacity: 1;
}
.euiComboBox .euiComboBox__inputWrap::-moz-placeholder {
  color: #6a717d;
  opacity: 1;
}
.euiComboBox .euiComboBox__inputWrap::placeholder {
  color: #6a717d;
  opacity: 1;
}
.euiComboBox .euiComboBox__inputWrap--compressed {
  background-color: #fbfcfd;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;
  padding: 8px;
  border-radius: 2px;
}
@supports (-moz-appearance: none) {
  .euiComboBox .euiComboBox__inputWrap--compressed {
    transition-property: box-shadow, background-image, background-size;
  }
}
.euiComboBox .euiComboBox__inputWrap--inGroup {
  box-shadow: none !important;
  border-radius: 0;
}
.euiComboBox .euiComboBox__inputWrap--withIcon {
  padding-left: 40px;
}
.euiComboBox .euiComboBox__inputWrap--fullWidth {
  max-width: 100%;
}
.euiComboBox .euiComboBox__inputWrap--compressed {
  height: 32px;
}
.euiComboBox .euiComboBox__inputWrap--inGroup {
  height: 100%;
}
.euiComboBox .euiComboBox__inputWrap .euiComboBoxPill {
  max-width: calc(100% - 2px - 16px);
}
.euiComboBox .euiComboBox__inputWrap:not(.euiComboBox__inputWrap--noWrap) {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  height: auto;
  /* 3 */
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.euiComboBox .euiComboBox__inputWrap:not(.euiComboBox__inputWrap--noWrap):hover {
  cursor: text;
}
.euiComboBox .euiComboBox__inputWrap.euiComboBox__inputWrap-isClearable {
  padding-right: 62px;
  /* 2 */
}
.euiComboBox .euiComboBox__inputWrap.euiComboBox__inputWrap-isLoading {
  padding-right: 62px;
  /* 2 */
}
.euiComboBox .euiComboBox__inputWrap.euiComboBox__inputWrap-isLoading .euiComboBoxPlaceholder {
  padding-right: 62px;
  /* 2 */
}
.euiComboBox .euiComboBox__inputWrap.euiComboBox__inputWrap-isLoading.euiComboBox__inputWrap-isClearable {
  padding-right: 84px;
  /* 2 */
}
.euiComboBox .euiComboBox__input {
  display: -webkit-inline-flex !important;
  display: inline-flex !important;
  /* 1 */
  height: 32px;
  /* 2 */
  overflow: hidden;
  /* 5 */
}
.euiComboBox .euiComboBox__input > input {
  font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  letter-spacing: -0.005em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* 3 */
  padding: 0;
  border: none;
  background: transparent;
  font-size: 14px;
  color: #343741;
  margin: 4px;
  line-height: 1.5;
  /* 4 */
}
.euiComboBox.euiComboBox-isOpen .euiComboBox__inputWrap {
  background-color: white;
  background-image: linear-gradient(to top, #006BB4, #006BB4 2px, transparent 2px, transparent 100%);
  background-size: 100% 100%;
  box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiComboBox.euiComboBox-isOpen .euiComboBox__inputWrap--compressed {
  background-color: white;
  background-image: linear-gradient(to top, #006BB4, #006BB4 2px, transparent 2px, transparent 100%);
  background-size: 100% 100%;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiComboBox.euiComboBox-isInvalid .euiComboBox__inputWrap {
  background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%);
  background-size: 100%;
}
.euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap {
  color: #98A2B3;
  -webkit-text-fill-color: #98A2B3;
  cursor: not-allowed;
  background: #eef2f7;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
  -webkit-text-fill-color: unset;
}
.euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap::-webkit-input-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap::-moz-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap::placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiComboBox.euiComboBox-isDisabled .euiComboBoxPlaceholder,
.euiComboBox.euiComboBox-isDisabled .euiComboBoxPill--plainText {
  color: #98A2B3;
  -webkit-text-fill-color: #98A2B3;
}
.euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap:not(.euiComboBox__inputWrap--noWrap):hover {
  cursor: not-allowed;
}
.euiComboBox.euiComboBox--compressed .euiComboBox__inputWrap {
  line-height: 32px;
  /* 2 */
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 32px;
  /* 2 */
}
.euiComboBox.euiComboBox--compressed .euiComboBox__inputWrap.euiComboBox__inputWrap-isClearable {
  padding-right: 54px;
  /* 2 */
}
.euiComboBox.euiComboBox--compressed .euiComboBox__inputWrap.euiComboBox__inputWrap-isLoading {
  padding-right: 54px;
  /* 2 */
}
.euiComboBox.euiComboBox--compressed .euiComboBox__inputWrap.euiComboBox__inputWrap-isLoading .euiComboBoxPlaceholder {
  padding-right: 54px;
  /* 2 */
}
.euiComboBox.euiComboBox--compressed .euiComboBox__inputWrap.euiComboBox__inputWrap-isLoading.euiComboBox__inputWrap-isClearable {
  padding-right: 76px;
  /* 2 */
}
.euiComboBox .euiFormControlLayout__prepend,
.euiComboBox .euiFormControlLayout__append {
  height: auto !important;
}
.euiComboBox__input {
  max-width: 100%;
}
.euiComboBox__input input {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
/*
 * 1. Overwrites the base styling of EuiBadge, to give it a larger size and margins
 * that make sense in the input wrap.
 */
.euiComboBoxPill {
  height: 22px;
  line-height: 22px;
  vertical-align: baseline;
}
.euiComboBoxPill,
.euiComboBoxPill + .euiComboBoxPill {
  margin: 4px;
}
.euiComboBox--compressed .euiComboBoxPill,
.euiComboBox--compressed .euiComboBoxPill + .euiComboBoxPill {
  margin: 5px 4px 0 0;
}
.euiComboBoxPill--plainText {
  font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  letter-spacing: -0.005em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
  line-height: 24px;
  font-size: 14px;
  padding: 0;
  color: #343741;
  vertical-align: middle;
  display: inline-block;
}
.euiComboBoxPlaceholder {
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
  padding-right: 40px;
  position: absolute;
  pointer-events: none;
  padding-left: 4px;
  line-height: 32px;
  color: #6a717d;
  margin-bottom: 0 !important;
}
/**
 * 1. Using specificity to override panel shadow
 * 2. Prevent really long input from overflowing the container.
 */
.euiComboBoxOptionsList {
  -webkit-transform: none !important;
  transform: none !important;
  top: 0;
}
.euiComboBoxOptionsList.euiPopover__panel-isAttached.euiComboBoxOptionsList--top {
  /* 1 */
  box-shadow: 0 0 12px -1px rgba(152, 162, 179, 0.2), 0 0 4px -1px rgba(152, 162, 179, 0.2), 0 0 2px 0 rgba(152, 162, 179, 0.2);
}
.euiComboBoxOptionsList__empty {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  /* 2 */
  padding: 8px;
  text-align: center;
  word-wrap: break-word;
}
.euiComboBoxOptionsList__rowWrap {
  padding: 0;
  max-height: 200px;
  overflow: hidden;
}
.euiComboBoxOptionsList__rowWrap > div {
  scrollbar-color: rgba(105, 112, 125, 0.5) transparent;
  scrollbar-width: thin;
}
.euiComboBoxOptionsList__rowWrap > div::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.euiComboBoxOptionsList__rowWrap > div::-webkit-scrollbar-thumb {
  background-color: rgba(105, 112, 125, 0.5);
  background-clip: content-box;
  border-radius: 16px;
  border: 6px solid transparent;
}
.euiComboBoxOptionsList__rowWrap > div::-webkit-scrollbar-corner,
.euiComboBoxOptionsList__rowWrap > div::-webkit-scrollbar-track {
  background-color: transparent;
}
.euiComboBoxOption {
  font-size: 14px;
  padding: 4px 8px 4px 16px;
  width: 100%;
  text-align: left;
  border: 1px solid #D3DAE6;
  border-color: transparent;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.euiComboBoxOption:hover {
  text-decoration: underline;
}
.euiComboBoxOption.euiComboBoxOption-isFocused {
  cursor: pointer;
  color: #006BB4;
  background-color: #e6f0f8;
}
.euiComboBoxOption.euiComboBoxOption-isDisabled {
  color: #98A2B3;
  cursor: not-allowed;
}
.euiComboBoxOption.euiComboBoxOption-isDisabled:hover {
  text-decoration: none;
}
.euiComboBoxOption__contentWrapper {
  display: -webkit-flex;
  display: flex;
}
.euiComboBoxOption__contentWrapper .euiComboBoxOption__emptyStateText {
  -webkit-flex: 1;
  flex: 1;
  text-align: left;
  margin-bottom: 0;
}
.euiComboBoxOption__contentWrapper .euiComboBoxOption__enterBadge {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  margin-left: 4px;
}
.euiComboBoxOption__content {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-flex: 1;
  flex: 1;
  text-align: left;
}
/**
 * 1. Force each title to be the same height as an option, so that the virtualized scroll logic
 *    works.
 */
.euiComboBoxTitle {
  font-size: 12px;
  padding: 11px 8px 4px;
  /* 1 */
  width: 100%;
  font-weight: 700;
  color: #000;
}
.euiComment {
  font-size: 14px;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 16px;
  min-height: 56px;
}
.euiComment .euiCommentEvent {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.euiComment .euiCommentTimeline {
  position: relative;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  margin-right: 16px;
}
.euiComment .euiCommentTimeline::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 24px;
  width: 2px;
  background-color: #D3DAE6;
  height: calc(100% + 24px);
}
.euiComment:last-of-type .euiCommentTimeline::before {
  display: none;
}
.euiComment--update:not(.euiComment--hasBody) {
  -webkit-align-items: center;
  align-items: center;
}
.euiCommentEvent--regular {
  background-color: #FFF;
  border: 1px solid #D3DAE6;
  border-radius: 4px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.euiCommentEvent--regular.euiCommentEvent--regular--flexGrowZero {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.euiCommentEvent--regular.euiCommentEvent--regular--noBorder {
  border: none;
}
.euiCommentEvent--regular.euiCommentEvent--regular--hasShadow {
  box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3), 0 1px 5px -2px rgba(152, 162, 179, 0.3);
  border: 1px solid #D3DAE6;
}
.euiCommentEvent--regular.euiCommentEvent--regular--isClickable {
  transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.euiCommentEvent--regular.euiCommentEvent--regular--isClickable:enabled {
  display: block;
  width: 100%;
  text-align: left;
}
.euiCommentEvent--regular.euiCommentEvent--regular--isClickable:hover,
.euiCommentEvent--regular.euiCommentEvent--regular--isClickable:focus {
  box-shadow: 0 4px 8px 0 rgba(152, 162, 179, 0.15), 0 2px 2px -1px rgba(152, 162, 179, 0.3);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  cursor: pointer;
}
.euiCommentEvent--regular.euiCommentEvent--regular--borderRadiusNone {
  border-radius: 0;
}
.euiCommentEvent--regular.euiCommentEvent--regular--borderRadiusMedium {
  border-radius: 4px;
}
.euiCommentEvent--regular.euiCommentEvent--regular--transparent {
  background-color: transparent;
}
.euiCommentEvent--regular.euiCommentEvent--regular--plain {
  background-color: #FFF;
}
.euiCommentEvent--regular.euiCommentEvent--regular--subdued {
  background-color: #fafbfd;
}
.euiCommentEvent--regular.euiCommentEvent--regular--accent {
  background-color: #fce7f1;
}
.euiCommentEvent--regular.euiCommentEvent--regular--primary {
  background-color: #e6f0f8;
}
.euiCommentEvent--regular.euiCommentEvent--regular--success {
  background-color: #e6f2f1;
}
.euiCommentEvent--regular.euiCommentEvent--regular--warning {
  background-color: #fef6e6;
}
.euiCommentEvent--regular.euiCommentEvent--regular--danger {
  background-color: #f8e9e9;
}
.euiCommentEvent {
  overflow: hidden;
}
.euiCommentEvent__header {
  line-height: 1.5;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.euiCommentEvent__headerData {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.euiCommentEvent__headerData > div {
  padding-right: 4px;
}
.euiCommentEvent__headerUsername {
  font-weight: 600;
}
.euiCommentEvent--regular {
  box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);
  border-radius: 4px;
  border: 1px solid #D3DAE6;
}
.euiCommentEvent--regular .euiCommentEvent__header {
  min-height: 40px;
  background-color: #F5F7FA;
  border-bottom: 1px solid #D3DAE6;
  padding: 4px 8px;
  /**
     * Fix for IE when using align-items:center in an item that has min-height
        (https://github.com/philipwalton/flexbugs/issues/231#issuecomment-362790042)
     */
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .euiCommentEvent--regular .euiCommentEvent__header::after {
    content: '';
    min-height: 32px;
    font-size: 0;
    display: block;
  }
}
.euiCommentEvent--regular .euiCommentEvent__headerData {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.euiCommentEvent--regular .euiCommentEvent__body {
  padding: 8px;
}
.euiCommentEvent--update .euiCommentEvent__header {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 4px 0;
}
.euiCommentEvent--update .euiCommentEvent__headerData {
  padding-right: 8px;
}
.euiCommentEvent--update .euiCommentEvent__body {
  padding-top: 4px;
}
.euiCommentTimeline__content {
  min-width: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.euiCommentTimeline__icon--default {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  overflow-x: hidden;
  border-radius: 50%;
  background-color: #F5F7FA;
}
.euiCommentTimeline__icon--default.euiCommentTimeline__icon--regular {
  width: 40px;
  height: 40px;
}
.euiCommentTimeline__icon--default.euiCommentTimeline__icon--update {
  width: 24px;
  height: 24px;
}
.euiContextMenu {
  width: 256px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  transition: height 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  border-radius: 4px;
}
.euiContextMenu .euiContextMenu__content {
  padding: 8px;
}
/**
  * 1. When there are multiple ContextMenuPanels, the ContextMenu will absolutely
  *    position them. ContextMenuPanel will break the layout of a Popover if it's
  *    absolutely positioned by default.
  */
.euiContextMenu__panel {
  position: absolute;
  /* 1 */
}
.euiContextMenu__icon {
  margin-right: 8px;
}
.euiContextMenuPanel {
  width: 100%;
  visibility: visible;
  outline-offset: -3px;
}
.euiContextMenuPanel:focus {
  outline: none;
}
.euiContextMenuPanel.euiContextMenuPanel-txInLeft {
  pointer-events: none;
  -webkit-animation: euiContextMenuPanelTxInLeft 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  animation: euiContextMenuPanelTxInLeft 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.euiContextMenuPanel.euiContextMenuPanel-txOutLeft {
  pointer-events: none;
  -webkit-animation: euiContextMenuPanelTxOutLeft 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  animation: euiContextMenuPanelTxOutLeft 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.euiContextMenuPanel.euiContextMenuPanel-txInRight {
  pointer-events: none;
  -webkit-animation: euiContextMenuPanelTxInRight 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  animation: euiContextMenuPanelTxInRight 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.euiContextMenuPanel.euiContextMenuPanel-txOutRight {
  pointer-events: none;
  -webkit-animation: euiContextMenuPanelTxOutRight 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  animation: euiContextMenuPanelTxOutRight 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.euiContextMenuPanel--next {
  -webkit-transform: translateX(256px);
  transform: translateX(256px);
  visibility: hidden;
}
.euiContextMenuPanel--previous {
  -webkit-transform: translateX(-256px);
  transform: translateX(-256px);
  visibility: hidden;
}
.euiContextMenuPanelTitle {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #D3DAE6;
  padding: 12px;
  width: 100%;
  text-align: left;
  outline-offset: -3px;
}
.euiContextMenuPanelTitle:enabled:hover,
.euiContextMenuPanelTitle:enabled:focus {
  text-decoration: underline;
}
.euiContextMenuPanelTitle--small {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5rem;
  font-weight: 700;
  padding: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid #D3DAE6;
  padding: 6px 8px;
}
@-webkit-keyframes euiContextMenuPanelTxInLeft {
  0% {
    -webkit-transform: translateX(256px);
    transform: translateX(256px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes euiContextMenuPanelTxInLeft {
  0% {
    -webkit-transform: translateX(256px);
    transform: translateX(256px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes euiContextMenuPanelTxOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-256px);
    transform: translateX(-256px);
  }
}
@keyframes euiContextMenuPanelTxOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-256px);
    transform: translateX(-256px);
  }
}
@-webkit-keyframes euiContextMenuPanelTxInRight {
  0% {
    -webkit-transform: translateX(-256px);
    transform: translateX(-256px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes euiContextMenuPanelTxInRight {
  0% {
    -webkit-transform: translateX(-256px);
    transform: translateX(-256px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes euiContextMenuPanelTxOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(256px);
    transform: translateX(256px);
  }
}
@keyframes euiContextMenuPanelTxOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(256px);
    transform: translateX(256px);
  }
}
.euiContextMenuItem {
  display: block;
  padding: 12px;
  width: 100%;
  text-align: left;
  color: #343741;
  outline-offset: -3px;
}
.euiContextMenuItem:hover,
.euiContextMenuItem:focus {
  text-decoration: underline;
}
.euiContextMenuItem:focus {
  background-color: #e6f0f8;
}
.euiContextMenuItem.euiContextMenuItem-isDisabled {
  color: #afb0b3;
  cursor: default;
}
.euiContextMenuItem.euiContextMenuItem-isDisabled:hover,
.euiContextMenuItem.euiContextMenuItem-isDisabled:focus {
  text-decoration: none;
}
.euiContextMenuItem--small {
  padding: 6px 8px;
}
.euiContextMenuItem--small .euiContextMenuItem__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.euiContextMenuItem__inner {
  display: -webkit-flex;
  display: flex;
}
.euiContextMenuItem__text {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  overflow: hidden;
}
.euiContextMenuItem__arrow {
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.euiContextMenu__itemLayout {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.euiContextMenu__itemLayout.euiContextMenu__itemLayout--bottom {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.euiContextMenu__itemLayout.euiContextMenu__itemLayout--top {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.euiContextMenu__itemLayout .euiContextMenu__icon {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.euiControlBar {
  background: #343741;
  color: white;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  box-shadow: inset 0 40px 0 #343741, inset 0 600rem 0 #fafbfd;
  bottom: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  height: 40px;
  max-height: calc(100vh - 80px);
}
.euiControlBar--fixed {
  position: fixed;
  z-index: 6000;
}
.euiControlBar--absolute {
  position: absolute;
  z-index: 1000;
}
.euiControlBar--relative {
  position: relative;
}
.euiControlBar-isOpen {
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms;
  -webkit-animation-timing-function: cubic-bezier(0.694, 0.0482, 0.335, 1);
  animation-timing-function: cubic-bezier(0.694, 0.0482, 0.335, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.euiControlBar-isOpen.euiControlBar--large {
  -webkit-animation-name: euiControlBarOpenPanelLarge;
  animation-name: euiControlBarOpenPanelLarge;
  height: calc(100vh - 80px);
  bottom: -100vh;
}
.euiControlBar-isOpen.euiControlBar--medium {
  -webkit-animation-name: euiControlBarOpenPanelMedium;
  animation-name: euiControlBarOpenPanelMedium;
  height: 480px;
  bottom: -480px;
}
.euiControlBar-isOpen.euiControlBar--small {
  -webkit-animation-name: euiControlBarOpenPanelSmall;
  animation-name: euiControlBarOpenPanelSmall;
  height: 240px;
  bottom: -240px;
}
.euiControlBar__controls {
  height: 40px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  overflow-y: hidden;
  overflow-x: auto;
  padding: 0 12px;
}
.euiControlBar__content {
  scrollbar-color: rgba(105, 112, 125, 0.5) transparent;
  scrollbar-width: thin;
  overflow-y: auto;
  width: 100%;
  height: calc(100% - 40px);
  background-color: #fafbfd;
  -webkit-animation-name: euiControlBarShowContent;
  animation-name: euiControlBarShowContent;
  -webkit-animation-duration: 350ms;
  animation-duration: 350ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.694, 0.0482, 0.335, 1);
  animation-timing-function: cubic-bezier(0.694, 0.0482, 0.335, 1);
  color: #343741;
}
.euiControlBar__content::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.euiControlBar__content::-webkit-scrollbar-thumb {
  background-color: rgba(105, 112, 125, 0.5);
  background-clip: content-box;
  border-radius: 16px;
  border: 6px solid transparent;
}
.euiControlBar__content::-webkit-scrollbar-corner,
.euiControlBar__content::-webkit-scrollbar-track {
  background-color: transparent;
}
.euiControlBar__icon {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: 8px;
  margin-right: 8px;
}
.euiControlBar__buttonIcon {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  min-width: 40px;
  min-height: 40px;
}
.euiControlBar__button {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 2px;
  margin-left: 4px;
  font-size: 14px;
}
.euiControlBar__button:enabled:hover {
  -webkit-transform: none;
  transform: none;
  box-shadow: none;
}
.euiControlBar__button:last-child {
  margin-right: 4px;
}
.euiControlBar__breadcrumbs .euiBreadcrumb:not(.euiBreadcrumb--last) .euiBreadcrumb__content {
  color: #9ca1aa;
}
.euiControlBar__breadcrumbs .euiBreadcrumb::after {
  background: rgba(255, 255, 255, 0.2);
}
.euiControlBar__spacer {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  height: 100%;
}
.euiControlBar__divider {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.euiControlBar__text {
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0 8px;
  color: white;
}
.euiControlBar__text:last-child {
  padding-right: 0;
}
.euiControlBar__tab {
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: white;
  padding: 0 16px;
  text-align: center;
  height: 100%;
}
.euiControlBar__tab:hover,
.euiControlBar__tab:focus {
  text-decoration: underline;
  cursor: pointer;
}
.euiControlBar__tab.euiControlBar__tab--active {
  background-color: #fafbfd;
  box-shadow: inset 0 4px 0 #006BB4;
  color: #006BB4;
}
.euiControlBar__controls .euiLink.euiLink--primary {
  color: #6eaad4;
}
.euiControlBar__controls .euiLink.euiLink--primary:hover {
  color: #4d97cb;
}
.euiControlBar__controls .euiLink.euiLink--text {
  color: #FFF;
}
.euiControlBar__controls .euiControlBar__button.euiButton--primary:enabled {
  box-shadow: none;
}
.euiControlBar__controls .euiControlBar__button.euiButton--primary:enabled:not(.euiButton--fill) {
  color: #6eaad4;
  border-color: #6eaad4;
}
.euiControlBar__controls .euiButtonIcon--primary {
  color: #6eaad4;
}
.euiControlBar__controls .euiLink.euiLink--accent {
  color: #ec7bb3;
}
.euiControlBar__controls .euiLink.euiLink--accent:hover {
  color: #e7549d;
}
.euiControlBar__controls .euiLink.euiLink--text {
  color: #FFF;
}
.euiControlBar__controls .euiControlBar__button.euiButton--accent:enabled {
  box-shadow: none;
}
.euiControlBar__controls .euiControlBar__button.euiButton--accent:enabled:not(.euiButton--fill) {
  color: #ec7bb3;
  border-color: #ec7bb3;
}
.euiControlBar__controls .euiButtonIcon--accent {
  color: #ec7bb3;
}
.euiControlBar__controls .euiLink.euiLink--success {
  color: #5eaea7;
}
.euiControlBar__controls .euiLink.euiLink--success:hover {
  color: #4da49d;
}
.euiControlBar__controls .euiLink.euiLink--text {
  color: #FFF;
}
.euiControlBar__controls .euiControlBar__button.euiButton--success:enabled {
  box-shadow: none;
}
.euiControlBar__controls .euiControlBar__button.euiButton--success:enabled:not(.euiButton--fill) {
  color: #5eaea7;
  border-color: #5eaea7;
}
.euiControlBar__controls .euiButtonIcon--success {
  color: #5eaea7;
}
.euiControlBar__controls .euiLink.euiLink--warning {
  color: #F5A700;
}
.euiControlBar__controls .euiLink.euiLink--warning:hover {
  color: #f8c14d;
}
.euiControlBar__controls .euiLink.euiLink--text {
  color: #FFF;
}
.euiControlBar__controls .euiControlBar__button.euiButton--warning:enabled {
  box-shadow: none;
}
.euiControlBar__controls .euiControlBar__button.euiButton--warning:enabled:not(.euiButton--fill) {
  color: #F5A700;
  border-color: #F5A700;
}
.euiControlBar__controls .euiButtonIcon--warning {
  color: #F5A700;
}
.euiControlBar__controls .euiLink.euiLink--danger {
  color: #db8a85;
}
.euiControlBar__controls .euiLink.euiLink--danger:hover {
  color: #d16862;
}
.euiControlBar__controls .euiLink.euiLink--text {
  color: #FFF;
}
.euiControlBar__controls .euiControlBar__button.euiButton--danger:enabled {
  box-shadow: none;
}
.euiControlBar__controls .euiControlBar__button.euiButton--danger:enabled:not(.euiButton--fill) {
  color: #db8a85;
  border-color: #db8a85;
}
.euiControlBar__controls .euiButtonIcon--danger {
  color: #db8a85;
}
.euiControlBar__controls .euiLink.euiLink--subdued {
  color: #9ca1aa;
}
.euiControlBar__controls .euiLink.euiLink--subdued:hover {
  color: #979ca4;
}
.euiControlBar__controls .euiLink.euiLink--text {
  color: #FFF;
}
.euiControlBar__controls .euiControlBar__button.euiButton--subdued:enabled {
  box-shadow: none;
}
.euiControlBar__controls .euiControlBar__button.euiButton--subdued:enabled:not(.euiButton--fill) {
  color: #9ca1aa;
  border-color: #9ca1aa;
}
.euiControlBar__controls .euiButtonIcon--subdued {
  color: #9ca1aa;
}
.euiControlBar__controls .euiLink.euiLink--ghost {
  color: #FFF;
}
.euiControlBar__controls .euiLink.euiLink--ghost:hover {
  color: white;
}
.euiControlBar__controls .euiLink.euiLink--text {
  color: #FFF;
}
.euiControlBar__controls .euiControlBar__button.euiButton--ghost:enabled {
  box-shadow: none;
}
.euiControlBar__controls .euiControlBar__button.euiButton--ghost:enabled:not(.euiButton--fill) {
  color: #FFF;
  border-color: #FFF;
}
.euiControlBar__controls .euiButtonIcon--ghost {
  color: #FFF;
}
.euiControlBar__controls .euiLink.euiLink--text {
  color: #9ca0aa;
}
.euiControlBar__controls .euiLink.euiLink--text:hover {
  color: #969ba4;
}
.euiControlBar__controls .euiLink.euiLink--text {
  color: #FFF;
}
.euiControlBar__controls .euiControlBar__button.euiButton--text:enabled {
  box-shadow: none;
}
.euiControlBar__controls .euiControlBar__button.euiButton--text:enabled:not(.euiButton--fill) {
  color: #9ca0aa;
  border-color: #9ca0aa;
}
.euiControlBar__controls .euiButtonIcon--text {
  color: #9ca0aa;
}
@media only screen and (max-width: 574px) {
  .euiControlBar:not(.euiControlBar--showOnMobile) {
    display: none;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .euiControlBar:not(.euiControlBar--showOnMobile) {
    display: none;
  }
}
@-webkit-keyframes euiControlBarOpenPanelLarge {
  0% {
    -webkit-transform: translateY(calc((40px * 3) * -1));
    transform: translateY(calc((40px * 3) * -1));
  }
  100% {
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
  }
}
@keyframes euiControlBarOpenPanelLarge {
  0% {
    -webkit-transform: translateY(calc((40px * 3) * -1));
    transform: translateY(calc((40px * 3) * -1));
  }
  100% {
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
  }
}
@-webkit-keyframes euiControlBarOpenPanelMedium {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(-480px);
    transform: translateY(-480px);
  }
}
@keyframes euiControlBarOpenPanelMedium {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(-480px);
    transform: translateY(-480px);
  }
}
@-webkit-keyframes euiControlBarOpenPanelSmall {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(-240px);
    transform: translateY(-240px);
  }
}
@keyframes euiControlBarOpenPanelSmall {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(-240px);
    transform: translateY(-240px);
  }
}
@-webkit-keyframes euiControlBarShowContent {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes euiControlBarShowContent {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * 1. Account for inner box-shadow style border
 */
.euiDatePickerRange {
  max-width: 400px;
  width: 100%;
  height: auto;
  background-color: #fbfcfd;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 3px 2px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(15, 39, 118, 0.1);
  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 1px;
  /* 1 */
}
.euiDatePickerRange--fullWidth {
  max-width: 100%;
}
.euiDatePickerRange--compressed {
  height: 32px;
}
.euiDatePickerRange--inGroup {
  height: 100%;
}
@supports (-moz-appearance: none) {
  .euiDatePickerRange {
    transition-property: box-shadow, background-image, background-size;
  }
}
.euiDatePickerRange > * {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.euiDatePickerRange .euiFieldText.euiDatePicker {
  box-shadow: none !important;
  text-align: center;
}
.euiDatePickerRange .euiDatePickerRange__start {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.euiDatePickerRange .euiDatePickerRange__end {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.euiDatePickerRange .react-datepicker-popper .euiFieldText.euiDatePicker {
  text-align: left;
}
.euiDatePickerRange--inGroup {
  box-shadow: none;
  padding: 0;
}
.euiDatePickerRange--inGroup .euiDatePicker {
  height: 38px;
}
.euiDatePickerRange > .euiDatePickerRange__delimeter {
  background-color: transparent !important;
  line-height: 1 !important;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 6px;
  padding-right: 6px;
}
.euiDatePickerRange--readOnly {
  background: #eef2f7;
}
.euiSuperDatePicker__absoluteDateFormRow {
  padding: 0 8px 8px;
}
.euiDatePopoverButton {
  font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  letter-spacing: -0.005em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-size: 14px;
  color: #343741;
  display: block;
  width: 100%;
  padding: 0 8px;
  line-height: 38px;
  height: 38px;
  word-break: break-all;
  transition: background 150ms ease-in;
  background-size: 100%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .euiDatePopoverButton {
    line-height: 1em;
  }
}
.euiDatePopoverButton::-webkit-input-placeholder {
  color: #6a717d;
  opacity: 1;
}
.euiDatePopoverButton::-moz-placeholder {
  color: #6a717d;
  opacity: 1;
}
.euiDatePopoverButton::placeholder {
  color: #6a717d;
  opacity: 1;
}
.euiDatePopoverButton--compressed {
  line-height: 30px;
  height: 30px;
}
.euiDatePopoverButton:focus,
.euiDatePopoverButton-isSelected {
  background-image: linear-gradient(to top, #006BB4, #006BB4 2px, transparent 2px, transparent 100%);
}
.euiDatePopoverButton-needsUpdating {
  background-color: #e6f2f1;
  color: #01776d;
}
.euiDatePopoverButton-needsUpdating:focus,
.euiDatePopoverButton-needsUpdating.euiDatePopoverButton-isSelected {
  background-image: linear-gradient(to top, #017D73, #017D73 2px, transparent 2px, transparent 100%);
}
.euiDatePopoverButton-isInvalid {
  background-color: #f8e9e9;
  color: #BD271E;
}
.euiDatePopoverButton-isInvalid:focus,
.euiDatePopoverButton-isInvalid.euiDatePopoverButton-isSelected {
  background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%);
}
.euiDatePopoverButton:disabled {
  background-color: #eef2f7;
  color: #69707D;
  cursor: default;
}
.euiDatePopoverButton--start {
  text-align: right;
}
.euiDatePopoverButton--end {
  text-align: left;
}
.euiDatePopoverContent {
  width: 400px;
  max-width: 100%;
}
.euiDatePopoverContent__padded {
  padding: 8px;
}
.euiDatePopoverContent__padded--large {
  padding: 16px;
}
@media only screen and (max-width: 574px) {
  .euiDatePopoverContent {
    width: 284px;
  }
}
.euiQuickSelectPopover__content {
  width: 400px;
  max-width: 100%;
}
.euiQuickSelectPopover__section {
  scrollbar-color: rgba(105, 112, 125, 0.5) transparent;
  scrollbar-width: thin;
  max-height: 132px;
  overflow: hidden;
  overflow-y: auto;
  padding: 8px 0 4px;
}
.euiQuickSelectPopover__section::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.euiQuickSelectPopover__section::-webkit-scrollbar-thumb {
  background-color: rgba(105, 112, 125, 0.5);
  background-clip: content-box;
  border-radius: 16px;
  border: 6px solid transparent;
}
.euiQuickSelectPopover__section::-webkit-scrollbar-corner,
.euiQuickSelectPopover__section::-webkit-scrollbar-track {
  background-color: transparent;
}
.euiQuickSelectPopover__buttonText {
  margin-right: 4px !important;
}
.euiQuickSelectPopover__anchor {
  height: 100%;
}
.euiQuickSelectPopover__sectionItem {
  font-size: 14px;
  line-height: 14px;
}
.euiQuickSelectPopover__sectionItem:not(:last-of-type) {
  margin-bottom: 8px;
}
.euiQuickSelect__applyButton {
  min-width: 0;
}
.euiRefreshInterval__startButton {
  min-width: 90px;
}
.euiSuperDatePicker__flexWrapper {
  max-width: calc(100% + 8px);
  min-width: MIN(326px, 100%);
  width: 606px;
}
.euiSuperDatePicker__flexWrapper.euiSuperDatePicker__flexWrapper--fullWidth {
  width: calc(100% + 8px);
}
.euiSuperDatePicker__flexWrapper.euiSuperDatePicker__flexWrapper--isQuickSelectOnly {
  min-width: 0;
}
.euiSuperDatePicker__flexWrapper.euiSuperDatePicker__flexWrapper--autoWidth {
  display: -webkit-inline-flex;
  display: inline-flex;
  width: auto;
}
.euiSuperDatePicker__flexWrapper--isAutoRefreshOnly {
  min-width: MIN(200px, 100%);
  width: 400px;
}
.euiSuperDatePicker__flexWrapper--noUpdateButton {
  min-width: MIN(200px, 100%);
  width: 480px;
}
.euiSuperDatePicker {
  max-width: 100% !important;
}
.euiSuperDatePicker > .euiFormControlLayout__childrenWrapper {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  overflow: hidden;
}
.euiSuperDatePicker > .euiFormControlLayout__childrenWrapper > .euiDatePickerRange {
  max-width: none;
  width: auto;
  border-radius: 0 0 0 0;
}
.euiSuperDatePicker > .euiFormControlLayout__childrenWrapper:not(:last-child) > .euiDatePickerRange,
.euiSuperDatePicker > .euiFormControlLayout__childrenWrapper:not(:last-child) > .euiDatePickerRange .euiDatePopoverButton--end,
.euiSuperDatePicker > .euiFormControlLayout__childrenWrapper:not(:last-child) > .euiDatePickerRange .euiSuperDatePicker__prettyFormat {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.euiSuperDatePicker__startPopoverButton {
  margin-right: -12px;
}
.euiFormControlLayout--compressed .euiSuperDatePicker__startPopoverButton {
  margin-right: -8px;
}
.euiSuperDatePicker__prettyFormat {
  font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  letter-spacing: -0.005em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-size: 14px;
  color: #343741;
  display: block;
  width: 100%;
  padding: 0 8px;
  line-height: 38px;
  height: 38px;
  word-break: break-all;
  transition: background 150ms ease-in;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: left;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .euiSuperDatePicker__prettyFormat {
    line-height: 1em;
  }
}
.euiSuperDatePicker__prettyFormat::-webkit-input-placeholder {
  color: #6a717d;
  opacity: 1;
}
.euiSuperDatePicker__prettyFormat::-moz-placeholder {
  color: #6a717d;
  opacity: 1;
}
.euiSuperDatePicker__prettyFormat::placeholder {
  color: #6a717d;
  opacity: 1;
}
.euiSuperDatePicker__prettyFormat:not(:disabled):hover,
.euiSuperDatePicker__prettyFormat:focus {
  text-decoration: none;
}
.euiSuperDatePicker__prettyFormat:disabled {
  background-color: #eef2f7;
  color: #69707D;
  cursor: not-allowed;
}
@media only screen and (max-width: 574px) {
  .euiSuperDatePicker__flexWrapper {
    width: calc(100% + 8px);
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .euiSuperDatePicker__flexWrapper {
    width: calc(100% + 8px);
  }
}
.euiDataGrid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  overflow: hidden;
  height: 100%;
}
.euiDataGrid--fullScreen {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: #FFF;
}
.euiDataGrid--fullScreen .euiDataGrid__pagination {
  padding-bottom: 4px;
  background: #F5F7FA;
  box-shadow: 1px 0 0 1px #D3DAE6;
}
.euiDataGrid__content {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  height: 100%;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  position: relative;
  background: #fafbfd;
  font-feature-settings: 'tnum' 1;
}
.euiDataGrid__pagination {
  z-index: 2;
  padding-top: 4px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.euiDataGrid__restrictBody {
  height: 100vh;
  overflow: hidden;
}
.euiDataGrid__restrictBody .euiHeader {
  z-index: 998;
}
.euiDataGrid__focusWrap {
  height: 100%;
}
.euiDataGrid__virtualized {
  scrollbar-color: rgba(105, 112, 125, 0.5) #FFF;
  scrollbar-width: thin;
  scroll-padding: 0;
}
.euiDataGrid__virtualized::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.euiDataGrid__virtualized::-webkit-scrollbar-thumb {
  background-color: rgba(105, 112, 125, 0.5);
  background-clip: content-box;
  border-radius: 16px;
  border: 6px solid #FFF;
}
.euiDataGrid__virtualized::-webkit-scrollbar-corner,
.euiDataGrid__virtualized::-webkit-scrollbar-track {
  background-color: #FFF;
}
.euiDataGrid__scrollOverlay {
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px #D3DAE6;
}
.euiDataGrid--bordersHorizontal .euiDataGrid__scrollOverlay {
  box-shadow: inset 0 -2px 0 -1px #D3DAE6;
}
.euiDataGrid__scrollOverlay .euiDataGrid__scrollBarOverlayBottom {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #D3DAE6;
}
.euiDataGrid__scrollOverlay .euiDataGrid__scrollBarOverlayRight {
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #D3DAE6;
}
.euiDataGridHeader {
  display: -webkit-flex;
  display: flex;
  z-index: 3;
  background: #FFF;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.euiDataGridHeaderCell {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 6px;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.euiDataGridHeaderCell > * {
  max-width: 100%;
  width: 100%;
}
.euiDataGridHeaderCell.euiDataGridHeaderCell--numeric {
  text-align: right;
}
.euiDataGridHeaderCell.euiDataGridHeaderCell--currency {
  text-align: right;
}
.euiDataGridHeaderCell:focus {
  outline: none;
  border-top: none;
}
.euiDataGridHeaderCell:focus::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid rgba(0, 107, 180, 0.3);
  border-radius: 2px;
  z-index: 2;
  pointer-events: none;
}
.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn):focus-within {
  outline: none;
  border-top: none;
}
.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn):focus-within::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid rgba(0, 107, 180, 0.3);
  border-radius: 2px;
  z-index: 2;
  pointer-events: none;
}
.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__sortingArrow {
  margin-right: 4px;
}
.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__anchor {
  width: 100%;
}
.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__button {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  font-weight: 700;
  outline: none;
}
.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__button .euiDataGridHeaderCell__sortingArrow {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__content {
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-self: baseline;
  align-self: baseline;
}
.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__icon {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  width: auto;
  padding-left: 4px;
}
.euiDataGridHeader__action--selected {
  font-weight: 700 !important;
}
.euiDataGrid--bordersNone.euiDataGrid--bordersHorizontal .euiDataGridHeader {
  background: #FFF;
}
.euiDataGrid--headerUnderline .euiDataGridHeaderCell {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #D3DAE6;
  border-bottom-color: #343741;
}
.euiDataGrid--bordersNone.euiDataGrid--headerUnderline .euiDataGridHeaderCell {
  border-bottom: 2px solid #D3DAE6;
  border-color: #343741;
}
.euiDataGrid--headerShade .euiDataGridHeaderCell {
  background: #f5f7fa;
}
.euiDataGrid--headerShade.euiDataGrid--bordersAll .euiDataGridHeaderCell {
  border-right: 1px solid #D3DAE6;
  border-bottom: 1px solid #D3DAE6;
  border-left: none;
}
.euiDataGrid--headerShade.euiDataGrid--bordersAll .euiDataGridHeaderCell:first-of-type {
  border-left: 1px solid #D3DAE6;
}
.euiDataGrid--headerShade.euiDataGrid--bordersHorizontal .euiDataGridHeaderCell {
  border-top: none;
  border-bottom: 1px solid #D3DAE6;
}
.euiDataGrid--bordersNone .euiDataGridHeaderCell {
  border: none;
}
.euiDataGrid--borderhorizontal .euiDataGridHeaderCell {
  border-top: none;
  border-right: none;
  border-left: none;
}
.euiDataGrid--fontSizeSmall .euiDataGridHeaderCell {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.euiDataGrid--fontSizeLarge .euiDataGridHeaderCell {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.euiDataGrid--paddingSmall .euiDataGridHeaderCell {
  padding: 4px;
}
.euiDataGrid--paddingLarge .euiDataGridHeaderCell {
  padding: 8px;
}
.euiDataGrid--noControls.euiDataGrid--bordersAll .euiDataGridHeaderCell {
  border-top: 1px solid #D3DAE6;
}
.euiDataGrid--noControls.euiDataGrid--bordersHorizontal .euiDataGridHeaderCell {
  border-top: 1px solid #D3DAE6;
}
.euiDataGridFooter {
  display: -webkit-flex;
  display: flex;
}
.euiDataGridRowCell.euiDataGridFooterCell {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  font-weight: 700;
}
.euiDataGrid--stickyFooter .euiDataGridFooter {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}
.euiDataGrid--footerOverline .euiDataGridRowCell.euiDataGridFooterCell {
  border-top: 2px solid #D3DAE6;
  border-top-color: #343741 !important;
  background: #FFF !important;
}
.euiDataGrid--bordersNone .euiDataGridRowCell.euiDataGridFooterCell {
  border-left: none;
  border-right: none;
}
.euiDataGrid--bordersHorizontal .euiDataGridRowCell.euiDataGridFooterCell {
  border-left: none;
  border-right: none;
}
.euiDataGrid--footerShade .euiDataGridRowCell.euiDataGridFooterCell {
  background: #f5f7fa;
}
.euiDataGridColumnResizer {
  position: absolute;
  top: 0;
  right: -8px;
  height: 100%;
  width: 16px;
  cursor: ew-resize;
  opacity: 0;
  z-index: 2;
}
.euiDataGridColumnResizer:after {
  content: '';
  position: absolute;
  left: 7px;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #006BB4;
}
.euiDataGridColumnResizer:hover,
.euiDataGridColumnResizer:active {
  opacity: 1;
}
.euiDataGridColumnResizer:hover ~ .euiDataGridHeaderCell__content,
.euiDataGridColumnResizer:active ~ .euiDataGridHeaderCell__content {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.euiDataGridHeaderCell:last-child .euiDataGridColumnResizer {
  right: 0;
  width: 8px;
}
.euiDataGridHeaderCell:last-child .euiDataGridColumnResizer:after {
  left: auto;
  right: 0;
}
.euiDataGridRow {
  background-color: #FFF;
}
.euiDataGridRowCell {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 6px;
  border-right: solid 1px #edf0f5;
  border-bottom: 1px solid #D3DAE6;
  overflow: hidden;
}
.euiDataGridRowCell > * {
  height: 100%;
}
.euiDataGridRowCell.euiDataGridRowCell--firstColumn {
  border-left: 1px solid #D3DAE6;
}
.euiDataGridRowCell.euiDataGridRowCell--lastColumn {
  border-right-color: #D3DAE6;
}
.euiDataGridRowCell:focus {
  outline: none;
}
.euiDataGridRowCell:focus::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid rgba(0, 107, 180, 0.3);
  border-radius: 2px;
  z-index: 2;
  pointer-events: none;
}
.euiDataGridRowCell:hover .euiDataGridRowCell__actionButtonIcon {
  -webkit-animation-duration: 90ms;
  animation-duration: 90ms;
  -webkit-animation-name: euiDataGridCellActionsSlideIn;
  animation-name: euiDataGridCellActionsSlideIn;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.euiDataGridRowCell:focus .euiDataGridRowCell__actionButtonIcon,
.euiDataGridRowCell:focus-within .euiDataGridRowCell__actionButtonIcon,
.euiDataGridRowCell.euiDataGridRowCell--open .euiDataGridRowCell__actionButtonIcon {
  -webkit-animation: none;
  animation: none;
  margin-left: 6px;
  width: 12px;
}
.euiDataGridRowCell:not(:hover):not(:focus):not(.euiDataGridRowCell--open) .euiDataGridRowCell__actionButtonIcon {
  display: none;
}
.euiDataGridRowCell.euiDataGridRowCell--numeric {
  text-align: right;
}
.euiDataGridRowCell.euiDataGridRowCell--currency {
  text-align: right;
}
.euiDataGridRowCell.euiDataGridRowCell--uppercase {
  text-transform: uppercase;
}
.euiDataGridRowCell.euiDataGridRowCell--lowercase {
  text-transform: lowercase;
}
.euiDataGridRowCell.euiDataGridRowCell--capitalize {
  text-transform: capitalize;
}
.euiDataGridRowCell .euiDataGridRowCell__definedHeight {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.euiDataGridRowCell:not(.euiDataGridRowCell--controlColumn) .euiDataGridRowCell__content,
.euiDataGridRowCell:not(.euiDataGridRowCell--controlColumn) .euiDataGridRowCell__truncate,
.euiDataGridRowCell:not(.euiDataGridRowCell--controlColumn).euiDataGridRowCell__truncate,
.euiDataGridRowCell:not(.euiDataGridRowCell--controlColumn) .euiDataGridRowCell__expandContent {
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
  overflow: hidden;
  white-space: nowrap;
}
.euiDataGridRowCell__popover {
  scrollbar-color: rgba(105, 112, 125, 0.5) transparent;
  scrollbar-width: thin;
  overflow: auto;
  max-width: 400px !important;
  max-height: 400px !important;
  z-index: 1000 !important;
}
.euiDataGridRowCell__popover::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.euiDataGridRowCell__popover::-webkit-scrollbar-thumb {
  background-color: rgba(105, 112, 125, 0.5);
  background-clip: content-box;
  border-radius: 16px;
  border: 6px solid transparent;
}
.euiDataGridRowCell__popover::-webkit-scrollbar-corner,
.euiDataGridRowCell__popover::-webkit-scrollbar-track {
  background-color: transparent;
}
.euiDataGridRowCell__expandFlex {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  height: 100%;
}
.euiDataGridRowCell--controlColumn .euiDataGridRowCell__expandFlex {
  -webkit-align-items: center;
  align-items: center;
}
.euiDataGridRowCell__expandContent {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.euiDataGridRowCell__contentByHeight {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  height: 100%;
}
.euiDataGridRowCell__expandActions {
  display: -webkit-flex;
  display: flex;
}
.euiDataGridRowCell__expandContent + .euiDataGridRowCell__expandActions {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.euiDataGridRowCell__contentByHeight + .euiDataGridRowCell__expandActions {
  background-color: #FFF;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 0;
}
.euiDataGridRowCell__actionButtonIcon {
  height: 12px;
  border-radius: 2px;
  width: 0;
  overflow: hidden;
  transition: none;
  box-shadow: none !important;
  border: none;
}
.euiDataGrid--stripes .euiDataGridRow--striped {
  background-color: #F5F7FA;
}
.euiDataGrid--stripes .euiDataGridRow--striped .euiDataGridRowCell__contentByHeight + .euiDataGridRowCell__expandActions {
  background-color: #F5F7FA;
}
.euiDataGrid--rowHoverHighlight .euiDataGridRow:hover {
  background-color: #FFFCDD;
}
.euiDataGrid--rowHoverHighlight .euiDataGridRow:hover .euiDataGridRowCell__contentByHeight + .euiDataGridRowCell__expandActions {
  background-color: #FFFCDD;
}
.euiDataGrid--bordersNone .euiDataGridRowCell {
  border-color: transparent !important;
}
.euiDataGrid--bordersHorizontal .euiDataGridRowCell {
  border-right-color: transparent;
  border-left-color: transparent;
}
.euiDataGrid--fontSizeSmall .euiDataGridRowCell {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.euiDataGrid--fontSizeLarge .euiDataGridRowCell {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.euiDataGrid--paddingSmall .euiDataGridRowCell {
  padding: 4px;
}
.euiDataGrid--paddingLarge .euiDataGridRowCell {
  padding: 8px;
}
.euiDataGrid--fontSizeSmall.euiDataGrid--paddingSmall .euiDataGridRowCell__contentByHeight + .euiDataGridRowCell__expandActions {
  padding: 2px 0;
}
.euiDataGrid--fontSizeSmall.euiDataGrid--paddingSmall .euiDataGridRowCell__expandContent + .euiDataGridRowCell__expandActions {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
@-webkit-keyframes euiDataGridCellActionsSlideIn {
  from {
    margin-left: 0;
    width: 0;
  }
  to {
    margin-left: 6px;
    width: 12px;
  }
}
@keyframes euiDataGridCellActionsSlideIn {
  from {
    margin-left: 0;
    width: 0;
  }
  to {
    margin-left: 6px;
    width: 12px;
  }
}
.euiDataGrid__controls {
  background: #fafbfd;
  position: relative;
  z-index: 2;
  border: 1px solid #D3DAE6;
  padding: 4px 4px 4px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.euiDataGrid__rightControls {
  white-space: nowrap;
}
.euiDataGrid__rightControls:only-child {
  margin-left: auto;
}
.euiDataGrid__rightControls > * + * {
  margin-left: 8px;
}
.euiDataGrid__leftControls > * + * {
  margin-left: 2px;
}
.euiDataGrid__controlBtn--active,
.euiDataGrid__controlBtn--active:focus {
  font-weight: 600;
}
.euiDataGrid--bordersNone .euiDataGrid__controls {
  border: none;
  background: #FFF;
}
.euiDataGrid--bordersHorizontal .euiDataGrid__controls {
  border-right: none;
  border-left: none;
  border-top: none;
  background: #FFF;
}
.euiDataGrid__controlPopoverWithDragDrop {
  -webkit-transform: none !important;
  transform: none !important;
  transition: none !important;
  margin-top: -8px;
}
.euiDataGrid__controlScroll {
  scrollbar-color: rgba(105, 112, 125, 0.5) transparent;
  scrollbar-width: thin;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);
  mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);
  max-height: 400px;
  padding: 8px;
  margin: -8px;
}
.euiDataGrid__controlScroll::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.euiDataGrid__controlScroll::-webkit-scrollbar-thumb {
  background-color: rgba(105, 112, 125, 0.5);
  background-clip: content-box;
  border-radius: 16px;
  border: 6px solid transparent;
}
.euiDataGrid__controlScroll::-webkit-scrollbar-corner,
.euiDataGrid__controlScroll::-webkit-scrollbar-track {
  background-color: transparent;
}
.euiDataGrid__controlScroll:focus {
  outline: none;
  /* 1 */
}
.euiDataGrid__controlScroll[tabindex='0']:focus:focus-visible {
  outline-style: auto;
  /* 2 */
}
.euiDataGridColumnSelector__item {
  padding: 4px;
}
.euiDataGridColumnSelector__item-isDragging {
  box-shadow: 0 12px 24px 0 rgba(65, 78, 101, 0.1), 0 6px 12px 0 rgba(65, 78, 101, 0.1), 0 4px 4px 0 rgba(65, 78, 101, 0.1), 0 2px 2px 0 rgba(65, 78, 101, 0.1);
  background: #FFF;
}
.euiDataGridColumnSelector__columnList {
  scrollbar-color: rgba(105, 112, 125, 0.5) transparent;
  scrollbar-width: thin;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);
  mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);
  max-height: 400px;
  margin: 0 -8px;
}
.euiDataGridColumnSelector__columnList::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.euiDataGridColumnSelector__columnList::-webkit-scrollbar-thumb {
  background-color: rgba(105, 112, 125, 0.5);
  background-clip: content-box;
  border-radius: 16px;
  border: 6px solid transparent;
}
.euiDataGridColumnSelector__columnList::-webkit-scrollbar-corner,
.euiDataGridColumnSelector__columnList::-webkit-scrollbar-track {
  background-color: transparent;
}
.euiDataGridColumnSelector__columnList:focus {
  outline: none;
  /* 1 */
}
.euiDataGridColumnSelector__columnList[tabindex='0']:focus:focus-visible {
  outline-style: auto;
  /* 2 */
}
.euiDataGridColumnSelector__itemLabel {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.euiDataGridColumnSorting__item-isDragging {
  box-shadow: 0 12px 24px 0 rgba(65, 78, 101, 0.1), 0 6px 12px 0 rgba(65, 78, 101, 0.1), 0 4px 4px 0 rgba(65, 78, 101, 0.1), 0 2px 2px 0 rgba(65, 78, 101, 0.1);
  background: #FFF;
}
.euiDataGridColumnSorting__fieldList {
  scrollbar-color: rgba(105, 112, 125, 0.5) transparent;
  scrollbar-width: thin;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);
  mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);
  padding-top: 4px;
  padding-bottom: 4px;
  max-height: 300px;
}
.euiDataGridColumnSorting__fieldList::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.euiDataGridColumnSorting__fieldList::-webkit-scrollbar-thumb {
  background-color: rgba(105, 112, 125, 0.5);
  background-clip: content-box;
  border-radius: 16px;
  border: 6px solid transparent;
}
.euiDataGridColumnSorting__fieldList::-webkit-scrollbar-corner,
.euiDataGridColumnSorting__fieldList::-webkit-scrollbar-track {
  background-color: transparent;
}
.euiDataGridColumnSorting__fieldList:focus {
  outline: none;
  /* 1 */
}
.euiDataGridColumnSorting__fieldList[tabindex='0']:focus:focus-visible {
  outline-style: auto;
  /* 2 */
}
.euiDataGridColumnSorting__field {
  display: block;
  padding: 4px 8px;
  width: 100%;
  outline-offset: -3px;
}
.euiDataGridColumnSorting__field:hover {
  cursor: pointer;
  text-decoration: underline;
}
.euiDataGridColumnSorting__field:focus {
  cursor: pointer;
  text-decoration: underline;
  background-color: #e6f0f8;
}
.euiDataGridColumnSorting__field:disabled {
  cursor: not-allowed;
  text-decoration: none;
  color: #afb0b3;
}
.euiDataGridColumnSorting__orderButtons {
  padding-left: 24px;
}
@media only screen and (max-width: 574px) {
  .euiDataGridColumnSorting__orderButtons {
    padding-left: 4px;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .euiDataGridColumnSorting__orderButtons {
    padding-left: 4px;
  }
}
.euiDataGridColumnSorting__orderButtons .euiDataGridColumnSorting__order {
  min-width: 200px;
  border: none;
}
@media only screen and (max-width: 574px) {
  .euiDataGridColumnSorting__orderButtons .euiDataGridColumnSorting__order {
    min-width: unset;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .euiDataGridColumnSorting__orderButtons .euiDataGridColumnSorting__order {
    min-width: unset;
  }
}
.euiDataGridColumnSorting__orderButtons .euiDataGridColumnSorting__order button {
  font-size: 12px !important;
}
.euiDataGrid__displayPopoverPanel {
  width: 416px;
}
.euiDescriptionList.euiDescriptionList--row .euiDescriptionList__title {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.5;
  margin-top: 16px;
}
.euiDescriptionList.euiDescriptionList--row .euiDescriptionList__title:first-of-type {
  margin-top: 0;
}
.euiDescriptionList.euiDescriptionList--row .euiDescriptionList__description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--center {
  text-align: center;
}
.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--reverse .euiDescriptionList__title {
  color: #343741;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--reverse .euiDescriptionList__description {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--compressed .euiDescriptionList__title {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--compressed .euiDescriptionList__description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__title {
  color: #343741;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__description {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
.euiDescriptionList.euiDescriptionList--column,
.euiDescriptionList.euiDescriptionList--responsiveColumn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.euiDescriptionList.euiDescriptionList--column > *,
.euiDescriptionList.euiDescriptionList--responsiveColumn > * {
  margin-top: 16px;
}
.euiDescriptionList.euiDescriptionList--column > *:first-child,
.euiDescriptionList.euiDescriptionList--column > :nth-child(2),
.euiDescriptionList.euiDescriptionList--responsiveColumn > *:first-child,
.euiDescriptionList.euiDescriptionList--responsiveColumn > :nth-child(2) {
  margin-top: 0;
}
.euiDescriptionList.euiDescriptionList--column .euiDescriptionList__title,
.euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__title {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.5;
  width: 50%;
  padding-right: 8px;
}
.euiDescriptionList.euiDescriptionList--column .euiDescriptionList__description,
.euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  width: 50%;
  padding-left: 8px;
}
.euiDescriptionList.euiDescriptionList--column.euiDescriptionList--center .euiDescriptionList__title,
.euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--center .euiDescriptionList__title {
  text-align: right;
}
.euiDescriptionList.euiDescriptionList--column.euiDescriptionList--reverse .euiDescriptionList__title,
.euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--reverse .euiDescriptionList__title {
  color: #343741;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.euiDescriptionList.euiDescriptionList--column.euiDescriptionList--reverse .euiDescriptionList__description,
.euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--reverse .euiDescriptionList__description {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.5;
}
.euiDescriptionList.euiDescriptionList--column.euiDescriptionList--compressed .euiDescriptionList__title,
.euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--compressed .euiDescriptionList__title {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
.euiDescriptionList.euiDescriptionList--column.euiDescriptionList--compressed .euiDescriptionList__description,
.euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--compressed .euiDescriptionList__description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.euiDescriptionList.euiDescriptionList--column.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__title,
.euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__title {
  color: #343741;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.euiDescriptionList.euiDescriptionList--column.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__description,
.euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__description {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 574px) {
  .euiDescriptionList.euiDescriptionList--responsiveColumn {
    display: block;
  }
  .euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__title,
  .euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__description {
    width: 100%;
    padding: 0;
  }
  .euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__description {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 0;
  }
  .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--center .euiDescriptionList__title,
  .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--center .euiDescriptionList__description {
    text-align: center;
  }
  .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--reverse .euiDescriptionList__title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--reverse .euiDescriptionList__description {
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    word-break: break-word;
    color: #1a1c21;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.02em;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .euiDescriptionList.euiDescriptionList--responsiveColumn {
    display: block;
  }
  .euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__title,
  .euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__description {
    width: 100%;
    padding: 0;
  }
  .euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__description {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 0;
  }
  .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--center .euiDescriptionList__title,
  .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--center .euiDescriptionList__description {
    text-align: center;
  }
  .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--reverse .euiDescriptionList__title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--reverse .euiDescriptionList__description {
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    word-break: break-word;
    color: #1a1c21;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.02em;
  }
}
.euiDescriptionList.euiDescriptionList--inline .euiDescriptionList__title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  display: inline;
  border-radius: 2px;
  font-weight: 500;
  background-color: #e9edf3;
  padding: 1px 4px;
  margin: 0 4px;
}
.euiDescriptionList.euiDescriptionList--inline .euiDescriptionList__title:first-of-type {
  margin-left: 0;
}
.euiDescriptionList.euiDescriptionList--inline .euiDescriptionList__description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  display: inline;
}
.euiDescriptionList.euiDescriptionList--inline.euiDescriptionList--compressed .euiDescriptionList__title {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 0 4px;
}
.euiDescriptionList.euiDescriptionList--inline.euiDescriptionList--compressed .euiDescriptionList__description {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.euiDescriptionList.euiDescriptionList--inline.euiDescriptionList--center {
  text-align: center;
}
.euiDraggable.euiDraggable--isDragging {
  z-index: 9000 !important;
}
.euiDraggable.euiDraggable--hasClone:not(.euiDraggable--isDragging) {
  -webkit-transform: none !important;
  transform: none !important;
}
.euiDraggable.euiDraggable--withoutDropAnimation {
  transition-duration: 0.001s !important;
}
.euiDraggable:focus > .euiDraggable__item,
.euiDraggable.euiDraggable--hasCustomDragHandle > .euiDraggable__item [data-react-beautiful-dnd-drag-handle]:focus {
  -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
  animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
}
.euiDraggable .euiDraggable__item.euiDraggable__item--isDisabled {
  cursor: not-allowed;
}
.euiDraggable--s {
  padding: 2px;
}
.euiDraggable--m {
  padding: 4px;
}
.euiDraggable--l {
  padding: 8px;
}
.euiDroppable {
  transition: background-color 500ms ease;
}
.euiDroppable.euiDroppable--isDraggingType:not(.euiDroppable--isDisabled) {
  background-color: rgba(1, 125, 115, 0.1);
}
.euiDroppable.euiDroppable--isDraggingType:not(.euiDroppable--isDisabled).euiDroppable--isDraggingOver {
  background-color: rgba(1, 125, 115, 0.25);
}
.euiDroppable .euiDroppable__placeholder.euiDroppable__placeholder--isHidden {
  display: none !important;
}
.euiDroppable--withPanel {
  background-color: #FFF;
  border: 1px solid #D3DAE6;
  border-radius: 4px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.euiDroppable--withPanel.euiDroppable--withPanel--flexGrowZero {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.euiDroppable--withPanel.euiDroppable--withPanel--noBorder {
  border: none;
}
.euiDroppable--withPanel.euiDroppable--withPanel--hasShadow {
  box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3), 0 1px 5px -2px rgba(152, 162, 179, 0.3);
  border: 1px solid #D3DAE6;
}
.euiDroppable--withPanel.euiDroppable--withPanel--isClickable {
  transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.euiDroppable--withPanel.euiDroppable--withPanel--isClickable:enabled {
  display: block;
  width: 100%;
  text-align: left;
}
.euiDroppable--withPanel.euiDroppable--withPanel--isClickable:hover,
.euiDroppable--withPanel.euiDroppable--withPanel--isClickable:focus {
  box-shadow: 0 4px 8px 0 rgba(152, 162, 179, 0.15), 0 2px 2px -1px rgba(152, 162, 179, 0.3);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  cursor: pointer;
}
.euiDroppable--withPanel.euiDroppable--withPanel--borderRadiusNone {
  border-radius: 0;
}
.euiDroppable--withPanel.euiDroppable--withPanel--borderRadiusMedium {
  border-radius: 4px;
}
.euiDroppable--withPanel.euiDroppable--withPanel--transparent {
  background-color: transparent;
}
.euiDroppable--withPanel.euiDroppable--withPanel--plain {
  background-color: #FFF;
}
.euiDroppable--withPanel.euiDroppable--withPanel--subdued {
  background-color: #fafbfd;
}
.euiDroppable--withPanel.euiDroppable--withPanel--accent {
  background-color: #fce7f1;
}
.euiDroppable--withPanel.euiDroppable--withPanel--primary {
  background-color: #e6f0f8;
}
.euiDroppable--withPanel.euiDroppable--withPanel--success {
  background-color: #e6f2f1;
}
.euiDroppable--withPanel.euiDroppable--withPanel--warning {
  background-color: #fef6e6;
}
.euiDroppable--withPanel.euiDroppable--withPanel--danger {
  background-color: #f8e9e9;
}
.euiDroppable--withPanel {
  box-shadow: 0 6px 12px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -1px rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2);
  border-radius: 4px;
}
.euiDroppable--noGrow {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.euiDroppable--grow {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.euiDroppable--s {
  padding: 2px;
}
.euiDroppable--m {
  padding: 4px;
}
.euiDroppable--l {
  padding: 8px;
}
.euiEmptyPrompt {
  text-align: center;
  margin: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .euiEmptyPrompt {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media only screen and (min-width: 1200px) {
  .euiEmptyPrompt {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.euiEmptyPrompt .euiEmptyPrompt__icon > * {
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  max-width: 22.5rem;
}
.euiEmptyPrompt.euiPanel--transparent .euiEmptyPrompt__footer {
  background-color: #fafbfd;
}
.euiEmptyPrompt.euiPanel--transparent:not(.euiPanel--hasBorder) .euiEmptyPrompt__footer {
  border-radius: 4px;
}
.euiEmptyPrompt.euiPanel--transparent.euiPanel--hasBorder .euiEmptyPrompt__footer {
  border-radius: 0 0 4px 4px;
}
.euiEmptyPrompt.euiPanel--plain .euiEmptyPrompt__footer {
  background-color: #fafbfd;
  border-radius: 0 0 4px 4px;
}
.euiEmptyPrompt.euiPanel--subdued .euiEmptyPrompt__footer {
  border-top: 1px solid #D3DAE6;
  border-radius: 0 0 4px 4px;
}
.euiEmptyPrompt.euiPanel--accent .euiEmptyPrompt__footer {
  border-top: 1px solid #f6bad7;
  border-radius: 0 0 4px 4px;
}
.euiEmptyPrompt.euiPanel--primary .euiEmptyPrompt__footer {
  border-top: 1px solid #bed8ed;
  border-radius: 0 0 4px 4px;
}
.euiEmptyPrompt.euiPanel--success .euiEmptyPrompt__footer {
  border-top: 1px solid #c4e1de;
  border-radius: 0 0 4px 4px;
}
.euiEmptyPrompt.euiPanel--warning .euiEmptyPrompt__footer {
  border-top: 1px solid #fce4b5;
  border-radius: 0 0 4px 4px;
}
.euiEmptyPrompt.euiPanel--danger .euiEmptyPrompt__footer {
  border-top: 1px solid #ecc2c2;
  border-radius: 0 0 4px 4px;
}
.euiEmptyPrompt--vertical .euiEmptyPrompt__main {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 240px;
}
.euiEmptyPrompt--vertical .euiEmptyPrompt__contentInner {
  max-width: 36em;
  margin: auto;
}
.euiEmptyPrompt--vertical .euiEmptyPrompt__icon {
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .euiEmptyPrompt--horizontal {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .euiEmptyPrompt--horizontal {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
}
.euiEmptyPrompt--horizontal .euiEmptyPrompt__main {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .euiEmptyPrompt--horizontal .euiEmptyPrompt__main {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1200px) {
  .euiEmptyPrompt--horizontal .euiEmptyPrompt__main {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.euiEmptyPrompt--horizontal .euiEmptyPrompt__icon {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .euiEmptyPrompt--horizontal .euiEmptyPrompt__icon {
    min-width: 40%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .euiEmptyPrompt--horizontal .euiEmptyPrompt__icon {
    min-width: 40%;
    max-width: 50%;
  }
}
.euiEmptyPrompt--horizontal .euiEmptyPrompt__content {
  max-width: 36em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .euiEmptyPrompt--horizontal .euiEmptyPrompt__content {
    padding: 24px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .euiEmptyPrompt--horizontal .euiEmptyPrompt__content {
    padding: 24px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .euiEmptyPrompt--horizontal .euiEmptyPrompt__actions {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1200px) {
  .euiEmptyPrompt--horizontal .euiEmptyPrompt__actions {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.euiEmptyPrompt--paddingSmall .euiEmptyPrompt__main,
.euiEmptyPrompt--paddingSmall .euiEmptyPrompt__footer {
  padding: 8px;
}
.euiEmptyPrompt--paddingSmall.euiEmptyPrompt--horizontal .euiEmptyPrompt__main {
  gap: 8px;
}
.euiEmptyPrompt--paddingMedium .euiEmptyPrompt__main,
.euiEmptyPrompt--paddingMedium .euiEmptyPrompt__footer {
  padding: 16px;
}
.euiEmptyPrompt--paddingMedium.euiEmptyPrompt--horizontal .euiEmptyPrompt__main {
  gap: 16px;
}
.euiEmptyPrompt--paddingLarge .euiEmptyPrompt__main,
.euiEmptyPrompt--paddingLarge .euiEmptyPrompt__footer {
  padding: 24px;
}
.euiEmptyPrompt--paddingLarge.euiEmptyPrompt--horizontal .euiEmptyPrompt__main {
  gap: 24px;
}
.euiErrorBoundary {
  background: repeating-linear-gradient(45deg, rgba(189, 39, 30, 0.25), rgba(189, 39, 30, 0.25) 1px, rgba(189, 39, 30, 0.05) 1px, rgba(189, 39, 30, 0.05) 20px);
  padding: 16px;
}
/**
 * 1. Keep each expression's text together as much as possible,
 *    but then wrap long words
 */
.euiExpression {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  /* 1 */
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: "Roboto Mono", Consolas, Menlo, Courier, monospace;
  letter-spacing: normal;
  border-bottom: 2px solid transparent;
  display: inline-block;
  /* 1 */
  text-align: left;
  padding: 2px 0;
  transition: all 250ms ease-in-out;
  color: #343741;
}
.euiExpression:focus {
  border-bottom-style: solid;
}
.euiExpression + .euiExpression {
  margin-left: 8px;
}
.euiExpression.euiExpression--columns {
  border-color: transparent;
  border-bottom-style: solid;
  margin-bottom: 4px;
}
.euiExpression.euiExpression--truncate {
  max-width: 100%;
}
.euiExpression.euiExpression--truncate .euiExpression__description,
.euiExpression.euiExpression--truncate .euiExpression__value {
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
  display: inline-block;
  vertical-align: bottom;
}
.euiExpression-isUppercase .euiExpression__description {
  text-transform: uppercase;
}
.euiExpression-isClickable {
  cursor: pointer;
  border-bottom: 2px dotted #D3DAE6;
}
.euiExpression-isClickable:hover:not(:disabled) {
  border-bottom-style: solid;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.euiExpression__icon {
  margin-left: 4px;
}
.euiExpression-isActive {
  border-bottom-style: solid;
}
.euiExpression--columns {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  padding: 4px;
  border-radius: 4px;
}
.euiExpression--columns.euiExpression-isClickable {
  background-color: #F5F7FA;
}
.euiExpression--columns.euiExpression-isClickable:focus .euiExpression__description,
.euiExpression--columns.euiExpression-isClickable:focus .euiExpression__value,
.euiExpression--columns.euiExpression-isClickable:hover:not(:disabled) .euiExpression__description,
.euiExpression--columns.euiExpression-isClickable:hover:not(:disabled) .euiExpression__value {
  text-decoration: underline;
}
.euiExpression--columns .euiExpression__description {
  text-align: right;
  margin-right: 8px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.euiExpression--columns .euiExpression__value {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.euiExpression--columns .euiExpression__icon {
  margin-top: 4px;
}
.euiExpression--subdued:focus {
  background-color: rgba(106, 113, 125, 0.1);
}
.euiExpression--subdued.euiExpression-isActive {
  border-bottom-color: #6a717d;
  border-color: #6a717d;
}
.euiExpression--subdued .euiExpression__description {
  color: #6a717d;
}
.euiExpression--primary:focus {
  background-color: rgba(0, 107, 180, 0.1);
}
.euiExpression--primary.euiExpression-isActive {
  border-bottom-color: #006BB4;
  border-color: #006BB4;
}
.euiExpression--primary .euiExpression__description {
  color: #006BB4;
}
.euiExpression--success:focus {
  background-color: rgba(1, 125, 115, 0.1);
}
.euiExpression--success.euiExpression-isActive {
  border-bottom-color: #017D73;
  border-color: #017D73;
}
.euiExpression--success .euiExpression__description {
  color: #017D73;
}
.euiExpression--warning:focus {
  background-color: rgba(155, 105, 0, 0.1);
}
.euiExpression--warning.euiExpression-isActive {
  border-bottom-color: #9b6900;
  border-color: #9b6900;
}
.euiExpression--warning .euiExpression__description {
  color: #9b6900;
}
.euiExpression--danger:focus {
  background-color: rgba(189, 39, 30, 0.1);
}
.euiExpression--danger.euiExpression-isActive {
  border-bottom-color: #BD271E;
  border-color: #BD271E;
}
.euiExpression--danger .euiExpression__description {
  color: #BD271E;
}
.euiExpression--accent:focus {
  background-color: rgba(221, 10, 115, 0.1);
}
.euiExpression--accent.euiExpression-isActive {
  border-bottom-color: #DD0A73;
  border-color: #DD0A73;
}
.euiExpression--accent .euiExpression__description {
  color: #DD0A73;
}
/**
 * 1. Make sure the quantity doesn't get an underline on hover
 */
.euiFacetButton {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  max-width: 100%;
  vertical-align: middle;
  font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  letter-spacing: -0.005em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  height: 32px;
  text-align: left;
  text-decoration: none;
  transition: all 150ms ease-in;
}
.euiFacetButton:hover:not(:disabled) .euiFacetButton__text,
.euiFacetButton:focus:not(:disabled) .euiFacetButton__text {
  text-decoration: underline;
  /* 1 */
}
.euiFacetButton:focus {
  background-color: #e6f0f8;
  box-shadow: -4px 0 #e6f0f8, 4px 0 #e6f0f8;
}
.euiFacetButton:disabled {
  color: #afb0b3;
  pointer-events: none;
}
.euiFacetButton:disabled .euiFacetButton__content {
  pointer-events: auto;
  cursor: not-allowed;
}
.euiFacetButton:disabled .euiFacetButton__icon,
.euiFacetButton:disabled .euiFacetButton__quantity {
  opacity: 0.5;
}
.euiFacetButton:disabled:focus {
  background-color: transparent;
}
.euiFacetButton:disabled:hover,
.euiFacetButton:disabled:focus {
  text-decoration: none;
}
.euiFacetButton__content {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.euiFacetButton__content .euiButtonContent__icon,
.euiFacetButton__content .euiButtonContent__spinner {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.euiFacetButton__content > * + * {
  -webkit-margin-start: 8px;
  margin-inline-start: 8px;
}
.euiFacetButton__text {
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  vertical-align: middle;
}
.euiFacetButton__text::after {
  display: block;
  content: attr(data-text);
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.euiFacetButton--isSelected .euiFacetButton__text {
  font-weight: 700;
}
.euiFacetButton__icon {
  transition: all 150ms ease-in;
}
.euiFacetGroup--gutterNone .euiFacetButton {
  margin-top: 0;
  margin-bottom: 0;
}
.euiFacetGroup--gutterNone.euiFacetGroup--horizontal {
  margin-left: -12px;
}
.euiFacetGroup--gutterNone.euiFacetGroup--horizontal .euiFacetButton {
  margin-left: 12px;
  max-width: calc(100% - 12px);
}
.euiFacetGroup--gutterSmall .euiFacetButton {
  margin-top: 2px;
  margin-bottom: 2px;
}
.euiFacetGroup--gutterSmall.euiFacetGroup--horizontal {
  margin-left: -16px;
}
.euiFacetGroup--gutterSmall.euiFacetGroup--horizontal .euiFacetButton {
  margin-left: 16px;
  max-width: calc(100% - 16px);
}
.euiFacetGroup--gutterMedium .euiFacetButton {
  margin-top: 4px;
  margin-bottom: 4px;
}
.euiFacetGroup--gutterMedium.euiFacetGroup--horizontal {
  margin-left: -20px;
}
.euiFacetGroup--gutterMedium.euiFacetGroup--horizontal .euiFacetButton {
  margin-left: 20px;
  max-width: calc(100% - 20px);
}
.euiFacetGroup--gutterLarge .euiFacetButton {
  margin-top: 6px;
  margin-bottom: 6px;
}
.euiFacetGroup--gutterLarge.euiFacetGroup--horizontal {
  margin-left: -24px;
}
.euiFacetGroup--gutterLarge.euiFacetGroup--horizontal .euiFacetButton {
  margin-left: 24px;
  max-width: calc(100% - 24px);
}
.euiFilterGroup {
  display: -webkit-inline-flex;
  display: inline-flex;
  max-width: 100%;
  border-right: 1px solid rgba(15, 39, 118, 0.1);
  box-shadow: 0 1px 2px -1px rgba(152, 162, 179, 0.2), 0 3px 3px -2px rgba(152, 162, 179, 0.2);
  overflow: hidden;
}
.euiFilterGroup > * {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 48px;
}
.euiFilterGroup > .euiFilterButton--noGrow {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.euiFilterGroup > .euiFilterButton-hasNotification {
  min-width: 96px;
}
.euiFilterGroup > .euiFilterButton--hasIcon {
  min-width: 128px;
}
.euiFilterGroup .euiPopover__anchor {
  display: block;
}
.euiFilterGroup .euiPopover__anchor .euiFilterButton {
  width: 100%;
}
.euiFilterGroup--fullWidth {
  display: -webkit-flex;
  display: flex;
}
.euiFilterGroup__popoverPanel {
  width: 288px;
}
@media only screen and (max-width: 574px) {
  .euiFilterGroup {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .euiFilterGroup {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 574px) {
  .euiFilterGroup {
    display: -webkit-flex;
    display: flex;
  }
  .euiFilterGroup .euiFilterButton {
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important;
  }
}
.euiFilterButton {
  background-color: #fbfcfd;
  height: 40px;
  width: auto;
  border: 1px solid rgba(15, 39, 118, 0.1);
  border-right: none;
  font-size: 14px;
}
.euiFilterButton:disabled {
  color: #afb0b3;
  pointer-events: none;
}
.euiFilterButton:disabled .euiFilterButton__notification {
  opacity: 0.5;
}
.euiFilterButton:hover:not(:disabled),
.euiFilterButton:focus:not(:disabled) {
  text-decoration: none;
}
.euiFilterButton:hover:not(:disabled) .euiFilterButton__textShift,
.euiFilterButton:focus:not(:disabled) .euiFilterButton__textShift {
  text-decoration: underline;
}
.euiFilterButton-hasActiveFilters {
  font-weight: 700;
}
.euiFilterButton--hasIcon .euiButtonEmpty__content {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.euiFilterButton--withNext + .euiFilterButton {
  margin-left: -4px;
  border-left: none;
}
.euiFilterButton-isSelected {
  background-color: #F5F7FA;
}
.euiFilterButton__text-hasNotification {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.euiFilterButton__notification {
  margin-left: 8px;
  vertical-align: text-bottom;
}
.euiFilterButton__textShift {
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
  min-width: 48px;
}
.euiFilterButton__textShift::after {
  display: block;
  content: attr(data-text);
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.euiFilterSelectItem {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 4px 12px;
  display: block;
  width: 100%;
  text-align: left;
  color: #343741;
  border-bottom: 1px solid #D3DAE6;
  border-color: #eef2f7;
  outline-offset: -3px;
}
.euiFilterSelectItem:hover {
  cursor: pointer;
  text-decoration: underline;
}
.euiFilterSelectItem:focus {
  cursor: pointer;
  text-decoration: underline;
  background-color: #e6f0f8;
}
.euiFilterSelectItem:disabled {
  cursor: not-allowed;
  text-decoration: none;
  color: #afb0b3;
}
.euiFilterSelectItem:focus,
.euiFilterSelectItem-isFocused {
  background-color: #e6f0f8;
  color: #006BB4;
}
.euiFilterSelectItem__content {
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
}
.euiFilterSelect__items {
  scrollbar-color: rgba(105, 112, 125, 0.5) transparent;
  scrollbar-width: thin;
  overflow-y: auto;
  max-height: 480px;
}
.euiFilterSelect__items::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.euiFilterSelect__items::-webkit-scrollbar-thumb {
  background-color: rgba(105, 112, 125, 0.5);
  background-clip: content-box;
  border-radius: 16px;
  border: 6px solid transparent;
}
.euiFilterSelect__items::-webkit-scrollbar-corner,
.euiFilterSelect__items::-webkit-scrollbar-track {
  background-color: transparent;
}
.euiFilterSelect__note {
  height: 64px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.euiFilterSelect__noteContent {
  color: #69707D;
  font-size: 14px;
}
/**
 * 1. Not always needed, but fixes an IE11 issue when flex-groups are nested under display: flex elements.
 * 2. IE requires a unit to grow.
 */
.euiFlexGroup {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  /* 1 */
}
.euiFlexGroup .euiFlexItem {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0%;
  flex-basis: 0%;
  /* 2 */
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .euiFlexGroup .euiFlexItem {
    min-width: 1px;
  }
}
.euiFlexGroup--gutterExtraSmall {
  margin: -2px;
}
.euiFlexGroup--gutterExtraSmall > .euiFlexItem {
  margin: 2px;
}
.euiFlexGroup--gutterSmall {
  margin: -4px;
}
.euiFlexGroup--gutterSmall > .euiFlexItem {
  margin: 4px;
}
.euiFlexGroup--gutterMedium {
  margin: -8px;
}
.euiFlexGroup--gutterMedium > .euiFlexItem {
  margin: 8px;
}
.euiFlexGroup--gutterLarge {
  margin: -12px;
}
.euiFlexGroup--gutterLarge > .euiFlexItem {
  margin: 12px;
}
.euiFlexGroup--gutterExtraLarge {
  margin: -20px;
}
.euiFlexGroup--gutterExtraLarge > .euiFlexItem {
  margin: 20px;
}
.euiFlexGroup--justifyContentSpaceEvenly {
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
}
.euiFlexGroup--justifyContentSpaceBetween {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.euiFlexGroup--justifyContentSpaceAround {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.euiFlexGroup--justifyContentCenter {
  -webkit-justify-content: center;
  justify-content: center;
}
.euiFlexGroup--justifyContentFlexEnd {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.euiFlexGroup--alignItemsFlexStart {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.euiFlexGroup--alignItemsCenter {
  -webkit-align-items: center;
  align-items: center;
}
.euiFlexGroup--alignItemsFlexEnd {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.euiFlexGroup--alignItemsBaseline {
  -webkit-align-items: baseline;
  align-items: baseline;
}
.euiFlexGroup--directionRow {
  -webkit-flex-direction: row;
  flex-direction: row;
}
.euiFlexGroup--directionRowReverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.euiFlexGroup--directionColumn {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.euiFlexGroup--directionColumnReverse {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.euiFlexGroup--wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 574px) {
  .euiFlexGroup--responsive {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .euiFlexGroup--responsive {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
}
.euiFlexGrid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.euiFlexGrid > .euiFlexItem {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.euiFlexGrid > .euiFlexItem.euiFlexItem--flexGrowZero {
  -webkit-flex-grow: 0 !important;
  flex-grow: 0 !important;
  -webkit-flex-basis: auto !important;
  flex-basis: auto !important;
}
/**
  * 1. For vertical layouts we use columns instead of flex
  */
.euiFlexGrid--directionColumn {
  display: block;
  /* 1 */
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
.euiFlexGrid--directionColumn > .euiFlexItem {
  display: inline-block;
  /* 1 */
  line-height: initial;
}
/**
   * Uncouple the gutter margin from the column widths to support cases where we use a FlexGrid
   * without columns.
   */
.euiFlexGrid--gutterNone {
  margin: 0px;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.euiFlexGrid--gutterNone > .euiFlexItem {
  margin: 0px;
}
.euiFlexGrid--gutterNone.euiFlexGrid--fourths > .euiFlexItem {
  -webkit-flex-basis: calc(25% - 0px);
  flex-basis: calc(25% - 0px);
}
.euiFlexGrid--gutterNone.euiFlexGrid--fourths.euiFlexGrid--directionColumn {
  /* 1 */
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.euiFlexGrid--gutterNone.euiFlexGrid--fourths.euiFlexGrid--directionColumn > .euiFlexItem {
  width: calc(100% - 0px);
}
.euiFlexGrid--gutterNone.euiFlexGrid--thirds > .euiFlexItem {
  -webkit-flex-basis: calc(33.3% - 0px);
  flex-basis: calc(33.3% - 0px);
}
.euiFlexGrid--gutterNone.euiFlexGrid--thirds.euiFlexGrid--directionColumn {
  /* 1 */
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.euiFlexGrid--gutterNone.euiFlexGrid--thirds.euiFlexGrid--directionColumn > .euiFlexItem {
  width: calc(100% - 0px);
}
.euiFlexGrid--gutterNone.euiFlexGrid--halves > .euiFlexItem {
  -webkit-flex-basis: calc(50% - 0px);
  flex-basis: calc(50% - 0px);
}
.euiFlexGrid--gutterNone.euiFlexGrid--halves.euiFlexGrid--directionColumn {
  /* 1 */
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.euiFlexGrid--gutterNone.euiFlexGrid--halves.euiFlexGrid--directionColumn > .euiFlexItem {
  width: calc(100% - 0px);
}
.euiFlexGrid--gutterNone.euiFlexGrid--single > .euiFlexItem {
  -webkit-flex-basis: calc(100% - 0px);
  flex-basis: calc(100% - 0px);
}
.euiFlexGrid--gutterNone.euiFlexGrid--single.euiFlexGrid--directionColumn {
  /* 1 */
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.euiFlexGrid--gutterNone.euiFlexGrid--single.euiFlexGrid--directionColumn > .euiFlexItem {
  width: calc(100% - 0px);
}
/**
   * Uncouple the gutter margin from the column widths to support cases where we use a FlexGrid
   * without columns.
   */
.euiFlexGrid--gutterSmall {
  margin: -4px;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.euiFlexGrid--gutterSmall > .euiFlexItem {
  margin: 4px;
}
.euiFlexGrid--gutterSmall.euiFlexGrid--fourths > .euiFlexItem {
  -webkit-flex-basis: calc(25% - 8px);
  flex-basis: calc(25% - 8px);
}
.euiFlexGrid--gutterSmall.euiFlexGrid--fourths.euiFlexGrid--directionColumn {
  /* 1 */
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.euiFlexGrid--gutterSmall.euiFlexGrid--fourths.euiFlexGrid--directionColumn > .euiFlexItem {
  width: calc(100% - 8px);
}
.euiFlexGrid--gutterSmall.euiFlexGrid--thirds > .euiFlexItem {
  -webkit-flex-basis: calc(33.3% - 8px);
  flex-basis: calc(33.3% - 8px);
}
.euiFlexGrid--gutterSmall.euiFlexGrid--thirds.euiFlexGrid--directionColumn {
  /* 1 */
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.euiFlexGrid--gutterSmall.euiFlexGrid--thirds.euiFlexGrid--directionColumn > .euiFlexItem {
  width: calc(100% - 8px);
}
.euiFlexGrid--gutterSmall.euiFlexGrid--halves > .euiFlexItem {
  -webkit-flex-basis: calc(50% - 8px);
  flex-basis: calc(50% - 8px);
}
.euiFlexGrid--gutterSmall.euiFlexGrid--halves.euiFlexGrid--directionColumn {
  /* 1 */
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.euiFlexGrid--gutterSmall.euiFlexGrid--halves.euiFlexGrid--directionColumn > .euiFlexItem {
  width: calc(100% - 8px);
}
.euiFlexGrid--gutterSmall.euiFlexGrid--single > .euiFlexItem {
  -webkit-flex-basis: calc(100% - 8px);
  flex-basis: calc(100% - 8px);
}
.euiFlexGrid--gutterSmall.euiFlexGrid--single.euiFlexGrid--directionColumn {
  /* 1 */
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.euiFlexGrid--gutterSmall.euiFlexGrid--single.euiFlexGrid--directionColumn > .euiFlexItem {
  width: calc(100% - 8px);
}
/**
   * Uncouple the gutter margin from the column widths to support cases where we use a FlexGrid
   * without columns.
   */
.euiFlexGrid--gutterMedium {
  margin: -8px;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.euiFlexGrid--gutterMedium > .euiFlexItem {
  margin: 8px;
}
.euiFlexGrid--gutterMedium.euiFlexGrid--fourths > .euiFlexItem {
  -webkit-flex-basis: calc(25% - 16px);
  flex-basis: calc(25% - 16px);
}
.euiFlexGrid--gutterMedium.euiFlexGrid--fourths.euiFlexGrid--directionColumn {
  /* 1 */
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.euiFlexGrid--gutterMedium.euiFlexGrid--fourths.euiFlexGrid--directionColumn > .euiFlexItem {
  width: calc(100% - 16px);
}
.euiFlexGrid--gutterMedium.euiFlexGrid--thirds > .euiFlexItem {
  -webkit-flex-basis: calc(33.3% - 16px);
  flex-basis: calc(33.3% - 16px);
}
.euiFlexGrid--gutterMedium.euiFlexGrid--thirds.euiFlexGrid--directionColumn {
  /* 1 */
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.euiFlexGrid--gutterMedium.euiFlexGrid--thirds.euiFlexGrid--directionColumn > .euiFlexItem {
  width: calc(100% - 16px);
}
.euiFlexGrid--gutterMedium.euiFlexGrid--halves > .euiFlexItem {
  -webkit-flex-basis: calc(50% - 16px);
  flex-basis: calc(50% - 16px);
}
.euiFlexGrid--gutterMedium.euiFlexGrid--halves.euiFlexGrid--directionColumn {
  /* 1 */
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.euiFlexGrid--gutterMedium.euiFlexGrid--halves.euiFlexGrid--directionColumn > .euiFlexItem {
  width: calc(100% - 16px);
}
.euiFlexGrid--gutterMedium.euiFlexGrid--single > .euiFlexItem {
  -webkit-flex-basis: calc(100% - 16px);
  flex-basis: calc(100% - 16px);
}
.euiFlexGrid--gutterMedium.euiFlexGrid--single.euiFlexGrid--directionColumn {
  /* 1 */
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.euiFlexGrid--gutterMedium.euiFlexGrid--single.euiFlexGrid--directionColumn > .euiFlexItem {
  width: calc(100% - 16px);
}
/**
   * Uncouple the gutter margin from the column widths to support cases where we use a FlexGrid
   * without columns.
   */
.euiFlexGrid--gutterLarge {
  margin: -12px;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.euiFlexGrid--gutterLarge > .euiFlexItem {
  margin: 12px;
}
.euiFlexGrid--gutterLarge.euiFlexGrid--fourths > .euiFlexItem {
  -webkit-flex-basis: calc(25% - 24px);
  flex-basis: calc(25% - 24px);
}
.euiFlexGrid--gutterLarge.euiFlexGrid--fourths.euiFlexGrid--directionColumn {
  /* 1 */
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.euiFlexGrid--gutterLarge.euiFlexGrid--fourths.euiFlexGrid--directionColumn > .euiFlexItem {
  width: calc(100% - 24px);
}
.euiFlexGrid--gutterLarge.euiFlexGrid--thirds > .euiFlexItem {
  -webkit-flex-basis: calc(33.3% - 24px);
  flex-basis: calc(33.3% - 24px);
}
.euiFlexGrid--gutterLarge.euiFlexGrid--thirds.euiFlexGrid--directionColumn {
  /* 1 */
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.euiFlexGrid--gutterLarge.euiFlexGrid--thirds.euiFlexGrid--directionColumn > .euiFlexItem {
  width: calc(100% - 24px);
}
.euiFlexGrid--gutterLarge.euiFlexGrid--halves > .euiFlexItem {
  -webkit-flex-basis: calc(50% - 24px);
  flex-basis: calc(50% - 24px);
}
.euiFlexGrid--gutterLarge.euiFlexGrid--halves.euiFlexGrid--directionColumn {
  /* 1 */
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.euiFlexGrid--gutterLarge.euiFlexGrid--halves.euiFlexGrid--directionColumn > .euiFlexItem {
  width: calc(100% - 24px);
}
.euiFlexGrid--gutterLarge.euiFlexGrid--single > .euiFlexItem {
  -webkit-flex-basis: calc(100% - 24px);
  flex-basis: calc(100% - 24px);
}
.euiFlexGrid--gutterLarge.euiFlexGrid--single.euiFlexGrid--directionColumn {
  /* 1 */
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.euiFlexGrid--gutterLarge.euiFlexGrid--single.euiFlexGrid--directionColumn > .euiFlexItem {
  width: calc(100% - 24px);
}
/**
   * Uncouple the gutter margin from the column widths to support cases where we use a FlexGrid
   * without columns.
   */
.euiFlexGrid--gutterXLarge {
  margin: -16px;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.euiFlexGrid--gutterXLarge > .euiFlexItem {
  margin: 16px;
}
.euiFlexGrid--gutterXLarge.euiFlexGrid--fourths > .euiFlexItem {
  -webkit-flex-basis: calc(25% - 32px);
  flex-basis: calc(25% - 32px);
}
.euiFlexGrid--gutterXLarge.euiFlexGrid--fourths.euiFlexGrid--directionColumn {
  /* 1 */
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.euiFlexGrid--gutterXLarge.euiFlexGrid--fourths.euiFlexGrid--directionColumn > .euiFlexItem {
  width: calc(100% - 32px);
}
.euiFlexGrid--gutterXLarge.euiFlexGrid--thirds > .euiFlexItem {
  -webkit-flex-basis: calc(33.3% - 32px);
  flex-basis: calc(33.3% - 32px);
}
.euiFlexGrid--gutterXLarge.euiFlexGrid--thirds.euiFlexGrid--directionColumn {
  /* 1 */
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.euiFlexGrid--gutterXLarge.euiFlexGrid--thirds.euiFlexGrid--directionColumn > .euiFlexItem {
  width: calc(100% - 32px);
}
.euiFlexGrid--gutterXLarge.euiFlexGrid--halves > .euiFlexItem {
  -webkit-flex-basis: calc(50% - 32px);
  flex-basis: calc(50% - 32px);
}
.euiFlexGrid--gutterXLarge.euiFlexGrid--halves.euiFlexGrid--directionColumn {
  /* 1 */
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.euiFlexGrid--gutterXLarge.euiFlexGrid--halves.euiFlexGrid--directionColumn > .euiFlexItem {
  width: calc(100% - 32px);
}
.euiFlexGrid--gutterXLarge.euiFlexGrid--single > .euiFlexItem {
  -webkit-flex-basis: calc(100% - 32px);
  flex-basis: calc(100% - 32px);
}
.euiFlexGrid--gutterXLarge.euiFlexGrid--single.euiFlexGrid--directionColumn {
  /* 1 */
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.euiFlexGrid--gutterXLarge.euiFlexGrid--single.euiFlexGrid--directionColumn > .euiFlexItem {
  width: calc(100% - 32px);
}
@media only screen and (max-width: 574px) {
  .euiFlexGrid.euiFlexGrid--responsive {
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .euiFlexGrid.euiFlexGrid--responsive {
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
  }
}
/**
 * 1. Allow EuiPanels to expand to fill the item.
 * 2. IE11 hack forces inner content of flex items to respect a higher parent's width (mostly) and
 *    not cause weird wrapping issues.
 */
.euiFlexItem {
  display: -webkit-flex;
  display: flex;
  /* 1 */
  -webkit-flex-direction: column;
  flex-direction: column;
  /* 1 */
  /*
   * 1. We need the extra specificity here to override the FlexGroup > FlexItem styles.
   * 2. FlexItem can be manually set to not grow if needed.
   */
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .euiFlexItem {
    min-width: 1px;
    /* 2 */
  }
}
.euiFlexItem.euiFlexItem--flexGrowZero {
  /* 1 */
  -webkit-flex-grow: 0;
  flex-grow: 0;
  /* 2 */
  -webkit-flex-basis: auto;
  flex-basis: auto;
  /* 2 */
}
.euiFlexItem.euiFlexItem--flexGrow1 {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.euiFlexItem.euiFlexItem--flexGrow2 {
  -webkit-flex-grow: 2;
  flex-grow: 2;
}
.euiFlexItem.euiFlexItem--flexGrow3 {
  -webkit-flex-grow: 3;
  flex-grow: 3;
}
.euiFlexItem.euiFlexItem--flexGrow4 {
  -webkit-flex-grow: 4;
  flex-grow: 4;
}
.euiFlexItem.euiFlexItem--flexGrow5 {
  -webkit-flex-grow: 5;
  flex-grow: 5;
}
.euiFlexItem.euiFlexItem--flexGrow6 {
  -webkit-flex-grow: 6;
  flex-grow: 6;
}
.euiFlexItem.euiFlexItem--flexGrow7 {
  -webkit-flex-grow: 7;
  flex-grow: 7;
}
.euiFlexItem.euiFlexItem--flexGrow8 {
  -webkit-flex-grow: 8;
  flex-grow: 8;
}
.euiFlexItem.euiFlexItem--flexGrow9 {
  -webkit-flex-grow: 9;
  flex-grow: 9;
}
.euiFlexItem.euiFlexItem--flexGrow10 {
  -webkit-flex-grow: 10;
  flex-grow: 10;
}
@media only screen and (max-width: 574px) {
  .euiFlexGroup--responsive > .euiFlexItem,
  .euiFlexGrid--responsive > .euiFlexItem {
    width: 100% !important;
    -webkit-flex-basis: 100% !important;
    flex-basis: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 16px !important;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .euiFlexGroup--responsive > .euiFlexItem,
  .euiFlexGrid--responsive > .euiFlexItem {
    width: 100% !important;
    -webkit-flex-basis: 100% !important;
    flex-basis: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 16px !important;
  }
}
.euiFlyout {
  border-left: 1px solid #D3DAE6;
  box-shadow: 0 40px 64px 0 rgba(65, 78, 101, 0.1), 0 24px 32px 0 rgba(65, 78, 101, 0.1), 0 16px 16px 0 rgba(65, 78, 101, 0.1), 0 8px 8px 0 rgba(65, 78, 101, 0.1), 0 4px 4px 0 rgba(65, 78, 101, 0.1), 0 2px 2px 0 rgba(65, 78, 101, 0.1);
  border-color: #c6cad1;
  border-top-color: #e3e4e8;
  border-bottom-color: #aaafba;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: 1000;
  background: #FFF;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-clip-path: polygon(-50% 0, 100% 0, 100% 100%, -50% 100%);
  clip-path: polygon(-50% 0, 100% 0, 100% 100%, -50% 100%);
  -webkit-animation: euiFlyout 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  animation: euiFlyout 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.euiFlyout:focus {
  outline: none;
}
.euiFlyout__closeButton {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 3;
}
.euiFlyout__closeButton--outside {
  box-shadow: 0 40px 64px 0 rgba(65, 78, 101, 0.1), 0 24px 32px 0 rgba(65, 78, 101, 0.1), 0 16px 16px 0 rgba(65, 78, 101, 0.1), 0 8px 8px 0 rgba(65, 78, 101, 0.1), 0 4px 4px 0 rgba(65, 78, 101, 0.1), 0 2px 2px 0 rgba(65, 78, 101, 0.1);
  right: auto;
  left: 0;
  -webkit-transform: translateX(calc(-100% - 24px)) !important;
  transform: translateX(calc(-100% - 24px)) !important;
  -webkit-animation: none !important;
  animation: none !important;
}
.euiFlyout--left .euiFlyout__closeButton--outside {
  left: auto;
  right: 0;
  -webkit-transform: translateX(calc(100% + 24px)) !important;
  transform: translateX(calc(100% + 24px)) !important;
}
.euiFlyoutBody__banner {
  overflow-x: hidden;
}
/**
 * 1. Calculating the minimum width based on the screen takeover breakpoint
 */
.euiFlyout--small {
  min-width: 384px;
  width: 25vw;
}
.euiFlyout--small.euiFlyout--maxWidth-default {
  max-width: 403px;
}
.euiFlyout--medium {
  min-width: 424px;
  width: 50vw;
}
.euiFlyout--medium.euiFlyout--maxWidth-default {
  max-width: 768px;
}
.euiFlyout--large {
  min-width: 691px;
  width: 75vw;
}
.euiFlyout--large.euiFlyout--maxWidth-default {
  max-width: 992px;
}
.euiFlyout--paddingNone .euiFlyoutHeader {
  padding: 0 0 0;
}
.euiFlyout--paddingNone .euiFlyoutHeader--hasBorder {
  padding-bottom: 0;
}
.euiFlyout--paddingNone .euiFlyoutBody__overflowContent {
  padding: 0;
}
.euiFlyout--paddingNone .euiFlyoutBody__banner .euiCallOut {
  padding-left: 0;
  padding-right: 0;
}
.euiFlyout--paddingNone .euiFlyoutFooter {
  padding: 0;
}
.euiFlyout--paddingSmall .euiFlyoutHeader {
  padding: 8px 8px 0;
}
.euiFlyout--paddingSmall .euiFlyoutHeader--hasBorder {
  padding-bottom: 8px;
}
.euiFlyout--paddingSmall .euiFlyoutBody__overflowContent {
  padding: 8px;
}
.euiFlyout--paddingSmall .euiFlyoutBody__banner .euiCallOut {
  padding-left: 8px;
  padding-right: 8px;
}
.euiFlyout--paddingSmall .euiFlyoutFooter {
  padding: 8px;
}
.euiFlyout--paddingMedium .euiFlyoutHeader {
  padding: 16px 16px 0;
}
.euiFlyout--paddingMedium .euiFlyoutHeader--hasBorder {
  padding-bottom: 16px;
}
.euiFlyout--paddingMedium .euiFlyoutBody__overflowContent {
  padding: 16px;
}
.euiFlyout--paddingMedium .euiFlyoutBody__banner .euiCallOut {
  padding-left: 16px;
  padding-right: 16px;
}
.euiFlyout--paddingMedium .euiFlyoutFooter {
  padding: 12px 16px;
}
.euiFlyout--paddingLarge .euiFlyoutHeader {
  padding: 24px 24px 0;
}
.euiFlyout--paddingLarge .euiFlyoutHeader--hasBorder {
  padding-bottom: 24px;
}
.euiFlyout--paddingLarge .euiFlyoutBody__overflowContent {
  padding: 24px;
}
.euiFlyout--paddingLarge .euiFlyoutBody__banner .euiCallOut {
  padding-left: 24px;
  padding-right: 24px;
}
.euiFlyout--paddingLarge .euiFlyoutFooter {
  padding: 16px 24px;
}
@-webkit-keyframes euiFlyout {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes euiFlyout {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/**
 * 1. Leave only a small sliver exposed on small screens so users understand that this is not a new page
 * 2. If a custom maxWidth is set, we need to override it.
 */
@media only screen and (max-width: 574px) {
  .euiFlyout {
    max-width: 90vw !important;
    /* 1, 2 */
  }
  .euiFlyout--small {
    min-width: 0;
    width: 384px;
  }
  .euiFlyout--medium {
    min-width: 0;
    width: 424px;
  }
  .euiFlyout--large {
    min-width: 0;
    width: 691px;
  }
  .euiFlyout__closeButton--outside {
    -webkit-transform: translateX(calc(-100% - 4px)) !important;
    transform: translateX(calc(-100% - 4px)) !important;
  }
  .euiFlyout--left .euiFlyout__closeButton--outside {
    -webkit-transform: translateX(calc(100% + 4px)) !important;
    transform: translateX(calc(100% + 4px)) !important;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .euiFlyout {
    max-width: 90vw !important;
    /* 1, 2 */
  }
  .euiFlyout--small {
    min-width: 0;
    width: 384px;
  }
  .euiFlyout--medium {
    min-width: 0;
    width: 424px;
  }
  .euiFlyout--large {
    min-width: 0;
    width: 691px;
  }
  .euiFlyout__closeButton--outside {
    -webkit-transform: translateX(calc(-100% - 4px)) !important;
    transform: translateX(calc(-100% - 4px)) !important;
  }
  .euiFlyout--left .euiFlyout__closeButton--outside {
    -webkit-transform: translateX(calc(100% + 4px)) !important;
    transform: translateX(calc(100% + 4px)) !important;
  }
}
/**
 * Left side flyout (should only be used for navigation)
 */
.euiFlyout--left {
  border-right: 1px solid #D3DAE6;
  border-left: none;
  right: auto;
  left: 0;
  -webkit-clip-path: polygon(0 0, 150% 0, 150% 100%, 0 100%);
  clip-path: polygon(0 0, 150% 0, 150% 100%, 0 100%);
  -webkit-animation-name: euiFlyoutLeft;
  animation-name: euiFlyoutLeft;
}
@-webkit-keyframes euiFlyoutLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes euiFlyoutLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/**
 * Pushed style (inside body)
 */
.euiFlyout.euiFlyout--push {
  box-shadow: none;
  -webkit-clip-path: none;
  clip-path: none;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  border-left: 2px solid #D3DAE6;
  z-index: 999;
}
.euiFlyout.euiFlyout--push.euiFlyout--left {
  border-left: none;
  border-right: 2px solid #D3DAE6;
}
.euiFlyoutBody {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  overflow-y: hidden;
  height: 100%;
}
.euiFlyoutBody .euiFlyoutBody__overflow {
  scrollbar-color: rgba(105, 112, 125, 0.5) transparent;
  scrollbar-width: thin;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);
  mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);
}
.euiFlyoutBody .euiFlyoutBody__overflow::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.euiFlyoutBody .euiFlyoutBody__overflow::-webkit-scrollbar-thumb {
  background-color: rgba(105, 112, 125, 0.5);
  background-clip: content-box;
  border-radius: 16px;
  border: 6px solid transparent;
}
.euiFlyoutBody .euiFlyoutBody__overflow::-webkit-scrollbar-corner,
.euiFlyoutBody .euiFlyoutBody__overflow::-webkit-scrollbar-track {
  background-color: transparent;
}
.euiFlyoutBody .euiFlyoutBody__overflow:focus {
  outline: none;
  /* 1 */
}
.euiFlyoutBody .euiFlyoutBody__overflow[tabindex='0']:focus:focus-visible {
  outline-style: auto;
  /* 2 */
}
.euiFlyoutBody .euiFlyoutBody__overflow.euiFlyoutBody__overflow--hasBanner {
  -webkit-mask-image: linear-gradient(to bottom, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);
  mask-image: linear-gradient(to bottom, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);
}
.euiFlyoutBody .euiFlyoutBody__banner .euiCallOut {
  border: none;
  border-radius: 0;
}
.euiFlyoutFooter {
  background: #F5F7FA;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.euiFlyoutHeader {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.euiFlyoutHeader--hasBorder {
  border-bottom: 1px solid #D3DAE6;
}
/**
  * 1. Float above the visual radio and match its dimension, so that when users try to click it
  *    they actually click this input.
  */
.euiCheckbox {
  position: relative;
}
.euiCheckbox .euiCheckbox__input {
  width: 16px;
  height: 16px;
  top: 3px;
  cursor: pointer;
  position: absolute;
  /* 1 */
  opacity: 0;
  /* 1 */
  z-index: 1;
  /* 1 */
}
.euiCheckbox .euiCheckbox__input ~ .euiCheckbox__label {
  display: inline-block;
  padding-left: 24px;
  line-height: 24px;
  font-size: 14px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.euiCheckbox .euiCheckbox__input + .euiCheckbox__square {
  box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);
  padding: 7px;
  border: 1px solid #c9cbcd;
  background: #FFF no-repeat center;
  border-radius: 4px;
  transition: background-color 150ms ease-in, border-color 150ms ease-in;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
}
.euiCheckbox .euiCheckbox__input:checked + .euiCheckbox__square {
  border-color: #006BB4;
  background-color: #006BB4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cpath d='M.375 2.625L3.375 5.625M3.375 5.625L8.625.375' fill='none' fill-rule='evenodd' stroke='rgb%28255, 255, 255%29' stroke-linecap='round' stroke-width='1.5' transform='translate(.5 1)'/%3E%3C/svg%3E");
}
.euiCheckbox .euiCheckbox__input:indeterminate + .euiCheckbox__square {
  border-color: #006BB4;
  background-color: #006BB4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Crect width='6' height='6' fill='rgb%28255, 255, 255%29' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.euiCheckbox .euiCheckbox__input[disabled] {
  cursor: not-allowed !important;
}
.euiCheckbox .euiCheckbox__input[disabled] ~ .euiCheckbox__label {
  color: #98A2B3;
  cursor: not-allowed !important;
}
.euiCheckbox .euiCheckbox__input[disabled] + .euiCheckbox__square {
  border-color: #D3DAE6;
  background-color: #D3DAE6;
  box-shadow: none;
}
.euiCheckbox .euiCheckbox__input:checked[disabled] + .euiCheckbox__square {
  border-color: #D3DAE6;
  background-color: #D3DAE6;
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cpath d='M.375 2.625L3.375 5.625M3.375 5.625L8.625.375' fill='none' fill-rule='evenodd' stroke='rgb%2894, 100, 111%29' stroke-linecap='round' stroke-width='1.5' transform='translate(.5 1)'/%3E%3C/svg%3E");
}
.euiCheckbox .euiCheckbox__input:indeterminate[disabled] + .euiCheckbox__square {
  border-color: #D3DAE6;
  background-color: #D3DAE6;
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Crect width='6' height='6' fill='rgb%2894, 100, 111%29' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.euiCheckbox .euiCheckbox__input:focus + .euiCheckbox__square {
  -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
  animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
  border-color: #006BB4;
}
.euiCheckbox.euiCheckbox--inList,
.euiCheckbox.euiCheckbox--noLabel {
  min-height: 16px;
  min-width: 16px;
}
.euiCheckbox.euiCheckbox--inList .euiCheckbox__input,
.euiCheckbox.euiCheckbox--inList .euiCheckbox__square,
.euiCheckbox.euiCheckbox--noLabel .euiCheckbox__input,
.euiCheckbox.euiCheckbox--noLabel .euiCheckbox__square {
  top: 0;
}
.euiCheckbox.euiCheckbox--inList .euiCheckbox__input,
.euiCheckbox.euiCheckbox--noLabel .euiCheckbox__input {
  margin: 0;
}
.euiCheckboxGroup__item + .euiCheckboxGroup__item {
  margin-top: 4px;
}
.euiCheckboxGroup__item + .euiCheckboxGroup__item.euiCheckbox--compressed {
  margin-top: 0;
}
.euiDescribedFormGroup {
  max-width: 800px;
}
.euiDescribedFormGroup + * {
  margin-top: 24px;
}
.euiDescribedFormGroup.euiDescribedFormGroup--fullWidth {
  max-width: 100%;
}
.euiDescribedFormGroup .euiDescribedFormGroup__description {
  padding-top: 8px;
}
.euiDescribedFormGroup .euiDescribedFormGroup__fields {
  min-width: 0;
}
.euiDescribedFormGroup .euiDescribedFormGroup__fieldPadding--xxxsmall {
  padding-top: 8px;
}
.euiDescribedFormGroup .euiDescribedFormGroup__fieldPadding--xxsmall {
  padding-top: 11px;
}
.euiDescribedFormGroup .euiDescribedFormGroup__fieldPadding--xsmall {
  padding-top: 14px;
}
.euiDescribedFormGroup .euiDescribedFormGroup__fieldPadding--small {
  padding-top: 20px;
}
.euiDescribedFormGroup .euiDescribedFormGroup__fieldPadding--medium {
  padding-top: 32px;
}
.euiDescribedFormGroup .euiDescribedFormGroup__fieldPadding--large {
  padding-top: 44px;
}
@media only screen and (max-width: 574px) {
  .euiDescribedFormGroup .euiDescribedFormGroup__fields {
    padding-top: 0;
  }
  .euiDescribedFormGroup .euiDescribedFormGroup__fields > .euiFormRow--hasEmptyLabelSpace:first-child {
    padding-top: 0;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .euiDescribedFormGroup .euiDescribedFormGroup__fields {
    padding-top: 0;
  }
  .euiDescribedFormGroup .euiDescribedFormGroup__fields > .euiFormRow--hasEmptyLabelSpace:first-child {
    padding-top: 0;
  }
}
.euiFieldNumber {
  max-width: 400px;
  width: 100%;
  height: 40px;
  background-color: #fbfcfd;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 3px 2px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(15, 39, 118, 0.1);
  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;
  font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  letter-spacing: -0.005em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-size: 14px;
  color: #343741;
  border: none;
  border-radius: 0;
  padding: 12px;
}
.euiFieldNumber--fullWidth {
  max-width: 100%;
}
.euiFieldNumber--compressed {
  height: 32px;
}
.euiFieldNumber--inGroup {
  height: 100%;
}
@supports (-moz-appearance: none) {
  .euiFieldNumber {
    transition-property: box-shadow, background-image, background-size;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .euiFieldNumber {
    line-height: 1em;
  }
}
.euiFieldNumber::-webkit-input-placeholder {
  color: #6a717d;
  opacity: 1;
}
.euiFieldNumber::-moz-placeholder {
  color: #6a717d;
  opacity: 1;
}
.euiFieldNumber::placeholder {
  color: #6a717d;
  opacity: 1;
}
.euiFieldNumber:invalid {
  background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%);
  background-size: 100%;
}
.euiFieldNumber:focus {
  background-color: white;
  background-image: linear-gradient(to top, #006BB4, #006BB4 2px, transparent 2px, transparent 100%);
  background-size: 100% 100%;
  box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiFieldNumber:disabled {
  color: #98A2B3;
  -webkit-text-fill-color: #98A2B3;
  cursor: not-allowed;
  background: #eef2f7;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiFieldNumber:disabled::-webkit-input-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiFieldNumber:disabled::-moz-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiFieldNumber:disabled::placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiFieldNumber[readOnly] {
  cursor: default;
  background: rgba(211, 218, 230, 0.05);
  border-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiFieldNumber:-webkit-autofill {
  -webkit-text-fill-color: #343741;
}
.euiFieldNumber:-webkit-autofill ~ .euiFormControlLayoutIcons {
  color: #343741;
}
.euiFieldNumber--compressed {
  background-color: #fbfcfd;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;
  padding: 8px;
  border-radius: 2px;
}
@supports (-moz-appearance: none) {
  .euiFieldNumber--compressed {
    transition-property: box-shadow, background-image, background-size;
  }
}
.euiFieldNumber--compressed:invalid {
  background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%);
  background-size: 100%;
}
.euiFieldNumber--compressed:focus {
  background-color: white;
  background-image: linear-gradient(to top, #006BB4, #006BB4 2px, transparent 2px, transparent 100%);
  background-size: 100% 100%;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiFieldNumber--compressed:disabled {
  color: #98A2B3;
  -webkit-text-fill-color: #98A2B3;
  cursor: not-allowed;
  background: #eef2f7;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiFieldNumber--compressed:disabled::-webkit-input-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiFieldNumber--compressed:disabled::-moz-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiFieldNumber--compressed:disabled::placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiFieldNumber--compressed[readOnly] {
  cursor: default;
  background: rgba(211, 218, 230, 0.05);
  border-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiFieldNumber--inGroup {
  box-shadow: none !important;
  border-radius: 0;
}
.euiFieldNumber--withIcon {
  padding-left: 40px;
}
.euiFieldNumber-isLoading {
  padding-right: 40px;
}
.euiFieldNumber-isLoading.euiFieldNumber--compressed {
  padding-right: 32px;
}
.euiFieldNumber--withIcon.euiFieldNumber--compressed {
  padding-left: 32px;
}
.euiFieldPassword {
  max-width: 400px;
  width: 100%;
  height: 40px;
  background-color: #fbfcfd;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 3px 2px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(15, 39, 118, 0.1);
  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;
  font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  letter-spacing: -0.005em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-size: 14px;
  color: #343741;
  border: none;
  border-radius: 0;
  padding: 12px;
  padding-left: 40px;
}
.euiFieldPassword--fullWidth {
  max-width: 100%;
}
.euiFieldPassword--compressed {
  height: 32px;
}
.euiFieldPassword--inGroup {
  height: 100%;
}
@supports (-moz-appearance: none) {
  .euiFieldPassword {
    transition-property: box-shadow, background-image, background-size;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .euiFieldPassword {
    line-height: 1em;
  }
}
.euiFieldPassword::-webkit-input-placeholder {
  color: #6a717d;
  opacity: 1;
}
.euiFieldPassword::-moz-placeholder {
  color: #6a717d;
  opacity: 1;
}
.euiFieldPassword::placeholder {
  color: #6a717d;
  opacity: 1;
}
.euiFieldPassword:invalid {
  background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%);
  background-size: 100%;
}
.euiFieldPassword:focus {
  background-color: white;
  background-image: linear-gradient(to top, #006BB4, #006BB4 2px, transparent 2px, transparent 100%);
  background-size: 100% 100%;
  box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiFieldPassword:disabled {
  color: #98A2B3;
  -webkit-text-fill-color: #98A2B3;
  cursor: not-allowed;
  background: #eef2f7;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiFieldPassword:disabled::-webkit-input-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiFieldPassword:disabled::-moz-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiFieldPassword:disabled::placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiFieldPassword[readOnly] {
  cursor: default;
  background: rgba(211, 218, 230, 0.05);
  border-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiFieldPassword:-webkit-autofill {
  -webkit-text-fill-color: #343741;
}
.euiFieldPassword:-webkit-autofill ~ .euiFormControlLayoutIcons {
  color: #343741;
}
.euiFieldPassword--compressed {
  background-color: #fbfcfd;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;
  padding: 8px;
  border-radius: 2px;
}
@supports (-moz-appearance: none) {
  .euiFieldPassword--compressed {
    transition-property: box-shadow, background-image, background-size;
  }
}
.euiFieldPassword--compressed:invalid {
  background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%);
  background-size: 100%;
}
.euiFieldPassword--compressed:focus {
  background-color: white;
  background-image: linear-gradient(to top, #006BB4, #006BB4 2px, transparent 2px, transparent 100%);
  background-size: 100% 100%;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiFieldPassword--compressed:disabled {
  color: #98A2B3;
  -webkit-text-fill-color: #98A2B3;
  cursor: not-allowed;
  background: #eef2f7;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiFieldPassword--compressed:disabled::-webkit-input-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiFieldPassword--compressed:disabled::-moz-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiFieldPassword--compressed:disabled::placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiFieldPassword--compressed[readOnly] {
  cursor: default;
  background: rgba(211, 218, 230, 0.05);
  border-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiFieldPassword--inGroup {
  box-shadow: none !important;
  border-radius: 0;
}
.euiFieldPassword-isLoading {
  padding-right: 40px;
}
.euiFieldPassword-isLoading.euiFieldPassword--compressed {
  padding-right: 32px;
}
.euiFieldPassword.euiFieldPassword--compressed {
  padding-left: 32px;
}
.euiFieldPassword--withToggle::-ms-reveal {
  display: none;
}
/*
 * 1. Fix for Safari to ensure that it renders like a normal text input
 *    and doesn't add extra spacing around text
 * 2. Remove the X clear button from input type search in Chrome and IE
*/
.euiFieldSearch {
  max-width: 400px;
  width: 100%;
  height: 40px;
  background-color: #fbfcfd;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 3px 2px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(15, 39, 118, 0.1);
  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;
  font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  letter-spacing: -0.005em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-size: 14px;
  color: #343741;
  border: none;
  border-radius: 0;
  padding: 12px;
  padding-left: 40px;
  -webkit-appearance: textfield;
  /* 1 */
}
.euiFieldSearch--fullWidth {
  max-width: 100%;
}
.euiFieldSearch--compressed {
  height: 32px;
}
.euiFieldSearch--inGroup {
  height: 100%;
}
@supports (-moz-appearance: none) {
  .euiFieldSearch {
    transition-property: box-shadow, background-image, background-size;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .euiFieldSearch {
    line-height: 1em;
  }
}
.euiFieldSearch::-webkit-input-placeholder {
  color: #6a717d;
  opacity: 1;
}
.euiFieldSearch::-moz-placeholder {
  color: #6a717d;
  opacity: 1;
}
.euiFieldSearch::placeholder {
  color: #6a717d;
  opacity: 1;
}
.euiFieldSearch:invalid {
  background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%);
  background-size: 100%;
}
.euiFieldSearch:focus {
  background-color: white;
  background-image: linear-gradient(to top, #006BB4, #006BB4 2px, transparent 2px, transparent 100%);
  background-size: 100% 100%;
  box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiFieldSearch:disabled {
  color: #98A2B3;
  -webkit-text-fill-color: #98A2B3;
  cursor: not-allowed;
  background: #eef2f7;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiFieldSearch:disabled::-webkit-input-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiFieldSearch:disabled::-moz-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiFieldSearch:disabled::placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiFieldSearch[readOnly] {
  cursor: default;
  background: rgba(211, 218, 230, 0.05);
  border-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiFieldSearch:-webkit-autofill {
  -webkit-text-fill-color: #343741;
}
.euiFieldSearch:-webkit-autofill ~ .euiFormControlLayoutIcons {
  color: #343741;
}
.euiFieldSearch--compressed {
  background-color: #fbfcfd;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;
  padding: 8px;
  border-radius: 2px;
}
@supports (-moz-appearance: none) {
  .euiFieldSearch--compressed {
    transition-property: box-shadow, background-image, background-size;
  }
}
.euiFieldSearch--compressed:invalid {
  background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%);
  background-size: 100%;
}
.euiFieldSearch--compressed:focus {
  background-color: white;
  background-image: linear-gradient(to top, #006BB4, #006BB4 2px, transparent 2px, transparent 100%);
  background-size: 100% 100%;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiFieldSearch--compressed:disabled {
  color: #98A2B3;
  -webkit-text-fill-color: #98A2B3;
  cursor: not-allowed;
  background: #eef2f7;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiFieldSearch--compressed:disabled::-webkit-input-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiFieldSearch--compressed:disabled::-moz-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiFieldSearch--compressed:disabled::placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiFieldSearch--compressed[readOnly] {
  cursor: default;
  background: rgba(211, 218, 230, 0.05);
  border-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiFieldSearch--inGroup {
  box-shadow: none !important;
  border-radius: 0;
}
.euiFieldSearch-isLoading {
  padding-right: 40px;
}
.euiFieldSearch-isLoading.euiFieldSearch--compressed {
  padding-right: 32px;
}
.euiFieldSearch::-webkit-search-decoration,
.euiFieldSearch::-webkit-search-cancel-button {
  -webkit-appearance: none;
  /* 1, 2 */
}
.euiFieldSearch::-ms-clear {
  display: none;
  /* 2 */
}
.euiFieldSearch.euiFieldSearch-isClearable {
  padding-right: 40px;
}
.euiFieldSearch.euiFieldSearch-isLoading {
  padding-right: 40px;
}
.euiFieldSearch.euiFieldSearch-isLoading.euiFieldSearch-isClearable {
  padding-right: 62px;
}
.euiFieldSearch.euiFieldSearch--compressed {
  padding-left: 32px;
}
.euiFieldSearch.euiFieldSearch--compressed.euiFieldSearch-isClearable {
  padding-right: 32px;
}
.euiFieldSearch.euiFieldSearch--compressed.euiFieldSearch-isLoading {
  padding-right: 32px;
}
.euiFieldSearch.euiFieldSearch--compressed.euiFieldSearch-isLoading.euiFieldSearch-isClearable {
  padding-right: 54px;
}
.euiFieldText {
  max-width: 400px;
  width: 100%;
  height: 40px;
  background-color: #fbfcfd;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 3px 2px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(15, 39, 118, 0.1);
  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;
  font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  letter-spacing: -0.005em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-size: 14px;
  color: #343741;
  border: none;
  border-radius: 0;
  padding: 12px;
  /* Invalid state normally comes from :invalid, but several components
  /* like EuiDatePicker need it toggled through an extra class.
  */
}
.euiFieldText--fullWidth {
  max-width: 100%;
}
.euiFieldText--compressed {
  height: 32px;
}
.euiFieldText--inGroup {
  height: 100%;
}
@supports (-moz-appearance: none) {
  .euiFieldText {
    transition-property: box-shadow, background-image, background-size;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .euiFieldText {
    line-height: 1em;
  }
}
.euiFieldText::-webkit-input-placeholder {
  color: #6a717d;
  opacity: 1;
}
.euiFieldText::-moz-placeholder {
  color: #6a717d;
  opacity: 1;
}
.euiFieldText::placeholder {
  color: #6a717d;
  opacity: 1;
}
.euiFieldText:invalid {
  background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%);
  background-size: 100%;
}
.euiFieldText:focus {
  background-color: white;
  background-image: linear-gradient(to top, #006BB4, #006BB4 2px, transparent 2px, transparent 100%);
  background-size: 100% 100%;
  box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiFieldText:disabled {
  color: #98A2B3;
  -webkit-text-fill-color: #98A2B3;
  cursor: not-allowed;
  background: #eef2f7;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiFieldText:disabled::-webkit-input-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiFieldText:disabled::-moz-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiFieldText:disabled::placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiFieldText[readOnly] {
  cursor: default;
  background: rgba(211, 218, 230, 0.05);
  border-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiFieldText:-webkit-autofill {
  -webkit-text-fill-color: #343741;
}
.euiFieldText:-webkit-autofill ~ .euiFormControlLayoutIcons {
  color: #343741;
}
.euiFieldText--compressed {
  background-color: #fbfcfd;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;
  padding: 8px;
  border-radius: 2px;
}
@supports (-moz-appearance: none) {
  .euiFieldText--compressed {
    transition-property: box-shadow, background-image, background-size;
  }
}
.euiFieldText--compressed:invalid {
  background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%);
  background-size: 100%;
}
.euiFieldText--compressed:focus {
  background-color: white;
  background-image: linear-gradient(to top, #006BB4, #006BB4 2px, transparent 2px, transparent 100%);
  background-size: 100% 100%;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiFieldText--compressed:disabled {
  color: #98A2B3;
  -webkit-text-fill-color: #98A2B3;
  cursor: not-allowed;
  background: #eef2f7;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiFieldText--compressed:disabled::-webkit-input-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiFieldText--compressed:disabled::-moz-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiFieldText--compressed:disabled::placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiFieldText--compressed[readOnly] {
  cursor: default;
  background: rgba(211, 218, 230, 0.05);
  border-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiFieldText--inGroup {
  box-shadow: none !important;
  border-radius: 0;
}
.euiFieldText--withIcon {
  padding-left: 40px;
}
.euiFieldText-isLoading {
  padding-right: 40px;
}
.euiFieldText-isLoading.euiFieldText--compressed {
  padding-right: 32px;
}
.euiFieldText.euiFieldText-isInvalid {
  background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%);
  background-size: 100%;
}
.euiFieldText--withIcon.euiFieldText--compressed {
  padding-left: 32px;
}
.euiFieldText--isClearable {
  padding-right: 40px;
}
.euiFieldText--isClearable.euiFieldText--compressed {
  padding-right: 32px;
}
/**
  * REMEMBER: --large modifiers must come last to override --compressed
  */
.euiFilePicker {
  max-width: 400px;
  width: 100%;
  height: 40px;
  position: relative;
}
.euiFilePicker--fullWidth {
  max-width: 100%;
}
.euiFilePicker--compressed {
  height: 32px;
}
.euiFilePicker--inGroup {
  height: 100%;
}
.euiFilePicker.euiFilePicker--large {
  border-radius: 0;
  overflow: hidden;
  height: auto;
}
.euiFilePicker.euiFilePicker--large.euiFilePicker--compressed {
  border-radius: 2px;
}
.euiFilePicker__input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}
.euiFilePicker__input:hover {
  cursor: pointer;
}
.euiFilePicker__input:hover:disabled {
  cursor: not-allowed;
}
.euiFilePicker__input:disabled {
  opacity: 0;
}
.euiFilePicker__input:disabled ~ .euiFilePicker__prompt {
  color: #98A2B3;
}
.euiFilePicker__icon {
  position: absolute;
  left: 12px;
  top: 12px;
  transition: -webkit-transform 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: transform 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: transform 150ms cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-transform 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.euiFilePicker--compressed .euiFilePicker__icon {
  top: 8px;
  left: 8px;
}
.euiFilePicker--large .euiFilePicker__icon {
  position: static;
  margin-bottom: 16px;
}
/**
  * 1. Don't block the user from dropping files onto the filepicker.
  * 2. Ensure space for import icon, loading spinner, and clear button (only if it has files)
  * 3. Delay focus gradient or else it will only partially transition while file chooser opens
  * 4. Static height so that it doesn't shift its surrounding contents around
  */
.euiFilePicker__prompt {
  background-color: #fbfcfd;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 3px 2px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(15, 39, 118, 0.1);
  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;
  padding-left: 40px;
  /* 2 */
  height: 40px;
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  pointer-events: none;
  /* 1 */
  border-radius: 0;
  transition: box-shadow 150ms ease-in, background-color 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in 150ms;
  /* 3 */
}
@supports (-moz-appearance: none) {
  .euiFilePicker__prompt {
    transition-property: box-shadow, background-image, background-size;
  }
}
.euiFilePicker--compressed .euiFilePicker__prompt {
  background-color: #fbfcfd;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;
  padding: 8px;
  padding-left: 32px;
  /* 2 */
  height: 32px;
  border-radius: 2px;
}
@supports (-moz-appearance: none) {
  .euiFilePicker--compressed .euiFilePicker__prompt {
    transition-property: box-shadow, background-image, background-size;
  }
}
.euiFilePicker--large .euiFilePicker__prompt {
  height: 128px;
  /* 4 */
  padding: 0 24px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.euiFilePicker--large.euiFilePicker--compressed .euiFilePicker__prompt {
  height: 104px;
  /* 4 */
}
.euiFilePicker-isInvalid .euiFilePicker__prompt {
  background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%);
  background-size: 100%;
}
.euiFilePicker__promptText {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
  line-height: 16px;
}
.euiFilePicker:not(.euiFilePicker--large):not(.euiFilePicker-hasFiles) .euiFilePicker__promptText {
  color: #98A2B3;
}
.euiFilePicker__clearButton,
.euiFilePicker__loadingSpinner {
  position: absolute;
  right: 12px;
  top: 12px;
}
.euiFilePicker--compressed .euiFilePicker__clearButton,
.euiFilePicker--compressed .euiFilePicker__loadingSpinner {
  top: 8px;
}
/**
  * 1. Undo the pointer-events: none applied to the enclosing prompt.
  */
.euiFilePicker__clearButton {
  pointer-events: auto;
  /* 1 */
}
.euiFilePicker:not(.euiFilePicker--large) .euiFilePicker__clearButton {
  width: 16px;
  height: 16px;
  pointer-events: all;
  background-color: #98A2B3;
  border-radius: 16px;
  line-height: 0;
}
.euiFilePicker:not(.euiFilePicker--large) .euiFilePicker__clearButton:focus {
  -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
  animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
}
.euiFilePicker:not(.euiFilePicker--large) .euiFilePicker__clearButton .euiFilePicker__clearIcon {
  width: 8px;
  height: 8px;
  fill: #FFF;
  stroke: #FFF;
  stroke-width: 2px;
}
.euiFilePicker--large .euiFilePicker__clearButton {
  position: relative;
  top: 0;
  right: 0;
}
.euiFilePicker__showDrop .euiFilePicker__prompt,
.euiFilePicker__input:focus + .euiFilePicker__prompt {
  background-color: white;
  background-image: linear-gradient(to top, #006BB4, #006BB4 2px, transparent 2px, transparent 100%);
  background-size: 100% 100%;
  box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiFilePicker--compressed .euiFilePicker__showDrop .euiFilePicker__prompt,
.euiFilePicker--compressed .euiFilePicker__input:focus + .euiFilePicker__prompt {
  background-color: white;
  background-image: linear-gradient(to top, #006BB4, #006BB4 2px, transparent 2px, transparent 100%);
  background-size: 100% 100%;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiFilePicker__input:disabled + .euiFilePicker__prompt {
  color: #98A2B3;
  -webkit-text-fill-color: #98A2B3;
  cursor: not-allowed;
  background: #eef2f7;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiFilePicker__input:disabled + .euiFilePicker__prompt::-webkit-input-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiFilePicker__input:disabled + .euiFilePicker__prompt::-moz-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiFilePicker__input:disabled + .euiFilePicker__prompt::placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiFilePicker:not(.euiFilePicker--large).euiFilePicker-isLoading .euiFilePicker__prompt,
.euiFilePicker:not(.euiFilePicker--large).euiFilePicker-hasFiles .euiFilePicker__prompt {
  padding-right: 40px;
  /* 2 */
}
.euiFilePicker-hasFiles .euiFilePicker__promptText {
  color: #343741;
}
.euiFilePicker--large .euiFilePicker__input:hover:not(:disabled) + .euiFilePicker__prompt .euiFilePicker__promptText,
.euiFilePicker--large .euiFilePicker__input:focus + .euiFilePicker__prompt .euiFilePicker__promptText {
  text-decoration: underline;
}
.euiFilePicker--large .euiFilePicker__input:hover:not(:disabled) + .euiFilePicker__prompt .euiFilePicker__icon,
.euiFilePicker--large .euiFilePicker__input:focus + .euiFilePicker__prompt .euiFilePicker__icon {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.euiFilePicker--large.euiFilePicker__showDrop .euiFilePicker__prompt .euiFilePicker__promptText {
  text-decoration: underline;
}
.euiFilePicker--large.euiFilePicker__showDrop .euiFilePicker__prompt .euiFilePicker__icon {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.euiFilePicker--large.euiFilePicker-hasFiles .euiFilePicker__promptText {
  font-weight: 700;
}
.euiForm__error {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  list-style: disc;
}
.euiForm__errors {
  margin-bottom: 16px;
}
.euiFormControlLayout {
  max-width: 400px;
  width: 100%;
  height: 40px;
}
.euiFormControlLayout--fullWidth {
  max-width: 100%;
}
.euiFormControlLayout--compressed {
  height: 32px;
}
.euiFormControlLayout--inGroup {
  height: 100%;
}
.euiFormControlLayout__childrenWrapper {
  position: relative;
}
/**
 * 1. Account for inner box-shadow style border
 * 2. Ensure truncation works in children elements
 */
.euiFormControlLayout--group {
  background-color: #fbfcfd;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 3px 2px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(15, 39, 118, 0.1);
  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  padding: 1px;
  /* 1 */
}
@supports (-moz-appearance: none) {
  .euiFormControlLayout--group {
    transition-property: box-shadow, background-image, background-size;
  }
}
.euiFormControlLayout--group > *,
.euiFormControlLayout--group .euiPopover__anchor,
.euiFormControlLayout--group .euiButtonEmpty,
.euiFormControlLayout--group .euiText,
.euiFormControlLayout--group .euiFormLabel,
.euiFormControlLayout--group .euiButtonIcon {
  height: 100%;
}
.euiFormControlLayout--group .euiFormControlLayout__childrenWrapper {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  overflow: hidden;
  /* 2 */
}
.euiFormControlLayout--group .euiFormControlLayout__prepend,
.euiFormControlLayout--group .euiFormControlLayout__append {
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 100%;
  border-radius: 0;
}
.euiFormControlLayout--group .euiFormControlLayout__prepend.euiIcon,
.euiFormControlLayout--group .euiFormControlLayout__prepend .euiIcon,
.euiFormControlLayout--group .euiFormControlLayout__append.euiIcon,
.euiFormControlLayout--group .euiFormControlLayout__append .euiIcon {
  padding: 0 8px;
  width: 32px;
  border-radius: 0;
  background-color: #e9edf3;
}
.euiFormControlLayout--group .euiFormControlLayout__prepend.euiButtonIcon,
.euiFormControlLayout--group .euiFormControlLayout__prepend.euiButtonEmpty,
.euiFormControlLayout--group .euiFormControlLayout__prepend .euiButtonIcon,
.euiFormControlLayout--group .euiFormControlLayout__prepend .euiButtonEmpty,
.euiFormControlLayout--group .euiFormControlLayout__append.euiButtonIcon,
.euiFormControlLayout--group .euiFormControlLayout__append.euiButtonEmpty,
.euiFormControlLayout--group .euiFormControlLayout__append .euiButtonIcon,
.euiFormControlLayout--group .euiFormControlLayout__append .euiButtonEmpty {
  -webkit-transform: none !important;
  transform: none !important;
}
.euiFormControlLayout--group .euiFormControlLayout__prepend.euiButtonIcon .euiIcon,
.euiFormControlLayout--group .euiFormControlLayout__prepend.euiButtonEmpty .euiIcon,
.euiFormControlLayout--group .euiFormControlLayout__prepend .euiButtonIcon .euiIcon,
.euiFormControlLayout--group .euiFormControlLayout__prepend .euiButtonEmpty .euiIcon,
.euiFormControlLayout--group .euiFormControlLayout__append.euiButtonIcon .euiIcon,
.euiFormControlLayout--group .euiFormControlLayout__append.euiButtonEmpty .euiIcon,
.euiFormControlLayout--group .euiFormControlLayout__append .euiButtonIcon .euiIcon,
.euiFormControlLayout--group .euiFormControlLayout__append .euiButtonEmpty .euiIcon {
  background: none !important;
  padding: 0;
  width: 16px;
}
.euiFormControlLayout--group .euiButtonIcon {
  padding: 0 8px;
  width: 32px;
  border-radius: 0;
}
.euiFormControlLayout--group .euiButtonIcon:not(:focus) {
  background-color: #e9edf3;
}
.euiFormControlLayout--group .euiButtonIcon:focus-visible {
  outline: 2px solid rgba(0, 107, 180, 0.3);
  outline-offset: -2px;
}
.euiFormControlLayout--group .euiToolTipAnchor > .euiIcon {
  height: 100%;
  background-color: #e9edf3;
  padding: 0 8px;
  width: 32px;
  border-radius: 0;
}
.euiFormControlLayout--group > .euiFormControlLayout__prepend,
.euiFormControlLayout--group > .euiFormControlLayout__append {
  max-width: 50%;
}
.euiFormControlLayout--group .euiFormLabel,
.euiFormControlLayout--group .euiText {
  background-color: #e9edf3;
  padding: 12px;
  line-height: 16px !important;
  cursor: default !important;
}
.euiFormControlLayout--group .euiFormLabel + *:not(.euiFormControlLayout__childrenWrapper):not(input),
.euiFormControlLayout--group .euiText + *:not(.euiFormControlLayout__childrenWrapper):not(input) {
  margin-left: -12px;
}
.euiFormControlLayout--group > *:not(.euiFormControlLayout__childrenWrapper) + .euiFormLabel,
.euiFormControlLayout--group > *:not(.euiFormControlLayout__childrenWrapper) + .euiText {
  margin-left: -12px;
}
.euiFormControlLayout--group .euiButtonEmpty {
  border-right: 1px solid #e4e8ee;
}
.euiFormControlLayout--group .euiFormControlLayout__childrenWrapper ~ .euiButtonEmpty,
.euiFormControlLayout--group .euiFormControlLayout__childrenWrapper ~ * .euiButtonEmpty {
  border-right: none;
  border-left: 1px solid #e4e8ee;
}
.euiFormControlLayout--group.euiFormControlLayout--compressed {
  background-color: #fbfcfd;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;
  border-radius: 2px;
  overflow: hidden;
}
@supports (-moz-appearance: none) {
  .euiFormControlLayout--group.euiFormControlLayout--compressed {
    transition-property: box-shadow, background-image, background-size;
  }
}
.euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormLabel,
.euiFormControlLayout--group.euiFormControlLayout--compressed .euiText {
  padding: 8px;
}
.euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormLabel + *:not(.euiFormControlLayout__childrenWrapper),
.euiFormControlLayout--group.euiFormControlLayout--compressed .euiText + *:not(.euiFormControlLayout__childrenWrapper) {
  margin-left: -8px;
}
.euiFormControlLayout--group.euiFormControlLayout--compressed > *:not(.euiFormControlLayout__childrenWrapper) + .euiFormLabel,
.euiFormControlLayout--group.euiFormControlLayout--compressed > *:not(.euiFormControlLayout__childrenWrapper) + .euiText {
  margin-left: -8px;
}
.euiFormControlLayout--group.euiFormControlLayout--readOnly {
  cursor: default;
  background: #e9edf3;
  border-color: transparent;
  box-shadow: inset 0 0 0 1px #e9edf3;
}
.euiFormControlLayout--group.euiFormControlLayout--readOnly input {
  background-color: rgba(211, 218, 230, 0.05);
}
.euiFormControlLayoutDelimited {
  background-color: #fbfcfd;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 3px 2px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(15, 39, 118, 0.1);
  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  padding: 1px;
  /* 1 */
}
@supports (-moz-appearance: none) {
  .euiFormControlLayoutDelimited {
    transition-property: box-shadow, background-image, background-size;
  }
}
.euiFormControlLayoutDelimited .euiFormControlLayoutDelimited__delimeter {
  background-color: #fbfcfd;
}
.euiFormControlLayoutDelimited > .euiFormControlLayout__childrenWrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.euiFormControlLayoutDelimited[class*='--compressed'] {
  background-color: #fbfcfd;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;
  border-radius: 2px;
}
@supports (-moz-appearance: none) {
  .euiFormControlLayoutDelimited[class*='--compressed'] {
    transition-property: box-shadow, background-image, background-size;
  }
}
.euiFormControlLayoutDelimited[class*='--compressed'] .euiFormControlLayoutDelimited__input {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
}
.euiFormControlLayoutDelimited[class*='--compressed'] .euiFormControlLayoutIcons {
  padding-left: 8px;
  padding-right: 8px;
}
.euiFormControlLayoutDelimited[class*='--fullWidth'] .euiFormControlLayout__childrenWrapper,
.euiFormControlLayoutDelimited[class*='--fullWidth'] input {
  width: 100%;
  max-width: none;
}
.euiFormControlLayoutDelimited[class*='-isDisabled'] {
  color: #98A2B3;
  -webkit-text-fill-color: #98A2B3;
  cursor: not-allowed;
  background: #eef2f7;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiFormControlLayoutDelimited[class*='-isDisabled']::-webkit-input-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiFormControlLayoutDelimited[class*='-isDisabled']::-moz-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiFormControlLayoutDelimited[class*='-isDisabled']::placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiFormControlLayoutDelimited[class*='-isDisabled'] .euiFormControlLayoutDelimited__delimeter {
  background-color: #eef2f7;
}
.euiFormControlLayoutDelimited[class*='--readOnly'] {
  cursor: default;
  background: rgba(211, 218, 230, 0.05);
  border-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiFormControlLayoutDelimited[class*='--readOnly'] input,
.euiFormControlLayoutDelimited[class*='--readOnly'] .euiFormControlLayoutDelimited__delimeter {
  background-color: rgba(211, 218, 230, 0.05);
}
.euiFormControlLayoutDelimited .euiFormControlLayoutIcons {
  position: static;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.euiFormControlLayoutDelimited .euiFormControlLayoutIcons:not(.euiFormControlLayoutIcons--right) {
  -webkit-order: -1;
  order: -1;
}
.euiFormControlLayoutDelimited__input {
  box-shadow: none !important;
  border-radius: 0 !important;
  text-align: center;
  height: 100%;
  min-width: 0;
}
.euiFormControlLayoutDelimited[class*='--compressed'] .euiFormControlLayoutDelimited__input {
  max-width: none;
}
.euiFormControlLayoutDelimited__delimeter {
  line-height: 1 !important;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 6px;
  padding-right: 6px;
}
.euiFormControlLayoutIcons {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.euiFormControlLayoutIcons > * + * {
  margin-left: 6px;
}
.euiFormControlLayout--compressed .euiFormControlLayoutIcons {
  left: 8px;
}
.euiFormControlLayoutIcons--right {
  left: auto;
  right: 12px;
}
.euiFormControlLayout--compressed .euiFormControlLayoutIcons--right {
  left: auto;
  right: 8px;
}
*:disabled + .euiFormControlLayoutIcons {
  cursor: not-allowed;
  color: #98A2B3;
}
.euiFormControlLayoutClearButton {
  width: 16px;
  height: 16px;
  pointer-events: all;
  background-color: #98A2B3;
  border-radius: 16px;
  line-height: 0;
}
.euiFormControlLayoutClearButton:focus {
  -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
  animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
}
.euiFormControlLayoutClearButton .euiFormControlLayoutClearButton__icon {
  width: 8px;
  height: 8px;
  fill: #FFF;
  stroke: #FFF;
  stroke-width: 2px;
}
.euiFormControlLayoutClearButton--small {
  width: 12px;
  height: 12px;
  pointer-events: all;
  background-color: #98A2B3;
  border-radius: 12px;
  line-height: 0;
}
.euiFormControlLayoutClearButton--small:focus {
  -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
  animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
}
.euiFormControlLayoutClearButton--small .euiFormControlLayoutClearButton__icon {
  width: 6px;
  height: 6px;
  fill: #FFF;
  stroke: #FFF;
  stroke-width: 4px;
}
.euiFormControlLayoutCustomIcon {
  pointer-events: none;
  font-size: 0;
}
.euiFormControlLayoutCustomIcon--clickable {
  width: 16px;
  height: 16px;
  pointer-events: all;
}
.euiFormControlLayoutCustomIcon--clickable .euiFormControlLayoutCustomIcon__icon {
  vertical-align: baseline;
  -webkit-transform: none;
  transform: none;
}
.euiFormControlLayoutCustomIcon--clickable:focus {
  -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
  animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
}
.euiFormControlLayoutCustomIcon--clickable:disabled {
  cursor: not-allowed;
  color: #98A2B3;
}
.euiFormErrorText {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  padding-top: 4px;
  color: #BD271E;
}
.euiFormLegend {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-weight: 600;
}
.euiFormLegend:not(.euiFormLegend-isHidden) {
  margin-bottom: 8px;
}
.euiFormLegend:not(.euiFormLegend-isHidden).euiFormLegend--compressed {
  margin-bottom: 4px;
}
.euiFormHelpText {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  padding-top: 4px;
  color: #69707D;
}
/**
 * 1. Focused state overrides invalid state.
 * 2. Disabled state overrides pointer.
 */
.euiFormLabel {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-weight: 600;
  display: inline-block;
  transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.euiFormLabel.euiFormLabel-isInvalid {
  color: #BD271E;
  /* 1 */
}
.euiFormLabel.euiFormLabel-isFocused {
  color: #006BB4;
  /* 1 */
}
.euiFormLabel[for] {
  cursor: pointer;
  /* 2 */
}
.euiFormLabel[for].euiFormLabel-isDisabled {
  cursor: default;
  /* 2 */
}
/**
 * 1. Coerce inline form elements to behave as block-level elements.
 * 2. For inline forms, we need to add margin if the label doesn't exist.
 */
.euiFormRow {
  display: -webkit-flex;
  display: flex;
  /* 1 */
  -webkit-flex-direction: column;
  flex-direction: column;
  /* 1 */
  max-width: 400px;
}
.euiFormRow + .euiFormRow,
.euiFormRow + .euiButton {
  margin-top: 16px;
}
.euiFormRow--fullWidth {
  max-width: 100%;
}
.euiFormRow--hasEmptyLabelSpace {
  margin-top: 22px;
  /* 2 */
  min-height: 40px;
  padding-bottom: 0;
  -webkit-justify-content: center;
  justify-content: center;
}
.euiFormRow__labelWrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 4px;
}
.euiFormRow--horizontal {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.euiFormRow--horizontal .euiFormRow__label {
  -webkit-hyphens: auto;
  hyphens: auto;
  max-width: 100%;
}
.euiFormRow--horizontal .euiFormRow__labelWrapper {
  display: block;
  line-height: 31px;
  width: calc(33% - 8px);
  margin-right: 8px;
  margin-bottom: 0;
}
.euiFormRow--horizontal .euiFormRow__fieldWrapper {
  width: 67%;
}
.euiFormRow--horizontal + .euiFormRow--horizontal {
  margin-top: 8px;
}
.euiFormRow--horizontal + .euiFormRow--horizontal.euiFormRow--hasSwitch {
  margin-top: 12px;
}
.euiFormRow--horizontal.euiFormRow--hasSwitch .euiFormRow__labelWrapper {
  line-height: 19px;
  width: auto;
  min-width: calc(33% - 8px);
}
.euiFormRow--horizontal.euiFormRow--hasSwitch .euiFormRow__fieldWrapper {
  width: auto;
}
.euiFormRow--horizontal.euiFormRow--hasSwitch .euiFormRow__fieldWrapper .euiSwitch--compressed {
  margin-top: 2px;
}
.euiFormRow--horizontal.euiFormRow--hasSwitch + .euiFormRow--horizontal {
  margin-top: 12px;
}
.euiFormRow__fieldWrapperDisplayOnly {
  min-height: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.euiFormRow--compressed.euiFormRow--hasEmptyLabelSpace {
  min-height: 32px;
}
.euiFormRow--compressed .euiFormRow__fieldWrapperDisplayOnly {
  min-height: 32px;
}
/**
  * 1. Float above the visual radio and match its dimension, so that when users try to click it
  *    they actually click this input.
  */
.euiRadio {
  position: relative;
}
.euiRadio .euiRadio__input {
  width: 16px;
  height: 16px;
  top: 3px;
  cursor: pointer;
  position: absolute;
  /* 1 */
  opacity: 0;
  /* 1 */
  z-index: 1;
  /* 1 */
}
.euiRadio .euiRadio__input ~ .euiRadio__label {
  display: inline-block;
  padding-left: 24px;
  line-height: 24px;
  font-size: 14px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.euiRadio .euiRadio__input + .euiRadio__circle {
  box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);
  padding: 7px;
  border: 1px solid #c9cbcd;
  background: #FFF no-repeat center;
  border-radius: 14px;
  transition: background-color 150ms ease-in, border-color 150ms ease-in;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
}
.euiRadio .euiRadio__input:checked + .euiRadio__circle {
  border-color: #006BB4;
  background-color: #006BB4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Ccircle cx='8' cy='11' r='3' fill='rgb%28255, 255, 255%29' fill-rule='evenodd' transform='translate(-5 -8)'/%3E%3C/svg%3E");
}
.euiRadio .euiRadio__input[disabled] {
  cursor: not-allowed !important;
}
.euiRadio .euiRadio__input[disabled] ~ .euiRadio__label {
  color: #98A2B3;
  cursor: not-allowed !important;
}
.euiRadio .euiRadio__input[disabled] + .euiRadio__circle {
  border-color: #D3DAE6;
  background-color: #D3DAE6;
  box-shadow: none;
}
.euiRadio .euiRadio__input:checked[disabled] + .euiRadio__circle {
  border-color: #D3DAE6;
  background-color: #D3DAE6;
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Ccircle cx='8' cy='11' r='3' fill='rgb%2894, 100, 111%29' fill-rule='evenodd' transform='translate(-5 -8)'/%3E%3C/svg%3E");
}
.euiRadio .euiRadio__input:focus + .euiRadio__circle {
  -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
  animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
  border-color: #006BB4;
}
.euiRadio.euiRadio--inList,
.euiRadio.euiRadio--noLabel {
  min-height: 16px;
  min-width: 16px;
}
.euiRadio.euiRadio--inList .euiRadio__input,
.euiRadio.euiRadio--inList .euiRadio__circle,
.euiRadio.euiRadio--noLabel .euiRadio__input,
.euiRadio.euiRadio--noLabel .euiRadio__circle {
  top: 0;
}
.euiRadio.euiRadio--inList .euiRadio__input,
.euiRadio.euiRadio--noLabel .euiRadio__input {
  margin: 0;
}
.euiRadioGroup__item + .euiRadioGroup__item {
  margin-top: 4px;
}
.euiRadioGroup__item + .euiRadioGroup__item.euiRadio--compressed {
  margin-top: 0;
}
.euiRange__horizontalSpacer {
  width: 16px;
}
.euiRange__slimHorizontalSpacer {
  width: 8px;
}
.euiRangeDraggable {
  height: 20px;
  position: absolute;
  top: 10px;
  pointer-events: none;
  z-index: 2;
}
.euiRangeDraggable.euiRangeDraggable--compressed {
  height: 16px;
  top: 8px;
}
.euiRangeDraggable.euiRangeDraggable--hasTicks {
  top: 0;
}
.euiRangeDraggable .euiRangeDraggle__inner {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  bottom: 0;
}
.euiRangeDraggable:not(.euiRangeDraggable--disabled) .euiRangeDraggle__inner {
  cursor: -webkit-grab;
  cursor: grab;
  pointer-events: all;
}
.euiRangeDraggable:not(.euiRangeDraggable--disabled) .euiRangeDraggle__inner:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.euiRangeHighlight {
  position: absolute;
  left: 0;
  width: 100%;
  top: calc(50% - 2px);
  overflow: hidden;
}
.euiRangeHighlight__progress {
  height: 4px;
  border-radius: 4px;
  background-color: #69707D;
}
.euiRangeHighlight__progress--hasFocus {
  background-color: #006BB4;
}
.euiRangeHighlight--hasTicks {
  top: 8px;
}
.euiRangeHighlight--hasTicks.euiRangeHighlight--compressed {
  top: 6px;
}
.euiRangeInput {
  width: auto;
  min-width: 64px;
}
.euiRange__popover .euiRangeInput {
  margin: 0 !important;
  width: 100%;
}
.euiRangeLabel--min,
.euiRangeLabel--max {
  font-size: 12px;
}
.euiRangeLabel--min {
  margin-right: 8px;
}
.euiRangeLabel--max {
  margin-left: 8px;
}
.euiRangeLabel--isDisabled {
  opacity: 0.25;
}
.euiRangeLevels {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  position: absolute;
  left: 0;
  right: 0;
  top: 22px;
}
.euiRangeLevels--hasTicks {
  top: 12px;
}
.euiRangeLevels--compressed {
  top: 18px;
}
.euiRangeLevels--compressed.euiRangeLevels--hasTicks {
  top: 10px;
}
.euiRangeLevel {
  display: block;
  position: absolute;
  height: 6px;
  border-radius: 6px;
  margin: 2px;
}
.euiRangeLevel--primary {
  background-color: rgba(0, 107, 180, 0.3);
}
.euiRangeLevel--success {
  background-color: rgba(1, 125, 115, 0.3);
}
.euiRangeLevel--warning {
  background-color: rgba(245, 167, 0, 0.3);
}
.euiRangeLevel--danger {
  background-color: rgba(189, 39, 30, 0.3);
}
/*
 *  Input Range Customization by browser
 */
.euiRangeSlider {
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  width: 100%;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.euiRangeSlider:disabled {
  cursor: not-allowed;
}
.euiRangeSlider:disabled::-webkit-slider-thumb {
  cursor: not-allowed;
  border-color: #69707D;
  background-color: #69707D;
  box-shadow: none;
}
.euiRangeSlider:disabled::-moz-range-thumb {
  cursor: not-allowed;
  border-color: #69707D;
  background-color: #69707D;
  box-shadow: none;
}
.euiRangeSlider:disabled::-ms-thumb {
  cursor: not-allowed;
  border-color: #69707D;
  background-color: #69707D;
  box-shadow: none;
}
.euiRangeSlider:disabled ~ .euiRangeThumb {
  cursor: not-allowed;
  border-color: #69707D;
  background-color: #69707D;
  box-shadow: none;
}
.euiRangeSlider::-webkit-slider-thumb {
  box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);
  padding: 7px;
  border: 1px solid #c9cbcd;
  background: #FFF no-repeat center;
  border-radius: 14px;
  -webkit-transition: background-color 150ms ease-in, border-color 150ms ease-in;
  transition: background-color 150ms ease-in, border-color 150ms ease-in;
  cursor: pointer;
  border-color: #69707D;
  padding: 0;
  height: 16px;
  width: 16px;
}
.euiRangeSlider::-moz-range-thumb {
  box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);
  padding: 7px;
  border: 1px solid #c9cbcd;
  background: #FFF no-repeat center;
  border-radius: 14px;
  -moz-transition: background-color 150ms ease-in, border-color 150ms ease-in;
  transition: background-color 150ms ease-in, border-color 150ms ease-in;
  cursor: pointer;
  border-color: #69707D;
  padding: 0;
  height: 16px;
  width: 16px;
}
.euiRangeSlider::-ms-thumb {
  box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);
  padding: 7px;
  border: 1px solid #c9cbcd;
  background: #FFF no-repeat center;
  border-radius: 14px;
  -ms-transition: background-color 150ms ease-in, border-color 150ms ease-in;
  transition: background-color 150ms ease-in, border-color 150ms ease-in;
  cursor: pointer;
  border-color: #69707D;
  padding: 0;
  height: 16px;
  width: 16px;
}
.euiRangeSlider::-webkit-slider-runnable-track {
  height: 2px;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  width: 100%;
  background: #69707D;
  border: 0 solid #69707D;
  border-radius: 4px;
}
.euiRangeSlider::-moz-range-track {
  height: 2px;
  -moz-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  width: 100%;
  background: #69707D;
  border: 0 solid #69707D;
  border-radius: 4px;
}
.euiRangeSlider::-ms-fill-lower {
  height: 2px;
  -ms-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  width: 100%;
  background: #69707D;
  border: 0 solid #69707D;
  border-radius: 4px;
}
.euiRangeSlider::-ms-fill-upper {
  height: 2px;
  -ms-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  width: 100%;
  background: #69707D;
  border: 0 solid #69707D;
  border-radius: 4px;
}
.euiRangeSlider:focus {
  outline: none;
}
.euiRangeSlider:focus-visible::-webkit-slider-thumb,
.euiRangeSlider--hasFocus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(0, 107, 180, 0.3);
}
.euiRangeSlider:focus-visible::-moz-range-thumb,
.euiRangeSlider--hasFocus::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(0, 107, 180, 0.3);
}
.euiRangeSlider:focus-visible::-ms-thumb,
.euiRangeSlider--hasFocus::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(0, 107, 180, 0.3);
}
.euiRangeSlider:focus-visible ~ .euiRangeThumb,
.euiRangeSlider--hasFocus ~ .euiRangeThumb {
  border-color: #69707D;
}
.euiRangeSlider:focus-visible::-webkit-slider-runnable-track,
.euiRangeSlider--hasFocus::-webkit-slider-runnable-track {
  background-color: #006BB4;
  border-color: #006BB4;
}
.euiRangeSlider:focus-visible::-moz-range-track,
.euiRangeSlider--hasFocus::-moz-range-track {
  background-color: #006BB4;
  border-color: #006BB4;
}
.euiRangeSlider:focus-visible::-ms-fill-lower,
.euiRangeSlider--hasFocus::-ms-fill-lower {
  background-color: #006BB4;
  border-color: #006BB4;
}
.euiRangeSlider:focus-visible::-ms-fill-upper,
.euiRangeSlider--hasFocus::-ms-fill-upper {
  background-color: #006BB4;
  border-color: #006BB4;
}
.euiRangeSlider:focus-visible ~ .euiRangeHighlight .euiRangeHighlight__progress,
.euiRangeSlider--hasFocus ~ .euiRangeHighlight .euiRangeHighlight__progress {
  background-color: #006BB4;
}
.euiRangeSlider:focus-visible ~ .euiRangeTooltip .euiRangeTooltip__value,
.euiRangeSlider--hasFocus ~ .euiRangeTooltip .euiRangeTooltip__value {
  box-shadow: 0 6px 12px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -1px rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2);
}
.euiRangeSlider:focus-visible ~ .euiRangeTooltip .euiRangeTooltip__value.euiRangeTooltip__value--right,
.euiRangeSlider:focus-visible ~ .euiRangeTooltip .euiRangeTooltip__value.euiRangeTooltip__value--left,
.euiRangeSlider--hasFocus ~ .euiRangeTooltip .euiRangeTooltip__value.euiRangeTooltip__value--right,
.euiRangeSlider--hasFocus ~ .euiRangeTooltip .euiRangeTooltip__value.euiRangeTooltip__value--left {
  -webkit-transform: translateX(0) translateY(-50%) scale(1.1);
  transform: translateX(0) translateY(-50%) scale(1.1);
}
.euiRangeSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -7px;
}
.euiRangeSlider::-ms-thumb {
  margin-top: 0;
}
.euiRangeSlider::-moz-focus-outer {
  border: none;
}
.euiRangeSlider::-ms-track {
  height: 2px;
  -ms-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 8px 0;
  color: transparent;
}
.euiRangeSlider--hasTicks {
  height: 20px;
}
.euiRangeSlider--compressed {
  height: 32px;
}
.euiRangeSlider--compressed.euiRangeSlider--hasTicks {
  height: 16px;
}
.euiRangeSlider--hasRange::-webkit-slider-runnable-track {
  background-color: rgba(105, 112, 125, 0.4);
  border-color: rgba(105, 112, 125, 0.4);
}
.euiRangeSlider--hasRange::-moz-range-track {
  background-color: rgba(105, 112, 125, 0.4);
  border-color: rgba(105, 112, 125, 0.4);
}
.euiRangeSlider--hasRange::-ms-fill-lower {
  background-color: rgba(105, 112, 125, 0.4);
  border-color: rgba(105, 112, 125, 0.4);
}
.euiRangeSlider--hasRange::-ms-fill-upper {
  background-color: rgba(105, 112, 125, 0.4);
  border-color: rgba(105, 112, 125, 0.4);
}
.euiRangeThumb {
  box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);
  padding: 7px;
  border: 1px solid #c9cbcd;
  background: #FFF no-repeat center;
  border-radius: 14px;
  transition: background-color 150ms ease-in, border-color 150ms ease-in;
  cursor: pointer;
  border-color: #69707D;
  padding: 0;
  height: 16px;
  width: 16px;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  pointer-events: none;
  z-index: 1;
}
.euiRangeThumb:focus {
  -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
  animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
  border-color: #006BB4;
}
.euiRangeThumb--hasTicks {
  top: 25%;
}
.euiRangeTicks {
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  display: -webkit-flex;
  display: flex;
}
.euiRangeTicks--isCustom {
  left: 2px;
  right: 2px;
}
.euiRangeTick {
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 16px;
}
.euiRangeTick:not(.euiRangeTick--hasTickMark)::before {
  width: 4px;
  height: 4px;
  background-color: #69707D;
  border-radius: 100%;
  position: absolute;
  top: 0;
  content: '';
  left: calc(50% - 2px);
}
.euiRangeTick .euiRangeTick__pseudo {
  width: 4px;
  height: 4px;
  background-color: #69707D;
  border-radius: 100%;
  position: absolute;
  top: 0;
}
.euiRangeTick--isCustom {
  overflow-x: visible;
}
.euiRangeTick--isMin,
.euiRangeTick--isMax {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.euiRangeTick--isMin .euiRangeTick__pseudo {
  left: 0;
}
.euiRangeTick--isMax .euiRangeTick__pseudo {
  right: 0;
}
.euiRangeTick:enabled:hover,
.euiRangeTick:focus,
.euiRangeTick--selected {
  color: #006BB4;
}
.euiRangeTick--selected {
  font-weight: 500;
}
.euiRangeTick:disabled {
  cursor: not-allowed;
}
.euiRangeTicks--compressed {
  top: 6px;
}
.euiRangeTicks--compressed .euiRangeTick {
  padding-top: 14px;
}
.euiRangeTick__label {
  pointer-events: none;
}
.euiRangeTooltip {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: calc(100% - 16px);
  margin-left: 8px;
  pointer-events: none;
  z-index: 2;
}
.euiRangeTooltip__value {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  border: 1px solid #404040;
  position: absolute;
  border-radius: 4px;
  padding: 2px 8px;
  background-color: #404040;
  color: #FFF;
  max-width: 256px;
  top: 50%;
  transition: box-shadow 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: box-shadow 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: box-shadow 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.euiRangeTooltip__value::after,
.euiRangeTooltip__value::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform-origin: center;
  transform-origin: center;
  background-color: #404040;
  width: 12px;
  height: 12px;
  border-radius: 2px;
}
.euiRangeTooltip__value::before {
  background-color: #404040;
}
.euiRangeTooltip__value.euiRangeTooltip__value--right {
  margin-left: 24px;
}
.euiRangeTooltip__value.euiRangeTooltip__value--right:before,
.euiRangeTooltip__value.euiRangeTooltip__value--right:after {
  left: -5px;
}
.euiRangeTooltip__value.euiRangeTooltip__value--right::before {
  margin-left: -1px;
}
.euiRangeTooltip__value.euiRangeTooltip__value--left {
  margin-right: 24px;
}
.euiRangeTooltip__value.euiRangeTooltip__value--left:before,
.euiRangeTooltip__value.euiRangeTooltip__value--left:after {
  left: auto;
  right: -5px;
}
.euiRangeTooltip__value.euiRangeTooltip__value--left::before {
  margin-right: -1px;
}
.euiRangeTooltip__value.euiRangeTooltip__value--right,
.euiRangeTooltip__value.euiRangeTooltip__value--left {
  -webkit-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}
.euiRangeTooltip__value.euiRangeTooltip__value--right:before,
.euiRangeTooltip__value.euiRangeTooltip__value--right:after,
.euiRangeTooltip__value.euiRangeTooltip__value--left:before,
.euiRangeTooltip__value.euiRangeTooltip__value--left:after {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotateZ(45deg);
  transform: translateY(50%) rotateZ(45deg);
}
.euiRangeTooltip__value--hasTicks {
  top: 10px;
}
.euiRangeTooltip--compressed .euiRangeTooltip__value--hasTicks {
  top: 8px;
}
.euiRangeTrack {
  height: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.euiRangeTrack--hasTicks {
  margin-left: 1em;
  margin-right: 1em;
}
.euiRangeTrack--disabled {
  opacity: 0.25;
}
/*
 * 1. There's no way to target the layout of the extra input, so we must
 *    use the descendant selector to allow the width to shrink.
 *
 * 2. Prevent the prepend/append label from extending outside the parent element
 */
.euiRangeWrapper {
  max-width: 400px;
  width: 100%;
  height: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.euiRangeWrapper--fullWidth {
  max-width: 100%;
}
.euiRangeWrapper--compressed {
  height: 32px;
}
.euiRangeWrapper--inGroup {
  height: 100%;
}
.euiRangeWrapper > .euiFormControlLayout {
  /* 1 */
  width: auto;
}
.euiRangeWrapper > .euiFormControlLayout.euiFormControlLayout--group {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  /* 2 */
}
.euiDualRange__slider::-webkit-slider-thumb {
  visibility: hidden;
}
.euiDualRange__slider::-moz-range-thumb {
  visibility: hidden;
}
.euiDualRange__slider::-ms-thumb {
  visibility: hidden;
}
/**
 * 1. Leave room for caret.
 * 2. Ensure the descenders don't get cut off
 */
.euiSelect {
  max-width: 400px;
  width: 100%;
  height: 40px;
  background-color: #fbfcfd;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 3px 2px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(15, 39, 118, 0.1);
  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;
  font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  letter-spacing: -0.005em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-size: 14px;
  color: #343741;
  border: none;
  border-radius: 0;
  padding: 12px;
  padding-right: 40px;
  /* 1 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 40px;
  /* 2 */
  padding-top: 0;
  /* 2 */
  padding-bottom: 0;
  /* 2 */
}
.euiSelect--fullWidth {
  max-width: 100%;
}
.euiSelect--compressed {
  height: 32px;
}
.euiSelect--inGroup {
  height: 100%;
}
@supports (-moz-appearance: none) {
  .euiSelect {
    transition-property: box-shadow, background-image, background-size;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .euiSelect {
    line-height: 1em;
  }
}
.euiSelect::-webkit-input-placeholder {
  color: #6a717d;
  opacity: 1;
}
.euiSelect::-moz-placeholder {
  color: #6a717d;
  opacity: 1;
}
.euiSelect::placeholder {
  color: #6a717d;
  opacity: 1;
}
.euiSelect:invalid {
  background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%);
  background-size: 100%;
}
.euiSelect:focus {
  background-color: white;
  background-image: linear-gradient(to top, #006BB4, #006BB4 2px, transparent 2px, transparent 100%);
  background-size: 100% 100%;
  box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiSelect:disabled {
  color: #98A2B3;
  -webkit-text-fill-color: #98A2B3;
  cursor: not-allowed;
  background: #eef2f7;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiSelect:disabled::-webkit-input-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiSelect:disabled::-moz-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiSelect:disabled::placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiSelect[readOnly] {
  cursor: default;
  background: rgba(211, 218, 230, 0.05);
  border-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiSelect:-webkit-autofill {
  -webkit-text-fill-color: #343741;
}
.euiSelect:-webkit-autofill ~ .euiFormControlLayoutIcons {
  color: #343741;
}
.euiSelect--compressed {
  background-color: #fbfcfd;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;
  padding: 8px;
  border-radius: 2px;
}
@supports (-moz-appearance: none) {
  .euiSelect--compressed {
    transition-property: box-shadow, background-image, background-size;
  }
}
.euiSelect--compressed:invalid {
  background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%);
  background-size: 100%;
}
.euiSelect--compressed:focus {
  background-color: white;
  background-image: linear-gradient(to top, #006BB4, #006BB4 2px, transparent 2px, transparent 100%);
  background-size: 100% 100%;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiSelect--compressed:disabled {
  color: #98A2B3;
  -webkit-text-fill-color: #98A2B3;
  cursor: not-allowed;
  background: #eef2f7;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiSelect--compressed:disabled::-webkit-input-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiSelect--compressed:disabled::-moz-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiSelect--compressed:disabled::placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiSelect--compressed[readOnly] {
  cursor: default;
  background: rgba(211, 218, 230, 0.05);
  border-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiSelect--inGroup {
  box-shadow: none !important;
  border-radius: 0;
}
.euiSelect-isLoading {
  padding-right: 62px;
}
.euiSelect-isLoading.euiSelect--compressed {
  padding-right: 54px;
}
.euiSelect--compressed {
  padding-right: 32px;
  /* 1 */
  line-height: 32px;
  /* 2 */
  padding-top: 0;
  /* 2 */
  padding-bottom: 0;
  /* 2 */
}
.euiSelect--inGroup {
  line-height: 38px;
  /* 2 */
}
.euiSelect--inGroup.euiSelect--compressed {
  line-height: 30px;
  /* 2 */
}
.euiSelect::-ms-expand {
  display: none;
}
.euiSelect:focus::-ms-value {
  color: #343741;
  background: transparent;
}
.euiSelect:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #343741;
}
.euiSuperSelect__listbox {
  scrollbar-color: rgba(105, 112, 125, 0.5) transparent;
  scrollbar-width: thin;
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
}
.euiSuperSelect__listbox::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.euiSuperSelect__listbox::-webkit-scrollbar-thumb {
  background-color: rgba(105, 112, 125, 0.5);
  background-clip: content-box;
  border-radius: 16px;
  border: 6px solid transparent;
}
.euiSuperSelect__listbox::-webkit-scrollbar-corner,
.euiSuperSelect__listbox::-webkit-scrollbar-track {
  background-color: transparent;
}
.euiSuperSelect__item {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 8px;
}
.euiSuperSelect__item:hover {
  cursor: pointer;
  text-decoration: underline;
}
.euiSuperSelect__item:focus {
  cursor: pointer;
  text-decoration: underline;
  background-color: #e6f0f8;
}
.euiSuperSelect__item:disabled {
  cursor: not-allowed;
  text-decoration: none;
  color: #afb0b3;
}
.euiSuperSelect__item--hasDividers:not(:last-of-type) {
  border-bottom: 1px solid #D3DAE6;
}
/**
 * 1. Leave room for caret.
 * 2. Ensure the descenders don't get cut off
 * 3. Makes sure the height is correct when there's no selection
 */
.euiSuperSelectControl {
  max-width: 400px;
  width: 100%;
  height: 40px;
  background-color: #fbfcfd;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 3px 2px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(15, 39, 118, 0.1);
  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;
  font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  letter-spacing: -0.005em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-size: 14px;
  color: #343741;
  border: none;
  border-radius: 0;
  padding: 12px;
  padding-right: 40px;
  /* 1 */
  display: block;
  /* 3 */
  text-align: left;
  line-height: 40px;
  /* 2 */
  padding-top: 0;
  /* 2 */
  padding-bottom: 0;
  /* 2 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.euiSuperSelectControl--fullWidth {
  max-width: 100%;
}
.euiSuperSelectControl--compressed {
  height: 32px;
}
.euiSuperSelectControl--inGroup {
  height: 100%;
}
@supports (-moz-appearance: none) {
  .euiSuperSelectControl {
    transition-property: box-shadow, background-image, background-size;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .euiSuperSelectControl {
    line-height: 1em;
  }
}
.euiSuperSelectControl::-webkit-input-placeholder {
  color: #6a717d;
  opacity: 1;
}
.euiSuperSelectControl::-moz-placeholder {
  color: #6a717d;
  opacity: 1;
}
.euiSuperSelectControl::placeholder {
  color: #6a717d;
  opacity: 1;
}
.euiSuperSelectControl:invalid {
  background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%);
  background-size: 100%;
}
.euiSuperSelectControl:focus {
  background-color: white;
  background-image: linear-gradient(to top, #006BB4, #006BB4 2px, transparent 2px, transparent 100%);
  background-size: 100% 100%;
  box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiSuperSelectControl:disabled {
  color: #98A2B3;
  -webkit-text-fill-color: #98A2B3;
  cursor: not-allowed;
  background: #eef2f7;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiSuperSelectControl:disabled::-webkit-input-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiSuperSelectControl:disabled::-moz-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiSuperSelectControl:disabled::placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiSuperSelectControl[readOnly] {
  cursor: default;
  background: rgba(211, 218, 230, 0.05);
  border-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiSuperSelectControl:-webkit-autofill {
  -webkit-text-fill-color: #343741;
}
.euiSuperSelectControl:-webkit-autofill ~ .euiFormControlLayoutIcons {
  color: #343741;
}
.euiSuperSelectControl--compressed {
  background-color: #fbfcfd;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;
  padding: 8px;
  border-radius: 2px;
}
@supports (-moz-appearance: none) {
  .euiSuperSelectControl--compressed {
    transition-property: box-shadow, background-image, background-size;
  }
}
.euiSuperSelectControl--compressed:invalid {
  background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%);
  background-size: 100%;
}
.euiSuperSelectControl--compressed:focus {
  background-color: white;
  background-image: linear-gradient(to top, #006BB4, #006BB4 2px, transparent 2px, transparent 100%);
  background-size: 100% 100%;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiSuperSelectControl--compressed:disabled {
  color: #98A2B3;
  -webkit-text-fill-color: #98A2B3;
  cursor: not-allowed;
  background: #eef2f7;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiSuperSelectControl--compressed:disabled::-webkit-input-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiSuperSelectControl--compressed:disabled::-moz-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiSuperSelectControl--compressed:disabled::placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiSuperSelectControl--compressed[readOnly] {
  cursor: default;
  background: rgba(211, 218, 230, 0.05);
  border-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiSuperSelectControl--inGroup {
  box-shadow: none !important;
  border-radius: 0;
}
.euiSuperSelectControl-isLoading {
  padding-right: 62px;
}
.euiSuperSelectControl-isLoading.euiSuperSelectControl--compressed {
  padding-right: 54px;
}
.euiSuperSelectControl-isInvalid {
  background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%);
  background-size: 100%;
}
.euiSuperSelectControl--compressed {
  padding-right: 32px;
  /* 1 */
  line-height: 32px;
  /* 2 */
  padding-top: 0;
  /* 2 */
  padding-bottom: 0;
  /* 2 */
}
.euiSuperSelectControl.euiSuperSelect--isOpen__button {
  background-color: white;
  background-image: linear-gradient(to top, #006BB4, #006BB4 2px, transparent 2px, transparent 100%);
  background-size: 100% 100%;
  box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiSwitch {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  min-height: 20px;
}
.euiSwitch .euiSwitch__label {
  cursor: pointer;
  padding-left: 8px;
  line-height: 20px;
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
}
.euiSwitch .euiSwitch__button {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  line-height: 0;
}
.euiSwitch .euiSwitch__button:focus .euiSwitch__track {
  -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
  animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
  border-color: #006BB4;
}
.euiSwitch .euiSwitch__button:disabled:hover,
.euiSwitch .euiSwitch__button:disabled ~ .euiSwitch__label:hover {
  cursor: not-allowed;
}
.euiSwitch .euiSwitch__button:disabled .euiSwitch__body {
  background-color: rgba(152, 162, 179, 0.2);
}
.euiSwitch .euiSwitch__button:disabled .euiSwitch__thumb {
  border-color: #D3DAE6;
  background-color: #D3DAE6;
  box-shadow: none;
  background-color: rgba(152, 162, 179, 0.2);
}
.euiSwitch .euiSwitch__button:disabled .euiSwitch__icon {
  fill: #5e646f;
}
.euiSwitch .euiSwitch__button:disabled + .euiSwitch__label {
  color: #98A2B3;
}
.euiSwitch .euiSwitch__button[aria-checked='false'] .euiSwitch__body {
  background-color: rgba(152, 162, 179, 0.2);
}
.euiSwitch .euiSwitch__button[aria-checked='false'] .euiSwitch__thumb {
  left: 0;
}
.euiSwitch .euiSwitch__button[aria-checked='false'] .euiSwitch__icon {
  right: -8px;
}
.euiSwitch .euiSwitch__button[aria-checked='false'] .euiSwitch__icon.euiSwitch__icon--checked {
  right: auto;
  left: -34px;
}
.euiSwitch .euiSwitch__body {
  pointer-events: none;
  width: 44px;
  height: 20px;
  background-color: #006BB4;
  display: inline-block;
  position: relative;
  border-radius: 20px;
  vertical-align: middle;
}
.euiSwitch .euiSwitch__thumb {
  box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);
  padding: 9px;
  border: 1px solid #c9cbcd;
  background: #FFF no-repeat center;
  border-radius: 18px;
  transition: background-color 150ms ease-in, border-color 150ms ease-in;
  position: absolute;
  display: inline-block;
  left: 24px;
  transition: border-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: border-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: border-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1), -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
}
.euiSwitch .euiSwitch__track {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 20px;
}
.euiSwitch .euiSwitch__icon {
  position: absolute;
  right: -34px;
  top: 2px;
  bottom: 0;
  width: 42px;
  height: 16px;
  transition: left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), right 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
  fill: #343741;
}
.euiSwitch .euiSwitch__icon--checked {
  right: auto;
  left: -8px;
  fill: #FFF;
}
.euiSwitch:hover .euiSwitch__button:not(:disabled) .euiSwitch__thumb {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.euiSwitch:hover .euiSwitch__button:active .euiSwitch__thumb {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.euiSwitch.euiSwitch--compressed {
  min-height: 16px;
}
.euiSwitch.euiSwitch--compressed .euiSwitch__label {
  line-height: 16px;
}
.euiSwitch.euiSwitch--compressed .euiSwitch__body {
  width: 28px;
  height: 16px;
  border-radius: 16px;
}
.euiSwitch.euiSwitch--compressed .euiSwitch__thumb {
  box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);
  padding: 6px;
  border: 1px solid #c9cbcd;
  background: #FFF no-repeat center;
  border-radius: 12px;
  transition: background-color 150ms ease-in, border-color 150ms ease-in;
  left: 13px;
  top: 1px;
  transition: border-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: border-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: border-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1), -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
}
.euiSwitch.euiSwitch--compressed .euiSwitch__track {
  border-radius: 16px;
}
.euiSwitch.euiSwitch--mini {
  min-height: 10px;
}
.euiSwitch.euiSwitch--mini .euiSwitch__label {
  line-height: 10px;
  font-size: 12px;
}
.euiSwitch.euiSwitch--mini .euiSwitch__body {
  width: 22px;
  height: 10px;
  border-radius: 10px;
}
.euiSwitch.euiSwitch--mini .euiSwitch__thumb {
  box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);
  padding: 3px;
  border: 1px solid #c9cbcd;
  background: #FFF no-repeat center;
  border-radius: 6px;
  transition: background-color 150ms ease-in, border-color 150ms ease-in;
  left: 13px;
  top: 1px;
  transition: border-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: border-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: border-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1), -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
}
.euiSwitch.euiSwitch--mini .euiSwitch__track {
  border-radius: 10px;
}
.euiSwitch.euiSwitch--compressed .euiSwitch__button[aria-checked='false'] .euiSwitch__thumb,
.euiSwitch.euiSwitch--mini .euiSwitch__button[aria-checked='false'] .euiSwitch__thumb {
  left: 1px;
}
.euiSwitch.euiSwitch--compressed .euiSwitch__button[aria-checked='false'] .euiSwitch__thumb,
.euiSwitch.euiSwitch--compressed .euiSwitch__button[aria-checked='true']:disabled .euiSwitch__thumb,
.euiSwitch.euiSwitch--mini .euiSwitch__button[aria-checked='false'] .euiSwitch__thumb,
.euiSwitch.euiSwitch--mini .euiSwitch__button[aria-checked='true']:disabled .euiSwitch__thumb {
  border-color: #c9cbcd;
}
.euiSwitch.euiSwitch--compressed .euiSwitch__button[aria-checked='true'] .euiSwitch__thumb,
.euiSwitch.euiSwitch--mini .euiSwitch__button[aria-checked='true'] .euiSwitch__thumb {
  border-color: #006BB4;
}
.euiTextArea {
  max-width: 400px;
  width: 100%;
  height: 40px;
  background-color: #fbfcfd;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 3px 2px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(15, 39, 118, 0.1);
  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;
  font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  letter-spacing: -0.005em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-size: 14px;
  color: #343741;
  border: none;
  border-radius: 0;
  padding: 12px;
  line-height: 1.5;
}
.euiTextArea--fullWidth {
  max-width: 100%;
}
.euiTextArea--compressed {
  height: 32px;
}
.euiTextArea--inGroup {
  height: 100%;
}
@supports (-moz-appearance: none) {
  .euiTextArea {
    transition-property: box-shadow, background-image, background-size;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .euiTextArea {
    line-height: 1em;
  }
}
.euiTextArea::-webkit-input-placeholder {
  color: #6a717d;
  opacity: 1;
}
.euiTextArea::-moz-placeholder {
  color: #6a717d;
  opacity: 1;
}
.euiTextArea::placeholder {
  color: #6a717d;
  opacity: 1;
}
.euiTextArea:invalid {
  background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%);
  background-size: 100%;
}
.euiTextArea:focus {
  background-color: white;
  background-image: linear-gradient(to top, #006BB4, #006BB4 2px, transparent 2px, transparent 100%);
  background-size: 100% 100%;
  box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiTextArea:disabled {
  color: #98A2B3;
  -webkit-text-fill-color: #98A2B3;
  cursor: not-allowed;
  background: #eef2f7;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiTextArea:disabled::-webkit-input-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiTextArea:disabled::-moz-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiTextArea:disabled::placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiTextArea[readOnly] {
  cursor: default;
  background: rgba(211, 218, 230, 0.05);
  border-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiTextArea:-webkit-autofill {
  -webkit-text-fill-color: #343741;
}
.euiTextArea:-webkit-autofill ~ .euiFormControlLayoutIcons {
  color: #343741;
}
.euiTextArea--compressed {
  background-color: #fbfcfd;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;
  padding: 8px;
  border-radius: 2px;
}
@supports (-moz-appearance: none) {
  .euiTextArea--compressed {
    transition-property: box-shadow, background-image, background-size;
  }
}
.euiTextArea--compressed:invalid {
  background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%);
  background-size: 100%;
}
.euiTextArea--compressed:focus {
  background-color: white;
  background-image: linear-gradient(to top, #006BB4, #006BB4 2px, transparent 2px, transparent 100%);
  background-size: 100% 100%;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiTextArea--compressed:disabled {
  color: #98A2B3;
  -webkit-text-fill-color: #98A2B3;
  cursor: not-allowed;
  background: #eef2f7;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiTextArea--compressed:disabled::-webkit-input-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiTextArea--compressed:disabled::-moz-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiTextArea--compressed:disabled::placeholder {
  color: #98A2B3;
  opacity: 1;
}
.euiTextArea--compressed[readOnly] {
  cursor: default;
  background: rgba(211, 218, 230, 0.05);
  border-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(15, 39, 118, 0.1);
}
.euiTextArea--inGroup {
  box-shadow: none !important;
  border-radius: 0;
}
.euiTextArea,
.euiTextArea--compressed {
  height: auto;
}
.euiTextArea--resizeVertical {
  resize: vertical;
}
.euiTextArea--resizeHorizontal {
  resize: horizontal;
}
.euiTextArea--resizeBoth {
  resize: both;
}
.euiTextArea--resizeNone {
  resize: none;
}
.euiHeader {
  box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3), 0 1px 5px -2px rgba(152, 162, 179, 0.3);
  height: 49px;
  position: relative;
  z-index: 999;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #FFF;
  border-bottom: 1px solid #D3DAE6;
}
.euiHeader--fixed {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.euiHeader--fixed + .euiHeader--fixed {
  top: 49px;
}
.euiHeader--dark {
  background-color: #25282f;
  border-bottom-color: #25282f;
}
.euiHeader--dark .euiHeaderLogo__text,
.euiHeader--dark .euiHeaderLink,
.euiHeader--dark .euiHeaderSectionItemButton {
  color: #FFF;
}
.euiHeader--dark .euiHeaderLink-isActive {
  color: #4d97cb;
}
.euiHeader--dark .euiHeaderSectionItem:after {
  background: #69707D;
}
.euiHeader--dark .euiHeaderLogo:focus,
.euiHeader--dark .euiHeaderLink:focus,
.euiHeader--dark .euiHeaderSectionItemButton:focus {
  background: #00365a;
}
.euiHeader--dark .euiHeaderSectionItemButton__notification--badge {
  box-shadow: 0 0 0 1px #25282f;
}
.euiHeader--dark .euiHeaderSectionItemButton__notification--dot {
  stroke: #25282f;
}
.euiHeaderProfile {
  padding: 16px;
}
.euiHeaderLinks {
  display: -webkit-flex;
  display: flex;
}
.euiHeaderLinks__list {
  white-space: nowrap;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.euiHeaderLinks__list--gutterXS > * {
  margin: 0 4px;
}
.euiHeaderLinks__list--gutterS > * {
  margin: 0 8px;
}
.euiHeaderLinks__list--gutterM > * {
  margin: 0 12px;
}
.euiHeaderLinks__list--gutterL > * {
  margin: 0 24px;
}
.euiHeaderLinks__mobileList .euiHeaderLink {
  display: block;
  width: 100%;
  padding: 8px;
}
.euiHeaderLinks__mobileList .euiHeaderLink > span {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.euiHeaderLogo {
  text-align: left;
  position: relative;
  height: 48px;
  line-height: 48px;
  min-width: 49px;
  padding: 0 13px 0 12px;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  vertical-align: middle;
  white-space: nowrap;
}
.euiHeaderLogo:hover {
  text-decoration: underline;
}
.euiHeaderLogo:focus {
  text-decoration: underline;
}
.euiHeaderLogo:focus,
.euiHeaderLogo:hover {
  text-decoration: none;
}
.euiHeaderLogo__text {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: -0.025em;
  padding-left: 16px;
  font-weight: 300;
}
@media only screen and (max-width: 574px) {
  .euiHeaderLogo {
    padding: 0 12px;
  }
  .euiHeaderLogo__icon.euiIcon--xLarge {
    width: 24px;
    height: 24px;
  }
  .euiHeaderLogo__text {
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    word-break: break-word;
    color: #1a1c21;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    font-weight: 400;
  }
}
.euiHeaderAlert {
  min-width: 300px;
  position: relative;
  margin-bottom: 24px;
  padding: 0 8px 24px;
  border-bottom: 1px solid #D3DAE6;
  border-top: none;
}
.euiHeaderAlert .euiHeaderAlert__dismiss {
  opacity: 0;
  position: absolute;
  right: 12px;
  top: 12px;
  transition: opacity 250ms ease-in;
}
.euiHeaderAlert:hover .euiHeaderAlert__dismiss,
.euiHeaderAlert .euiHeaderAlert__dismiss:focus {
  opacity: 1;
}
.euiHeaderAlert .euiHeaderAlert__title {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.euiHeaderAlert .euiHeaderAlert__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 16px;
}
.euiHeaderAlert .euiHeaderAlert__action {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.euiHeaderAlert .euiHeaderAlert__date {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #69707D;
}
.euiHeaderBreadcrumbs {
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.euiHeaderSection {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.euiHeaderSection--grow,
.euiHeaderSection--left {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.euiHeaderSection--dontGrow {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.euiHeaderSectionItem {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.euiHeaderSectionItem:after {
  position: absolute;
  content: '';
  top: 16px;
  bottom: 0;
  background: #D3DAE6;
  left: 0;
}
.euiHeaderSectionItem--borderLeft:after {
  left: 0;
  width: 1px;
}
.euiHeaderSectionItem--borderRight:after {
  width: 1px;
  left: auto;
  right: 0;
}
@media only screen and (max-width: 574px) {
  .euiHeaderSectionItem {
    min-width: 36px;
  }
  .euiHeaderSectionItem--borderLeft:after,
  .euiHeaderSectionItem--borderRight:after {
    display: none;
  }
}
.euiHeaderSectionItemButton {
  position: relative;
  height: 48px;
  min-width: 48px;
  text-align: center;
  font-size: 0;
}
.euiHeaderSectionItemButton__notification {
  position: absolute;
}
.euiHeaderSectionItemButton__notification--dot {
  top: 0;
  right: 0;
  stroke: #FFF;
}
.euiHeaderSectionItemButton__notification--badge {
  top: 9%;
  right: 9%;
  box-shadow: 0 0 0 1px #FFF;
}
.euiHeaderSectionItemButton__content {
  display: inline-block;
}
@media only screen and (max-width: 574px) {
  .euiHeaderSectionItemButton {
    min-width: 36px;
  }
  .euiHeaderSectionItemButton__notification.euiHeaderSectionItemButton__notification--dot {
    width: 16px;
    height: 16px;
    top: 9%;
  }
}
.euiHealth {
  display: inline-block;
}
.euiHealth--textSizeXS {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.euiHealth--textSizeS {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.euiHealth--textSizeM {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}
.euiHealth--textSizeInherit {
  font-size: inherit;
}
.euiHorizontalRule {
  border: none;
  height: 1px;
  background-color: #D3DAE6;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.euiHorizontalRule.euiHorizontalRule--full {
  width: 100%;
}
.euiHorizontalRule.euiHorizontalRule--half {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.euiHorizontalRule.euiHorizontalRule--quarter {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}
.euiHorizontalRule--marginXSmall {
  margin: 8px 0;
}
.euiHorizontalRule--marginSmall {
  margin: 12px 0;
}
.euiHorizontalRule--marginMedium {
  margin: 16px 0;
}
.euiHorizontalRule--marginLarge {
  margin: 24px 0;
}
.euiHorizontalRule--marginXLarge {
  margin: 32px 0;
}
.euiHorizontalRule--marginXXLarge {
  margin: 40px 0;
}
.euiIcon {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.euiIcon:focus {
  opacity: 1;
  background: #e6f0f8;
}
.euiIcon--app {
  fill: #343741;
}
.euiIcon--app .euiIcon__fillSecondary {
  fill: #017D73;
}
.euiIcon-isLoading {
  opacity: 0.05;
  background-color: currentColor;
  border-radius: 4px;
}
.euiIcon-isLoaded {
  -webkit-animation: euiIconLoading 250ms ease-in 0s 1 forwards;
  animation: euiIconLoading 250ms ease-in 0s 1 forwards;
}
.euiIcon--accent {
  color: #DD0A73;
}
.euiIcon--danger {
  color: #BD271E;
}
.euiIcon--ghost {
  color: #FFF;
}
.euiIcon--primary {
  color: #006BB4;
}
.euiIcon--success {
  color: #017D73;
}
.euiIcon--subdued {
  color: #6a717d;
}
.euiIcon--text {
  color: #343741;
}
.euiIcon--warning {
  color: #be8100;
}
.euiIcon--inherit {
  color: inherit;
}
.euiIcon--ghost:not([data-type='logoElastic']) *[fill],
.euiIcon--ghost:not([data-type='logoElastic']) .euiIcon__fillNegative,
.euiIcon--text:not([data-type='logoElastic']) *[fill],
.euiIcon--text:not([data-type='logoElastic']) .euiIcon__fillNegative {
  fill: currentColor !important;
}
.euiIcon--ghost[data-type='logoElastic'] *[fill],
.euiIcon--text[data-type='logoElastic'] *[fill] {
  fill: none !important;
}
.euiIcon--ghost[data-type='logoElastic'] .outline,
.euiIcon--text[data-type='logoElastic'] .outline {
  fill: currentColor !important;
}
.euiIcon__fillNegative {
  fill: #343741;
}
.euiIcon--small {
  width: 12px;
  height: 12px;
}
.euiIcon--medium {
  width: 16px;
  height: 16px;
}
.euiIcon--large {
  width: 24px;
  height: 24px;
}
.euiIcon--xLarge {
  width: 32px;
  height: 32px;
}
.euiIcon--xxLarge {
  width: 40px;
  height: 40px;
}
@-webkit-keyframes euiIconLoading {
  0% {
    opacity: 0.05;
  }
  100% {
    opacity: 1;
  }
}
@keyframes euiIconLoading {
  0% {
    opacity: 0.05;
  }
  100% {
    opacity: 1;
  }
}
/**
 * 1. Fix for IE where the image correctly resizes in width but doesn't collapse its height
      (https://github.com/philipwalton/flexbugs/issues/75#issuecomment-134702421)
 */
.euiImage {
  display: inline-block;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  /* 1 */
  line-height: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.euiImage .euiImage__img {
  margin-bottom: 0;
  max-width: 100%;
}
.euiImage.euiImage--hasShadow .euiImage__img {
  box-shadow: 0 6px 12px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -1px rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2);
}
.euiImage .euiImage__button {
  position: relative;
  cursor: pointer;
  transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.euiImage .euiImage__button:focus {
  outline: 2px solid rgba(0, 107, 180, 0.3);
}
.euiImage .euiImage__button:hover .euiImage__icon {
  visibility: visible;
  fill-opacity: 1;
}
.euiImage .euiImage__button--fullWidth {
  width: 100%;
}
.euiImage.euiImage--allowFullScreen:hover .euiImage__caption {
  text-decoration: underline;
}
.euiImage.euiImage--allowFullScreen:not(.euiImage--hasShadow) .euiImage__button:hover,
.euiImage.euiImage--allowFullScreen:not(.euiImage--hasShadow) .euiImage__button:focus {
  box-shadow: 0 6px 12px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -1px rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2);
}
.euiImage.euiImage--allowFullScreen.euiImage--hasShadow .euiImage__button:hover,
.euiImage.euiImage--allowFullScreen.euiImage--hasShadow .euiImage__button:focus {
  box-shadow: 0 12px 24px 0 rgba(65, 78, 101, 0.1), 0 6px 12px 0 rgba(65, 78, 101, 0.1), 0 4px 4px 0 rgba(65, 78, 101, 0.1), 0 2px 2px 0 rgba(65, 78, 101, 0.1);
}
.euiImage.euiImage--small .euiImage__img {
  width: 7.5rem;
}
.euiImage.euiImage--medium .euiImage__img {
  width: 12.5rem;
}
.euiImage.euiImage--large .euiImage__img {
  width: 22.5rem;
}
.euiImage.euiImage--xlarge .euiImage__img {
  width: 37.5rem;
}
.euiImage.euiImage--fullWidth {
  width: 100%;
}
.euiImage.euiImage--original .euiImage__img {
  width: auto;
  max-width: 100%;
}
.euiImage.euiImage--floatLeft {
  float: left;
}
.euiImage.euiImage--floatLeft[class*='euiImage--margin'] {
  margin-left: 0;
  margin-top: 0;
}
.euiImage.euiImage--floatRight {
  float: right;
}
.euiImage.euiImage--floatRight[class*='euiImage--margin'] {
  margin-right: 0;
  margin-top: 0;
}
.euiImage.euiImage--marginSmall {
  margin: 8px;
}
.euiImage.euiImage--marginMedium {
  margin: 16px;
}
.euiImage.euiImage--marginLarge {
  margin: 24px;
}
.euiImage.euiImage--marginXlarge {
  margin: 32px;
}
.euiImage__img {
  width: 100%;
  vertical-align: middle;
}
.euiImage__caption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 4px;
  text-align: center;
}
.euiImage__icon {
  visibility: hidden;
  fill-opacity: 0;
  position: absolute;
  right: 16px;
  top: 16px;
  transition: fill-opacity 350ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  cursor: pointer;
}
.euiImage-isFullScreen {
  position: relative;
  max-height: 80vh;
  max-width: 80vw;
  -webkit-animation: euiImageFullScreen 500ms cubic-bezier(0.34, 1.61, 0.7, 1);
  animation: euiImageFullScreen 500ms cubic-bezier(0.34, 1.61, 0.7, 1);
}
.euiImage-isFullScreen:hover .euiImage__button {
  box-shadow: 0 12px 24px 0 rgba(65, 78, 101, 0.1), 0 6px 12px 0 rgba(65, 78, 101, 0.1), 0 4px 4px 0 rgba(65, 78, 101, 0.1), 0 2px 2px 0 rgba(65, 78, 101, 0.1);
}
.euiImage-isFullScreen:hover .euiImage__caption {
  text-decoration: underline;
}
.euiImage-isFullScreen__img {
  max-height: 80vh;
  max-width: 80vw;
  vertical-align: middle;
  cursor: pointer;
  transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.euiImage-isFullScreenCloseIcon {
  position: absolute;
  right: 16px;
  top: 16px;
  pointer-events: none;
}
@-webkit-keyframes euiImageFullScreen {
  0% {
    opacity: 0;
    -webkit-transform: translateY(64px);
    transform: translateY(64px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes euiImageFullScreen {
  0% {
    opacity: 0;
    -webkit-transform: translateY(64px);
    transform: translateY(64px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (max-width: 574px) {
  .euiImage.euiImage--floatLeft,
  .euiImage.euiImage--floatRight {
    float: none;
  }
  .euiImage.euiImage--floatLeft[class*='euiImage--margin'],
  .euiImage.euiImage--floatRight[class*='euiImage--margin'] {
    margin-top: inherit;
    margin-right: inherit;
    margin-bottom: inherit;
    margin-left: inherit;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .euiImage.euiImage--floatLeft,
  .euiImage.euiImage--floatRight {
    float: none;
  }
  .euiImage.euiImage--floatLeft[class*='euiImage--margin'],
  .euiImage.euiImage--floatRight[class*='euiImage--margin'] {
    margin-top: inherit;
    margin-right: inherit;
    margin-bottom: inherit;
    margin-left: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .euiImage.euiImage--floatLeft,
  .euiImage.euiImage--floatRight {
    float: none;
  }
  .euiImage.euiImage--floatLeft[class*='euiImage--margin'],
  .euiImage.euiImage--floatRight[class*='euiImage--margin'] {
    margin-top: inherit;
    margin-right: inherit;
    margin-bottom: inherit;
    margin-left: inherit;
  }
}
/**
 * 1. Default to grid of 3
 */
.euiKeyPadMenu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 300px;
  max-width: 100%;
  margin-bottom: -4px;
  margin-right: -4px;
}
.euiKeyPadMenu legend {
  margin-bottom: 8px;
}
.euiKeyPadMenu > *:not(legend) {
  margin-bottom: 4px;
  margin-right: 4px;
}
/**
 * 1. If this class is applied to a button, we need to override the Chrome default font.
 * 2. If it has a BetaBadge, make sure only the first letter shows
 */
.euiKeyPadMenuItem {
  font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  letter-spacing: -0.005em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  /* 1 */
  display: block;
  padding: 4px;
  height: 96px;
  width: 96px;
  border: 1px solid #D3DAE6;
  border-color: transparent;
  border-radius: 4px;
  color: #343741;
}
@media screen and (prefers-reduced-motion: no-preference) {
  .euiKeyPadMenuItem {
    transition: background-color 150ms ease-in, border-color 150ms ease-in, box-shadow 150ms ease-in;
  }
}
.euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):hover,
.euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):focus,
.euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):focus-within {
  cursor: pointer;
  text-decoration: underline;
  box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);
  border-color: #D3DAE6;
}
@media screen and (prefers-reduced-motion: no-preference) {
  .euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):hover .euiKeyPadMenuItem__icon,
  .euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):focus .euiKeyPadMenuItem__icon,
  .euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):focus-within .euiKeyPadMenuItem__icon {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.euiKeyPadMenuItem:not(.euiKeyPadMenuItem-isDisabled):focus {
  cursor: pointer;
  text-decoration: underline;
  background-color: #e6f0f8;
}
.euiKeyPadMenuItem.euiKeyPadMenuItem-isDisabled {
  cursor: not-allowed;
  text-decoration: none;
  color: #afb0b3;
}
.euiKeyPadMenuItem.euiKeyPadMenuItem-isDisabled .euiKeyPadMenuItem__icon {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.euiKeyPadMenuItem.euiKeyPadMenuItem-isDisabled .euiKeyPadMenuItem__icon svg * {
  fill: #afb0b3;
}
.euiKeyPadMenuItem.euiKeyPadMenuItem-isSelected:not(.euiKeyPadMenuItem-isDisabled) {
  box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);
  color: #1a1c21;
}
.euiKeyPadMenuItem.euiKeyPadMenuItem-isSelected {
  border-color: #D3DAE6;
}
.euiKeyPadMenuItem:not(:hover):not(:focus):not(:focus-within):not(.euiKeyPadMenuItem-isSelected) .euiKeyPadMenuItem__checkableInput,
.euiKeyPadMenuItem.euiKeyPadMenuItem-isDisabled:not(.euiKeyPadMenuItem-isSelected) .euiKeyPadMenuItem__checkableInput {
  position: absolute;
  top: auto;
  left: -10000px;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  overflow: hidden;
  margin: -1px;
}
.euiKeyPadMenuItem__inner {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.euiKeyPadMenuItem__inner .euiKeyPadMenuItem__checkableInput {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.euiKeyPadMenuItem__inner .euiKeyPadMenuItem__checkableInput,
.euiKeyPadMenuItem__inner .euiKeyPadMenuItem__betaBadge {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 3;
}
.euiKeyPadMenuItem__icon {
  transition: -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1), -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
  margin-bottom: 12px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.euiKeyPadMenuItem__label {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
}
.euiKeyPadMenuItem--checkable.euiKeyPadMenuItem-isSelected:not(.euiKeyPadMenuItem-isDisabled),
.euiKeyPadMenuItem--checkable.euiKeyPadMenuItem-isSelected:not(.euiKeyPadMenuItem-isDisabled):hover,
.euiKeyPadMenuItem--checkable.euiKeyPadMenuItem-isSelected:not(.euiKeyPadMenuItem-isDisabled):focus,
.euiKeyPadMenuItem--checkable.euiKeyPadMenuItem-isSelected:not(.euiKeyPadMenuItem-isDisabled):focus-within {
  background-color: #e6f0f8;
  color: #006BB4;
  border-color: #006BB4;
}
.euiLink {
  text-align: left;
}
.euiLink:hover {
  text-decoration: underline;
}
.euiLink:focus {
  text-decoration: underline;
}
.euiLink[target='_blank'] {
  position: relative;
}
.euiLink[target='_blank'] .euiScreenReaderOnly {
  left: 0;
}
.euiLink .euiLink__externalIcon {
  margin-left: 4px;
}
.euiLink.euiLink-disabled {
  font-weight: inherit;
  text-decoration: none;
  cursor: default;
}
.euiLink.euiLink--subdued {
  color: #6a717d;
}
.euiLink.euiLink--subdued:hover,
.euiLink.euiLink--subdued:focus,
.euiLink.euiLink--subdued:target {
  text-decoration: underline;
}
.euiLink.euiLink--subdued:target {
  color: #535861;
}
.euiLink.euiLink--subdued:focus {
  -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
  animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
}
.euiLink.euiLink--primary {
  color: #006BB4;
}
.euiLink.euiLink--primary:hover,
.euiLink.euiLink--primary:focus,
.euiLink.euiLink--primary:target {
  text-decoration: underline;
}
.euiLink.euiLink--primary:target {
  color: #004d81;
}
.euiLink.euiLink--primary:focus {
  -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
  animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
}
.euiLink.euiLink--success {
  color: #017D73;
}
.euiLink.euiLink--success:hover,
.euiLink.euiLink--success:focus,
.euiLink.euiLink--success:target {
  text-decoration: underline;
}
.euiLink.euiLink--success:target {
  color: #014a44;
}
.euiLink.euiLink--success:focus {
  -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
  animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
}
.euiLink.euiLink--accent {
  color: #DD0A73;
}
.euiLink.euiLink--accent:hover,
.euiLink.euiLink--accent:focus,
.euiLink.euiLink--accent:target {
  text-decoration: underline;
}
.euiLink.euiLink--accent:target {
  color: #ac085a;
}
.euiLink.euiLink--accent:focus {
  -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
  animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
}
.euiLink.euiLink--warning {
  color: #9b6900;
}
.euiLink.euiLink--warning:hover,
.euiLink.euiLink--warning:focus,
.euiLink.euiLink--warning:target {
  text-decoration: underline;
}
.euiLink.euiLink--warning:target {
  color: #684600;
}
.euiLink.euiLink--warning:focus {
  -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
  animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
}
.euiLink.euiLink--danger {
  color: #BD271E;
}
.euiLink.euiLink--danger:hover,
.euiLink.euiLink--danger:focus,
.euiLink.euiLink--danger:target {
  text-decoration: underline;
}
.euiLink.euiLink--danger:target {
  color: #911e17;
}
.euiLink.euiLink--danger:focus {
  -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
  animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
}
.euiLink.euiLink--text {
  color: #343741;
}
.euiLink.euiLink--text:hover,
.euiLink.euiLink--text:focus,
.euiLink.euiLink--text:target {
  text-decoration: underline;
}
.euiLink.euiLink--text:target {
  color: #1d1f25;
}
.euiLink.euiLink--text:focus {
  -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
  animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
}
.euiLink.euiLink--ghost {
  color: #FFF;
}
.euiLink.euiLink--ghost:hover,
.euiLink.euiLink--ghost:focus,
.euiLink.euiLink--ghost:target {
  text-decoration: underline;
}
.euiLink.euiLink--ghost:target {
  color: #e6e6e6;
}
.euiLink.euiLink--ghost:focus {
  -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
  animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
}
button.euiLink {
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
/**
 * The List Group component provides neatly styled lists containing plain text
 * or links. The outer container can be bordered, with padding, or borderless
 * with links flush to the sides.
 */
.euiListGroup.euiListGroup-flush {
  padding: 0;
  border: none;
}
.euiListGroup.euiListGroup-bordered {
  border-radius: 4px;
  border: 1px solid #D3DAE6;
}
.euiListGroup-maxWidthDefault {
  max-width: 400px;
}
.euiListGroup--gutterSmall {
  padding: 8px;
}
.euiListGroup--gutterSmall .euiListGroupItem:not(:first-of-type) {
  margin-top: 8px;
}
.euiListGroup--gutterMedium {
  padding: 16px;
}
.euiListGroup--gutterMedium .euiListGroupItem:not(:first-of-type) {
  margin-top: 16px;
}
.euiListGroupItem {
  padding: 0;
  border-radius: 4px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: background-color 150ms;
  position: relative;
}
.euiListGroupItem.euiListGroupItem-isActive,
.euiListGroupItem.euiListGroupItem-isClickable:hover {
  background-color: rgba(211, 218, 230, 0.25);
}
.euiListGroupItem.euiListGroupItem-isClickable:focus-within {
  background-color: rgba(211, 218, 230, 0.25);
}
.euiListGroupItem.euiListGroupItem--ghost.euiListGroupItem-isClickable:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.euiListGroupItem.euiListGroupItem--ghost.euiListGroupItem-isClickable:focus-within {
  background-color: rgba(255, 255, 255, 0.1);
}
.euiListGroupItem.euiListGroupItem-isClickable:hover .euiListGroupItem__button,
.euiListGroupItem .euiListGroupItem__button:hover,
.euiListGroupItem .euiListGroupItem__button:focus {
  text-decoration: underline;
}
.euiListGroupItem.euiListGroupItem-isDisabled,
.euiListGroupItem.euiListGroupItem-isDisabled:hover,
.euiListGroupItem.euiListGroupItem-isDisabled:focus,
.euiListGroupItem.euiListGroupItem-isDisabled .euiListGroupItem__button:hover,
.euiListGroupItem.euiListGroupItem-isDisabled .euiListGroupItem__button:focus {
  color: #c2c3c6;
  cursor: not-allowed;
  background-color: transparent;
  text-decoration: none;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .euiListGroupItem__button:hover,
  .euiListGroupItem__button:focus {
    background-color: rgba(211, 218, 230, 0.25);
    border-radius: 4px;
  }
  .euiListGroupItem__button:hover .euiListGroupItem--ghost .euiListGroupItem__button:hover,
  .euiListGroupItem__button:hover .euiListGroupItem--ghost .euiListGroupItem__button:focus,
  .euiListGroupItem__button:focus .euiListGroupItem--ghost .euiListGroupItem__button:hover,
  .euiListGroupItem__button:focus .euiListGroupItem--ghost .euiListGroupItem__button:focus {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.euiListGroupItem__text,
.euiListGroupItem__button {
  line-height: 24px;
  padding: 4px 8px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: left;
  max-width: 100%;
  font-weight: inherit;
}
.euiListGroupItem-hasExtraAction .euiListGroupItem__text,
.euiListGroupItem-hasExtraAction .euiListGroupItem__button {
  max-width: calc(100% - 32px);
}
.euiListGroupItem--primary .euiListGroupItem__text:not(:disabled),
.euiListGroupItem--primary .euiListGroupItem__button:not(:disabled) {
  color: #006BB4;
}
.euiListGroupItem--text .euiListGroupItem__text:not(:disabled),
.euiListGroupItem--text .euiListGroupItem__button:not(:disabled) {
  color: #343741;
}
.euiListGroupItem--subdued .euiListGroupItem__text:not(:disabled),
.euiListGroupItem--subdued .euiListGroupItem__button:not(:disabled) {
  color: #6a717d;
}
.euiListGroupItem--ghost .euiListGroupItem__text:not(:disabled),
.euiListGroupItem--ghost .euiListGroupItem__button:not(:disabled) {
  color: #FFF;
}
.euiListGroupItem-isActive:not(.euiListGroupItem--ghost) .euiListGroupItem__text,
.euiListGroupItem-isActive:not(.euiListGroupItem--ghost) .euiListGroupItem__button {
  color: #343741;
}
.euiListGroupItem__label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.euiListGroupItem__extraAction {
  opacity: 0;
  margin-right: 8px;
  transition: opacity 150ms;
}
.euiListGroupItem:not(.euiListGroupItem-isDisabled):focus .euiListGroupItem__extraAction,
.euiListGroupItem:not(.euiListGroupItem-isDisabled):hover .euiListGroupItem__extraAction,
.euiListGroupItem__extraAction.euiListGroupItem__extraAction-alwaysShow,
.euiListGroupItem__extraAction:focus {
  opacity: 1;
}
.euiListGroupItem__icon {
  margin-right: 12px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.euiListGroupItem--xSmall {
  font-size: 12px;
}
.euiListGroupItem--small {
  font-size: 14px;
}
.euiListGroupItem--medium {
  font-size: 16px;
}
.euiListGroupItem--large {
  font-size: 20px;
}
.euiListGroupItem--xSmall,
.euiListGroupItem--small {
  font-weight: 500;
  letter-spacing: 0;
}
.euiListGroupItem--xSmall .euiListGroupItem__button,
.euiListGroupItem--xSmall .euiListGroupItem__text {
  line-height: 16px;
}
.euiListGroupItem--large .euiListGroupItem__button,
.euiListGroupItem--large .euiListGroupItem__text {
  line-height: 32px;
}
.euiListGroupItem--wrapText .euiListGroupItem__button,
.euiListGroupItem--wrapText .euiListGroupItem__text {
  width: 100%;
  word-break: break-word;
}
.euiListGroupItem--wrapText .euiListGroupItem__label {
  white-space: inherit;
}
.euiListGroup-flush .euiListGroupItem {
  border-radius: 0;
}
.euiListGroup-bordered .euiListGroupItem:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.euiListGroup-bordered .euiListGroupItem:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.euiListGroupItem__tooltip {
  width: 100%;
}
.euiPinnableListGroup__itemExtraAction svg {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.euiPinnableListGroup__itemExtraAction-pinned:not(:hover):not(:focus) {
  color: #8c919a;
}
.euiLoadingElastic {
  position: relative;
  display: inline-block;
}
.euiLoadingElastic--medium {
  width: 16px;
}
.euiLoadingElastic--large {
  width: 24px;
}
.euiLoadingElastic--xLarge {
  width: 32px;
}
.euiLoadingElastic--xxLarge {
  width: 40px;
}
.euiLoadingElastic path {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0, 0.63, 0.49, 1);
  animation-timing-function: cubic-bezier(0, 0.63, 0.49, 1);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@media screen and (prefers-reduced-motion: no-preference) {
  .euiLoadingElastic path {
    -webkit-animation-name: euiLoadingElastic;
    animation-name: euiLoadingElastic;
  }
}
.euiLoadingElastic path:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.euiLoadingElastic path:nth-of-type(2) {
  -webkit-animation-delay: 0.035s;
  animation-delay: 0.035s;
}
.euiLoadingElastic path:nth-of-type(3) {
  -webkit-animation-delay: 0.125s;
  animation-delay: 0.125s;
}
.euiLoadingElastic path:nth-of-type(4) {
  -webkit-animation-delay: 0.155s;
  animation-delay: 0.155s;
}
.euiLoadingElastic path:nth-of-type(5) {
  -webkit-animation-delay: 0.075s;
  animation-delay: 0.075s;
}
.euiLoadingElastic path:nth-of-type(6) {
  -webkit-animation-delay: 0.06s;
  animation-delay: 0.06s;
}
@-webkit-keyframes euiLoadingElastic {
  0% {
    -webkit-transform: scale3d(0, 0, -0.7);
    transform: scale3d(0, 0, -0.7);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale3d(1, 1, 2);
    transform: scale3d(1, 1, 2);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.99, 0.99, 2);
    transform: scale3d(0.99, 0.99, 2);
  }
  70% {
    -webkit-transform: scale3d(0.96, 0.96, -2.5);
    transform: scale3d(0.96, 0.96, -2.5);
  }
  100% {
    -webkit-transform: scale3d(0.98, 0.98, 2);
    transform: scale3d(0.98, 0.98, 2);
  }
}
@keyframes euiLoadingElastic {
  0% {
    -webkit-transform: scale3d(0, 0, -0.7);
    transform: scale3d(0, 0, -0.7);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale3d(1, 1, 2);
    transform: scale3d(1, 1, 2);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.99, 0.99, 2);
    transform: scale3d(0.99, 0.99, 2);
  }
  70% {
    -webkit-transform: scale3d(0.96, 0.96, -2.5);
    transform: scale3d(0.96, 0.96, -2.5);
  }
  100% {
    -webkit-transform: scale3d(0.98, 0.98, 2);
    transform: scale3d(0.98, 0.98, 2);
  }
}
.euiLoadingChart {
  height: 32px;
  z-index: 500;
  overflow: hidden;
  display: inline-block;
}
/**
 * 1. Without the animation, the bars are all the same height,
 *    so we apply transforms only if they can't animate
 */
.euiLoadingChart__bar {
  height: 100%;
  width: 8px;
  display: inline-block;
  margin-bottom: -16px;
  margin-left: 2px;
}
@media screen and (prefers-reduced-motion: no-preference) {
  .euiLoadingChart__bar {
    -webkit-animation: euiLoadingChart 1s infinite;
    animation: euiLoadingChart 1s infinite;
  }
}
.euiLoadingChart__bar:nth-child(1) {
  background-color: #54B399;
}
@media screen and (prefers-reduced-motion: reduce) {
  .euiLoadingChart__bar:nth-child(1) {
    -webkit-transform: translateY(66%);
    transform: translateY(66%);
    /* 1 */
  }
}
.euiLoadingChart__bar:nth-child(2) {
  background-color: #6092C0;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
@media screen and (prefers-reduced-motion: reduce) {
  .euiLoadingChart__bar:nth-child(2) {
    -webkit-transform: translateY(44%);
    transform: translateY(44%);
    /* 1 */
  }
}
.euiLoadingChart__bar:nth-child(3) {
  background-color: #D36086;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@media screen and (prefers-reduced-motion: reduce) {
  .euiLoadingChart__bar:nth-child(3) {
    -webkit-transform: translateY(22%);
    transform: translateY(22%);
    /* 1 */
  }
}
.euiLoadingChart__bar:nth-child(4) {
  background-color: #9170B8;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.euiLoadingChart--mono .euiLoadingChart__bar:nth-child(1) {
  background-color: #D3DAE6;
}
.euiLoadingChart--mono .euiLoadingChart__bar:nth-child(2) {
  background-color: #cbd1dd;
}
.euiLoadingChart--mono .euiLoadingChart__bar:nth-child(3) {
  background-color: #c2c9d4;
}
.euiLoadingChart--mono .euiLoadingChart__bar:nth-child(4) {
  background-color: #bac0ca;
}
.euiLoadingChart--medium {
  height: 16px;
}
.euiLoadingChart--medium > span {
  width: 2px;
  margin-left: 2px;
  margin-bottom: 8px;
}
.euiLoadingChart--large {
  height: 24px;
}
.euiLoadingChart--large > span {
  width: 4px;
  margin-left: 2px;
  margin-bottom: 12px;
}
.euiLoadingChart--xLarge {
  height: 32px;
}
.euiLoadingChart--xLarge > span {
  width: 8px;
  margin-left: 4px;
  margin-bottom: 16px;
}
@-webkit-keyframes euiLoadingChart {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(66%);
    transform: translateY(66%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes euiLoadingChart {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(66%);
    transform: translateY(66%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.euiLoadingContent__loader {
  display: block;
  width: 100%;
}
.euiLoadingContent__singleLine {
  display: block;
  width: 100%;
  height: 16px;
  margin-bottom: 8px;
  border-radius: 4px;
  overflow: hidden;
}
.euiLoadingContent__singleLine:last-child:not(:only-child) {
  width: 75%;
}
.euiLoadingContent__singleLineBackground {
  display: block;
  width: 220%;
  height: 100%;
  background: linear-gradient(137deg, #f0f2f6 45%, #f6f8fa 50%, #f0f2f6 55%);
}
@media screen and (prefers-reduced-motion: no-preference) {
  .euiLoadingContent__singleLineBackground {
    -webkit-animation: euiLoadingContentGradientLoad 1.5s cubic-bezier(0.694, 0.0482, 0.335, 1) infinite;
    animation: euiLoadingContentGradientLoad 1.5s cubic-bezier(0.694, 0.0482, 0.335, 1) infinite;
  }
}
@-webkit-keyframes euiLoadingContentGradientLoad {
  0% {
    -webkit-transform: translateX(-53%);
    transform: translateX(-53%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes euiLoadingContentGradientLoad {
  0% {
    -webkit-transform: translateX(-53%);
    transform: translateX(-53%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.euiLoadingLogo {
  position: relative;
  display: inline-block;
}
@media screen and (prefers-reduced-motion: no-preference) {
  .euiLoadingLogo:before,
  .euiLoadingLogo:after {
    position: absolute;
    content: '';
    width: 90%;
    left: 5%;
    border-radius: 50%;
    opacity: 0.2;
    z-index: 1;
  }
  .euiLoadingLogo:before {
    box-shadow: 0 0 8px #000;
    -webkit-animation: 1s euiLoadingKibanaPulsateAndFade cubic-bezier(0.694, 0.0482, 0.335, 1) infinite;
    animation: 1s euiLoadingKibanaPulsateAndFade cubic-bezier(0.694, 0.0482, 0.335, 1) infinite;
  }
  .euiLoadingLogo:after {
    background-color: #000;
    -webkit-animation: 1s euiLoadingKibanaPulsate cubic-bezier(0.694, 0.0482, 0.335, 1) infinite;
    animation: 1s euiLoadingKibanaPulsate cubic-bezier(0.694, 0.0482, 0.335, 1) infinite;
  }
}
.euiLoadingLogo .euiLoadingLogo__icon {
  display: block;
}
@media screen and (prefers-reduced-motion: no-preference) {
  .euiLoadingLogo .euiLoadingLogo__icon {
    -webkit-animation: 1s euiLoadingKibanaBounceMedium cubic-bezier(0.694, 0.0482, 0.335, 1) infinite;
    animation: 1s euiLoadingKibanaBounceMedium cubic-bezier(0.694, 0.0482, 0.335, 1) infinite;
  }
}
/**
 * 1. Requires pixel math for animation.
 */
.euiLoadingLogo--medium {
  width: 16px;
}
.euiLoadingLogo--medium:before,
.euiLoadingLogo--medium:after {
  height: 3px;
  /* 1 */
  bottom: -4px;
}
.euiLoadingLogo--medium .euiLoadingLogo__icon {
  z-index: 999;
  -webkit-animation-name: euiLoadingKibanaBounceMedium;
  animation-name: euiLoadingKibanaBounceMedium;
}
.euiLoadingLogo--large {
  width: 24px;
}
.euiLoadingLogo--large:before,
.euiLoadingLogo--large:after {
  height: 6px;
  /* 1 */
  bottom: -8px;
}
.euiLoadingLogo--large .euiLoadingLogo__icon {
  -webkit-animation-name: euiLoadingKibanaBounceLarge;
  animation-name: euiLoadingKibanaBounceLarge;
}
.euiLoadingLogo--xLarge {
  width: 32px;
}
.euiLoadingLogo--xLarge:before,
.euiLoadingLogo--xLarge:after {
  height: 8px;
  bottom: -12px;
}
.euiLoadingLogo--xLarge .euiLoadingLogo__icon {
  -webkit-animation-name: euiLoadingKibanaBounceXLarge;
  animation-name: euiLoadingKibanaBounceXLarge;
}
@-webkit-keyframes euiLoadingKibanaBounceMedium {
  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes euiLoadingKibanaBounceMedium {
  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes euiLoadingKibanaBounceLarge {
  50% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}
@keyframes euiLoadingKibanaBounceLarge {
  50% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}
@-webkit-keyframes euiLoadingKibanaBounceXLarge {
  50% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
  }
}
@keyframes euiLoadingKibanaBounceXLarge {
  50% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
  }
}
@-webkit-keyframes euiLoadingKibanaPulsateAndFade {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes euiLoadingKibanaPulsateAndFade {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes euiLoadingKibanaPulsate {
  0% {
    opacity: 0.15;
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.05;
  }
  100% {
    opacity: 0.15;
  }
}
@keyframes euiLoadingKibanaPulsate {
  0% {
    opacity: 0.15;
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.05;
  }
  100% {
    opacity: 0.15;
  }
}
.euiLoadingSpinner {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: solid 2px #D3DAE6;
  border-color: #006BB4 #D3DAE6 #D3DAE6 #D3DAE6;
}
@media screen and (prefers-reduced-motion: no-preference) {
  .euiLoadingSpinner {
    -webkit-animation: euiLoadingSpinner 0.6s infinite linear;
    animation: euiLoadingSpinner 0.6s infinite linear;
  }
}
.euiLoadingSpinner--small {
  width: 12px;
  height: 12px;
}
.euiLoadingSpinner--medium {
  width: 16px;
  height: 16px;
}
.euiLoadingSpinner--large {
  width: 24px;
  height: 24px;
}
.euiLoadingSpinner--xLarge {
  width: 32px;
  height: 32px;
}
.euiLoadingSpinner--xxLarge {
  width: 40px;
  height: 40px;
}
.euiLoadingSpinner--small,
.euiLoadingSpinner--medium {
  border-width: 1px;
}
@-webkit-keyframes euiLoadingSpinner {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes euiLoadingSpinner {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.euiMarkdownEditor--isPreviewing .euiMarkdownEditor__toggleContainer {
  display: none;
}
.euiMarkdownEditor--fullHeight {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.euiMarkdownEditor--fullHeight .euiMarkdownEditorTextArea {
  resize: none;
}
.euiMarkdownEditor--fullHeight .euiMarkdownEditorDropZone {
  height: 100%;
}
.euiMarkdownEditorDropZone {
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: "150px";
}
.euiMarkdownEditorDropZone__input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}
.euiMarkdownEditorDropZone__input:hover {
  cursor: pointer;
}
.euiMarkdownEditorDropZone__input:hover:disabled {
  cursor: not-allowed;
}
.euiMarkdownEditorDropZone--isDragging .euiMarkdownEditorFooter,
.euiMarkdownEditorDropZone--isDragging .euiMarkdownEditorTextArea,
.euiMarkdownEditorDropZone--isDragging .euiMarkdownEditorTextArea:focus,
.euiMarkdownEditorDropZone--isDragging .euiMarkdownEditor:focus-within .euiMarkdownEditorTextArea {
  background-color: rgba(0, 107, 180, 0.1) !important;
}
.euiMarkdownEditorDropZone--isDragging .euiMarkdownEditorTextArea,
.euiMarkdownEditorDropZone--isDragging .euiMarkdownEditorTextArea:focus {
  background-image: linear-gradient(to top, #006BB4, #006BB4 2px, transparent 2px, transparent 100%) !important;
}
.euiMarkdownEditorDropZone--isDraggingError .euiMarkdownEditorFooter,
.euiMarkdownEditorDropZone--isDraggingError .euiMarkdownEditorTextArea,
.euiMarkdownEditorDropZone--isDraggingError .euiMarkdownEditorTextArea:focus,
.euiMarkdownEditorDropZone--isDraggingError .euiMarkdownEditor:focus-within .euiMarkdownEditorTextArea {
  background-color: rgba(189, 39, 30, 0.1) !important;
}
.euiMarkdownEditorDropZone--hasError .euiMarkdownEditorTextArea,
.euiMarkdownEditorDropZone--hasError .euiMarkdownEditorTextArea:focus {
  background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%) !important;
}
.euiMarkdownFormat .euiTextColor--default .euiMarkdownFormat__blockquote {
  border-left-color: rgba(0, 0, 0, 0.15);
}
.euiMarkdownFormat .euiTextColor--default .euiHorizontalRule {
  background-color: rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.15);
}
.euiMarkdownFormat .euiTextColor--default .euiMarkdownFormat__table {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.euiMarkdownFormat .euiTextColor--default .euiMarkdownFormat__table th,
.euiMarkdownFormat .euiTextColor--default .euiMarkdownFormat__table td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.euiMarkdownFormat .euiTextColor--default .euiMarkdownFormat__table th:last-child,
.euiMarkdownFormat .euiTextColor--default .euiMarkdownFormat__table td:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.euiMarkdownFormat .euiTextColor--default .euiMarkdownFormat__table tr {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.euiMarkdownFormat .euiTextColor--subdued .euiMarkdownFormat__blockquote {
  border-left-color: #6a717d;
}
.euiMarkdownFormat .euiTextColor--subdued .euiHorizontalRule {
  background-color: #6a717d;
  color: #6a717d;
}
.euiMarkdownFormat .euiTextColor--subdued .euiMarkdownFormat__table {
  border-left: 1px solid #6a717d;
}
.euiMarkdownFormat .euiTextColor--subdued .euiMarkdownFormat__table th,
.euiMarkdownFormat .euiTextColor--subdued .euiMarkdownFormat__table td {
  border-top: 1px solid #6a717d;
  border-bottom: 1px solid #6a717d;
}
.euiMarkdownFormat .euiTextColor--subdued .euiMarkdownFormat__table th:last-child,
.euiMarkdownFormat .euiTextColor--subdued .euiMarkdownFormat__table td:last-child {
  border-right: 1px solid #6a717d;
}
.euiMarkdownFormat .euiTextColor--subdued .euiMarkdownFormat__table tr {
  border-top: 1px solid #6a717d;
}
.euiMarkdownFormat .euiTextColor--success .euiMarkdownFormat__blockquote {
  border-left-color: #017D73;
}
.euiMarkdownFormat .euiTextColor--success .euiHorizontalRule {
  background-color: #017D73;
  color: #017D73;
}
.euiMarkdownFormat .euiTextColor--success .euiMarkdownFormat__table {
  border-left: 1px solid #017D73;
}
.euiMarkdownFormat .euiTextColor--success .euiMarkdownFormat__table th,
.euiMarkdownFormat .euiTextColor--success .euiMarkdownFormat__table td {
  border-top: 1px solid #017D73;
  border-bottom: 1px solid #017D73;
}
.euiMarkdownFormat .euiTextColor--success .euiMarkdownFormat__table th:last-child,
.euiMarkdownFormat .euiTextColor--success .euiMarkdownFormat__table td:last-child {
  border-right: 1px solid #017D73;
}
.euiMarkdownFormat .euiTextColor--success .euiMarkdownFormat__table tr {
  border-top: 1px solid #017D73;
}
.euiMarkdownFormat .euiTextColor--accent .euiMarkdownFormat__blockquote {
  border-left-color: #DD0A73;
}
.euiMarkdownFormat .euiTextColor--accent .euiHorizontalRule {
  background-color: #DD0A73;
  color: #DD0A73;
}
.euiMarkdownFormat .euiTextColor--accent .euiMarkdownFormat__table {
  border-left: 1px solid #DD0A73;
}
.euiMarkdownFormat .euiTextColor--accent .euiMarkdownFormat__table th,
.euiMarkdownFormat .euiTextColor--accent .euiMarkdownFormat__table td {
  border-top: 1px solid #DD0A73;
  border-bottom: 1px solid #DD0A73;
}
.euiMarkdownFormat .euiTextColor--accent .euiMarkdownFormat__table th:last-child,
.euiMarkdownFormat .euiTextColor--accent .euiMarkdownFormat__table td:last-child {
  border-right: 1px solid #DD0A73;
}
.euiMarkdownFormat .euiTextColor--accent .euiMarkdownFormat__table tr {
  border-top: 1px solid #DD0A73;
}
.euiMarkdownFormat .euiTextColor--warning .euiMarkdownFormat__blockquote {
  border-left-color: #F5A700;
}
.euiMarkdownFormat .euiTextColor--warning .euiHorizontalRule {
  background-color: #F5A700;
  color: #F5A700;
}
.euiMarkdownFormat .euiTextColor--warning .euiMarkdownFormat__table {
  border-left: 1px solid #F5A700;
}
.euiMarkdownFormat .euiTextColor--warning .euiMarkdownFormat__table th,
.euiMarkdownFormat .euiTextColor--warning .euiMarkdownFormat__table td {
  border-top: 1px solid #F5A700;
  border-bottom: 1px solid #F5A700;
}
.euiMarkdownFormat .euiTextColor--warning .euiMarkdownFormat__table th:last-child,
.euiMarkdownFormat .euiTextColor--warning .euiMarkdownFormat__table td:last-child {
  border-right: 1px solid #F5A700;
}
.euiMarkdownFormat .euiTextColor--warning .euiMarkdownFormat__table tr {
  border-top: 1px solid #F5A700;
}
.euiMarkdownFormat .euiTextColor--danger .euiMarkdownFormat__blockquote {
  border-left-color: #BD271E;
}
.euiMarkdownFormat .euiTextColor--danger .euiHorizontalRule {
  background-color: #BD271E;
  color: #BD271E;
}
.euiMarkdownFormat .euiTextColor--danger .euiMarkdownFormat__table {
  border-left: 1px solid #BD271E;
}
.euiMarkdownFormat .euiTextColor--danger .euiMarkdownFormat__table th,
.euiMarkdownFormat .euiTextColor--danger .euiMarkdownFormat__table td {
  border-top: 1px solid #BD271E;
  border-bottom: 1px solid #BD271E;
}
.euiMarkdownFormat .euiTextColor--danger .euiMarkdownFormat__table th:last-child,
.euiMarkdownFormat .euiTextColor--danger .euiMarkdownFormat__table td:last-child {
  border-right: 1px solid #BD271E;
}
.euiMarkdownFormat .euiTextColor--danger .euiMarkdownFormat__table tr {
  border-top: 1px solid #BD271E;
}
.euiMarkdownFormat .euiTextColor--ghost .euiMarkdownFormat__blockquote {
  border-left-color: #FFF;
}
.euiMarkdownFormat .euiTextColor--ghost .euiHorizontalRule {
  background-color: #FFF;
  color: #FFF;
}
.euiMarkdownFormat .euiTextColor--ghost .euiMarkdownFormat__table {
  border-left: 1px solid #FFF;
}
.euiMarkdownFormat .euiTextColor--ghost .euiMarkdownFormat__table th,
.euiMarkdownFormat .euiTextColor--ghost .euiMarkdownFormat__table td {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.euiMarkdownFormat .euiTextColor--ghost .euiMarkdownFormat__table th:last-child,
.euiMarkdownFormat .euiTextColor--ghost .euiMarkdownFormat__table td:last-child {
  border-right: 1px solid #FFF;
}
.euiMarkdownFormat .euiTextColor--ghost .euiMarkdownFormat__table tr {
  border-top: 1px solid #FFF;
}
.euiMarkdownFormat .euiTextColor--inherit .euiMarkdownFormat__blockquote {
  border-left-color: currentColor;
}
.euiMarkdownFormat .euiTextColor--inherit .euiHorizontalRule {
  background-color: currentColor;
  color: currentColor;
}
.euiMarkdownFormat .euiTextColor--inherit .euiMarkdownFormat__table {
  border-left: 1px solid currentColor;
}
.euiMarkdownFormat .euiTextColor--inherit .euiMarkdownFormat__table th,
.euiMarkdownFormat .euiTextColor--inherit .euiMarkdownFormat__table td {
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.euiMarkdownFormat .euiTextColor--inherit .euiMarkdownFormat__table th:last-child,
.euiMarkdownFormat .euiTextColor--inherit .euiMarkdownFormat__table td:last-child {
  border-right: 1px solid currentColor;
}
.euiMarkdownFormat .euiTextColor--inherit .euiMarkdownFormat__table tr {
  border-top: 1px solid currentColor;
}
.euiMarkdownFormat .euiTextColor--custom .euiMarkdownFormat__blockquote {
  border-left-color: currentColor;
}
.euiMarkdownFormat .euiTextColor--custom .euiHorizontalRule {
  background-color: currentColor;
  color: currentColor;
}
.euiMarkdownFormat .euiTextColor--custom .euiMarkdownFormat__table {
  border-left: 1px solid currentColor;
}
.euiMarkdownFormat .euiTextColor--custom .euiMarkdownFormat__table th,
.euiMarkdownFormat .euiTextColor--custom .euiMarkdownFormat__table td {
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.euiMarkdownFormat .euiTextColor--custom .euiMarkdownFormat__table th:last-child,
.euiMarkdownFormat .euiTextColor--custom .euiMarkdownFormat__table td:last-child {
  border-right: 1px solid currentColor;
}
.euiMarkdownFormat .euiTextColor--custom .euiMarkdownFormat__table tr {
  border-top: 1px solid currentColor;
}
.euiMarkdownFormat .euiMarkdownFormat__blockquote {
  border-left-style: solid;
}
.euiMarkdownFormat .euiCheckbox {
  margin-bottom: 0 !important;
}
.euiMarkdownFormat .euiCheckbox .euiCheckbox__input + .euiCheckbox__square {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.euiMarkdownFormat .euiMarkdownFormat__table {
  display: block;
  width: 100%;
  overflow: auto;
  border-spacing: 0;
  border-collapse: collapse;
}
.euiMarkdownEditorFooter {
  display: -webkit-inline-flex;
  display: inline-flex;
  padding: 4px;
  border: 1px solid #D3DAE6;
  -webkit-align-items: center;
  align-items: center;
  background: #fafbfd;
}
.euiMarkdownEditorFooter__popover {
  width: 300px;
}
.euiMarkdownEditorFooter__actions {
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.euiMarkdownEditorFooter__actions > button,
.euiMarkdownEditorFooter__actions > span {
  margin-right: 4px;
  -webkit-align-self: center;
  align-self: center;
}
.euiMarkdownEditorFooter__actions .euiMarkdownEditorFooter__uploadError {
  position: relative;
  left: -1px;
  line-height: 1;
  border-radius: 4px;
}
.euiMarkdownEditorFooter__actions .euiMarkdownEditorFooter__uploadError > span {
  padding: 0 4px;
}
.euiMarkdownEditorFooter__helpButton > svg {
  width: 26px;
}
.euiMarkdownEditorPreview {
  scrollbar-color: rgba(105, 112, 125, 0.5) transparent;
  scrollbar-width: thin;
  background: #FFF;
  min-height: "150px";
  overflow-y: auto;
  border: 1px solid #D3DAE6;
  padding: 12px;
}
.euiMarkdownEditorPreview::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.euiMarkdownEditorPreview::-webkit-scrollbar-thumb {
  background-color: rgba(105, 112, 125, 0.5);
  background-clip: content-box;
  border-radius: 16px;
  border: 6px solid transparent;
}
.euiMarkdownEditorPreview::-webkit-scrollbar-corner,
.euiMarkdownEditorPreview::-webkit-scrollbar-track {
  background-color: transparent;
}
.euiMarkdownEditorPreview-isReadOnly .euiCheckbox__input ~ .euiCheckbox__label {
  cursor: default;
}
.euiMarkdownEditorPreview-isReadOnly .euiCheckbox__input:focus:not(:checked) + .euiCheckbox__square {
  border-color: #c9cbcd;
}
.euiMarkdownEditorTextArea {
  font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  letter-spacing: -0.005em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-size: 14px;
  color: #343741;
  scrollbar-color: rgba(105, 112, 125, 0.5) transparent;
  scrollbar-width: thin;
  width: 100%;
  height: 100%;
  min-height: "150px";
  padding: 12px;
  border: 1px solid #D3DAE6;
  border-bottom: none;
  line-height: 1.5;
  resize: vertical;
  background-color: #fbfcfd;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  margin: 0;
  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .euiMarkdownEditorTextArea {
    line-height: 1em;
  }
}
.euiMarkdownEditorTextArea::-webkit-input-placeholder {
  color: #6a717d;
  opacity: 1;
}
.euiMarkdownEditorTextArea::-moz-placeholder {
  color: #6a717d;
  opacity: 1;
}
.euiMarkdownEditorTextArea::placeholder {
  color: #6a717d;
  opacity: 1;
}
.euiMarkdownEditorTextArea::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.euiMarkdownEditorTextArea::-webkit-scrollbar-thumb {
  background-color: rgba(105, 112, 125, 0.5);
  background-clip: content-box;
  border-radius: 16px;
  border: 6px solid transparent;
}
.euiMarkdownEditorTextArea::-webkit-scrollbar-corner,
.euiMarkdownEditorTextArea::-webkit-scrollbar-track {
  background-color: transparent;
}
.euiMarkdownEditorTextArea:focus,
.euiMarkdownEditor:focus-within .euiMarkdownEditorTextArea {
  background-color: white;
  background-image: linear-gradient(to top, #006BB4, #006BB4 2px, transparent 2px, transparent 100%);
  background-size: 100% 100%;
}
.euiMarkdownEditorTextArea-isReadOnly {
  background: rgba(211, 218, 230, 0.05);
  cursor: unset;
}
.euiMarkdownEditorTextArea-isReadOnly:focus,
.euiMarkdownEditor:focus-within .euiMarkdownEditorTextArea-isReadOnly {
  background: none;
}
.euiMarkdownEditorToolbar {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #F5F7FA;
  border: 1px solid #D3DAE6;
  border-color: #D3DAE6;
  border-bottom: none;
  padding: 4px;
}
.euiMarkdownEditorToolbar__buttons {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex: 1;
  flex: 1;
  -webkit-align-items: center;
  align-items: center;
}
.euiMarkdownEditorToolbar__buttons > * {
  margin-right: 4px;
}
.euiMarkdownEditorToolbar__divider {
  content: '';
  height: 24px;
  display: block;
  margin-left: 4px;
  padding-right: 4px;
  border-left: 1px solid #D3DAE6;
}
.euiMarkdownTooltip__icon {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.euiMark {
  background-color: transparent;
  font-weight: 700;
  color: #343741;
}
/**
 * 1. Fix IE overflow issue (min-height) by adding a separate wrapper for the
 *    flex display. https://github.com/philipwalton/flexbugs#flexbug-3
 * 2. IE has trouble with min-widths on flex elements. Use the pixel value
 *    from our forms since that's usually the smallest we want them.
 */
.euiModal {
  border: 1px solid #D3DAE6;
  box-shadow: 0 40px 64px 0 rgba(65, 78, 101, 0.1), 0 24px 32px 0 rgba(65, 78, 101, 0.1), 0 16px 16px 0 rgba(65, 78, 101, 0.1), 0 8px 8px 0 rgba(65, 78, 101, 0.1), 0 4px 4px 0 rgba(65, 78, 101, 0.1), 0 2px 2px 0 rgba(65, 78, 101, 0.1);
  border-color: #c6cad1;
  border-top-color: #e3e4e8;
  border-bottom-color: #aaafba;
  display: -webkit-flex;
  display: flex;
  /* 1 */
  position: relative;
  background-color: #FFF;
  border-radius: 4px;
  z-index: 8000;
  min-width: 400px;
  -webkit-animation: euiModal 350ms cubic-bezier(0.34, 1.61, 0.7, 1);
  animation: euiModal 350ms cubic-bezier(0.34, 1.61, 0.7, 1);
  max-width: calc(100vw - 16px);
}
.euiModal:focus {
  outline: none;
}
.euiModal .euiModal__flex {
  /* 1 */
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-height: 75vh;
  overflow: hidden;
}
.euiModal--maxWidth-default {
  max-width: 768px;
}
.euiModal--confirmation {
  min-width: 400px;
}
.euiModalHeader {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 24px 40px 16px 24px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.euiModalHeader__title {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: 300;
  letter-spacing: -0.04em;
}
.euiModalBody {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.euiModalBody .euiModalBody__overflow {
  scrollbar-color: rgba(105, 112, 125, 0.5) transparent;
  scrollbar-width: thin;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);
  mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);
  padding: 8px 24px;
}
.euiModalBody .euiModalBody__overflow::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.euiModalBody .euiModalBody__overflow::-webkit-scrollbar-thumb {
  background-color: rgba(105, 112, 125, 0.5);
  background-clip: content-box;
  border-radius: 16px;
  border: 6px solid transparent;
}
.euiModalBody .euiModalBody__overflow::-webkit-scrollbar-corner,
.euiModalBody .euiModalBody__overflow::-webkit-scrollbar-track {
  background-color: transparent;
}
.euiModalBody .euiModalBody__overflow:focus {
  outline: none;
  /* 1 */
}
.euiModalBody .euiModalBody__overflow[tabindex='0']:focus:focus-visible {
  outline-style: auto;
  /* 2 */
}
.euiModalFooter {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding: 16px 24px 24px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.euiModalFooter > * + * {
  margin-left: 16px;
}
.euiModalHeader + .euiModalFooter {
  padding-top: 8px;
}
.euiModalBody:last-of-type .euiModalBody__overflow {
  padding-bottom: 24px;
}
.euiModal__closeIcon {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 3;
}
@-webkit-keyframes euiModal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(32px);
    transform: translateY(32px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes euiModal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(32px);
    transform: translateY(32px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (max-width: 574px) {
  .euiModal {
    position: fixed;
    width: 100vw !important;
    max-width: none !important;
    min-width: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 0;
    border: none;
  }
  .euiModal.euiModal--confirmation {
    box-shadow: 0 -40px 64px 0 rgba(65, 78, 101, 0.1), 0 -24px 32px 0 rgba(65, 78, 101, 0.1), 0 -16px 16px 0 rgba(65, 78, 101, 0.1), 0 -8px 8px 0 rgba(65, 78, 101, 0.1);
    top: auto;
  }
  .euiModal .euiModal__flex {
    /* 1 */
    max-height: 100vh;
  }
  .euiModalHeader {
    width: 100%;
  }
  .euiModalFooter {
    width: 100%;
    background: #F5F7FA;
    padding: 12px 24px !important;
    -webkit-justify-content: stretch;
    justify-content: stretch;
  }
  .euiModalFooter > * {
    -webkit-flex: 1;
    flex: 1;
  }
  .euiModalFooter > * + * {
    margin-left: 0;
  }
  .euiModalBody {
    width: 100%;
  }
  .euiModalBody .euiModalBody__overflow {
    padding-bottom: 24px;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .euiModal {
    position: fixed;
    width: 100vw !important;
    max-width: none !important;
    min-width: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 0;
    border: none;
  }
  .euiModal.euiModal--confirmation {
    box-shadow: 0 -40px 64px 0 rgba(65, 78, 101, 0.1), 0 -24px 32px 0 rgba(65, 78, 101, 0.1), 0 -16px 16px 0 rgba(65, 78, 101, 0.1), 0 -8px 8px 0 rgba(65, 78, 101, 0.1);
    top: auto;
  }
  .euiModal .euiModal__flex {
    /* 1 */
    max-height: 100vh;
  }
  .euiModalHeader {
    width: 100%;
  }
  .euiModalFooter {
    width: 100%;
    background: #F5F7FA;
    padding: 12px 24px !important;
    -webkit-justify-content: stretch;
    justify-content: stretch;
  }
  .euiModalFooter > * {
    -webkit-flex: 1;
    flex: 1;
  }
  .euiModalFooter > * + * {
    margin-left: 0;
  }
  .euiModalBody {
    width: 100%;
  }
  .euiModalBody .euiModalBody__overflow {
    padding-bottom: 24px;
  }
}
.euiNotificationEvent {
  display: -webkit-flex;
  display: flex;
  padding: 12px 0 12px 12px;
  border-bottom: 1px solid #D3DAE6;
}
.euiNotificationEvent:last-child {
  border-bottom: none;
}
.euiNotificationEvent--withReadState {
  padding: 12px 0 12px 8px;
}
.euiNotificationEvent__title {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  display: -webkit-flex;
  display: flex;
}
.euiNotificationEvent__title.euiLink {
  color: #006BB4;
}
.euiNotificationEvent__title--isRead {
  color: #69707D !important;
}
.euiNotificationEvent__readButton {
  margin-right: 8px;
}
.euiNotificationEvent__content {
  -webkit-flex: 1;
  flex: 1;
}
.euiNotificationEvent__content > * + * {
  margin-top: 8px;
  margin-right: 12px;
}
.euiNotificationEventMeta {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 4px;
  min-height: 24px;
}
.euiNotificationEventMeta--hasContextMenu {
  padding-right: 24px;
}
.euiNotificationEventMeta__contextMenuWrapper {
  position: absolute;
  top: 0;
  right: 0;
}
.euiNotificationEventMeta__section {
  margin-right: 8px;
}
.euiNotificationEventMeta__section:first-child {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1;
  flex: 1;
  -webkit-align-items: center;
  align-items: center;
}
.euiNotificationEventMeta__icon {
  margin-right: 8px;
}
.euiNotificationEventMeta__badge {
  max-width: 100%;
  display: inline-grid;
}
.euiNotificationEventMeta__time {
  font-size: 12px;
  color: #6a717d;
}
.euiNotificationEventMessages {
  font-size: 14px;
}
.euiNotificationEventMessages__accordion {
  color: #69707D;
}
.euiNotificationEventMessages__accordionButton {
  color: #006BB4;
}
.euiNotificationEventMessages__accordionContent > * {
  padding-top: 8px;
}
.euiNotificationEventReadButton--isRead svg {
  fill: transparent;
  stroke-width: 1px;
  stroke: #D3DAE6;
}
.euiNotificationEventReadIcon {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 24px;
  margin: 0 4px;
}
.euiNotificationEventReadIcon--isRead svg {
  fill: transparent;
  stroke-width: 1px;
  stroke: #D3DAE6;
}
.euiOverlayMask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 10vh;
  -webkit-animation: euiAnimFadeIn 150ms ease-in;
  animation: euiAnimFadeIn 150ms ease-in;
  background: rgba(255, 255, 255, 0.8);
}
.euiBody-hasOverlayMask {
  overflow: hidden;
}
.euiOverlayMask--aboveHeader {
  z-index: 6000;
}
.euiOverlayMask--belowHeader {
  z-index: 1000;
}
.euiPagination {
  scrollbar-color: rgba(105, 112, 125, 0.5) transparent;
  scrollbar-width: thin;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  overflow-y: hidden;
  overflow-x: auto;
}
.euiPagination::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.euiPagination::-webkit-scrollbar-thumb {
  background-color: rgba(105, 112, 125, 0.5);
  background-clip: content-box;
  border-radius: 16px;
  border: 6px solid transparent;
}
.euiPagination::-webkit-scrollbar-corner,
.euiPagination::-webkit-scrollbar-track {
  background-color: transparent;
}
.euiPagination__compressedText {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1 !important;
}
.euiPagination__compressedText > span {
  margin-right: 8px;
  margin-left: 8px;
  font-weight: 600;
}
.euiPagination__compressedText > span:first-of-type {
  color: #006BB4;
}
.euiPagination__list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.euiPaginationButton {
  font-size: 14px;
  padding: 0;
  text-align: center;
  border-radius: 4px;
  outline-offset: -3px;
}
.euiPaginationButton-isActive {
  font-weight: 700;
}
.euiPaginationButton-isActive.euiPaginationButton-isActive {
  color: #006BB4;
}
.euiPaginationButton-isActive.euiPaginationButton-isActive .euiButtonEmpty__content {
  cursor: default;
}
.euiPaginationButton-isActive.euiPaginationButton-isActive,
.euiPaginationButton-isActive.euiPaginationButton-isActive:hover {
  text-decoration: underline;
}
.euiPaginationArrowButton {
  outline-offset: -3px;
}
.euiPaginationButton-isPlaceholder {
  -webkit-align-items: baseline;
  align-items: baseline;
  color: #afb0b3;
  font-size: 14px;
  padding: 0 8px;
  height: 24px;
  padding-top: 6px;
}
.euiPanel {
  background-color: #FFF;
  border: 1px solid #D3DAE6;
  border-radius: 4px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.euiPanel.euiPanel--flexGrowZero {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.euiPanel.euiPanel--noBorder {
  border: none;
}
.euiPanel.euiPanel--hasShadow {
  box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3), 0 1px 5px -2px rgba(152, 162, 179, 0.3);
  border: 1px solid #D3DAE6;
}
.euiPanel.euiPanel--isClickable {
  transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.euiPanel.euiPanel--isClickable:enabled {
  display: block;
  width: 100%;
  text-align: left;
}
.euiPanel.euiPanel--isClickable:hover,
.euiPanel.euiPanel--isClickable:focus {
  box-shadow: 0 4px 8px 0 rgba(152, 162, 179, 0.15), 0 2px 2px -1px rgba(152, 162, 179, 0.3);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  cursor: pointer;
}
.euiPanel.euiPanel--borderRadiusNone {
  border-radius: 0;
}
.euiPanel.euiPanel--borderRadiusMedium {
  border-radius: 4px;
}
.euiPanel.euiPanel--transparent {
  background-color: transparent;
}
.euiPanel.euiPanel--plain {
  background-color: #FFF;
}
.euiPanel.euiPanel--subdued {
  background-color: #fafbfd;
}
.euiPanel.euiPanel--accent {
  background-color: #fce7f1;
}
.euiPanel.euiPanel--primary {
  background-color: #e6f0f8;
}
.euiPanel.euiPanel--success {
  background-color: #e6f2f1;
}
.euiPanel.euiPanel--warning {
  background-color: #fef6e6;
}
.euiPanel.euiPanel--danger {
  background-color: #f8e9e9;
}
.euiPanel--paddingSmall {
  padding: 8px;
}
.euiPanel--paddingMedium {
  padding: 16px;
}
.euiPanel--paddingLarge {
  padding: 24px;
}
.euiSplitPanel {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-width: 0;
}
.euiSplitPanel .euiSplitPanel__inner {
  -webkit-flex-basis: 0%;
  flex-basis: 0%;
  -webkit-transform: none !important;
  transform: none !important;
  box-shadow: none !important;
}
.euiSplitPanel.euiSplitPanel-isResponsive.euiPanel--borderRadiusNone .euiSplitPanel__inner:first-child,
.euiSplitPanel.euiPanel--borderRadiusNone .euiSplitPanel__inner:first-child {
  border-radius: -1 -1 0 0;
}
.euiSplitPanel.euiSplitPanel-isResponsive.euiPanel--borderRadiusNone .euiSplitPanel__inner:last-child,
.euiSplitPanel.euiPanel--borderRadiusNone .euiSplitPanel__inner:last-child {
  border-radius: 0 0 -1 -1;
}
.euiSplitPanel.euiSplitPanel-isResponsive.euiPanel--borderRadiusMedium .euiSplitPanel__inner:first-child,
.euiSplitPanel.euiPanel--borderRadiusMedium .euiSplitPanel__inner:first-child {
  border-radius: 3px 3px 0 0;
}
.euiSplitPanel.euiSplitPanel-isResponsive.euiPanel--borderRadiusMedium .euiSplitPanel__inner:last-child,
.euiSplitPanel.euiPanel--borderRadiusMedium .euiSplitPanel__inner:last-child {
  border-radius: 0 0 3px 3px;
}
.euiSplitPanel--row {
  -webkit-flex-direction: row;
  flex-direction: row;
}
.euiSplitPanel--row.euiSplitPanel-isResponsive {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.euiSplitPanel--row.euiPanel--borderRadiusNone .euiSplitPanel__inner:first-child {
  border-radius: -1 0 0 -1;
}
.euiSplitPanel--row.euiPanel--borderRadiusNone .euiSplitPanel__inner:last-child {
  border-radius: 0 -1 -1 0;
}
.euiSplitPanel--row.euiPanel--borderRadiusMedium .euiSplitPanel__inner:first-child {
  border-radius: 3px 0 0 3px;
}
.euiSplitPanel--row.euiPanel--borderRadiusMedium .euiSplitPanel__inner:last-child {
  border-radius: 0 3px 3px 0;
}
.euiPage {
  display: -webkit-flex;
  display: flex;
  background-color: #fafbfd;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.euiPage--restrictWidth-default,
.euiPage--restrictWidth-custom {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.euiPage--restrictWidth-default {
  max-width: 1000px;
}
.euiPage--grow {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.euiPage--column {
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 574px) {
  .euiPage {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .euiPage {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.euiPage--paddingSmall {
  padding: 8px;
}
.euiPage--paddingSmall .euiPageSideBar {
  min-width: 192px;
  margin-right: 8px;
}
@media only screen and (max-width: 574px) {
  .euiPage--paddingSmall .euiPageSideBar {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .euiPage--paddingSmall .euiPageSideBar {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.euiPage--paddingSmall .euiPageBody > .euiPageHeader {
  margin-bottom: 8px;
}
.euiPage--paddingMedium {
  padding: 16px;
}
.euiPage--paddingMedium .euiPageSideBar {
  min-width: 192px;
  margin-right: 16px;
}
@media only screen and (max-width: 574px) {
  .euiPage--paddingMedium .euiPageSideBar {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .euiPage--paddingMedium .euiPageSideBar {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.euiPage--paddingMedium .euiPageBody > .euiPageHeader {
  margin-bottom: 16px;
}
.euiPage--paddingLarge {
  padding: 24px;
}
.euiPage--paddingLarge .euiPageSideBar {
  min-width: 192px;
  margin-right: 24px;
}
@media only screen and (max-width: 574px) {
  .euiPage--paddingLarge .euiPageSideBar {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .euiPage--paddingLarge .euiPageSideBar {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.euiPage--paddingLarge .euiPageBody > .euiPageHeader {
  margin-bottom: 24px;
}
.euiPageBody {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  min-width: 0;
}
.euiPageBody--restrictWidth-default,
.euiPageBody--restrictWidth-custom {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.euiPageBody--restrictWidth-default {
  max-width: 1000px;
}
.euiPageBody.euiPageBody--borderRadiusNone {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
}
.euiPageBody--paddingSmall {
  padding: 8px;
}
.euiPageBody--paddingSmall > .euiPageHeader:not([class*='--padding']) {
  margin-bottom: 8px;
  border-bottom: 1px solid #D3DAE6;
}
.euiPageBody--paddingSmall > .euiPageHeader:not([class*='--padding']):not(.euiPageHeader--tabsAtBottom):not(.euiPageHeader--onlyTabs) {
  padding-bottom: 8px;
}
.euiPageBody--paddingSmall > .euiPageHeader.euiPageHeader--onlyTabs {
  padding-top: 0;
}
.euiPageBody--paddingMedium {
  padding: 16px;
}
.euiPageBody--paddingMedium > .euiPageHeader:not([class*='--padding']) {
  margin-bottom: 16px;
  border-bottom: 1px solid #D3DAE6;
}
.euiPageBody--paddingMedium > .euiPageHeader:not([class*='--padding']):not(.euiPageHeader--tabsAtBottom):not(.euiPageHeader--onlyTabs) {
  padding-bottom: 16px;
}
.euiPageBody--paddingMedium > .euiPageHeader.euiPageHeader--onlyTabs {
  padding-top: 0;
}
.euiPageBody--paddingLarge {
  padding: 24px;
}
.euiPageBody--paddingLarge > .euiPageHeader:not([class*='--padding']) {
  margin-bottom: 24px;
  border-bottom: 1px solid #D3DAE6;
}
.euiPageBody--paddingLarge > .euiPageHeader:not([class*='--padding']):not(.euiPageHeader--tabsAtBottom):not(.euiPageHeader--onlyTabs) {
  padding-bottom: 24px;
}
.euiPageBody--paddingLarge > .euiPageHeader.euiPageHeader--onlyTabs {
  padding-top: 0;
}
.euiPageContent {
  width: 100%;
  min-width: 0;
}
.euiPageContent.euiPageContent--borderRadiusNone {
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
}
.euiPageContent.euiPageContent--verticalCenter {
  -webkit-align-self: center;
  align-self: center;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.euiPageContent.euiPageContent--horizontalCenter {
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.euiPageContentBody--restrictWidth-default,
.euiPageContentBody--restrictWidth-custom {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.euiPageContentBody--restrictWidth-default {
  max-width: 1000px;
}
.euiPageContentBody--paddingSmall {
  padding: 8px;
}
.euiPageContentBody--paddingMedium {
  padding: 16px;
}
.euiPageContentBody--paddingLarge {
  padding: 24px;
}
.euiPageContentHeader {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.euiPageContent[class*='paddingSmall'] .euiPageContentHeader {
  margin-bottom: 8px;
}
.euiPageContent[class*='paddingMedium'] .euiPageContentHeader {
  margin-bottom: 16px;
}
.euiPageContent[class*='paddingLarge'] .euiPageContentHeader {
  margin-bottom: 24px;
}
@media only screen and (max-width: 574px) {
  .euiPageContentHeader--responsive {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .euiPageContentHeader--responsive {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.euiPageContentHeaderSection + .euiPageContentHeaderSection {
  margin-left: 32px;
}
@media only screen and (max-width: 574px) {
  .euiPageContent[class*='paddingSmall'] .euiPageContentHeader--responsive .euiPageContentHeaderSection + .euiPageContentHeaderSection {
    margin-left: 0;
    margin-top: 4px;
  }
  .euiPageContent[class*='paddingMedium'] .euiPageContentHeader--responsive .euiPageContentHeaderSection + .euiPageContentHeaderSection {
    margin-left: 0;
    margin-top: 8px;
  }
  .euiPageContent[class*='paddingLarge'] .euiPageContentHeader--responsive .euiPageContentHeaderSection + .euiPageContentHeaderSection {
    margin-left: 0;
    margin-top: 12px;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .euiPageContent[class*='paddingSmall'] .euiPageContentHeader--responsive .euiPageContentHeaderSection + .euiPageContentHeaderSection {
    margin-left: 0;
    margin-top: 4px;
  }
  .euiPageContent[class*='paddingMedium'] .euiPageContentHeader--responsive .euiPageContentHeaderSection + .euiPageContentHeaderSection {
    margin-left: 0;
    margin-top: 8px;
  }
  .euiPageContent[class*='paddingLarge'] .euiPageContentHeader--responsive .euiPageContentHeaderSection + .euiPageContentHeaderSection {
    margin-left: 0;
    margin-top: 12px;
  }
}
/**
 * Note: Margin is added in _page.scss when EuiPage has `paddingSize`
 * 1. Prevent side bar width from changing when content width changes.
 */
.euiPageSideBar {
  min-width: 240px;
  -webkit-flex: 0 1 0%;
  flex: 0 1 0%;
  /* 1 */
}
.euiPageSideBar--paddingSmall {
  padding: 8px;
}
.euiPageSideBar--paddingMedium {
  padding: 16px;
}
.euiPageSideBar--paddingLarge {
  padding: 24px;
}
@media only screen and (max-width: 574px) {
  .euiPageSideBar {
    width: 100%;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .euiPageSideBar {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .euiPageSideBar--sticky {
    scrollbar-color: rgba(105, 112, 125, 0.5) transparent;
    scrollbar-width: thin;
    overflow-y: auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    position: -webkit-sticky;
    position: sticky;
    max-height: 100vh;
    top: 0;
  }
  .euiPageSideBar--sticky::-webkit-scrollbar {
    width: 16px;
    height: 16px;
  }
  .euiPageSideBar--sticky::-webkit-scrollbar-thumb {
    background-color: rgba(105, 112, 125, 0.5);
    background-clip: content-box;
    border-radius: 16px;
    border: 6px solid transparent;
  }
  .euiPageSideBar--sticky::-webkit-scrollbar-corner,
  .euiPageSideBar--sticky::-webkit-scrollbar-track {
    background-color: transparent;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .euiPageSideBar--sticky {
    scrollbar-color: rgba(105, 112, 125, 0.5) transparent;
    scrollbar-width: thin;
    overflow-y: auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    position: -webkit-sticky;
    position: sticky;
    max-height: 100vh;
    top: 0;
  }
  .euiPageSideBar--sticky::-webkit-scrollbar {
    width: 16px;
    height: 16px;
  }
  .euiPageSideBar--sticky::-webkit-scrollbar-thumb {
    background-color: rgba(105, 112, 125, 0.5);
    background-clip: content-box;
    border-radius: 16px;
    border: 6px solid transparent;
  }
  .euiPageSideBar--sticky::-webkit-scrollbar-corner,
  .euiPageSideBar--sticky::-webkit-scrollbar-track {
    background-color: transparent;
  }
}
@media only screen and (min-width: 1200px) {
  .euiPageSideBar--sticky {
    scrollbar-color: rgba(105, 112, 125, 0.5) transparent;
    scrollbar-width: thin;
    overflow-y: auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    position: -webkit-sticky;
    position: sticky;
    max-height: 100vh;
    top: 0;
  }
  .euiPageSideBar--sticky::-webkit-scrollbar {
    width: 16px;
    height: 16px;
  }
  .euiPageSideBar--sticky::-webkit-scrollbar-thumb {
    background-color: rgba(105, 112, 125, 0.5);
    background-clip: content-box;
    border-radius: 16px;
    border: 6px solid transparent;
  }
  .euiPageSideBar--sticky::-webkit-scrollbar-corner,
  .euiPageSideBar--sticky::-webkit-scrollbar-track {
    background-color: transparent;
  }
}
/**
 * Note: Bottom margin is added in _page.scss when EuiPage has `paddingSize`
 *       Or it's added in _page_body.scss when EuiPageBody has `paddingSize`
 */
.euiPageHeader {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.euiPageHeader--restrictWidth-default,
.euiPageHeader--restrictWidth-custom {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.euiPageHeader--restrictWidth-default {
  max-width: 1000px;
}
.euiPageHeader--bottomBorder {
  border-bottom: 1px solid #D3DAE6;
}
.euiPageHeader--bottomBorder:not(.euiPageHeader--tabsAtBottom):not(.euiPageHeader--onlyTabs) {
  padding-bottom: 24px;
}
.euiPageHeader--onlyTabs {
  padding-top: 8px;
}
.euiPageHeader--onlyTabs .euiTabs--xlarge .euiTab {
  line-height: 72px;
  height: 72px;
}
.euiPageHeader--paddingSmall {
  padding: 8px;
}
.euiPageHeader--paddingSmall.euiPageHeader--tabsAtBottom,
.euiPageHeader--paddingSmall.euiPageHeader--onlyTabs {
  padding-bottom: 0;
}
.euiPageHeader--paddingSmall.euiPageHeader--onlyTabs {
  padding-top: 8px;
}
.euiPageHeader--paddingSmall.euiPageHeader--tabsAtBottom.euiPageHeader--bottomBorder,
.euiPageHeader--paddingSmall.euiPageHeader--onlyTabs.euiPageHeader--bottomBorder {
  margin-bottom: 8px;
}
.euiPageHeader--paddingMedium {
  padding: 16px;
}
.euiPageHeader--paddingMedium.euiPageHeader--tabsAtBottom,
.euiPageHeader--paddingMedium.euiPageHeader--onlyTabs {
  padding-bottom: 0;
}
.euiPageHeader--paddingMedium.euiPageHeader--onlyTabs {
  padding-top: 8px;
}
.euiPageHeader--paddingMedium.euiPageHeader--tabsAtBottom.euiPageHeader--bottomBorder,
.euiPageHeader--paddingMedium.euiPageHeader--onlyTabs.euiPageHeader--bottomBorder {
  margin-bottom: 16px;
}
.euiPageHeader--paddingLarge {
  padding: 24px;
}
.euiPageHeader--paddingLarge.euiPageHeader--tabsAtBottom,
.euiPageHeader--paddingLarge.euiPageHeader--onlyTabs {
  padding-bottom: 0;
}
.euiPageHeader--paddingLarge.euiPageHeader--onlyTabs {
  padding-top: 8px;
}
.euiPageHeader--paddingLarge.euiPageHeader--tabsAtBottom.euiPageHeader--bottomBorder,
.euiPageHeader--paddingLarge.euiPageHeader--onlyTabs.euiPageHeader--bottomBorder {
  margin-bottom: 24px;
}
.euiPageHeader--top {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.euiPageHeader--bottom {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.euiPageHeader--stretch {
  -webkit-align-items: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 574px) {
  .euiPageHeader--responsive {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .euiPageHeader--responsiveReverse {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .euiPageHeader--responsive {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .euiPageHeader--responsiveReverse {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.euiPageHeader .euiPageHeaderContent {
  width: 100%;
}
.euiPageHeaderContent__titleIcon {
  top: -4px;
  position: relative;
  margin-right: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .euiPageHeaderContent__rightSideItems {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .euiPageHeaderContent__rightSideItems {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1200px) {
  .euiPageHeaderContent__rightSideItems {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.euiPageHeaderSection:not(:first-of-type) {
  margin-left: 32px;
}
@media only screen and (max-width: 574px) {
  .euiPageHeader--responsive .euiPageHeaderSection {
    width: 100%;
  }
  .euiPageHeader--responsive .euiPageHeaderSection:not(:first-of-type) {
    margin-left: 0;
    margin-top: 16px;
  }
  .euiPageHeader--responsiveReverse .euiPageHeaderSection {
    width: 100%;
  }
  .euiPageHeader--responsiveReverse .euiPageHeaderSection:not(:first-of-type) {
    margin-left: 0;
  }
  .euiPageHeader--responsiveReverse .euiPageHeaderSection:not(:last-of-type) {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .euiPageHeader--responsive .euiPageHeaderSection {
    width: 100%;
  }
  .euiPageHeader--responsive .euiPageHeaderSection:not(:first-of-type) {
    margin-left: 0;
    margin-top: 16px;
  }
  .euiPageHeader--responsiveReverse .euiPageHeaderSection {
    width: 100%;
  }
  .euiPageHeader--responsiveReverse .euiPageHeaderSection:not(:first-of-type) {
    margin-left: 0;
  }
  .euiPageHeader--responsiveReverse .euiPageHeaderSection:not(:last-of-type) {
    margin-top: 16px;
  }
}
.euiPopover {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
}
.euiPopover__anchor {
  display: inline-block;
}
.euiPopover--displayBlock {
  display: block;
}
.euiPopover--displayBlock .euiPopover__anchor {
  display: block;
}
/**
 * 1. Can expand further, but it looks weird if it's smaller than the originating button.
 * 2. Animation happens on the panel. But don't animate when using the attached mode like for inputs
 * 3. Make sure the panel stays within the window.
 */
.euiPopover__panel {
  box-shadow: 0 12px 24px 0 rgba(65, 78, 101, 0.1), 0 6px 12px 0 rgba(65, 78, 101, 0.1), 0 4px 4px 0 rgba(65, 78, 101, 0.1), 0 2px 2px 0 rgba(65, 78, 101, 0.1);
  border-color: #d0d3d9;
  border-top-color: #d9dce0;
  border-bottom-color: #aaafba;
  position: absolute;
  min-width: 112px;
  /* 1 */
  max-width: calc(100vw - 32px);
  /* 3 */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  opacity: 0;
  /* 2 */
  transition: opacity cubic-bezier(0.34, 1.61, 0.7, 1) 350ms;
  /* 2 */
}
.euiPopover__panel:not(.euiPopover__panel-isAttached) {
  -webkit-transform: translateY(0) translateX(0) translateZ(0);
  transform: translateY(0) translateX(0) translateZ(0);
  /* 2 */
  transition: opacity cubic-bezier(0.34, 1.61, 0.7, 1) 350ms, -webkit-transform cubic-bezier(0.34, 1.61, 0.7, 1) 450ms;
  transition: opacity cubic-bezier(0.34, 1.61, 0.7, 1) 350ms, transform cubic-bezier(0.34, 1.61, 0.7, 1) 450ms;
  transition: opacity cubic-bezier(0.34, 1.61, 0.7, 1) 350ms, transform cubic-bezier(0.34, 1.61, 0.7, 1) 450ms, -webkit-transform cubic-bezier(0.34, 1.61, 0.7, 1) 450ms;
}
.euiPopover__panel.euiPopover__panel-isOpen {
  opacity: 1;
  pointer-events: auto;
}
.euiPopover__panel .euiPopover__panelArrow {
  position: absolute;
  width: 0;
  height: 0;
}
.euiPopover__panel .euiPopover__panelArrow:before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
}
.euiPopover__panel .euiPopover__panelArrow:after {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
}
.euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--top:before {
  bottom: -10px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #D3DAE6;
}
.euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--top:after {
  bottom: -9px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #FFF;
}
.euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--right:before {
  left: -12px;
  top: 50%;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #D3DAE6;
}
.euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--right:after {
  left: -11px;
  top: 50%;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #FFF;
}
.euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--bottom:before {
  top: -12px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #D3DAE6;
}
.euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--bottom:after {
  top: -11px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #FFF;
}
.euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--left:before {
  right: -11px;
  top: 50%;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #D3DAE6;
}
.euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--left:after {
  right: -10px;
  top: 50%;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #FFF;
}
.euiPopover__panel.euiPopover__panel-noArrow .euiPopover__panelArrow {
  display: none;
}
.euiPopover__panel.euiPopover__panel-isAttached.euiPopover__panel--bottom {
  border-top-color: rgba(211, 218, 230, 0.8);
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.euiPopover__panel.euiPopover__panel-isAttached.euiPopover__panel--top {
  box-shadow: 0 0 12px -1px rgba(152, 162, 179, 0.2), 0 0 4px -1px rgba(152, 162, 179, 0.2), 0 0 2px 0 rgba(152, 162, 179, 0.2);
  border-bottom-color: rgba(211, 218, 230, 0.8);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.euiPopover__panel.euiPopover__panel-isAttached.euiPopover__panel--top,
.euiPopover__panel.euiPopover__panel-isOpen.euiPopover__panel--top {
  -webkit-transform: translateY(8px) translateZ(0);
  transform: translateY(8px) translateZ(0);
}
.euiPopover__panel.euiPopover__panel-isAttached.euiPopover__panel--bottom,
.euiPopover__panel.euiPopover__panel-isOpen.euiPopover__panel--bottom {
  -webkit-transform: translateY(-8px) translateZ(0);
  transform: translateY(-8px) translateZ(0);
}
.euiPopover__panel.euiPopover__panel-isOpen.euiPopover__panel--left {
  -webkit-transform: translateX(8px) translateZ(0);
  transform: translateX(8px) translateZ(0);
}
.euiPopover__panel.euiPopover__panel-isOpen.euiPopover__panel--right {
  -webkit-transform: translateX(-8px) translateZ(0);
  transform: translateX(-8px) translateZ(0);
}
.euiPopoverTitle {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 700;
  padding: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid #D3DAE6;
}
.euiPopoverTitle--paddingNone {
  padding: 0;
}
.euiPopoverTitle--paddingSmall {
  padding: 8px;
}
.euiPopoverTitle--paddingMedium {
  padding: 16px;
}
.euiPopoverTitle--paddingLarge {
  padding: 24px;
}
.euiPopover__panel.euiPanel--paddingSmall .euiPopoverTitle {
  margin: -8px -8px 8px;
}
.euiPopover__panel.euiPanel--paddingSmall .euiPopoverTitle:not([class*='euiPopoverTitle--padding']) {
  padding: 12px 8px;
}
.euiPopover__panel.euiPanel--paddingMedium .euiPopoverTitle {
  margin: -16px -16px 16px;
}
.euiPopover__panel.euiPanel--paddingMedium .euiPopoverTitle:not([class*='euiPopoverTitle--padding']) {
  padding: 12px 16px;
}
.euiPopover__panel.euiPanel--paddingLarge .euiPopoverTitle {
  margin: -24px -24px 24px;
}
.euiPopover__panel.euiPanel--paddingLarge .euiPopoverTitle:not([class*='euiPopoverTitle--padding']) {
  padding: 12px 24px;
}
.euiPopoverFooter {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 12px;
  border-top: 1px solid #D3DAE6;
}
.euiPopoverFooter--paddingNone {
  padding: 0;
}
.euiPopoverFooter--paddingSmall {
  padding: 8px;
}
.euiPopoverFooter--paddingMedium {
  padding: 16px;
}
.euiPopoverFooter--paddingLarge {
  padding: 24px;
}
.euiPopover__panel.euiPanel--paddingSmall .euiPopoverFooter {
  margin: 8px -8px -8px;
}
.euiPopover__panel.euiPanel--paddingSmall .euiPopoverFooter:not([class*='euiPopoverFooter--padding']) {
  padding: 12px 8px;
}
.euiPopover__panel.euiPanel--paddingMedium .euiPopoverFooter {
  margin: 16px -16px -16px;
}
.euiPopover__panel.euiPanel--paddingMedium .euiPopoverFooter:not([class*='euiPopoverFooter--padding']) {
  padding: 12px 16px;
}
.euiPopover__panel.euiPanel--paddingLarge .euiPopoverFooter {
  margin: 24px -24px -24px;
}
.euiPopover__panel.euiPanel--paddingLarge .euiPopoverFooter:not([class*='euiPopoverFooter--padding']) {
  padding: 12px 24px;
}
.euiInputPopover {
  max-width: 400px;
}
.euiInputPopover.euiInputPopover--fullWidth {
  max-width: 100%;
}
/**
 * 1. Portal content is absolutely positioned (e.g. tooltips, popovers, flyouts).
 */
.euiBody-hasPortalContent {
  position: relative;
  /* 1 */
}
.euiProgress {
  position: relative;
  overflow: hidden;
  background-color: #D3DAE6;
}
.euiProgress--xs {
  height: 2px;
}
.euiProgress--s {
  height: 4px;
}
.euiProgress--m {
  height: 8px;
}
.euiProgress--l {
  height: 16px;
}
.euiProgress--native {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.euiProgress--native::-webkit-progress-bar {
  background-color: #D3DAE6;
}
.euiProgress--native::-webkit-progress-value {
  -webkit-transition: width 250ms linear;
  transition: width 250ms linear;
}
.euiProgress--native::-moz-progress-bar {
  -moz-transition: width 250ms linear;
  transition: width 250ms linear;
}
/**
 * An indeterminate bar has an unreliable end time. Because of a Firefox animation issue,
 * we apply this style to a <div> instead of a <progress> element.
 * See https://css-tricks.com/html5-progress-element/ for more info.
 */
.euiProgress--indeterminate:before {
  position: absolute;
  content: '';
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0) translateX(0%);
  transform: scaleX(0) translateX(0%);
  -webkit-animation: euiProgress 1s cubic-bezier(0.694, 0.0482, 0.335, 1) infinite;
  animation: euiProgress 1s cubic-bezier(0.694, 0.0482, 0.335, 1) infinite;
}
.euiProgress--fixed {
  position: fixed;
  z-index: 1001;
}
.euiProgress--absolute {
  position: absolute;
}
.euiProgress--fixed,
.euiProgress--absolute {
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
}
.euiProgress--fixed.euiProgress--native::-webkit-progress-bar,
.euiProgress--absolute.euiProgress--native::-webkit-progress-bar {
  background-color: transparent;
}
.euiProgress--fixed.euiProgress--native::-moz-progress-bar,
.euiProgress--absolute.euiProgress--native::-moz-progress-bar {
  background-color: transparent;
}
.euiProgress--primary.euiProgress--native::-webkit-progress-value {
  background-color: #006BB4;
}
.euiProgress--primary.euiProgress--native::-moz-progress-bar {
  background-color: #006BB4;
}
.euiProgress--primary.euiProgress--indeterminate:before {
  background-color: #006BB4;
}
.euiProgress__data--primary .euiProgress__valueText {
  color: #006BB4;
}
.euiProgress--success.euiProgress--native::-webkit-progress-value {
  background-color: #017D73;
}
.euiProgress--success.euiProgress--native::-moz-progress-bar {
  background-color: #017D73;
}
.euiProgress--success.euiProgress--indeterminate:before {
  background-color: #017D73;
}
.euiProgress__data--success .euiProgress__valueText {
  color: #017D73;
}
.euiProgress--warning.euiProgress--native::-webkit-progress-value {
  background-color: #F5A700;
}
.euiProgress--warning.euiProgress--native::-moz-progress-bar {
  background-color: #F5A700;
}
.euiProgress--warning.euiProgress--indeterminate:before {
  background-color: #F5A700;
}
.euiProgress__data--warning .euiProgress__valueText {
  color: #9b6900;
}
.euiProgress--danger.euiProgress--native::-webkit-progress-value {
  background-color: #BD271E;
}
.euiProgress--danger.euiProgress--native::-moz-progress-bar {
  background-color: #BD271E;
}
.euiProgress--danger.euiProgress--indeterminate:before {
  background-color: #BD271E;
}
.euiProgress__data--danger .euiProgress__valueText {
  color: #BD271E;
}
.euiProgress--accent.euiProgress--native::-webkit-progress-value {
  background-color: #DD0A73;
}
.euiProgress--accent.euiProgress--native::-moz-progress-bar {
  background-color: #DD0A73;
}
.euiProgress--accent.euiProgress--indeterminate:before {
  background-color: #DD0A73;
}
.euiProgress__data--accent .euiProgress__valueText {
  color: #DD0A73;
}
.euiProgress--subdued.euiProgress--native::-webkit-progress-value {
  background-color: #6a717d;
}
.euiProgress--subdued.euiProgress--native::-moz-progress-bar {
  background-color: #6a717d;
}
.euiProgress--subdued.euiProgress--indeterminate:before {
  background-color: #6a717d;
}
.euiProgress__data--subdued .euiProgress__valueText {
  color: #6a717d;
}
.euiProgress--vis0.euiProgress--native::-webkit-progress-value {
  background-color: #54B399;
}
.euiProgress--vis0.euiProgress--native::-moz-progress-bar {
  background-color: #54B399;
}
.euiProgress--vis0.euiProgress--indeterminate:before {
  background-color: #54B399;
}
.euiProgress__data--vis0 .euiProgress__valueText {
  color: #3b7d6a;
}
.euiProgress--vis1.euiProgress--native::-webkit-progress-value {
  background-color: #6092C0;
}
.euiProgress--vis1.euiProgress--native::-moz-progress-bar {
  background-color: #6092C0;
}
.euiProgress--vis1.euiProgress--indeterminate:before {
  background-color: #6092C0;
}
.euiProgress__data--vis1 .euiProgress__valueText {
  color: #4e779c;
}
.euiProgress--vis2.euiProgress--native::-webkit-progress-value {
  background-color: #D36086;
}
.euiProgress--vis2.euiProgress--native::-moz-progress-bar {
  background-color: #D36086;
}
.euiProgress--vis2.euiProgress--indeterminate:before {
  background-color: #D36086;
}
.euiProgress__data--vis2 .euiProgress__valueText {
  color: #b55273;
}
.euiProgress--vis3.euiProgress--native::-webkit-progress-value {
  background-color: #9170B8;
}
.euiProgress--vis3.euiProgress--native::-moz-progress-bar {
  background-color: #9170B8;
}
.euiProgress--vis3.euiProgress--indeterminate:before {
  background-color: #9170B8;
}
.euiProgress__data--vis3 .euiProgress__valueText {
  color: #8365a6;
}
.euiProgress--vis4.euiProgress--native::-webkit-progress-value {
  background-color: #CA8EAE;
}
.euiProgress--vis4.euiProgress--native::-moz-progress-bar {
  background-color: #CA8EAE;
}
.euiProgress--vis4.euiProgress--indeterminate:before {
  background-color: #CA8EAE;
}
.euiProgress__data--vis4 .euiProgress__valueText {
  color: #8d647a;
}
.euiProgress--vis5.euiProgress--native::-webkit-progress-value {
  background-color: #D6BF57;
}
.euiProgress--vis5.euiProgress--native::-moz-progress-bar {
  background-color: #D6BF57;
}
.euiProgress--vis5.euiProgress--indeterminate:before {
  background-color: #D6BF57;
}
.euiProgress__data--vis5 .euiProgress__valueText {
  color: #807234;
}
.euiProgress--vis6.euiProgress--native::-webkit-progress-value {
  background-color: #B9A888;
}
.euiProgress--vis6.euiProgress--native::-moz-progress-bar {
  background-color: #B9A888;
}
.euiProgress--vis6.euiProgress--indeterminate:before {
  background-color: #B9A888;
}
.euiProgress__data--vis6 .euiProgress__valueText {
  color: #7b705a;
}
.euiProgress--vis7.euiProgress--native::-webkit-progress-value {
  background-color: #DA8B45;
}
.euiProgress--vis7.euiProgress--native::-moz-progress-bar {
  background-color: #DA8B45;
}
.euiProgress--vis7.euiProgress--indeterminate:before {
  background-color: #DA8B45;
}
.euiProgress__data--vis7 .euiProgress__valueText {
  color: #a16633;
}
.euiProgress--vis8.euiProgress--native::-webkit-progress-value {
  background-color: #AA6556;
}
.euiProgress--vis8.euiProgress--native::-moz-progress-bar {
  background-color: #AA6556;
}
.euiProgress--vis8.euiProgress--indeterminate:before {
  background-color: #AA6556;
}
.euiProgress__data--vis8 .euiProgress__valueText {
  color: #a26052;
}
.euiProgress--vis9.euiProgress--native::-webkit-progress-value {
  background-color: #E7664C;
}
.euiProgress--vis9.euiProgress--native::-moz-progress-bar {
  background-color: #E7664C;
}
.euiProgress--vis9.euiProgress--indeterminate:before {
  background-color: #E7664C;
}
.euiProgress__data--vis9 .euiProgress__valueText {
  color: #bc533e;
}
.euiProgress--customColor.euiProgress--native::-webkit-progress-value {
  background-color: currentColor;
}
.euiProgress--customColor.euiProgress--native::-moz-progress-bar {
  background-color: currentColor;
}
.euiProgress--customColor.euiProgress--indeterminate:before {
  background-color: currentColor;
}
@-webkit-keyframes euiProgress {
  0% {
    -webkit-transform: scaleX(1) translateX(-100%);
    transform: scaleX(1) translateX(-100%);
  }
  100% {
    -webkit-transform: scaleX(1) translateX(100%);
    transform: scaleX(1) translateX(100%);
  }
}
@keyframes euiProgress {
  0% {
    -webkit-transform: scaleX(1) translateX(-100%);
    transform: scaleX(1) translateX(-100%);
  }
  100% {
    -webkit-transform: scaleX(1) translateX(100%);
    transform: scaleX(1) translateX(100%);
  }
}
.euiProgress__data {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.euiProgress__label,
.euiProgress__valueText {
  color: #343741;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
}
.euiProgress__label {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.euiProgress__label + .euiProgress__valueText {
  padding-left: 4px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: right;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.euiProgress__valueText {
  font-feature-settings: 'tnum' 1;
  margin-left: auto;
}
.euiProgress__data--l .euiProgress__label,
.euiProgress__data--l .euiProgress__valueText {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.euiTreeView__wrapper .euiTreeView {
  margin: 0;
  list-style-type: none;
}
.euiTreeView .euiTreeView {
  padding-left: 24px;
}
.euiTreeView__node {
  max-height: 32px;
  line-height: 32px;
}
.euiTreeView__node--expanded {
  max-height: 100vh;
}
.euiTreeView__nodeInner {
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
  padding-left: 8px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  height: 32px;
  border-radius: 4px;
  width: 100%;
  -moz-text-align-last: left;
  text-align-last: left;
}
.euiTreeView__nodeInner:focus {
  -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
  animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
}
.euiTreeView__nodeInner:hover,
.euiTreeView__nodeInner:active,
.euiTreeView__nodeInner:focus {
  background-color: #e6f0f8;
}
.euiTreeView__nodeInner .euiTreeView__iconPlaceholder {
  width: 32px;
}
.euiTreeView__nodeLabel {
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
}
.euiTreeView__iconWrapper {
  margin-top: -2px;
  margin-right: 8px;
}
.euiTreeView__iconWrapper .euiToken {
  margin-top: 2px;
}
.euiTreeView--compressed .euiTreeView__node {
  max-height: 24px;
  line-height: 24px;
}
.euiTreeView--compressed .euiTreeView__node .euiTreeView__nodeInner {
  height: 24px;
}
.euiTreeView--compressed .euiTreeView__node .euiTreeView__iconWrapper {
  margin: 0 6px 0 0;
}
.euiTreeView--compressed .euiTreeView__node .euiTreeView__nodeLabel {
  margin-top: -1px;
}
.euiTreeView--compressed .euiTreeView__node .euiTreeView__iconPlaceholder {
  width: 24px;
}
.euiTreeView--compressed .euiTreeView__node--expanded {
  max-height: 100vh;
}
.euiTreeView--withArrows .euiTreeView__expansionArrow {
  margin-right: 4px;
}
.euiTreeView--withArrows.euiTreeView .euiTreeView__nodeInner--withArrows .euiTreeView__iconWrapper {
  margin-left: 0;
}
.euiTreeView--withArrows.euiTreeView .euiTreeView__iconWrapper {
  margin-left: 20px;
}
.euiTreeView--withArrows.euiTreeView--compressed .euiTreeView__nodeInner--withArrows .euiTreeView__iconWrapper {
  margin-left: 0;
}
.euiTreeView--withArrows.euiTreeView--compressed .euiTreeView__iconWrapper {
  margin-left: 16px;
}
.euiResizableButton {
  position: relative;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  z-index: 1;
}
.euiResizableButton:before,
.euiResizableButton:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #343741;
  transition: width 150ms ease, height 150ms ease, background-color 150ms ease, -webkit-transform 150ms ease;
  transition: width 150ms ease, height 150ms ease, transform 150ms ease, background-color 150ms ease;
  transition: width 150ms ease, height 150ms ease, transform 150ms ease, background-color 150ms ease, -webkit-transform 150ms ease;
}
.euiResizableButton.euiResizableButton--horizontal {
  cursor: col-resize;
  width: 16px;
  margin-left: -8px;
  margin-right: -8px;
}
.euiResizableButton.euiResizableButton--horizontal:before,
.euiResizableButton.euiResizableButton--horizontal:after {
  width: 1px;
  height: 12px;
}
.euiResizableButton.euiResizableButton--horizontal:before {
  -webkit-transform: translate(-2px, -50%);
  transform: translate(-2px, -50%);
}
.euiResizableButton.euiResizableButton--horizontal:after {
  -webkit-transform: translate(1px, -50%);
  transform: translate(1px, -50%);
}
.euiResizableButton.euiResizableButton--vertical {
  cursor: row-resize;
  height: 16px;
  margin-top: -8px;
  margin-bottom: -8px;
}
.euiResizableButton.euiResizableButton--vertical:before,
.euiResizableButton.euiResizableButton--vertical:after {
  width: 12px;
  height: 1px;
}
.euiResizableButton.euiResizableButton--vertical:before {
  -webkit-transform: translate(-50%, -2px);
  transform: translate(-50%, -2px);
}
.euiResizableButton.euiResizableButton--vertical:after {
  -webkit-transform: translate(-50%, 1px);
  transform: translate(-50%, 1px);
}
.euiResizableButton:hover:not(:disabled):before,
.euiResizableButton:hover:not(:disabled):after {
  background-color: #98A2B3;
  transition-delay: 150ms;
}
.euiResizableButton:focus:not(:disabled) {
  background-color: rgba(0, 107, 180, 0.1);
}
.euiResizableButton:focus:not(:disabled):before,
.euiResizableButton:focus:not(:disabled):after {
  background-color: #006BB4;
  transition: width 150ms ease, height 150ms ease, -webkit-transform 150ms ease;
  transition: width 150ms ease, height 150ms ease, transform 150ms ease;
  transition: width 150ms ease, height 150ms ease, transform 150ms ease, -webkit-transform 150ms ease;
  transition-delay: 75ms;
}
.euiResizableButton:hover:not(:disabled).euiResizableButton--horizontal:before,
.euiResizableButton:hover:not(:disabled).euiResizableButton--horizontal:after,
.euiResizableButton:focus:not(:disabled).euiResizableButton--horizontal:before,
.euiResizableButton:focus:not(:disabled).euiResizableButton--horizontal:after {
  height: 100%;
}
.euiResizableButton:hover:not(:disabled).euiResizableButton--horizontal:before,
.euiResizableButton:focus:not(:disabled).euiResizableButton--horizontal:before {
  -webkit-transform: translate(-1px, -50%);
  transform: translate(-1px, -50%);
}
.euiResizableButton:hover:not(:disabled).euiResizableButton--horizontal:after,
.euiResizableButton:focus:not(:disabled).euiResizableButton--horizontal:after {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.euiResizableButton:hover:not(:disabled).euiResizableButton--vertical:before,
.euiResizableButton:hover:not(:disabled).euiResizableButton--vertical:after,
.euiResizableButton:focus:not(:disabled).euiResizableButton--vertical:before,
.euiResizableButton:focus:not(:disabled).euiResizableButton--vertical:after {
  width: 100%;
}
.euiResizableButton:hover:not(:disabled).euiResizableButton--vertical:before,
.euiResizableButton:focus:not(:disabled).euiResizableButton--vertical:before {
  -webkit-transform: translate(-50%, -1px);
  transform: translate(-50%, -1px);
}
.euiResizableButton:hover:not(:disabled).euiResizableButton--vertical:after,
.euiResizableButton:focus:not(:disabled).euiResizableButton--vertical:after {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.euiResizableButton:disabled {
  display: none !important;
}
/**
 * 1. The default position of the button should always be `middle`, so
 *    those position styles aren't restricted to a class
 * 2. When collpsed, the button itself is the full collapsed area and we use
 *    flex to align the icon within
 */
.euiResizableToggleButton {
  box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);
  position: absolute;
  z-index: 2;
  -webkit-animation: none !important;
  animation: none !important;
  transition-property: background, box-shadow;
}
.euiResizableToggleButton:focus {
  box-shadow: 0 4px 8px 0 rgba(152, 162, 179, 0.15), 0 2px 2px -1px rgba(152, 162, 179, 0.3);
}
.euiResizableToggleButton-isCollapsed {
  box-shadow: none;
  background: transparent;
  border-radius: 0;
}
.euiResizableToggleButton:not(:focus):not(:active):not(.euiResizableToggleButton-isVisible):not(.euiResizableToggleButton-isCollapsed) {
  position: absolute;
  top: auto;
  left: -10000px;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  overflow: hidden;
  margin: -1px;
}
.euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton--after {
  right: 0;
  top: 50%;
  /* 1 */
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  /* 1 */
}
.euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton--after.euiResizableToggleButton--top {
  top: 0;
  -webkit-transform: translate(50%, 16px);
  transform: translate(50%, 16px);
}
.euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton--after.euiResizableToggleButton--bottom {
  top: auto;
  bottom: 0;
  -webkit-transform: translate(50%, -16px);
  transform: translate(50%, -16px);
}
.euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton--before {
  left: 0;
  top: 50%;
  /* 1 */
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* 1 */
}
.euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton--before.euiResizableToggleButton--top {
  top: 0;
  -webkit-transform: translate(-50%, 16px);
  transform: translate(-50%, 16px);
}
.euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton--before.euiResizableToggleButton--bottom {
  top: auto;
  bottom: 0;
  -webkit-transform: translate(-50%, -16px);
  transform: translate(-50%, -16px);
}
.euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton-isCollapsed {
  top: 0 !important;
  bottom: 0 !important;
  -webkit-transform: none !important;
  transform: none !important;
  height: 100%;
}
.euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton-isCollapsed.euiResizableToggleButton--top {
  padding-top: 16px;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  /* 2 */
}
.euiResizableToggleButton--horizontal.euiResizableToggleButton.euiResizableToggleButton-isCollapsed.euiResizableToggleButton--bottom {
  padding-bottom: 16px;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  /* 2 */
}
.euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton--after {
  top: 100%;
  left: 50%;
  /* 1 */
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* 1 */
}
.euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton--after.euiResizableToggleButton--left {
  left: 0;
  -webkit-transform: translate(16px, -50%);
  transform: translate(16px, -50%);
}
.euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton--after.euiResizableToggleButton--right {
  left: auto;
  right: 0;
  -webkit-transform: translate(-16px, -50%);
  transform: translate(-16px, -50%);
}
.euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton--before {
  bottom: 100%;
  left: 50%;
  /* 1 */
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  /* 1 */
}
.euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton--before.euiResizableToggleButton--left {
  left: 0;
  -webkit-transform: translate(16px, 50%);
  transform: translate(16px, 50%);
}
.euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton--before.euiResizableToggleButton--right {
  left: auto;
  right: 0;
  -webkit-transform: translate(-16px, 50%);
  transform: translate(-16px, 50%);
}
.euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton-isCollapsed {
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  -webkit-transform: none !important;
  transform: none !important;
  width: 100%;
}
.euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton-isCollapsed.euiResizableToggleButton--left {
  padding-left: 16px;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  /* 2 */
}
.euiResizableToggleButton--vertical.euiResizableToggleButton.euiResizableToggleButton-isCollapsed.euiResizableToggleButton--right {
  padding-right: 16px;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  /* 2 */
}
.euiResizableContainer {
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.euiResizableContainer--vertical {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.euiResizablePanel {
  position: relative;
}
.euiResizablePanel--paddingSmall {
  padding: 8px;
}
.euiResizablePanel--paddingMedium {
  padding: 16px;
}
.euiResizablePanel--paddingLarge {
  padding: 24px;
}
.euiResizablePanel__content {
  height: 100%;
}
.euiResizablePanel__content:not([class*='plain']) {
  border-width: 0;
}
.euiResizablePanel__content--scrollable {
  scrollbar-color: rgba(105, 112, 125, 0.5) transparent;
  scrollbar-width: thin;
  overflow-y: auto;
}
.euiResizablePanel__content--scrollable::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.euiResizablePanel__content--scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(105, 112, 125, 0.5);
  background-clip: content-box;
  border-radius: 16px;
  border: 6px solid transparent;
}
.euiResizablePanel__content--scrollable::-webkit-scrollbar-corner,
.euiResizablePanel__content--scrollable::-webkit-scrollbar-track {
  background-color: transparent;
}
.euiResizablePanel-isCollapsed {
  overflow: hidden;
}
.euiResizablePanel-isCollapsed .euiResizablePanel__content * {
  display: none;
}
.euiResizableContainer--horizontal .euiResizablePanel-isCollapsed {
  min-width: 0 !important;
}
.euiResizableContainer--horizontal .euiResizablePanel--collapsible.euiResizablePanel-isCollapsed {
  min-width: 24px !important;
}
.euiResizableContainer--vertical .euiResizablePanel-isCollapsed {
  min-height: 0 !important;
}
.euiResizableContainer--vertical .euiResizablePanel--collapsible.euiResizablePanel-isCollapsed {
  min-height: 24px !important;
}
.euiSideNav__mobileToggle {
  height: auto;
  border-bottom: 1px solid #D3DAE6;
  width: 100%;
  text-align: left;
  border-radius: 0 !important;
  font-size: 18px;
  padding: 0 16px;
}
.euiSideNav__mobileToggle .euiSideNav__mobileToggleText {
  padding: 16px 0;
}
.euiSideNav__mobileToggle .euiSideNav__mobileToggleContent {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.euiSideNav__heading {
  margin-bottom: 24px;
}
@media only screen and (max-width: 574px) {
  .euiSideNav__contentMobile-xs {
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    padding: 0 24px;
  }
  .euiSideNav-isOpenMobile .euiSideNav__contentMobile-xs {
    visibility: visible;
    opacity: 1;
    padding: 24px;
    max-height: 5000px;
    /* 1 */
  }
}
@media only screen and (max-width: 574px) and (prefers-reduced-motion: no-preference) {
  .euiSideNav-isOpenMobile .euiSideNav__contentMobile-xs {
    transition: all 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .euiSideNav__contentMobile-s {
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    padding: 0 24px;
  }
  .euiSideNav-isOpenMobile .euiSideNav__contentMobile-s {
    visibility: visible;
    opacity: 1;
    padding: 24px;
    max-height: 5000px;
    /* 1 */
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) and (prefers-reduced-motion: no-preference) {
  .euiSideNav-isOpenMobile .euiSideNav__contentMobile-s {
    transition: all 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .euiSideNav__contentMobile-m {
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    padding: 0 24px;
  }
  .euiSideNav-isOpenMobile .euiSideNav__contentMobile-m {
    visibility: visible;
    opacity: 1;
    padding: 24px;
    max-height: 5000px;
    /* 1 */
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) and (prefers-reduced-motion: no-preference) {
  .euiSideNav-isOpenMobile .euiSideNav__contentMobile-m {
    transition: all 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .euiSideNav__contentMobile-l {
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    padding: 0 24px;
  }
  .euiSideNav-isOpenMobile .euiSideNav__contentMobile-l {
    visibility: visible;
    opacity: 1;
    padding: 24px;
    max-height: 5000px;
    /* 1 */
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and (prefers-reduced-motion: no-preference) {
  .euiSideNav-isOpenMobile .euiSideNav__contentMobile-l {
    transition: all 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  }
}
@media only screen and (min-width: 1200px) {
  .euiSideNav__contentMobile-xl {
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    padding: 0 24px;
  }
  .euiSideNav-isOpenMobile .euiSideNav__contentMobile-xl {
    visibility: visible;
    opacity: 1;
    padding: 24px;
    max-height: 5000px;
    /* 1 */
  }
}
@media only screen and (min-width: 1200px) and (prefers-reduced-motion: no-preference) {
  .euiSideNav-isOpenMobile .euiSideNav__contentMobile-xl {
    transition: all 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  }
}
/**
 * 1. Text-align defaults to center, so we have to override that.
 * 2. Color the text at the item level and then have the button inherit so overrides are easier
 * 3. Enable ellipsis overflow to work (https://css-tricks.com/flexbox-truncated-text/)
 * 4. Restrict the underline to the button __label so it doesn't affect other components that might live within
 */
.euiSideNavItemButton {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: left;
  /* 1 */
  display: block;
  width: 100%;
  padding: 2px 0;
  color: inherit;
  /* 2 */
}
.euiSideNavItemButton.euiSideNavItemButton--isClickable:not(:disabled):hover {
  cursor: pointer;
}
.euiSideNavItemButton.euiSideNavItemButton--isClickable:not(:disabled):hover .euiSideNavItemButton__label,
.euiSideNavItemButton.euiSideNavItemButton--isClickable:not(:disabled):focus .euiSideNavItemButton__label {
  text-decoration: underline;
  /* 4 */
}
.euiSideNavItemButton.euiSideNavItemButton-isSelected {
  color: #006BB4;
  font-weight: 700;
}
.euiSideNavItemButton.euiSideNavItemButton-isSelected .euiSideNavItemButton__label {
  text-decoration: underline;
  /* 4 */
}
.euiSideNavItemButton:disabled {
  cursor: not-allowed;
  text-decoration: none;
  color: #a6a7aa;
}
.euiSideNavItemButton__content {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.euiSideNavItemButton__icon {
  margin-right: 8px;
}
.euiSideNavItemButton__labelContainer {
  min-width: 0;
  /* 3 */
}
.euiSideNavItemButton__label {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.euiSideNavItemButton__label--truncated {
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
}
.euiSideNavItem--root {
  /**
   * 1. Create padding around focus area without indenting the item itself.
   */
}
.euiSideNavItem--root.euiSideNavItem--rootIcon > .euiSideNavItem__items {
  margin-left: 24px;
}
.euiSideNavItem--root > .euiSideNavItemButton {
  margin-bottom: 8px;
  padding: 0;
  padding-left: 8px;
  /* 1 */
  padding-right: 8px;
  /* 1 */
  margin-left: -8px;
  /* 1 */
  width: calc(100% + 16px);
  /* 1 */
}
.euiSideNavItem--root > .euiSideNavItemButton .euiSideNavItemButton__label {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: inherit;
}
.euiSideNavItem--root > .euiSideNavItem__items {
  position: static;
  margin-left: 0;
}
.euiSideNavItem--root > .euiSideNavItem__items:after {
  display: none;
}
.euiSideNavItem--root + .euiSideNavItem--root {
  margin-top: 32px;
}
.euiSideNavItem--trunk {
  color: #1a1c21;
  /* 2 */
  /**
   * 1. Create padding around focus area without indenting the item itself.
   */
}
.euiSideNavItem--trunk > .euiSideNavItemButton {
  padding-left: 8px;
  /* 1 */
  padding-right: 8px;
  /* 1 */
  margin-left: -8px;
  /* 1 */
  width: calc(100% + 16px);
  /* 1 */
}
.euiSideNavItem--trunk > .euiSideNavItem__items {
  margin-left: 8px;
  width: 100%;
}
.euiSideNavItem--branch {
  /**
  * 1. Draw the vertical line to group an expanded item's child items together.
  */
  position: relative;
  color: #656b77;
  /* 2 */
  /**
   * 2. Absolutely position the horizontal tick connecting the item to the vertical line.
   */
}
.euiSideNavItem--branch::after {
  /* 1 */
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  width: 1px;
  background: #D3DAE6;
  left: 0;
}
.euiSideNavItem--branch:last-of-type::after {
  height: 12px;
}
.euiSideNavItem--branch > .euiSideNavItemButton {
  position: relative;
  /* 2 */
  padding-left: 8px;
  padding-right: 8px;
  /* 2 */
}
.euiSideNavItem--branch > .euiSideNavItemButton:after {
  position: absolute;
  /* 2 */
  content: '';
  top: 12px;
  left: 0;
  width: 4px;
  height: 1px;
  background: #D3DAE6;
}
.euiSideNavItem--branch > .euiSideNavItem__items {
  margin-left: 16px;
}
.euiSideNavItem--emphasized {
  background: rgba(211, 218, 230, 0.3);
  color: #1a1c21;
  box-shadow: 100px 0 0 0 rgba(211, 218, 230, 0.3), -100px 0 0 0 rgba(211, 218, 230, 0.3);
}
.euiSideNavItem--emphasized > .euiSideNavItemButton {
  font-weight: 700;
}
.euiSideNavItem--emphasized .euiSideNavItem--emphasized {
  background: transparent;
  box-shadow: none;
}
.euiSpacer {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.euiSpacer--xs {
  height: 4px;
}
.euiSpacer--s {
  height: 8px;
}
.euiSpacer--m {
  height: 16px;
}
.euiSpacer--l {
  height: 24px;
}
.euiSpacer--xl {
  height: 32px;
}
.euiSpacer--xxl {
  height: 40px;
}
.euiSearchBar__searchHolder {
  min-width: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .euiSearchBar__filtersHolder {
    max-width: calc(100% - 16px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .euiSearchBar__filtersHolder {
    max-width: calc(100% - 16px);
  }
}
@media only screen and (min-width: 1200px) {
  .euiSearchBar__filtersHolder {
    max-width: calc(100% - 16px);
  }
}
.euiSelectable {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.euiSelectable-fullHeight {
  height: 100%;
}
.euiSelectableList:focus-within {
  -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
  animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate !important;
}
.euiSelectableList-fullHeight {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.euiSelectableList-bordered {
  overflow: hidden;
  border: 1px solid #D3DAE6;
  border-radius: 4px;
}
.euiSelectableList__list {
  -webkit-mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);
  mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);
  scrollbar-color: rgba(105, 112, 125, 0.5) transparent;
  scrollbar-width: thin;
}
.euiSelectableList__list::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.euiSelectableList__list::-webkit-scrollbar-thumb {
  background-color: rgba(105, 112, 125, 0.5);
  background-clip: content-box;
  border-radius: 16px;
  border: 6px solid transparent;
}
.euiSelectableList__list::-webkit-scrollbar-corner,
.euiSelectableList__list::-webkit-scrollbar-track {
  background-color: transparent;
}
.euiSelectableList__groupLabel {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5rem;
  font-weight: 700;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #eef2f7;
  padding: 4px 12px;
}
.euiSelectableListItem {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 100%;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
}
.euiSelectableListItem:not(:last-of-type) {
  border-bottom: 1px solid #eef2f7;
}
.euiSelectableListItem-isFocused:not([aria-disabled='true']),
.euiSelectableListItem:hover:not([aria-disabled='true']) {
  color: #006BB4;
  background-color: #e6f0f8;
}
.euiSelectableListItem-isFocused:not([aria-disabled='true']) .euiSelectableListItem__text,
.euiSelectableListItem:hover:not([aria-disabled='true']) .euiSelectableListItem__text {
  text-decoration: underline;
}
.euiSelectableListItem[aria-disabled='true'] {
  color: #98A2B3;
  cursor: not-allowed;
}
.euiSelectableListItem--paddingSmall .euiSelectableListItem__content {
  padding: 4px 12px;
}
.euiSelectableListItem__content {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.euiSelectableListItem__icon,
.euiSelectableListItem__prepend {
  margin-right: 12px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.euiSelectableListItem__append {
  margin-left: 12px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.euiSelectableListItem__text {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.euiSelectableListItem__text--truncate {
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
}
/**
  * 1. Prevent really long input from overflowing the container.
  */
.euiSelectableMessage {
  padding: 8px;
  text-align: center;
  word-wrap: break-word;
  /* 1 */
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.euiSelectableMessage--bordered {
  overflow: hidden;
  border: 1px solid #D3DAE6;
  border-radius: 4px;
}
.euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout {
  background-color: transparent;
}
.euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout--group,
.euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout input {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout:not(:focus-within) {
  color: rgba(255, 255, 255, 0.7);
}
.euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout:not(:focus-within) input {
  color: inherit;
  background-color: transparent;
}
.euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout:not(:focus-within) input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout:not(:focus-within) input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout:not(:focus-within) input::placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.euiHeader--dark .euiSelectableTemplateSitewide .euiFormControlLayout:not(:focus-within) .euiFormControlLayout__append {
  background-color: transparent;
  color: inherit;
}
.euiSelectableTemplateSitewide__listItem .euiSelectableListItem__text {
  text-decoration: none !important;
}
.euiSelectableTemplateSitewide__listItem[class*='-isFocused']:not([aria-disabled='true']) .euiSelectableTemplateSitewide__listItemTitle,
.euiSelectableTemplateSitewide__listItem:hover:not([aria-disabled='true']) .euiSelectableTemplateSitewide__listItemTitle {
  text-decoration: underline;
}
.euiSelectableTemplateSitewide__optionMetasList {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #6a717d;
}
.euiSelectableTemplateSitewide__optionMeta:not(:last-of-type)::after {
  content: '•';
  margin: 0 4px;
  color: #6a717d;
}
.euiSelectableTemplateSitewide__optionMeta--application {
  color: #4e779c;
  font-weight: 500;
}
.euiSelectableTemplateSitewide__optionMeta--deployment {
  color: #3b7d6a;
  font-weight: 500;
}
.euiSelectableTemplateSitewide__optionMeta--article {
  color: #8365a6;
  font-weight: 500;
}
.euiSelectableTemplateSitewide__optionMeta--case {
  color: #bc533e;
  font-weight: 500;
}
.euiSelectableTemplateSitewide__optionMeta--platform {
  color: #807234;
  font-weight: 500;
}
.euiStat .euiStat__title {
  color: #000;
}
.euiStat .euiStat__title--subdued {
  color: #6a717d;
}
.euiStat .euiStat__title--primary {
  color: #006BB4;
}
.euiStat .euiStat__title--success {
  color: #017D73;
}
.euiStat .euiStat__title--danger {
  color: #BD271E;
}
.euiStat .euiStat__title--accent {
  color: #DD0A73;
}
.euiStat .euiStat__title-isLoading {
  -webkit-animation: euiStatPulse 1.5s infinite ease-in-out;
  animation: euiStatPulse 1.5s infinite ease-in-out;
}
.euiStat.euiStat--leftAligned {
  text-align: left;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.euiStat.euiStat--centerAligned {
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.euiStat.euiStat--rightAligned {
  text-align: right;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@-webkit-keyframes euiStatPulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
@keyframes euiStatPulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
.euiStepNumber {
  width: 32px;
  height: 32px;
  display: inline-block;
  line-height: 32px;
  border-radius: 32px;
  text-align: center;
  color: #FFF;
  background-color: #006BB4;
  font-size: 16px;
  font-weight: 500;
}
.euiStepNumber .euiStepNumber__icon {
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.euiStepNumber--small {
  width: 24px;
  height: 24px;
  display: inline-block;
  line-height: 24px;
  border-radius: 24px;
  text-align: center;
  color: #FFF;
  background-color: #006BB4;
  font-size: 12px;
  font-weight: 500;
}
.euiStepNumber--small .euiStepNumber__icon {
  top: -1px;
}
.euiStepNumber--complete .euiStepNumber__icon {
  stroke: currentColor;
  stroke-width: 0.5px;
}
@media screen and (prefers-reduced-motion: no-preference) {
  .euiStepNumber--complete,
  .euiStepNumber--warning,
  .euiStepNumber--danger {
    -webkit-animation: euiGrow 150ms cubic-bezier(0.34, 1.61, 0.7, 1);
    animation: euiGrow 150ms cubic-bezier(0.34, 1.61, 0.7, 1);
  }
}
.euiStepNumber--loading {
  background: transparent;
}
.euiStepNumber.euiStepNumber-isHollow {
  background-color: transparent;
  border: 2px solid #006BB4;
}
.euiStepNumber.euiStepNumber-isHollow .euiStepNumber__number {
  display: none;
}
.euiStepNumber--warning {
  color: #936400;
  background-color: #fef6e6;
}
.euiStepNumber--danger {
  color: #BD271E;
  background-color: #f8e9e9;
}
.euiStepNumber--disabled {
  color: #646a77;
  background-color: #f0f1f2;
}
.euiStepNumber--incomplete {
  color: #646a77;
  background-color: #f0f1f2;
}
/**
 * 1. Ensure that the step number vertically aligns with the title text
 */
.euiStep:not(:last-of-type) {
  background-image: linear-gradient(to right, transparent 0, transparent 15px, #D3DAE6 15px, #D3DAE6 17px, transparent 17px, transparent 100%);
  background-repeat: no-repeat;
  background-position: left 40px;
}
.euiStep--small:not(:last-of-type) {
  background-position: left -4px top 32px;
}
.euiStep--small .euiStep__content {
  padding-left: 28px;
  margin-left: 12px;
}
.euiStep__titleWrapper {
  display: -webkit-flex;
  display: flex;
}
.euiStep__circle {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 16px;
  vertical-align: top;
  /* 1 */
}
.euiStep__title {
  font-weight: 500;
}
.euiStep__content {
  padding: 16px 16px 32px;
  margin: 8px 0;
  padding-left: 32px;
  margin-left: 16px;
}
.euiSubSteps {
  padding: 16px;
  background-color: #F5F7FA;
  margin-bottom: 16px;
}
.euiSubSteps > *:last-child {
  margin-bottom: 0;
}
.euiText .euiSubSteps ol,
.euiSubSteps ol {
  list-style-type: lower-alpha;
}
/**
 * 1. Ensure the connecting lines stays behind the number
 * 2. Make each step the same width
 * 3. Make the content of each step align to the top, even if the steps are of varying heights,
 *    e.g. due to some of their titles wrapping to multiple lines
 */
.euiStepsHorizontal {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  background: rgba(245, 247, 250, 0.5);
}
.euiStepHorizontal__item {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  /* 2 */
  -webkit-flex-basis: 0%;
  flex-basis: 0%;
  /* 2 */
}
.euiStepHorizontal__item:first-of-type > .euiStepHorizontal::before,
.euiStepHorizontal__item:last-of-type > .euiStepHorizontal::after {
  display: none;
}
.euiStepHorizontal {
  padding: 24px 16px 16px;
  display: -webkit-flex;
  display: flex;
  /* 3 */
  -webkit-flex-direction: column;
  flex-direction: column;
  /* 3 */
  -webkit-align-items: center;
  align-items: center;
  /* 3 */
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  /* 3 */
  cursor: pointer;
  position: relative;
  width: 100%;
}
.euiStepHorizontal:focus:not(.euiStepHorizontal-isDisabled) .euiStepHorizontal__title,
.euiStepHorizontal:hover:not(.euiStepHorizontal-isDisabled) .euiStepHorizontal__title {
  text-decoration: underline;
}
.euiStepHorizontal:focus:not(.euiStepHorizontal-isDisabled) {
  outline: none;
}
.euiStepHorizontal:focus:not(.euiStepHorizontal-isDisabled) .euiStepHorizontal__number {
  -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimateLarge !important;
  animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimateLarge !important;
}
.euiStepHorizontal.euiStepHorizontal-isDisabled {
  cursor: not-allowed;
}
.euiStepHorizontal::before,
.euiStepHorizontal::after {
  content: '';
  position: absolute;
  width: calc(50% - 16px);
  height: 1px;
  top: 40px;
  background-color: #D3DAE6;
  z-index: 0;
  /* 1 */
}
.euiStepHorizontal::before {
  left: 0;
}
.euiStepHorizontal::after {
  right: 0;
}
.euiStepHorizontal__number {
  position: relative;
  /* 1 */
  z-index: 1;
  /* 1 */
  transition: all 150ms ease-in-out;
}
.euiStepHorizontal__title {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-top: 8px;
  font-weight: 400;
  text-align: center;
}
.euiStepHorizontal-isDisabled .euiStepHorizontal__title {
  color: #69707D;
}
.euiStepHorizontal-isComplete::before,
.euiStepHorizontal-isComplete::after {
  height: 2px;
  background-color: #006BB4;
}
.euiStepHorizontal-isSelected .euiStepHorizontal__number:not([class*='danger']):not([class*='warning']):not([class*='loading']) {
  box-shadow: 0 2px 2px -1px rgba(18, 104, 162, 0.3);
}
.euiStepHorizontal-isSelected::before {
  height: 2px;
  background-color: #006BB4;
}
@media only screen and (max-width: 574px) {
  .euiStepHorizontal {
    padding-top: 16px;
  }
  .euiStepHorizontal::before,
  .euiStepHorizontal::after {
    top: 32px;
  }
  .euiStepHorizontal__title {
    display: none;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .euiStepHorizontal {
    padding-top: 16px;
  }
  .euiStepHorizontal::before,
  .euiStepHorizontal::after {
    top: 32px;
  }
  .euiStepHorizontal__title {
    display: none;
  }
}
.euiSuggestItem {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  font-size: 12px;
  line-height: 16px;
  color: #343741;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
}
.euiSuggestItem--truncate .euiSuggestItem__label,
.euiSuggestItem--truncate .euiSuggestItem__description {
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
}
button.euiSuggestItem {
  width: 100%;
  text-align: left;
}
button.euiSuggestItem:hover,
button.euiSuggestItem:focus {
  cursor: pointer;
  background-color: #e6f0f8;
}
button.euiSuggestItem:hover .euiSuggestItem__label,
button.euiSuggestItem:focus .euiSuggestItem__label {
  text-decoration: underline;
}
.euiSuggestItem__type--tint0 {
  background-color: #e0f1ed;
  color: #357160;
}
.euiSuggestItem__type--tint1 {
  background-color: #e2ebf4;
  color: #466b8d;
}
.euiSuggestItem__type--tint2 {
  background-color: #f7e2e9;
  color: #a34a68;
}
.euiSuggestItem__type--tint3 {
  background-color: #ebe5f2;
  color: #765b96;
}
.euiSuggestItem__type--tint4 {
  background-color: #f5ebf0;
  color: #865f74;
}
.euiSuggestItem__type--tint5 {
  background-color: #f8f3e1;
  color: #7a6c31;
}
.euiSuggestItem__type--tint6 {
  background-color: #f2efea;
  color: #756a56;
}
.euiSuggestItem__type--tint7 {
  background-color: #f8eade;
  color: #915c2e;
}
.euiSuggestItem__type--tint8 {
  background-color: #f0e3e1;
  color: #92564a;
}
.euiSuggestItem__type--tint9 {
  background-color: #fbe3df;
  color: #aa4b38;
}
.euiSuggestItem__type--tint10 {
  background-color: #e4e5e8;
  color: #5f6571;
}
.euiSuggestItem__type {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-top: 8px;
  width: 32px;
  min-height: 32px;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.euiSuggestItem__label,
.euiSuggestItem__description {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  display: inline-block;
  padding: 8px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.euiSuggestItem__label {
  font-family: "Roboto Mono", Consolas, Menlo, Courier, monospace;
}
.euiSuggestItem__label.euiSuggestItem__label--width20 {
  -webkit-flex-basis: calc(20% - 16px);
  flex-basis: calc(20% - 16px);
  min-width: calc(20% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width21 {
  -webkit-flex-basis: calc(21% - 16px);
  flex-basis: calc(21% - 16px);
  min-width: calc(21% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width22 {
  -webkit-flex-basis: calc(22% - 16px);
  flex-basis: calc(22% - 16px);
  min-width: calc(22% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width23 {
  -webkit-flex-basis: calc(23% - 16px);
  flex-basis: calc(23% - 16px);
  min-width: calc(23% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width24 {
  -webkit-flex-basis: calc(24% - 16px);
  flex-basis: calc(24% - 16px);
  min-width: calc(24% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width25 {
  -webkit-flex-basis: calc(25% - 16px);
  flex-basis: calc(25% - 16px);
  min-width: calc(25% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width26 {
  -webkit-flex-basis: calc(26% - 16px);
  flex-basis: calc(26% - 16px);
  min-width: calc(26% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width27 {
  -webkit-flex-basis: calc(27% - 16px);
  flex-basis: calc(27% - 16px);
  min-width: calc(27% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width28 {
  -webkit-flex-basis: calc(28% - 16px);
  flex-basis: calc(28% - 16px);
  min-width: calc(28% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width29 {
  -webkit-flex-basis: calc(29% - 16px);
  flex-basis: calc(29% - 16px);
  min-width: calc(29% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width30 {
  -webkit-flex-basis: calc(30% - 16px);
  flex-basis: calc(30% - 16px);
  min-width: calc(30% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width31 {
  -webkit-flex-basis: calc(31% - 16px);
  flex-basis: calc(31% - 16px);
  min-width: calc(31% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width32 {
  -webkit-flex-basis: calc(32% - 16px);
  flex-basis: calc(32% - 16px);
  min-width: calc(32% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width33 {
  -webkit-flex-basis: calc(33% - 16px);
  flex-basis: calc(33% - 16px);
  min-width: calc(33% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width34 {
  -webkit-flex-basis: calc(34% - 16px);
  flex-basis: calc(34% - 16px);
  min-width: calc(34% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width35 {
  -webkit-flex-basis: calc(35% - 16px);
  flex-basis: calc(35% - 16px);
  min-width: calc(35% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width36 {
  -webkit-flex-basis: calc(36% - 16px);
  flex-basis: calc(36% - 16px);
  min-width: calc(36% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width37 {
  -webkit-flex-basis: calc(37% - 16px);
  flex-basis: calc(37% - 16px);
  min-width: calc(37% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width38 {
  -webkit-flex-basis: calc(38% - 16px);
  flex-basis: calc(38% - 16px);
  min-width: calc(38% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width39 {
  -webkit-flex-basis: calc(39% - 16px);
  flex-basis: calc(39% - 16px);
  min-width: calc(39% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width40 {
  -webkit-flex-basis: calc(40% - 16px);
  flex-basis: calc(40% - 16px);
  min-width: calc(40% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width41 {
  -webkit-flex-basis: calc(41% - 16px);
  flex-basis: calc(41% - 16px);
  min-width: calc(41% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width42 {
  -webkit-flex-basis: calc(42% - 16px);
  flex-basis: calc(42% - 16px);
  min-width: calc(42% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width43 {
  -webkit-flex-basis: calc(43% - 16px);
  flex-basis: calc(43% - 16px);
  min-width: calc(43% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width44 {
  -webkit-flex-basis: calc(44% - 16px);
  flex-basis: calc(44% - 16px);
  min-width: calc(44% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width45 {
  -webkit-flex-basis: calc(45% - 16px);
  flex-basis: calc(45% - 16px);
  min-width: calc(45% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width46 {
  -webkit-flex-basis: calc(46% - 16px);
  flex-basis: calc(46% - 16px);
  min-width: calc(46% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width47 {
  -webkit-flex-basis: calc(47% - 16px);
  flex-basis: calc(47% - 16px);
  min-width: calc(47% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width48 {
  -webkit-flex-basis: calc(48% - 16px);
  flex-basis: calc(48% - 16px);
  min-width: calc(48% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width49 {
  -webkit-flex-basis: calc(49% - 16px);
  flex-basis: calc(49% - 16px);
  min-width: calc(49% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width50 {
  -webkit-flex-basis: calc(50% - 16px);
  flex-basis: calc(50% - 16px);
  min-width: calc(50% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width51 {
  -webkit-flex-basis: calc(51% - 16px);
  flex-basis: calc(51% - 16px);
  min-width: calc(51% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width52 {
  -webkit-flex-basis: calc(52% - 16px);
  flex-basis: calc(52% - 16px);
  min-width: calc(52% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width53 {
  -webkit-flex-basis: calc(53% - 16px);
  flex-basis: calc(53% - 16px);
  min-width: calc(53% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width54 {
  -webkit-flex-basis: calc(54% - 16px);
  flex-basis: calc(54% - 16px);
  min-width: calc(54% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width55 {
  -webkit-flex-basis: calc(55% - 16px);
  flex-basis: calc(55% - 16px);
  min-width: calc(55% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width56 {
  -webkit-flex-basis: calc(56% - 16px);
  flex-basis: calc(56% - 16px);
  min-width: calc(56% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width57 {
  -webkit-flex-basis: calc(57% - 16px);
  flex-basis: calc(57% - 16px);
  min-width: calc(57% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width58 {
  -webkit-flex-basis: calc(58% - 16px);
  flex-basis: calc(58% - 16px);
  min-width: calc(58% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width59 {
  -webkit-flex-basis: calc(59% - 16px);
  flex-basis: calc(59% - 16px);
  min-width: calc(59% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width60 {
  -webkit-flex-basis: calc(60% - 16px);
  flex-basis: calc(60% - 16px);
  min-width: calc(60% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width61 {
  -webkit-flex-basis: calc(61% - 16px);
  flex-basis: calc(61% - 16px);
  min-width: calc(61% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width62 {
  -webkit-flex-basis: calc(62% - 16px);
  flex-basis: calc(62% - 16px);
  min-width: calc(62% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width63 {
  -webkit-flex-basis: calc(63% - 16px);
  flex-basis: calc(63% - 16px);
  min-width: calc(63% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width64 {
  -webkit-flex-basis: calc(64% - 16px);
  flex-basis: calc(64% - 16px);
  min-width: calc(64% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width65 {
  -webkit-flex-basis: calc(65% - 16px);
  flex-basis: calc(65% - 16px);
  min-width: calc(65% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width66 {
  -webkit-flex-basis: calc(66% - 16px);
  flex-basis: calc(66% - 16px);
  min-width: calc(66% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width67 {
  -webkit-flex-basis: calc(67% - 16px);
  flex-basis: calc(67% - 16px);
  min-width: calc(67% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width68 {
  -webkit-flex-basis: calc(68% - 16px);
  flex-basis: calc(68% - 16px);
  min-width: calc(68% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width69 {
  -webkit-flex-basis: calc(69% - 16px);
  flex-basis: calc(69% - 16px);
  min-width: calc(69% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width70 {
  -webkit-flex-basis: calc(70% - 16px);
  flex-basis: calc(70% - 16px);
  min-width: calc(70% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width71 {
  -webkit-flex-basis: calc(71% - 16px);
  flex-basis: calc(71% - 16px);
  min-width: calc(71% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width72 {
  -webkit-flex-basis: calc(72% - 16px);
  flex-basis: calc(72% - 16px);
  min-width: calc(72% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width73 {
  -webkit-flex-basis: calc(73% - 16px);
  flex-basis: calc(73% - 16px);
  min-width: calc(73% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width74 {
  -webkit-flex-basis: calc(74% - 16px);
  flex-basis: calc(74% - 16px);
  min-width: calc(74% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width75 {
  -webkit-flex-basis: calc(75% - 16px);
  flex-basis: calc(75% - 16px);
  min-width: calc(75% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width76 {
  -webkit-flex-basis: calc(76% - 16px);
  flex-basis: calc(76% - 16px);
  min-width: calc(76% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width77 {
  -webkit-flex-basis: calc(77% - 16px);
  flex-basis: calc(77% - 16px);
  min-width: calc(77% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width78 {
  -webkit-flex-basis: calc(78% - 16px);
  flex-basis: calc(78% - 16px);
  min-width: calc(78% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width79 {
  -webkit-flex-basis: calc(79% - 16px);
  flex-basis: calc(79% - 16px);
  min-width: calc(79% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width80 {
  -webkit-flex-basis: calc(80% - 16px);
  flex-basis: calc(80% - 16px);
  min-width: calc(80% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width81 {
  -webkit-flex-basis: calc(81% - 16px);
  flex-basis: calc(81% - 16px);
  min-width: calc(81% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width82 {
  -webkit-flex-basis: calc(82% - 16px);
  flex-basis: calc(82% - 16px);
  min-width: calc(82% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width83 {
  -webkit-flex-basis: calc(83% - 16px);
  flex-basis: calc(83% - 16px);
  min-width: calc(83% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width84 {
  -webkit-flex-basis: calc(84% - 16px);
  flex-basis: calc(84% - 16px);
  min-width: calc(84% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width85 {
  -webkit-flex-basis: calc(85% - 16px);
  flex-basis: calc(85% - 16px);
  min-width: calc(85% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width86 {
  -webkit-flex-basis: calc(86% - 16px);
  flex-basis: calc(86% - 16px);
  min-width: calc(86% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width87 {
  -webkit-flex-basis: calc(87% - 16px);
  flex-basis: calc(87% - 16px);
  min-width: calc(87% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width88 {
  -webkit-flex-basis: calc(88% - 16px);
  flex-basis: calc(88% - 16px);
  min-width: calc(88% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width89 {
  -webkit-flex-basis: calc(89% - 16px);
  flex-basis: calc(89% - 16px);
  min-width: calc(89% - 16px);
}
.euiSuggestItem__label.euiSuggestItem__label--width90 {
  -webkit-flex-basis: calc(90% - 16px);
  flex-basis: calc(90% - 16px);
  min-width: calc(90% - 16px);
}
.euiSuggestItem__label--expand {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.euiSuggestItem__description {
  color: #6a717d;
  padding-top: 9px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-align-self: baseline;
  align-self: baseline;
}
.euiSuggestItem__description.euiSuggestItem__description--wrap {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  white-space: normal !important;
}
.euiSuggestItemOption[class*='isFocused'] .euiSuggestItem__label,
.euiSuggestItemOption:hover:not([aria-disabled='true']) .euiSuggestItem__label,
.euiSuggestItemOption:focus .euiSuggestItem__label {
  text-decoration: underline;
}
.euiSuggestInput__statusIcon {
  background-color: transparent !important;
}
/**
 * NOTE: table-layout: fixed causes a bug in IE11 and Edge (see #9929). It also prevents us from
 * specifying a column width, e.g. the checkbox column.
 */
.euiTable {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-feature-settings: "calt" 1, "kern" 1, "liga" 1, "tnum" 1;
  width: 100%;
  table-layout: fixed;
  border: none;
  border-collapse: collapse;
  background-color: #FFF;
}
.euiTable.euiTable--auto {
  table-layout: auto;
}
.euiTableCaption {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .euiTable--compressed .euiTableCellContent {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    padding: 4px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .euiTable--compressed .euiTableCellContent {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    padding: 4px;
  }
}
@media only screen and (min-width: 1200px) {
  .euiTable--compressed .euiTableCellContent {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    padding: 4px;
  }
}
.euiTableFooterCell,
.euiTableHeaderCell {
  vertical-align: middle;
  border-top: 1px solid #D3DAE6;
  border-bottom: 1px solid #D3DAE6;
  font-weight: inherit;
  text-align: left;
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 700;
  font-weight: 500;
  border-top: none;
}
.euiTableFooterCell .euiTableHeaderButton,
.euiTableHeaderCell .euiTableHeaderButton {
  text-align: left;
  font-weight: 500;
}
.euiTableFooterCell .euiTableCellContent__text,
.euiTableHeaderCell .euiTableCellContent__text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 600;
}
.euiTableHeaderButton {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: inherit;
  width: 100%;
}
.euiTableHeaderButton:hover .euiTableCellContent__text,
.euiTableHeaderButton:focus .euiTableCellContent__text {
  text-decoration: underline;
  color: #006BB4;
}
.euiTableHeaderButton:hover .euiTableSortIcon,
.euiTableHeaderButton:focus .euiTableSortIcon {
  fill: #006BB4;
}
.euiTableSortIcon {
  margin-left: 4px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.euiTableHeaderButton-isSorted .euiTableSortIcon {
  fill: #1a1c21;
}
.euiTableHeaderCellCheckbox {
  border-top: 1px solid #D3DAE6;
  border-bottom: 1px solid #D3DAE6;
  font-weight: inherit;
  text-align: left;
  width: 32px;
  vertical-align: middle;
  border-top: none;
}
.euiTableRow:hover {
  background-color: #fafbfd;
}
.euiTableRow.euiTableRow-isClickable:hover {
  background-color: rgba(0, 107, 180, 0.05);
  cursor: pointer;
}
.euiTableRow.euiTableRow-isClickable:focus {
  background-color: rgba(0, 107, 180, 0.1);
}
.euiTableRow.euiTableRow-isExpandedRow {
  background-color: #fafbfd;
}
.euiTableRow.euiTableRow-isExpandedRow.euiTableRow-isSelectable .euiTableCellContent {
  padding-left: 40px;
}
.euiTableRow.euiTableRow-isSelected {
  background-color: #eef5fa;
}
.euiTableRow.euiTableRow-isSelected + .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell {
  background-color: #eef5fa;
}
.euiTableRow.euiTableRow-isSelected:hover,
.euiTableRow.euiTableRow-isSelected:hover + .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell {
  background-color: #e6f0f8;
}
.euiTableRowCell {
  vertical-align: middle;
  border-top: 1px solid #D3DAE6;
  border-bottom: 1px solid #D3DAE6;
  font-weight: inherit;
  text-align: left;
  color: #343741;
}
.euiTableRowCell--top {
  vertical-align: top;
}
.euiTableRowCell--bottom {
  vertical-align: bottom;
}
.euiTableRowCell--baseline {
  vertical-align: baseline;
}
.euiTableRowCell.euiTableRowCell--isMobileHeader {
  display: none;
}
.euiTableRowCellCheckbox {
  border-top: 1px solid #D3DAE6;
  border-bottom: 1px solid #D3DAE6;
  font-weight: inherit;
  text-align: left;
  width: 32px;
  vertical-align: middle;
}
.euiTableFooterCell {
  background-color: #F5F7FA;
  border-bottom: none;
}
/**
 * 1. Vertically align all children.
 * 2. The padding on this div allows the ellipsis to show if the content is truncated. If
 *    the padding was on the cell, the ellipsis would be cropped.
 * 4. Prevent very long single words (e.g. the name of a field in a document) from overflowing
 *    the cell.
 */
.euiTableCellContent {
  overflow: hidden;
  /* 4 */
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  /* 1 */
  padding: 8px;
  /* 2 */
}
.euiTableCellContent__text {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  /* 4 */
  min-width: 0;
  text-overflow: ellipsis;
}
.euiTableCellContent--alignRight {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
}
.euiTableCellContent--alignCenter {
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.euiTableHeaderCell,
.euiTableFooterCell,
.euiTableCellContent--truncateText {
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
}
.euiTableHeaderCell .euiTableCellContent__text,
.euiTableFooterCell .euiTableCellContent__text,
.euiTableCellContent--truncateText .euiTableCellContent__text {
  overflow: hidden;
}
.euiTableCellContent--overflowingContent {
  overflow: visible;
  white-space: normal;
  word-break: break-all;
  word-break: break-word;
}
.euiTableCellContent--showOnHover > *:not(:first-child) {
  margin-left: 8px;
}
.euiTableRow-hasActions .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  opacity: 0.7;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: opacity 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-filter 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: opacity 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), filter 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: opacity 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), filter 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-filter 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide,
.euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide:disabled,
.euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide:disabled:hover,
.euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide:disabled:focus,
.euiTableRow:hover .euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide:disabled {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 0;
}
.euiTableRow-hasActions:hover .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem:not(:disabled),
.euiTableRow-hasActions:hover .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem:not(:disabled):hover,
.euiTableRow-hasActions:hover .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem:not(:disabled):focus {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.euiTableRow-isExpandedRow .euiTableCellContent {
  overflow: hidden;
  -webkit-animation: 250ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards growExpandedRow;
  animation: 250ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards growExpandedRow;
}
@-webkit-keyframes growExpandedRow {
  0% {
    max-height: 0;
  }
  99% {
    max-height: 100vh;
  }
  100% {
    max-height: unset;
  }
}
@keyframes growExpandedRow {
  0% {
    max-height: 0;
  }
  99% {
    max-height: 100vh;
  }
  100% {
    max-height: unset;
  }
}
.euiTableRowCell__mobileHeader {
  display: none;
}
@media only screen and (max-width: 574px) {
  .euiTableRowCell--hideForMobile {
    display: none !important;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .euiTableRowCell--hideForMobile {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .euiTableRowCell--hideForDesktop {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .euiTableRowCell--hideForDesktop {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .euiTableRowCell--hideForDesktop {
    display: none !important;
  }
}
@media only screen and (max-width: 574px) {
  .euiTable.euiTable--responsive thead {
    display: none;
  }
  .euiTable.euiTable--responsive tfoot {
    display: none;
  }
  .euiTable.euiTable--responsive .euiTableRowCell__mobileHeader {
    max-width: 100%;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    word-wrap: normal !important;
    font-size: 11px;
    font-size: 0.6875rem;
    display: block;
    color: #69707D;
    padding: 8px;
    padding-bottom: 0;
    margin-bottom: -8px;
    min-height: 24px;
  }
  .euiTableRowCell:only-child .euiTable.euiTable--responsive .euiTableRowCell__mobileHeader {
    min-height: 0;
  }
  .euiTable.euiTable--responsive .euiTableRowCell--enlargeForMobile {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .euiTable.euiTable--responsive .euiTableRow {
    background-color: #FFF;
    border: 1px solid #D3DAE6;
    border-radius: 4px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow--flexGrowZero {
    -webkit-flex-grow: 0;
    flex-grow: 0;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow--noBorder {
    border: none;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow--hasShadow {
    box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3), 0 1px 5px -2px rgba(152, 162, 179, 0.3);
    border: 1px solid #D3DAE6;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable {
    transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:enabled {
    display: block;
    width: 100%;
    text-align: left;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:hover,
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:focus {
    box-shadow: 0 4px 8px 0 rgba(152, 162, 179, 0.15), 0 2px 2px -1px rgba(152, 162, 179, 0.3);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    cursor: pointer;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow--borderRadiusNone {
    border-radius: 0;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow--borderRadiusMedium {
    border-radius: 4px;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow--transparent {
    background-color: transparent;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow--plain {
    background-color: #FFF;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow--subdued {
    background-color: #fafbfd;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow--accent {
    background-color: #fce7f1;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow--primary {
    background-color: #e6f0f8;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow--success {
    background-color: #e6f2f1;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow--warning {
    background-color: #fef6e6;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow--danger {
    background-color: #f8e9e9;
  }
  .euiTable.euiTable--responsive .euiTableRow {
    box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3), 0 1px 5px -2px rgba(152, 162, 179, 0.3);
    background-color: #FFF;
    border-radius: 4px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8px;
    margin-bottom: 8px;
  }
  .euiTable.euiTable--responsive .euiTableRow:hover {
    background-color: #FFF;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable,
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions {
    background-image: linear-gradient(to right, rgba(152, 162, 179, 0.1) 0, rgba(152, 162, 179, 0.1) 1px, transparent 1px, transparent 100%);
    background-size: 40px 100%;
    background-position-x: right;
    background-repeat: no-repeat;
    padding-right: 40px;
    position: relative;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander,
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions {
    min-width: 0;
    width: 24px;
    position: absolute;
    top: 16px;
    right: 8px;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander::before,
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions::before {
    display: none;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander .euiTableCellContent,
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions .euiTableCellContent {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander .euiTableCellContent .euiLink,
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions .euiTableCellContent .euiLink {
    padding: 4px;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions.euiTableRow-isExpandable .euiTableRowCell--isExpander {
    top: auto;
    bottom: 16px;
    right: 0;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelectable {
    padding-left: 36px;
    position: relative;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelectable .euiTableRowCellCheckbox {
    position: absolute;
    left: 4px;
    top: 8px;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected,
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected:hover,
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected + .euiTableRow.euiTableRow-isExpandedRow,
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected:hover + .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell {
    background-color: #eef5fa;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow {
    background-image: linear-gradient(to right, rgba(152, 162, 179, 0.1) 0, rgba(152, 162, 179, 0.1) 1px, transparent 1px, transparent 100%);
    background-size: 40px 100%;
    background-position-x: right;
    background-repeat: no-repeat;
    box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3), 0 1px 5px -2px rgba(152, 162, 179, 0.3);
    margin-top: -16px;
    position: relative;
    z-index: 2;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-left: 8px;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow:hover {
    background-color: #FFF;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell {
    width: calc(100% - 40px);
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell::before {
    display: none;
  }
  .euiTable.euiTable--responsive .euiTableRowCell {
    display: block;
    /* IE requires block to grow and wrap. */
    min-width: 50%;
    border: none;
  }
  .euiTable.euiTable--responsive .euiTableRowCellCheckbox {
    border: none;
  }
  .euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover > * {
    margin-left: 0;
  }
  .euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide {
    display: none;
  }
  .euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    margin-left: 0;
    margin-bottom: 8px;
  }
  .euiTable.euiTable--responsive .euiTableCellContent--alignRight {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .euiTable.euiTable--responsive .euiTableCellContent--alignCenter {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .euiTable.euiTable--responsive thead {
    display: none;
  }
  .euiTable.euiTable--responsive tfoot {
    display: none;
  }
  .euiTable.euiTable--responsive .euiTableRowCell__mobileHeader {
    max-width: 100%;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    word-wrap: normal !important;
    font-size: 11px;
    font-size: 0.6875rem;
    display: block;
    color: #69707D;
    padding: 8px;
    padding-bottom: 0;
    margin-bottom: -8px;
    min-height: 24px;
  }
  .euiTableRowCell:only-child .euiTable.euiTable--responsive .euiTableRowCell__mobileHeader {
    min-height: 0;
  }
  .euiTable.euiTable--responsive .euiTableRowCell--enlargeForMobile {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .euiTable.euiTable--responsive .euiTableRow {
    background-color: #FFF;
    border: 1px solid #D3DAE6;
    border-radius: 4px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow--flexGrowZero {
    -webkit-flex-grow: 0;
    flex-grow: 0;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow--noBorder {
    border: none;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow--hasShadow {
    box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3), 0 1px 5px -2px rgba(152, 162, 179, 0.3);
    border: 1px solid #D3DAE6;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable {
    transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:enabled {
    display: block;
    width: 100%;
    text-align: left;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:hover,
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:focus {
    box-shadow: 0 4px 8px 0 rgba(152, 162, 179, 0.15), 0 2px 2px -1px rgba(152, 162, 179, 0.3);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    cursor: pointer;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow--borderRadiusNone {
    border-radius: 0;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow--borderRadiusMedium {
    border-radius: 4px;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow--transparent {
    background-color: transparent;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow--plain {
    background-color: #FFF;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow--subdued {
    background-color: #fafbfd;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow--accent {
    background-color: #fce7f1;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow--primary {
    background-color: #e6f0f8;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow--success {
    background-color: #e6f2f1;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow--warning {
    background-color: #fef6e6;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow--danger {
    background-color: #f8e9e9;
  }
  .euiTable.euiTable--responsive .euiTableRow {
    box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3), 0 1px 5px -2px rgba(152, 162, 179, 0.3);
    background-color: #FFF;
    border-radius: 4px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8px;
    margin-bottom: 8px;
  }
  .euiTable.euiTable--responsive .euiTableRow:hover {
    background-color: #FFF;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable,
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions {
    background-image: linear-gradient(to right, rgba(152, 162, 179, 0.1) 0, rgba(152, 162, 179, 0.1) 1px, transparent 1px, transparent 100%);
    background-size: 40px 100%;
    background-position-x: right;
    background-repeat: no-repeat;
    padding-right: 40px;
    position: relative;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander,
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions {
    min-width: 0;
    width: 24px;
    position: absolute;
    top: 16px;
    right: 8px;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander::before,
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions::before {
    display: none;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander .euiTableCellContent,
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions .euiTableCellContent {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander .euiTableCellContent .euiLink,
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions .euiTableCellContent .euiLink {
    padding: 4px;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions.euiTableRow-isExpandable .euiTableRowCell--isExpander {
    top: auto;
    bottom: 16px;
    right: 0;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelectable {
    padding-left: 36px;
    position: relative;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelectable .euiTableRowCellCheckbox {
    position: absolute;
    left: 4px;
    top: 8px;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected,
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected:hover,
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected + .euiTableRow.euiTableRow-isExpandedRow,
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected:hover + .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell {
    background-color: #eef5fa;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow {
    background-image: linear-gradient(to right, rgba(152, 162, 179, 0.1) 0, rgba(152, 162, 179, 0.1) 1px, transparent 1px, transparent 100%);
    background-size: 40px 100%;
    background-position-x: right;
    background-repeat: no-repeat;
    box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3), 0 1px 5px -2px rgba(152, 162, 179, 0.3);
    margin-top: -16px;
    position: relative;
    z-index: 2;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-left: 8px;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow:hover {
    background-color: #FFF;
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell {
    width: calc(100% - 40px);
  }
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell::before {
    display: none;
  }
  .euiTable.euiTable--responsive .euiTableRowCell {
    display: block;
    /* IE requires block to grow and wrap. */
    min-width: 50%;
    border: none;
  }
  .euiTable.euiTable--responsive .euiTableRowCellCheckbox {
    border: none;
  }
  .euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover > * {
    margin-left: 0;
  }
  .euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide {
    display: none;
  }
  .euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    margin-left: 0;
    margin-bottom: 8px;
  }
  .euiTable.euiTable--responsive .euiTableCellContent--alignRight {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .euiTable.euiTable--responsive .euiTableCellContent--alignCenter {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.euiTableHeaderMobile,
.euiTableHeaderCell--hideForDesktop {
  display: none;
}
@media only screen and (max-width: 574px) {
  .euiTableHeaderMobile {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding: 8px 0;
  }
  .euiTableSortMobile {
    display: block;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .euiTableHeaderMobile {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding: 8px 0;
  }
  .euiTableSortMobile {
    display: block;
  }
}
.euiTabs {
  scrollbar-color: rgba(105, 112, 125, 0.5) transparent;
  scrollbar-width: thin;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.euiTabs::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.euiTabs::-webkit-scrollbar-thumb {
  background-color: rgba(105, 112, 125, 0.5);
  background-clip: content-box;
  border-radius: 16px;
  border: 6px solid transparent;
}
.euiTabs::-webkit-scrollbar-corner,
.euiTabs::-webkit-scrollbar-track {
  background-color: transparent;
}
.euiTabs--bottomBorder {
  box-shadow: inset 0 -1px 0 #D3DAE6;
}
.euiTabs::-webkit-scrollbar {
  height: 2px;
}
.euiTab {
  color: #343741;
  padding: 12px 16px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}
.euiTab .euiTab__content {
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
  font-size: 16px;
  font-size: 1rem;
  color: #343741;
  line-height: 1.5;
  display: block;
}
.euiTab:not(.euiTab-isDisabled):hover .euiTab__content,
.euiTab:not(.euiTab-isDisabled):focus .euiTab__content {
  text-decoration: underline;
}
.euiTab:focus {
  background-color: #e6f0f8;
  outline-offset: -3px;
}
.euiTab.euiTab-isSelected {
  box-shadow: inset 0 -2px 0 #006BB4;
}
.euiTab.euiTab-isSelected,
.euiTab.euiTab-isSelected .euiTab__content {
  color: #006BB4 !important;
}
.euiTab.euiTab-isDisabled,
.euiTab.euiTab-isDisabled .euiTab__content {
  color: #afb0b3 !important;
}
.euiTab.euiTab-isDisabled:hover {
  cursor: not-allowed;
}
.euiTab.euiTab-isDisabled.euiTab-isSelected {
  box-shadow: inset 0 -2px 0 #afb0b3;
}
.euiTabs--small .euiTab {
  padding: 8px;
}
.euiTabs--small .euiTab .euiTab__content {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.euiTabs--large .euiTab {
  padding: 12px 16px;
}
.euiTabs--xlarge .euiTab {
  padding: 8px 24px;
}
.euiTabs--xlarge .euiTab .euiTab__content {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}
.euiTabs--expand .euiTab {
  -webkit-flex-basis: 0%;
  flex-basis: 0%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: center;
  justify-content: center;
}
.euiTab__prepend {
  margin-right: 8px;
}
.euiTab__append {
  margin-left: 8px;
}
.euiTabs--condensed .euiTab {
  padding: 8px 4px;
}
.euiTabs--condensed .euiTab .euiTab__content {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.euiTabs--condensed .euiTab + .euiTab {
  margin-left: 16px;
}
.euiTabs--condensed.euiTabs--small .euiTab {
  padding: 6px 4px;
}
.euiTabs--condensed.euiTabs--small .euiTab .euiTab__content {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.euiTabs--condensed.euiTabs--large .euiTab + .euiTab {
  margin-left: 24px;
}
.euiTabs--condensed.euiTabs--xlarge .euiTab {
  padding: 12px 4px;
}
.euiTabs--condensed.euiTabs--xlarge .euiTab .euiTab__content {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}
.euiTabs--condensed.euiTabs--xlarge .euiTab + .euiTab {
  margin-left: 24px;
}
.euiTextDiff del {
  color: #BD271E;
}
.euiTextDiff ins {
  color: #017D73;
}
.euiTitle + .euiTitle {
  margin-top: 24px;
}
.euiTitle--uppercase {
  text-transform: uppercase;
}
.euiTitle--xxxsmall {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.euiTitle--xxsmall {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.euiTitle--xsmall {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.euiTitle--small {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: -0.025em;
}
.euiTitle--medium {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: 300;
  letter-spacing: -0.04em;
}
.euiTitle--large {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: 300;
  letter-spacing: -0.03em;
}
/**
 * 1. Allow list to expand as items are added, but cap it at the screen height.
 * 2. Allow some padding for shadow
 */
.euiGlobalToastList {
  scrollbar-color: rgba(105, 112, 125, 0.5) transparent;
  scrollbar-width: thin;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  position: fixed;
  z-index: 9000;
  bottom: 0;
  width: 400px;
  /* 2 */
  max-height: 100vh;
  /* 1 */
  overflow-y: auto;
  scrollbar-width: none;
}
.euiGlobalToastList::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.euiGlobalToastList::-webkit-scrollbar-thumb {
  background-color: rgba(105, 112, 125, 0.5);
  background-clip: content-box;
  border-radius: 16px;
  border: 6px solid transparent;
}
.euiGlobalToastList::-webkit-scrollbar-corner,
.euiGlobalToastList::-webkit-scrollbar-track {
  background-color: transparent;
}
.euiGlobalToastList::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.euiGlobalToastList:not(:empty) {
  padding: 16px;
}
.euiGlobalToastList--right:not(:empty) {
  right: 0;
  padding-left: 64px;
  /* 2 */
}
.euiGlobalToastList--left:not(:empty) {
  left: 0;
  padding-right: 64px;
  /* 2 */
}
.euiGlobalToastListItem {
  margin-bottom: 16px;
  -webkit-animation: 250ms euiShowToast cubic-bezier(0.694, 0.0482, 0.335, 1);
  animation: 250ms euiShowToast cubic-bezier(0.694, 0.0482, 0.335, 1);
  opacity: 1;
  /**
   * 1. justify-content: flex-end interferes with overflowing content, so we'll use this to push
   *    items to the bottom instead.
   */
}
.euiGlobalToastListItem:first-child {
  margin-top: auto;
  /* 1 */
}
.euiGlobalToastListItem:last-child {
  margin-bottom: 0;
}
.euiGlobalToastListItem.euiGlobalToastListItem-isDismissed {
  transition: opacity 250ms;
  opacity: 0;
}
@-webkit-keyframes euiShowToast {
  from {
    -webkit-transform: translateY(24px) scale(0.9);
    transform: translateY(24px) scale(0.9);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes euiShowToast {
  from {
    -webkit-transform: translateY(24px) scale(0.9);
    transform: translateY(24px) scale(0.9);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@media only screen and (max-width: 574px) {
  /**
   * 1. Mobile we make these 100%. Matching change happens on the item as well.
   */
  .euiGlobalToastList:not(:empty) {
    left: 0;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    /* 1 */
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  /**
   * 1. Mobile we make these 100%. Matching change happens on the item as well.
   */
  .euiGlobalToastList:not(:empty) {
    left: 0;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    /* 1 */
  }
}
.euiToast {
  border: 1px solid #D3DAE6;
  box-shadow: 0 40px 64px 0 rgba(65, 78, 101, 0.1), 0 24px 32px 0 rgba(65, 78, 101, 0.1), 0 16px 16px 0 rgba(65, 78, 101, 0.1), 0 8px 8px 0 rgba(65, 78, 101, 0.1), 0 4px 4px 0 rgba(65, 78, 101, 0.1), 0 2px 2px 0 rgba(65, 78, 101, 0.1);
  border-color: #c6cad1;
  border-top-color: #e3e4e8;
  border-bottom-color: #aaafba;
  position: relative;
  padding: 16px;
  background-color: #FFF;
  width: 100%;
}
.euiToast:hover .euiToast__closeButton,
.euiToast:focus .euiToast__closeButton {
  opacity: 1;
}
/**
  * 1. Fit button to icon.
  */
.euiToast__closeButton {
  position: absolute;
  top: 16px;
  right: 16px;
  line-height: 0;
  /* 1 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  transition: opacity 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.euiToast__closeButton svg {
  fill: #8d8e90;
}
.euiToast__closeButton:hover svg {
  fill: #1a1c21;
}
.euiToast__closeButton:focus {
  background-color: #e6f0f8;
  opacity: 1;
}
.euiToast__closeButton:focus svg {
  fill: #006BB4;
}
.euiToast--primary {
  border-top: 2px solid #006BB4;
}
.euiToast--success {
  border-top: 2px solid #017D73;
}
.euiToast--warning {
  border-top: 2px solid #c88800;
}
.euiToast--danger {
  border-top: 2px solid #BD271E;
}
/**
 * 1. Align icon with first line of title text if it wraps.
 * 2. Apply margin to all but last item in the flex.
 * 3. Account for close button.
 */
.euiToastHeader {
  padding-right: 24px;
  /* 3 */
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  /* 1 */
}
.euiToastHeader > * + * {
  margin-left: 8px;
  /* 2 */
}
/**
  * 1. Vertically center icon with first line of title.
  */
.euiToastHeader__icon {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  fill: #1a1c21;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  /* 1 */
}
.euiToastHeader__title {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  font-weight: 300;
}
.euiToastHeader--withBody {
  margin-bottom: 8px;
}
/**
 * 1. Prevent long lines from overflowing.
 */
.euiToastBody {
  word-wrap: break-word;
  /* 1 */
}
.euiToken {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.euiToken svg {
  height: 100%;
  margin: auto;
}
.euiToken--circle {
  border-radius: 50%;
}
.euiToken--square {
  border-radius: 3px;
}
.euiToken--xsmall {
  width: 12px;
  height: 12px;
}
.euiToken--xsmall.euiToken--rectangle {
  padding: 0 4px;
}
.euiToken--small {
  width: 16px;
  height: 16px;
}
.euiToken--small.euiToken--rectangle {
  padding: 0 4px;
}
.euiToken--medium {
  width: 24px;
  height: 24px;
}
.euiToken--medium.euiToken--rectangle {
  padding: 0 8px;
}
.euiToken--large {
  width: 32px;
  height: 32px;
}
.euiToken--large.euiToken--rectangle {
  padding: 0 8px;
}
.euiToken--rectangle {
  box-sizing: content-box;
}
.euiToken--euiColorVis0 {
  color: #54B399;
}
.euiToken--euiColorVis0.euiToken--light {
  color: #387765;
  background-color: #eef7f5;
  box-shadow: inset 0 0 0 1px #cce8e0;
}
.euiToken--euiColorVis0.euiToken--dark {
  background-color: #6DCCB1;
  color: #000;
}
.euiToken--euiColorVis1 {
  color: #6092C0;
}
.euiToken--euiColorVis1.euiToken--light {
  color: #4a7194;
  background-color: #eff4f9;
  box-shadow: inset 0 0 0 1px #cfdeec;
}
.euiToken--euiColorVis1.euiToken--dark {
  background-color: #79AAD9;
  color: #000;
}
.euiToken--euiColorVis2 {
  color: #D36086;
}
.euiToken--euiColorVis2.euiToken--light {
  color: #ac4e6d;
  background-color: #fbeff3;
  box-shadow: inset 0 0 0 1px #f2cfdb;
}
.euiToken--euiColorVis2.euiToken--dark {
  background-color: #EE789D;
  color: #000;
}
.euiToken--euiColorVis3 {
  color: #9170B8;
}
.euiToken--euiColorVis3.euiToken--light {
  color: #7c609e;
  background-color: #f4f1f8;
  box-shadow: inset 0 0 0 1px #ded4ea;
}
.euiToken--euiColorVis3.euiToken--dark {
  background-color: #A987D1;
  color: #000;
}
.euiToken--euiColorVis4 {
  color: #CA8EAE;
}
.euiToken--euiColorVis4.euiToken--light {
  color: #8d647a;
  background-color: #faf4f7;
  box-shadow: inset 0 0 0 1px #efdde7;
}
.euiToken--euiColorVis4.euiToken--dark {
  background-color: #E4A6C7;
  color: #000;
}
.euiToken--euiColorVis5 {
  color: #D6BF57;
}
.euiToken--euiColorVis5.euiToken--light {
  color: #807234;
  background-color: #fbf9ee;
  box-shadow: inset 0 0 0 1px #f3eccd;
}
.euiToken--euiColorVis5.euiToken--dark {
  background-color: #F1D86F;
  color: #000;
}
.euiToken--euiColorVis6 {
  color: #B9A888;
}
.euiToken--euiColorVis6.euiToken--light {
  color: #7b705a;
  background-color: #f8f6f3;
  box-shadow: inset 0 0 0 1px #eae5db;
}
.euiToken--euiColorVis6.euiToken--dark {
  background-color: #D2C0A0;
  color: #000;
}
.euiToken--euiColorVis7 {
  color: #DA8B45;
}
.euiToken--euiColorVis7.euiToken--light {
  color: #996130;
  background-color: #fbf3ec;
  box-shadow: inset 0 0 0 1px #f4dcc7;
}
.euiToken--euiColorVis7.euiToken--dark {
  background-color: #F5A35C;
  color: #000;
}
.euiToken--euiColorVis8 {
  color: #AA6556;
}
.euiToken--euiColorVis8.euiToken--light {
  color: #9a5b4e;
  background-color: #f7f0ee;
  box-shadow: inset 0 0 0 1px #e6d1cc;
}
.euiToken--euiColorVis8.euiToken--dark {
  background-color: #C47C6C;
  color: #000;
}
.euiToken--euiColorVis9 {
  color: #E7664C;
}
.euiToken--euiColorVis9.euiToken--light {
  color: #b34f3b;
  background-color: #fdf0ed;
  box-shadow: inset 0 0 0 1px #f8d1c9;
}
.euiToken--euiColorVis9.euiToken--dark {
  background-color: #FF7E62;
  color: #000;
}
.euiToken--gray {
  color: #69707D;
}
.euiToken--gray.euiToken--light {
  color: #646a77;
  background-color: #f0f1f2;
  box-shadow: inset 0 0 0 1px #d2d4d8;
}
.euiToken--gray.euiToken--dark {
  background-color: #69707D;
  color: #FFF;
}
/*
 * 1. Shift arrow 1px more than half its size to account for border radius
 */
.euiToolTip {
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1), 0 6px 12px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #404040;
  color: #FFF;
  z-index: 9000;
  max-width: 256px;
  overflow-wrap: break-word;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 12px;
  -webkit-animation: euiToolTipTop 350ms ease-out 0s forwards;
  animation: euiToolTipTop 350ms ease-out 0s forwards;
  position: absolute;
  opacity: 0;
  /* 1 */
  /* 1 */
}
.euiToolTip .euiToolTip__arrow {
  content: '';
  position: absolute;
  -webkit-transform-origin: center;
  transform-origin: center;
  border-radius: 2px;
  background-color: #404040;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-7px) rotateZ(45deg);
  transform: translateY(-7px) rotateZ(45deg);
  /* 1 */
}
.euiToolTip.euiToolTip--right {
  -webkit-animation-name: euiToolTipRight;
  animation-name: euiToolTipRight;
}
.euiToolTip.euiToolTip--right .euiToolTip__arrow {
  -webkit-transform: translateX(-5px) rotateZ(45deg);
  transform: translateX(-5px) rotateZ(45deg);
  /* 1 */
}
.euiToolTip.euiToolTip--bottom {
  -webkit-animation-name: euiToolTipBottom;
  animation-name: euiToolTipBottom;
}
.euiToolTip.euiToolTip--bottom .euiToolTip__arrow {
  -webkit-transform: translateY(-5px) rotateZ(45deg);
  transform: translateY(-5px) rotateZ(45deg);
  /* 1 */
}
.euiToolTip.euiToolTip--left {
  -webkit-animation-name: euiToolTipLeft;
  animation-name: euiToolTipLeft;
}
.euiToolTip.euiToolTip--left .euiToolTip__arrow {
  -webkit-transform: translateX(-7px) rotateZ(45deg);
  transform: translateX(-7px) rotateZ(45deg);
  /* 1 */
}
.euiToolTip .euiToolTip__title {
  font-weight: 700;
  border-bottom: solid 1px #595959;
  padding-bottom: 4px;
  margin-bottom: 4px;
}
.euiToolTipAnchor {
  display: inline-block;
}
.euiToolTipAnchor *[disabled] {
  pointer-events: none;
}
.euiToolTipAnchor.euiToolTipAnchor--displayBlock {
  display: block;
}
@-webkit-keyframes euiToolTipTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes euiToolTipTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes euiToolTipBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes euiToolTipBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes euiToolTipLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes euiToolTipLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes euiToolTipRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(16px);
    transform: translateX(16px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes euiToolTipRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(16px);
    transform: translateX(16px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.euiTourHeader {
  border-bottom: none;
  margin-bottom: 8px !important;
}
.euiTourHeader .euiTourHeader__title {
  margin-top: 0;
}
.euiTourHeader__subtitle {
  color: #6a717d;
}
.euiTourFooter {
  background-color: #fafbfd;
  border-radius: 0 0 4px 4px;
}
.euiTour .euiTour__beacon {
  pointer-events: none;
  position: absolute;
  opacity: 0;
  transition: opacity 0s 350ms;
}
.euiTour .euiPopover__panelArrow.euiPopover__panelArrow--right .euiTour__beacon {
  opacity: 1;
  top: 6px;
  left: -24px;
}
.euiTour .euiPopover__panelArrow.euiPopover__panelArrow--left .euiTour__beacon {
  opacity: 1;
  top: 6px;
  left: 12px;
}
.euiTour .euiPopover__panelArrow.euiPopover__panelArrow--top:after {
  border-top-color: #F5F7FA;
}
.euiTour .euiPopover__panelArrow.euiPopover__panelArrow--top .euiTour__beacon {
  opacity: 1;
  top: 12px;
  left: 6px;
}
.euiTour .euiPopover__panelArrow.euiPopover__panelArrow--bottom .euiTour__beacon {
  opacity: 1;
  top: -24px;
  left: 6px;
}
.euiTourStepIndicator {
  display: inline-block;
}
.euiText {
  color: #343741;
  font-weight: 400;
  color: inherit;
  clear: both;
}
.euiText a:not([class]) {
  text-align: left;
}
.euiText a:not([class]):hover {
  text-decoration: underline;
}
.euiText a:not([class]):focus {
  text-decoration: underline;
}
.euiText img {
  display: block;
  width: 100%;
}
.euiText ul {
  list-style: disc;
}
.euiText ol {
  list-style: decimal;
}
.euiText blockquote:not(.euiMarkdownFormat__blockquote) {
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
  letter-spacing: normal;
}
.euiText blockquote:not(.euiMarkdownFormat__blockquote) p:last-child {
  margin-bottom: 0;
}
.euiText blockquote:not(.euiMarkdownFormat__blockquote):before,
.euiText blockquote:not(.euiMarkdownFormat__blockquote):after {
  position: absolute;
  content: '';
  height: 2px;
  width: 50%;
  right: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #69707D;
}
.euiText blockquote:not(.euiMarkdownFormat__blockquote):before {
  top: 0;
}
.euiText blockquote:not(.euiMarkdownFormat__blockquote):after {
  bottom: 0;
}
.euiText h1 {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: 300;
  letter-spacing: -0.03em;
}
.euiText h2 {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: 300;
  letter-spacing: -0.04em;
}
.euiText h3 {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: -0.025em;
}
.euiText h4,
.euiText dt {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.euiText h5 {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.euiText h6 {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.euiText h1,
.euiText h2,
.euiText h3,
.euiText h4,
.euiText h5,
.euiText h6,
.euiText dt {
  color: inherit;
}
.euiText pre {
  white-space: pre-wrap;
  background: #F5F7FA;
  color: #343741;
}
.euiText pre,
.euiText pre code {
  display: block;
}
.euiText code {
  font-family: "Roboto Mono", Consolas, Menlo, Courier, monospace;
  letter-spacing: normal;
}
.euiText.euiText--constrainedWidth {
  max-width: 36em;
  min-width: 75%;
}
.euiText > :last-child,
.euiText .euiTextColor > :last-child {
  margin-bottom: 0 !important;
}
.euiText--medium {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.euiText--medium p,
.euiText--medium ul,
.euiText--medium ol,
.euiText--medium dl,
.euiText--medium blockquote,
.euiText--medium img,
.euiText--medium pre {
  margin-bottom: 1.5rem;
}
.euiText--medium ul,
.euiText--medium ol {
  margin-left: 1.5rem;
}
.euiText--medium blockquote {
  font-size: 1rem;
  padding: 1.5rem;
}
.euiText--medium h1 {
  font-size: 2.25rem;
  line-height: 1.33333;
  margin-bottom: 0.5rem;
}
.euiText--medium h2 {
  font-size: 1.75rem;
  line-height: 1.42857;
  margin-bottom: 0.5rem;
}
.euiText--medium h3 {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.euiText--medium h4 {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.euiText--medium h5 {
  font-size: 0.875rem;
  line-height: 1.14286;
  margin-bottom: 0.5rem;
}
.euiText--medium h6 {
  font-size: 0.75rem;
  line-height: 1.33333;
  margin-bottom: 0.5rem;
}
.euiText--medium * + h2 {
  margin-top: 2rem;
}
.euiText--medium * + h3 {
  margin-top: 2rem;
}
.euiText--medium * + h4 {
  margin-top: 2rem;
}
.euiText--medium * + h5 {
  margin-top: 2rem;
}
.euiText--medium * + h6 {
  margin-top: 2rem;
}
.euiText--medium dd + dt {
  margin-top: 1rem;
}
.euiText--medium dt,
.euiText--medium .eui-definitionListReverse dd {
  font-size: 1rem;
  line-height: 1.5;
}
.euiText--medium .eui-definitionListReverse dt {
  font-size: 0.75rem;
  color: #343741;
}
.euiText--medium small {
  font-size: 0.875rem;
}
.euiText--medium pre {
  padding: 1rem;
}
.euiText--medium code:not(.euiCode):not(.euiCodeBlock__code) {
  font-size: 0.9rem;
}
.euiText--medium.euiMarkdownFormat .euiMarkdownFormat__blockquote {
  padding: 0 1rem;
  border-left-width: 0.25rem;
  margin-bottom: 1rem;
}
.euiText--medium.euiMarkdownFormat .euiCheckbox + *:not(.euiCheckbox) {
  margin-top: 1rem;
}
.euiText--medium.euiMarkdownFormat .euiCheckbox__label {
  font-size: 1rem;
  padding-left: 1.5rem;
  line-height: 1.5;
}
.euiText--medium.euiMarkdownFormat .euiCheckbox + *:not(.euiCheckbox) {
  margin-top: 1rem;
}
.euiText--medium.euiMarkdownFormat .euiMarkdownFormat__codeblockWrapper {
  margin-bottom: 1rem;
}
.euiText--medium.euiMarkdownFormat .euiMarkdownFormat__table {
  margin-bottom: 1rem;
}
.euiText--medium.euiMarkdownFormat .euiMarkdownFormat__table th,
.euiText--medium.euiMarkdownFormat .euiMarkdownFormat__table td {
  padding: 0.25rem 0.5rem;
}
.euiText--small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.euiText--small p,
.euiText--small ul,
.euiText--small ol,
.euiText--small dl,
.euiText--small blockquote,
.euiText--small img,
.euiText--small pre {
  margin-bottom: 1.3125rem;
}
.euiText--small ul,
.euiText--small ol {
  margin-left: 1.3125rem;
}
.euiText--small blockquote {
  font-size: 0.875rem;
  padding: 1.3125rem;
}
.euiText--small h1 {
  font-size: 1.96875rem;
  line-height: 1.33333;
  margin-bottom: 0.4375rem;
}
.euiText--small h2 {
  font-size: 1.53125rem;
  line-height: 1.42857;
  margin-bottom: 0.4375rem;
}
.euiText--small h3 {
  font-size: 1.09375rem;
  line-height: 1.6;
  margin-bottom: 0.4375rem;
}
.euiText--small h4 {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0.4375rem;
}
.euiText--small h5 {
  font-size: 0.76562rem;
  line-height: 1.14286;
  margin-bottom: 0.4375rem;
}
.euiText--small h6 {
  font-size: 0.65625rem;
  line-height: 1.33333;
  margin-bottom: 0.4375rem;
}
.euiText--small * + h2 {
  margin-top: 1.75rem;
}
.euiText--small * + h3 {
  margin-top: 1.75rem;
}
.euiText--small * + h4 {
  margin-top: 1.75rem;
}
.euiText--small * + h5 {
  margin-top: 1.75rem;
}
.euiText--small * + h6 {
  margin-top: 1.75rem;
}
.euiText--small dd + dt {
  margin-top: 0.875rem;
}
.euiText--small dt,
.euiText--small .eui-definitionListReverse dd {
  font-size: 0.875rem;
  line-height: 1.5;
}
.euiText--small .eui-definitionListReverse dt {
  font-size: 0.65625rem;
  color: #343741;
}
.euiText--small small {
  font-size: 0.76562rem;
}
.euiText--small pre {
  padding: 0.875rem;
}
.euiText--small code:not(.euiCode):not(.euiCodeBlock__code) {
  font-size: 0.7875rem;
}
.euiText--small.euiMarkdownFormat .euiMarkdownFormat__blockquote {
  padding: 0 0.875rem;
  border-left-width: 0.21875rem;
  margin-bottom: 0.875rem;
}
.euiText--small.euiMarkdownFormat .euiCheckbox + *:not(.euiCheckbox) {
  margin-top: 0.875rem;
}
.euiText--small.euiMarkdownFormat .euiCheckbox__label {
  font-size: 0.875rem;
  padding-left: 1.3125rem;
  line-height: 1.5;
}
.euiText--small.euiMarkdownFormat .euiCheckbox + *:not(.euiCheckbox) {
  margin-top: 0.875rem;
}
.euiText--small.euiMarkdownFormat .euiMarkdownFormat__codeblockWrapper {
  margin-bottom: 0.875rem;
}
.euiText--small.euiMarkdownFormat .euiMarkdownFormat__table {
  margin-bottom: 0.875rem;
}
.euiText--small.euiMarkdownFormat .euiMarkdownFormat__table th,
.euiText--small.euiMarkdownFormat .euiMarkdownFormat__table td {
  padding: 0.21875rem 0.4375rem;
}
.euiText--extraSmall {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.euiText--extraSmall p,
.euiText--extraSmall ul,
.euiText--extraSmall ol,
.euiText--extraSmall dl,
.euiText--extraSmall blockquote,
.euiText--extraSmall img,
.euiText--extraSmall pre {
  margin-bottom: 1.125rem;
}
.euiText--extraSmall ul,
.euiText--extraSmall ol {
  margin-left: 1.125rem;
}
.euiText--extraSmall blockquote {
  font-size: 0.75rem;
  padding: 1.125rem;
}
.euiText--extraSmall h1 {
  font-size: 1.6875rem;
  line-height: 1.33333;
  margin-bottom: 0.375rem;
}
.euiText--extraSmall h2 {
  font-size: 1.3125rem;
  line-height: 1.42857;
  margin-bottom: 0.375rem;
}
.euiText--extraSmall h3 {
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 0.375rem;
}
.euiText--extraSmall h4 {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 0.375rem;
}
.euiText--extraSmall h5 {
  font-size: 0.65625rem;
  line-height: 1.14286;
  margin-bottom: 0.375rem;
}
.euiText--extraSmall h6 {
  font-size: 0.5625rem;
  line-height: 1.33333;
  margin-bottom: 0.375rem;
}
.euiText--extraSmall * + h2 {
  margin-top: 1.5rem;
}
.euiText--extraSmall * + h3 {
  margin-top: 1.5rem;
}
.euiText--extraSmall * + h4 {
  margin-top: 1.5rem;
}
.euiText--extraSmall * + h5 {
  margin-top: 1.5rem;
}
.euiText--extraSmall * + h6 {
  margin-top: 1.5rem;
}
.euiText--extraSmall dd + dt {
  margin-top: 0.75rem;
}
.euiText--extraSmall dt,
.euiText--extraSmall .eui-definitionListReverse dd {
  font-size: 0.75rem;
  line-height: 1.5;
}
.euiText--extraSmall .eui-definitionListReverse dt {
  font-size: 0.5625rem;
  color: #343741;
}
.euiText--extraSmall small {
  font-size: 0.65625rem;
}
.euiText--extraSmall pre {
  padding: 0.75rem;
}
.euiText--extraSmall code:not(.euiCode):not(.euiCodeBlock__code) {
  font-size: 0.675rem;
}
.euiText--extraSmall.euiMarkdownFormat .euiMarkdownFormat__blockquote {
  padding: 0 0.75rem;
  border-left-width: 0.1875rem;
  margin-bottom: 0.75rem;
}
.euiText--extraSmall.euiMarkdownFormat .euiCheckbox + *:not(.euiCheckbox) {
  margin-top: 0.75rem;
}
.euiText--extraSmall.euiMarkdownFormat .euiCheckbox__label {
  font-size: 0.75rem;
  padding-left: 1.125rem;
  line-height: 1.5;
}
.euiText--extraSmall.euiMarkdownFormat .euiCheckbox + *:not(.euiCheckbox) {
  margin-top: 0.75rem;
}
.euiText--extraSmall.euiMarkdownFormat .euiMarkdownFormat__codeblockWrapper {
  margin-bottom: 0.75rem;
}
.euiText--extraSmall.euiMarkdownFormat .euiMarkdownFormat__table {
  margin-bottom: 0.75rem;
}
.euiText--extraSmall.euiMarkdownFormat .euiMarkdownFormat__table th,
.euiText--extraSmall.euiMarkdownFormat .euiMarkdownFormat__table td {
  padding: 0.1875rem 0.375rem;
}
.euiText--relative {
  font-size: 1em;
  line-height: 1.5;
}
.euiText--relative p,
.euiText--relative ul,
.euiText--relative ol,
.euiText--relative dl,
.euiText--relative blockquote,
.euiText--relative img,
.euiText--relative pre {
  margin-bottom: 1.5em;
}
.euiText--relative ul,
.euiText--relative ol {
  margin-left: 1.5em;
}
.euiText--relative blockquote {
  font-size: 1em;
  padding: 1.5em;
}
.euiText--relative h1 {
  font-size: 2.25em;
  line-height: 1.33333;
  margin-bottom: 0.22222em;
}
.euiText--relative h2 {
  font-size: 1.75em;
  line-height: 1.42857;
  margin-bottom: 0.28571em;
}
.euiText--relative h3 {
  font-size: 1.25em;
  line-height: 1.6;
  margin-bottom: 0.4em;
}
.euiText--relative h4 {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.euiText--relative h5 {
  font-size: 0.875em;
  line-height: 1.14286;
  margin-bottom: 0.57143em;
}
.euiText--relative h6 {
  font-size: 0.75em;
  line-height: 1.33333;
  margin-bottom: 0.66667em;
}
.euiText--relative * + h2 {
  margin-top: 1.14286em;
}
.euiText--relative * + h3 {
  margin-top: 1.6em;
}
.euiText--relative * + h4 {
  margin-top: 2em;
}
.euiText--relative * + h5 {
  margin-top: 2.28571em;
}
.euiText--relative * + h6 {
  margin-top: 2.66667em;
}
.euiText--relative dd + dt {
  margin-top: 16pxem;
}
.euiText--relative dt,
.euiText--relative .eui-definitionListReverse dd {
  font-size: 1em;
  line-height: 1.5;
}
.euiText--relative .eui-definitionListReverse dt {
  font-size: 0.75em;
  color: #343741;
}
.euiText--relative small {
  font-size: 0.875em;
}
.euiText--relative pre {
  padding: 1em;
}
.euiText--relative code:not(.euiCode):not(.euiCodeBlock__code) {
  font-size: 0.9em;
}
.euiText--relative.euiMarkdownFormat .euiMarkdownFormat__blockquote {
  padding: 0 1em;
  border-left-width: 0.25em;
  margin-bottom: 1em;
}
.euiText--relative.euiMarkdownFormat .euiCheckbox + *:not(.euiCheckbox) {
  margin-top: 1em;
}
.euiText--relative.euiMarkdownFormat .euiCheckbox__label {
  font-size: 1em;
  padding-left: 1.5em;
  line-height: 1.5;
}
.euiText--relative.euiMarkdownFormat .euiCheckbox + *:not(.euiCheckbox) {
  margin-top: 1em;
}
.euiText--relative.euiMarkdownFormat .euiMarkdownFormat__codeblockWrapper {
  margin-bottom: 1em;
}
.euiText--relative.euiMarkdownFormat .euiMarkdownFormat__table {
  margin-bottom: 1em;
}
.euiText--relative.euiMarkdownFormat .euiMarkdownFormat__table th,
.euiText--relative.euiMarkdownFormat .euiMarkdownFormat__table td {
  padding: 0.25em 0.5em;
}
.euiTextColor--default {
  color: #343741;
}
.euiTextColor--subdued {
  color: #6a717d;
}
.euiTextColor--success {
  color: #017D73;
}
.euiTextColor--accent {
  color: #DD0A73;
}
.euiTextColor--warning {
  color: #9b6900;
}
.euiTextColor--danger {
  color: #BD271E;
}
.euiTextColor--ghost {
  color: #717171;
  color: #FFF !important;
}
.euiTextColor--inherit {
  color: inherit;
}
.euiTextAlign--left {
  text-align: left;
}
.euiTextAlign--right {
  text-align: right;
}
.euiTextAlign--center {
  text-align: center;
}

/* NOTE this is an altered version to work with FontAwesome version 5!!! */
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}
.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

.mdl-button {
  background: 0 0;
  border: none;
  border-radius: 2px;
  color: #000;
  position: relative;
  height: 36px;
  margin: 0;
  min-width: 64px;
  padding: 0 16px;
  display: inline-block;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0;
  overflow: hidden;
  will-change: box-shadow;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
}
.mdl-button::-moz-focus-inner {
  border: 0;
}
.mdl-button:hover {
  background-color: rgba(158, 158, 158, 0.2);
}
.mdl-button:focus:not(:active) {
  background-color: rgba(0, 0, 0, 0.12);
}
.mdl-button:active {
  background-color: rgba(158, 158, 158, 0.4);
}
.mdl-button.mdl-button--colored {
  color: #3f51b5;
}
.mdl-button.mdl-button--colored:focus:not(:active) {
  background-color: rgba(0, 0, 0, 0.12);
}
input.mdl-button[type=submit] {
  -webkit-appearance: none;
}
.mdl-button--raised {
  background: rgba(158, 158, 158, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mdl-button--raised:active {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background-color: rgba(158, 158, 158, 0.4);
}
.mdl-button--raised:focus:not(:active) {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
  background-color: rgba(158, 158, 158, 0.4);
}
.mdl-button--raised.mdl-button--colored {
  background: #3f51b5;
  color: #fff;
}
.mdl-button--raised.mdl-button--colored:hover {
  background-color: #3f51b5;
}
.mdl-button--raised.mdl-button--colored:active {
  background-color: #3f51b5;
}
.mdl-button--raised.mdl-button--colored:focus:not(:active) {
  background-color: #3f51b5;
}
.mdl-button--raised.mdl-button--colored .mdl-ripple {
  background: #fff;
}
.mdl-button--fab {
  border-radius: 50%;
  font-size: 24px;
  height: 56px;
  margin: auto;
  min-width: 56px;
  width: 56px;
  padding: 0;
  overflow: hidden;
  background: rgba(158, 158, 158, 0.2);
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  position: relative;
  line-height: normal;
}
.mdl-button--fab .material-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-12px, -12px);
  line-height: 24px;
  width: 24px;
}
.mdl-button--fab.mdl-button--mini-fab {
  height: 40px;
  min-width: 40px;
  width: 40px;
}
.mdl-button--fab .mdl-button__ripple-container {
  border-radius: 50%;
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
}
.mdl-button--fab:active {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background-color: rgba(158, 158, 158, 0.4);
}
.mdl-button--fab:focus:not(:active) {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
  background-color: rgba(158, 158, 158, 0.4);
}
.mdl-button--fab.mdl-button--colored {
  background: #ff4081;
  color: #fff;
}
.mdl-button--fab.mdl-button--colored:hover {
  background-color: #ff4081;
}
.mdl-button--fab.mdl-button--colored:focus:not(:active) {
  background-color: #ff4081;
}
.mdl-button--fab.mdl-button--colored:active {
  background-color: #ff4081;
}
.mdl-button--fab.mdl-button--colored .mdl-ripple {
  background: #fff;
}
.mdl-button--icon {
  border-radius: 50%;
  font-size: 24px;
  height: 32px;
  margin-left: 0;
  margin-right: 0;
  min-width: 32px;
  width: 32px;
  padding: 0;
  overflow: hidden;
  color: inherit;
  line-height: normal;
}
.mdl-button--icon .material-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-12px, -12px);
  line-height: 24px;
  width: 24px;
}
.mdl-button--icon.mdl-button--mini-icon {
  height: 24px;
  min-width: 24px;
  width: 24px;
}
.mdl-button--icon.mdl-button--mini-icon .material-icons {
  top: 0;
  left: 0;
}
.mdl-button--icon .mdl-button__ripple-container {
  border-radius: 50%;
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
}
.mdl-button__ripple-container {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}
.mdl-button.mdl-button--disabled .mdl-button__ripple-container .mdl-ripple,
.mdl-button[disabled] .mdl-button__ripple-container .mdl-ripple {
  background-color: transparent;
}
.mdl-button--primary.mdl-button--primary {
  color: #3f51b5;
}
.mdl-button--primary.mdl-button--primary .mdl-ripple {
  background: #fff;
}
.mdl-button--primary.mdl-button--primary.mdl-button--fab,
.mdl-button--primary.mdl-button--primary.mdl-button--raised {
  color: #fff;
  background-color: #3f51b5;
}
.mdl-button--accent.mdl-button--accent {
  color: #ff4081;
}
.mdl-button--accent.mdl-button--accent .mdl-ripple {
  background: #fff;
}
.mdl-button--accent.mdl-button--accent.mdl-button--fab,
.mdl-button--accent.mdl-button--accent.mdl-button--raised {
  color: #fff;
  background-color: #ff4081;
}
.mdl-button.mdl-button--disabled.mdl-button--disabled,
.mdl-button[disabled][disabled] {
  color: rgba(0, 0, 0, 0.26);
  cursor: default;
  background-color: transparent;
}
.mdl-button--fab.mdl-button--disabled.mdl-button--disabled,
.mdl-button--fab[disabled][disabled] {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}
.mdl-button--raised.mdl-button--disabled.mdl-button--disabled,
.mdl-button--raised[disabled][disabled] {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
  box-shadow: none;
}
.mdl-button--colored.mdl-button--disabled.mdl-button--disabled,
.mdl-button--colored[disabled][disabled] {
  color: rgba(0, 0, 0, 0.26);
}
.mdl-button .material-icons {
  vertical-align: middle;
}
.mdl-card {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 400;
  min-height: 200px;
  overflow: hidden;
  width: 330px;
  z-index: 1;
  position: relative;
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
}
.mdl-card__media {
  background-color: #ff4081;
  background-repeat: repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-origin: padding-box;
  background-attachment: scroll;
  box-sizing: border-box;
}
.mdl-card__title {
  align-items: center;
  color: #000;
  display: block;
  display: flex;
  justify-content: stretch;
  line-height: normal;
  padding: 16px 16px;
  perspective-origin: 165px 56px;
  transform-origin: 165px 56px;
  box-sizing: border-box;
}
.mdl-card__title.mdl-card--border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mdl-card__title-text {
  align-self: flex-end;
  color: inherit;
  display: block;
  display: flex;
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  overflow: hidden;
  transform-origin: 149px 48px;
  margin: 0;
}
.mdl-card__subtitle-text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  margin: 0;
}
.mdl-card__supporting-text {
  color: rgba(0, 0, 0, 0.54);
  font-size: 1rem;
  line-height: 18px;
  overflow: hidden;
  padding: 16px 16px;
  width: 90%;
}
.mdl-card__supporting-text.mdl-card--border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mdl-card__actions {
  font-size: 16px;
  line-height: normal;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding: 8px;
  box-sizing: border-box;
}
.mdl-card__actions.mdl-card--border {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mdl-card--expand {
  flex-grow: 1;
}
.mdl-card__menu {
  position: absolute;
  right: 16px;
  top: 16px;
}
.mdl-dialog {
  border: none;
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
  width: 280px;
}
.mdl-dialog__title {
  padding: 24px 24px 0;
  margin: 0;
  font-size: 2.5rem;
}
.mdl-dialog__actions {
  padding: 8px 8px 8px 24px;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.mdl-dialog__actions > * {
  margin-right: 8px;
  height: 36px;
}
.mdl-dialog__actions > :first-child {
  margin-right: 0;
}
.mdl-dialog__actions--full-width {
  padding: 0 0 8px 0;
}
.mdl-dialog__actions--full-width > * {
  height: 48px;
  flex: 0 0 100%;
  padding-right: 16px;
  margin-right: 0;
  text-align: right;
}
.mdl-dialog__content {
  padding: 20px 24px 24px 24px;
  color: rgba(0, 0, 0, 0.54);
}
.mdl-progress {
  display: block;
  position: relative;
  height: 4px;
  width: 500px;
  max-width: 100%;
}
.mdl-progress > .bar {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0%;
  transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.mdl-progress > .progressbar {
  background-color: #3f51b5;
  z-index: 1;
  left: 0;
}
.mdl-progress > .bufferbar {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), linear-gradient(to right, #3f51b5, #3f51b5);
  z-index: 0;
  left: 0;
}
.mdl-progress > .auxbar {
  right: 0;
}
@supports (-webkit-appearance:none) {
  .mdl-progress:not(.mdl-progress--indeterminate):not(.mdl-progress--indeterminate) > .auxbar,
  .mdl-progress:not(.mdl-progress__indeterminate):not(.mdl-progress__indeterminate) > .auxbar {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), linear-gradient(to right, #3f51b5, #3f51b5);
    mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjQiIHZpZXdQb3J0PSIwIDAgMTIgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxlbGxpcHNlIGN4PSIyIiBjeT0iMiIgcng9IjIiIHJ5PSIyIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvZWxsaXBzZT4KICA8ZWxsaXBzZSBjeD0iMTQiIGN5PSIyIiByeD0iMiIgcnk9IjIiIGNsYXNzPSJsb2FkZXIiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=);
  }
}
.mdl-progress:not(.mdl-progress--indeterminate) > .auxbar,
.mdl-progress:not(.mdl-progress__indeterminate) > .auxbar {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), linear-gradient(to right, #3f51b5, #3f51b5);
}
.mdl-progress.mdl-progress--indeterminate > .bar1,
.mdl-progress.mdl-progress__indeterminate > .bar1 {
  background-color: #3f51b5;
  animation-name: indeterminate1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.mdl-progress.mdl-progress--indeterminate > .bar3,
.mdl-progress.mdl-progress__indeterminate > .bar3 {
  background-image: none;
  background-color: #3f51b5;
  animation-name: indeterminate2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes indeterminate1 {
  0% {
    left: 0;
    width: 0%;
  }
  50% {
    left: 25%;
    width: 75%;
  }
  75% {
    left: 100%;
    width: 0%;
  }
}
@keyframes indeterminate2 {
  0% {
    left: 0;
    width: 0%;
  }
  50% {
    left: 0;
    width: 0%;
  }
  75% {
    left: 0;
    width: 25%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}
.mdl-shadow--2dp {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mdl-shadow--3dp {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
.mdl-shadow--4dp {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.mdl-shadow--6dp {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.mdl-shadow--8dp {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.mdl-shadow--16dp {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.mdl-shadow--24dp {
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
}
.mdl-spinner {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 28px;
}
.mdl-spinner:not(.is-upgraded).is-active:after {
  content: "Loading...";
}
.mdl-spinner.is-upgraded.is-active {
  animation: mdl-spinner__container-rotate 1.568s linear infinite;
}
@keyframes mdl-spinner__container-rotate {
  to {
    transform: rotate(360deg);
  }
}
.mdl-spinner__layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.mdl-spinner__layer-1 {
  border-color: #42a5f5;
}
.mdl-spinner--single-color .mdl-spinner__layer-1 {
  border-color: #3f51b5;
}
.mdl-spinner.is-active .mdl-spinner__layer-1 {
  animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.mdl-spinner__layer-2 {
  border-color: #f44336;
}
.mdl-spinner--single-color .mdl-spinner__layer-2 {
  border-color: #3f51b5;
}
.mdl-spinner.is-active .mdl-spinner__layer-2 {
  animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.mdl-spinner__layer-3 {
  border-color: #fdd835;
}
.mdl-spinner--single-color .mdl-spinner__layer-3 {
  border-color: #3f51b5;
}
.mdl-spinner.is-active .mdl-spinner__layer-3 {
  animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.mdl-spinner__layer-4 {
  border-color: #4caf50;
}
.mdl-spinner--single-color .mdl-spinner__layer-4 {
  border-color: #3f51b5;
}
.mdl-spinner.is-active .mdl-spinner__layer-4 {
  animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@keyframes mdl-spinner__fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  to {
    transform: rotate(1080deg);
  }
}
@keyframes mdl-spinner__layer-1-fade-in-out {
  from {
    opacity: 0.99;
  }
  25% {
    opacity: 0.99;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 0.99;
  }
  100% {
    opacity: 0.99;
  }
}
@keyframes mdl-spinner__layer-2-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 0.99;
  }
  50% {
    opacity: 0.99;
  }
  51% {
    opacity: 0;
  }
}
@keyframes mdl-spinner__layer-3-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 0.99;
  }
  75% {
    opacity: 0.99;
  }
  76% {
    opacity: 0;
  }
}
@keyframes mdl-spinner__layer-4-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 0.99;
  }
  90% {
    opacity: 0.99;
  }
  100% {
    opacity: 0;
  }
}
.mdl-spinner__gap-patch {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.mdl-spinner__gap-patch .mdl-spinner__circle {
  width: 1000%;
  left: -450%;
}
.mdl-spinner__circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.mdl-spinner__circle-clipper.mdl-spinner__left {
  float: left;
}
.mdl-spinner__circle-clipper.mdl-spinner__right {
  float: right;
}
.mdl-spinner__circle-clipper .mdl-spinner__circle {
  width: 200%;
}
.mdl-spinner__circle {
  box-sizing: border-box;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent!important;
  border-radius: 50%;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mdl-spinner__left .mdl-spinner__circle {
  border-right-color: transparent!important;
  transform: rotate(129deg);
}
.mdl-spinner.is-active .mdl-spinner__left .mdl-spinner__circle {
  animation: mdl-spinner__left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.mdl-spinner__right .mdl-spinner__circle {
  left: -100%;
  border-left-color: transparent!important;
  transform: rotate(-129deg);
}
.mdl-spinner.is-active .mdl-spinner__right .mdl-spinner__circle {
  animation: mdl-spinner__right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@keyframes mdl-spinner__left-spin {
  from {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}
@keyframes mdl-spinner__right-spin {
  from {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}
.mdl-textfield {
  position: relative;
  font-size: 16px;
  display: inline-block;
  box-sizing: border-box;
  width: 300px;
  max-width: 100%;
  margin: 0;
  padding: 20px 0;
}
.mdl-textfield .mdl-button {
  position: absolute;
  bottom: 20px;
}
.mdl-textfield--align-right {
  text-align: right;
}
.mdl-textfield--full-width {
  width: 100%;
}
.mdl-textfield--expandable {
  min-width: 32px;
  width: auto;
  min-height: 32px;
}
.mdl-textfield--expandable .mdl-button--icon {
  top: 16px;
}
.mdl-textfield__input {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: block;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 4px 0;
  width: 100%;
  background: 0 0;
  text-align: left;
  color: inherit;
}
.mdl-textfield__input[type=number] {
  -moz-appearance: textfield;
}
.mdl-textfield__input[type=number]::-webkit-inner-spin-button,
.mdl-textfield__input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mdl-textfield.is-focused .mdl-textfield__input {
  outline: 0;
}
.mdl-textfield.is-invalid .mdl-textfield__input {
  border-color: #d50000;
  box-shadow: none;
}
.mdl-textfield.is-disabled .mdl-textfield__input,
fieldset[disabled] .mdl-textfield .mdl-textfield__input {
  background-color: transparent;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}
.mdl-textfield textarea.mdl-textfield__input {
  display: block;
}
.mdl-textfield__label {
  bottom: 0;
  color: rgba(0, 0, 0, 0.26);
  font-size: 16px;
  left: 0;
  right: 0;
  pointer-events: none;
  position: absolute;
  display: block;
  top: 24px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}
.mdl-textfield.has-placeholder .mdl-textfield__label,
.mdl-textfield.is-dirty .mdl-textfield__label {
  visibility: hidden;
}
.mdl-textfield--floating-label .mdl-textfield__label {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
  transition: none;
}
.mdl-textfield.is-disabled.is-disabled .mdl-textfield__label,
fieldset[disabled] .mdl-textfield .mdl-textfield__label {
  color: rgba(0, 0, 0, 0.26);
}
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.is-focused .mdl-textfield__label {
  color: #3f51b5;
  font-size: 12px;
  top: 4px;
  visibility: visible;
}
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__expandable-holder .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__expandable-holder .mdl-textfield__label,
.mdl-textfield--floating-label.is-focused .mdl-textfield__expandable-holder .mdl-textfield__label {
  top: -16px;
}
.mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
  color: #d50000;
  font-size: 12px;
}
.mdl-textfield__label:after {
  background-color: #3f51b5;
  bottom: 20px;
  content: "";
  height: 2px;
  left: 45%;
  position: absolute;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  width: 10px;
}
.mdl-textfield.is-focused .mdl-textfield__label:after {
  left: 0;
  visibility: visible;
  width: 100%;
}
.mdl-textfield.is-invalid .mdl-textfield__label:after {
  background-color: #d50000;
}
.mdl-textfield__error {
  color: #d50000;
  position: absolute;
  font-size: 12px;
  margin-top: 3px;
  visibility: hidden;
  display: block;
}
.mdl-textfield.is-invalid .mdl-textfield__error {
  visibility: visible;
}
.mdl-textfield__expandable-holder {
  position: relative;
  margin-left: 32px;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  max-width: 0.1px;
}
.mdl-textfield.is-dirty .mdl-textfield__expandable-holder,
.mdl-textfield.is-focused .mdl-textfield__expandable-holder {
  max-width: 600px;
}
.mdl-textfield__expandable-holder .mdl-textfield__label:after {
  bottom: 0;
}
dialog {
  position: absolute;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  border: solid;
  padding: 1em;
  background: #fff;
  color: #000;
  display: block;
}
dialog:not([open]) {
  display: none;
}
dialog + .backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
._dialog_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
dialog.fixed {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
}
.firebaseui-container {
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: rgba(0, 0, 0, 0.87);
  direction: ltr;
  font: 16px Roboto, arial, sans-serif;
  margin: 0 auto;
  max-width: 360px;
  overflow: visible;
  position: relative;
  text-align: left;
  width: 100%;
}
.firebaseui-container.mdl-card {
  overflow: visible;
}
.firebaseui-card-header {
  padding: 24px 24px 0 24px;
}
.firebaseui-card-content {
  padding: 0 24px;
}
.firebaseui-card-footer {
  padding: 0 24px;
}
.firebaseui-card-actions {
  box-sizing: border-box;
  display: table;
  font-size: 14px;
  padding: 8px 24px 24px 24px;
  text-align: left;
  width: 100%;
}
.firebaseui-form-links {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.firebaseui-form-actions {
  display: table-cell;
  text-align: right;
  white-space: nowrap;
  width: 100%;
}
.firebaseui-subtitle,
.firebaseui-title {
  color: rgba(0, 0, 0, 0.87);
  direction: ltr;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-align: left;
}
.firebaseui-title {
  padding-bottom: 16px;
}
.firebaseui-subtitle {
  margin: 16px 0;
}
.firebaseui-text {
  color: rgba(0, 0, 0, 0.87);
  direction: ltr;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.firebaseui-id-page-password-recovery-email-sent p.firebaseui-text {
  margin: 16px 0;
}
.firebaseui-text-emphasis {
  font-weight: 700;
}
.firebaseui-error {
  color: #dd2c00;
  direction: ltr;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  text-align: left;
}
.firebaseui-text-input-error {
  margin: -16px 0 16px;
}
.firebaseui-error-wrapper {
  min-height: 16px;
}
.firebaseui-list-item {
  direction: ltr;
  margin: 0;
  padding: 0;
  text-align: left;
}
.firebaseui-hidden {
  display: none;
}
.firebaseui-relative-wrapper {
  position: relative;
}
.firebaseui-label {
  color: rgba(0, 0, 0, 0.54);
  direction: ltr;
  font-size: 16px;
  text-align: left;
}
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.is-focused .mdl-textfield__label {
  color: #757575;
}
.firebaseui-input,
.firebaseui-input-invalid {
  border-radius: 0;
  color: rgba(0, 0, 0, 0.87);
  direction: ltr;
  font-size: 16px;
  width: 100%;
}
input.firebaseui-input,
input.firebaseui-input-invalid {
  direction: ltr;
  text-align: left;
}
.firebaseui-input-invalid {
  border-color: #dd2c00;
}
.firebaseui-textfield {
  width: 100%;
}
.firebaseui-textfield.mdl-textfield .firebaseui-input {
  border-color: rgba(0, 0, 0, 0.12);
}
.firebaseui-textfield.mdl-textfield .firebaseui-label::after {
  background-color: #3f51b5;
}
.firebaseui-textfield-invalid.mdl-textfield .firebaseui-input {
  border-color: #dd2c00;
}
.firebaseui-textfield-invalid.mdl-textfield .firebaseui-label::after {
  background-color: #dd2c00;
}
.firebaseui-button {
  display: inline-block;
  height: 36px;
  margin-left: 8px;
  min-width: 88px;
}
.firebaseui-link {
  color: #4285f4;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
}
.firebaseui-link:hover {
  text-decoration: underline;
}
.firebaseui-indent {
  margin-left: 1em;
}
.firebaseui-tos {
  color: #757575;
  direction: ltr;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 24px;
  margin-top: 0;
  text-align: left;
}
.firebaseui-provider-sign-in-footer > .firebaseui-tos {
  text-align: center;
}
.firebaseui-tos-list {
  list-style: none;
  text-align: right;
}
.firebaseui-inline-list-item {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.firebaseui-page-provider-sign-in,
.firebaseui-page-select-tenant {
  background: inherit;
}
.firebaseui-idp-list,
.firebaseui-tenant-list {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}
.firebaseui-idp-button,
.firebaseui-tenant-button {
  direction: ltr;
  font-weight: 500;
  height: auto;
  line-height: normal;
  max-width: 220px;
  min-height: 40px;
  padding: 8px 16px;
  text-align: left;
  width: 100%;
}
.firebaseui-idp-list > .firebaseui-list-item,
.firebaseui-tenant-list > .firebaseui-list-item {
  margin-bottom: 15px;
  text-align: center;
}
.firebaseui-idp-icon-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.firebaseui-idp-icon {
  border: none;
  display: inline-block;
  height: 18px;
  vertical-align: middle;
  width: 18px;
}
.firebaseui-idp-favicon {
  border: none;
  display: inline-block;
  height: 14px;
  margin-right: 5px;
  vertical-align: middle;
  width: 14px;
}
.firebaseui-idp-text {
  color: #fff;
  display: table-cell;
  font-size: 14px;
  padding-left: 16px;
  text-transform: none;
  vertical-align: middle;
}
.firebaseui-idp-text.firebaseui-idp-text-long {
  display: table-cell;
}
.firebaseui-idp-text.firebaseui-idp-text-short {
  display: none;
}
@media (max-width: 268px) {
  .firebaseui-idp-text.firebaseui-idp-text-long {
    display: none;
  }
  .firebaseui-idp-text.firebaseui-idp-text-short {
    display: table-cell;
  }
}
@media (max-width: 320px) {
  .firebaseui-recaptcha-container > div > div {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
.firebaseui-idp-google > .firebaseui-idp-text {
  color: #757575;
}
[data-provider-id="yahoo.com"] > .firebaseui-idp-icon-wrapper > .firebaseui-idp-icon {
  height: 22px;
  width: 22px;
}
.firebaseui-info-bar {
  background-color: #f9edbe;
  border: 1px solid #f0c36d;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  left: 10%;
  padding: 8px 16px;
  position: absolute;
  right: 10%;
  text-align: center;
  top: 0;
}
.firebaseui-info-bar-message {
  font-size: 12px;
  margin: 0;
}
.firebaseui-dialog {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.87);
  font: 16px Roboto, arial, sans-serif;
  height: auto;
  max-height: fit-content;
  padding: 24px;
  text-align: left;
}
.firebaseui-dialog-icon-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.firebaseui-dialog-icon {
  float: left;
  height: 40px;
  margin-right: 24px;
  width: 40px;
}
.firebaseui-progress-dialog-message {
  display: table-cell;
  font-size: 16px;
  font-weight: 400;
  min-height: 40px;
  vertical-align: middle;
}
.firebaseui-progress-dialog-loading-icon {
  height: 28px;
  margin: 6px 30px 6px 6px;
  width: 28px;
}
.firebaseui-icon-done {
  background-image: url(https://www.gstatic.com/images/icons/material/system/2x/done_googgreen_36dp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 36px 36px;
}
.firebaseui-phone-number {
  display: flex;
}
.firebaseui-country-selector {
  background-image: url(https://www.gstatic.com/images/icons/material/system/1x/arrow_drop_down_grey600_18dp.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 18px auto;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 400;
  height: initial;
  line-height: normal;
  margin: 20px 24px 20px 0;
  padding: 4px 20px 4px 0;
  width: 90px;
}
.firebaseui-country-selector-flag {
  display: inline-block;
  margin-right: 1ex;
}
.firebaseui-flag {
  background-image: url(https://www.gstatic.com/firebasejs/ui/2.0.0/images/auth/flags_sprite_2x.png);
  background-size: 100% auto;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.54));
  height: 14px;
  width: 24px;
}
.firebaseui-list-box-dialog {
  max-height: 90%;
  overflow: auto;
  padding: 8px 0 0 0;
}
.firebaseui-list-box-actions {
  padding-bottom: 8px;
}
.firebaseui-list-box-icon-wrapper {
  display: table-cell;
  padding-right: 24px;
  vertical-align: top;
}
.firebaseui-list-box-label-wrapper {
  display: table-cell;
  vertical-align: top;
}
.firebaseui-list-box-dialog-button {
  color: rgba(0, 0, 0, 0.87);
  direction: ltr;
  font-size: 16px;
  font-weight: 400;
  height: initial;
  line-height: normal;
  min-height: 48px;
  padding: 14px 24px;
  text-align: left;
  text-transform: none;
  width: 100%;
}
.firebaseui-phone-number-error {
  margin-left: 114px;
}
.mdl-progress.firebaseui-busy-indicator {
  height: 2px;
  left: 0;
  position: absolute;
  top: 55px;
  width: 100%;
}
.mdl-spinner.firebaseui-busy-indicator {
  direction: initial;
  height: 56px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 30%;
  width: 56px;
}
.firebaseui-callback-indicator-container .firebaseui-busy-indicator {
  top: 0;
}
.firebaseui-callback-indicator-container {
  height: 120px;
}
.firebaseui-new-password-component {
  display: inline-block;
  position: relative;
  width: 100%;
}
.firebaseui-input-floating-button {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 24px;
  position: absolute;
  right: 0;
  top: 20px;
  width: 24px;
}
.firebaseui-input-toggle-on {
  background-image: url(https://www.gstatic.com/images/icons/material/system/1x/visibility_black_24dp.png);
}
.firebaseui-input-toggle-off {
  background-image: url(https://www.gstatic.com/images/icons/material/system/1x/visibility_off_black_24dp.png);
}
.firebaseui-input-toggle-focus {
  opacity: 0.87;
}
.firebaseui-input-toggle-blur {
  opacity: 0.38;
}
.firebaseui-recaptcha-wrapper {
  display: table;
  margin: 0 auto;
  padding-bottom: 8px;
}
.firebaseui-recaptcha-container {
  display: table-cell;
}
.firebaseui-recaptcha-error-wrapper {
  caption-side: bottom;
  display: table-caption;
}
.firebaseui-change-phone-number-link {
  display: block;
}
.firebaseui-resend-container {
  direction: ltr;
  margin: 20px 0;
  text-align: center;
}
.firebaseui-id-resend-countdown {
  color: rgba(0, 0, 0, 0.38);
}
.firebaseui-id-page-phone-sign-in-start .firebaseui-form-actions div {
  float: left;
}
@media (max-width: 480px) {
  .firebaseui-container {
    box-shadow: none;
    max-width: none;
    width: 100%;
  }
  .firebaseui-card-header {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 16px;
    padding: 16px 24px 0 24px;
  }
  .firebaseui-title {
    padding-bottom: 16px;
  }
  .firebaseui-card-actions {
    padding-right: 24px;
  }
  .firebaseui-busy-indicator {
    top: 0;
  }
}
.mdl-textfield__label {
  font-weight: 400;
  margin-bottom: 0;
}
.firebaseui-id-page-blank {
  background: inherit;
  height: 64px;
}
.firebaseui-id-page-spinner {
  background: inherit;
  height: 64px;
}
.firebaseui-email-sent {
  background-image: url(https://www.gstatic.com/firebasejs/ui/2.0.0/images/auth/success_status.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 64px 64px;
  height: 64px;
  margin-top: 16px;
  text-align: center;
}
.firebaseui-text-justify {
  text-align: justify;
}
.firebaseui-flag-KY {
  background-position: 0 0;
}
.firebaseui-flag-AC {
  background-position: 0 -14px;
}
.firebaseui-flag-AE {
  background-position: 0 -28px;
}
.firebaseui-flag-AF {
  background-position: 0 -42px;
}
.firebaseui-flag-AG {
  background-position: 0 -56px;
}
.firebaseui-flag-AI {
  background-position: 0 -70px;
}
.firebaseui-flag-AL {
  background-position: 0 -84px;
}
.firebaseui-flag-AM {
  background-position: 0 -98px;
}
.firebaseui-flag-AO {
  background-position: 0 -112px;
}
.firebaseui-flag-AQ {
  background-position: 0 -126px;
}
.firebaseui-flag-AR {
  background-position: 0 -140px;
}
.firebaseui-flag-AS {
  background-position: 0 -154px;
}
.firebaseui-flag-AT {
  background-position: 0 -168px;
}
.firebaseui-flag-AU {
  background-position: 0 -182px;
}
.firebaseui-flag-AW {
  background-position: 0 -196px;
}
.firebaseui-flag-AX {
  background-position: 0 -210px;
}
.firebaseui-flag-AZ {
  background-position: 0 -224px;
}
.firebaseui-flag-BA {
  background-position: 0 -238px;
}
.firebaseui-flag-BB {
  background-position: 0 -252px;
}
.firebaseui-flag-BD {
  background-position: 0 -266px;
}
.firebaseui-flag-BE {
  background-position: 0 -280px;
}
.firebaseui-flag-BF {
  background-position: 0 -294px;
}
.firebaseui-flag-BG {
  background-position: 0 -308px;
}
.firebaseui-flag-BH {
  background-position: 0 -322px;
}
.firebaseui-flag-BI {
  background-position: 0 -336px;
}
.firebaseui-flag-BJ {
  background-position: 0 -350px;
}
.firebaseui-flag-BL {
  background-position: 0 -364px;
}
.firebaseui-flag-BM {
  background-position: 0 -378px;
}
.firebaseui-flag-BN {
  background-position: 0 -392px;
}
.firebaseui-flag-BO {
  background-position: 0 -406px;
}
.firebaseui-flag-BQ {
  background-position: 0 -420px;
}
.firebaseui-flag-BR {
  background-position: 0 -434px;
}
.firebaseui-flag-BS {
  background-position: 0 -448px;
}
.firebaseui-flag-BT {
  background-position: 0 -462px;
}
.firebaseui-flag-BV {
  background-position: 0 -476px;
}
.firebaseui-flag-BW {
  background-position: 0 -490px;
}
.firebaseui-flag-BY {
  background-position: 0 -504px;
}
.firebaseui-flag-BZ {
  background-position: 0 -518px;
}
.firebaseui-flag-CA {
  background-position: 0 -532px;
}
.firebaseui-flag-CC {
  background-position: 0 -546px;
}
.firebaseui-flag-CD {
  background-position: 0 -560px;
}
.firebaseui-flag-CF {
  background-position: 0 -574px;
}
.firebaseui-flag-CG {
  background-position: 0 -588px;
}
.firebaseui-flag-CH {
  background-position: 0 -602px;
}
.firebaseui-flag-CI {
  background-position: 0 -616px;
}
.firebaseui-flag-CK {
  background-position: 0 -630px;
}
.firebaseui-flag-CL {
  background-position: 0 -644px;
}
.firebaseui-flag-CM {
  background-position: 0 -658px;
}
.firebaseui-flag-CN {
  background-position: 0 -672px;
}
.firebaseui-flag-CO {
  background-position: 0 -686px;
}
.firebaseui-flag-CP {
  background-position: 0 -700px;
}
.firebaseui-flag-CR {
  background-position: 0 -714px;
}
.firebaseui-flag-CU {
  background-position: 0 -728px;
}
.firebaseui-flag-CV {
  background-position: 0 -742px;
}
.firebaseui-flag-CW {
  background-position: 0 -756px;
}
.firebaseui-flag-CX {
  background-position: 0 -770px;
}
.firebaseui-flag-CY {
  background-position: 0 -784px;
}
.firebaseui-flag-CZ {
  background-position: 0 -798px;
}
.firebaseui-flag-DE {
  background-position: 0 -812px;
}
.firebaseui-flag-DG {
  background-position: 0 -826px;
}
.firebaseui-flag-DJ {
  background-position: 0 -840px;
}
.firebaseui-flag-DK {
  background-position: 0 -854px;
}
.firebaseui-flag-DM {
  background-position: 0 -868px;
}
.firebaseui-flag-DO {
  background-position: 0 -882px;
}
.firebaseui-flag-DZ {
  background-position: 0 -896px;
}
.firebaseui-flag-EA {
  background-position: 0 -910px;
}
.firebaseui-flag-EC {
  background-position: 0 -924px;
}
.firebaseui-flag-EE {
  background-position: 0 -938px;
}
.firebaseui-flag-EG {
  background-position: 0 -952px;
}
.firebaseui-flag-EH {
  background-position: 0 -966px;
}
.firebaseui-flag-ER {
  background-position: 0 -980px;
}
.firebaseui-flag-ES {
  background-position: 0 -994px;
}
.firebaseui-flag-ET {
  background-position: 0 -1008px;
}
.firebaseui-flag-EU {
  background-position: 0 -1022px;
}
.firebaseui-flag-FI {
  background-position: 0 -1036px;
}
.firebaseui-flag-FJ {
  background-position: 0 -1050px;
}
.firebaseui-flag-FK {
  background-position: 0 -1064px;
}
.firebaseui-flag-FM {
  background-position: 0 -1078px;
}
.firebaseui-flag-FO {
  background-position: 0 -1092px;
}
.firebaseui-flag-FR {
  background-position: 0 -1106px;
}
.firebaseui-flag-GA {
  background-position: 0 -1120px;
}
.firebaseui-flag-GB {
  background-position: 0 -1134px;
}
.firebaseui-flag-GD {
  background-position: 0 -1148px;
}
.firebaseui-flag-GE {
  background-position: 0 -1162px;
}
.firebaseui-flag-GF {
  background-position: 0 -1176px;
}
.firebaseui-flag-GG {
  background-position: 0 -1190px;
}
.firebaseui-flag-GH {
  background-position: 0 -1204px;
}
.firebaseui-flag-GI {
  background-position: 0 -1218px;
}
.firebaseui-flag-GL {
  background-position: 0 -1232px;
}
.firebaseui-flag-GM {
  background-position: 0 -1246px;
}
.firebaseui-flag-GN {
  background-position: 0 -1260px;
}
.firebaseui-flag-GP {
  background-position: 0 -1274px;
}
.firebaseui-flag-GQ {
  background-position: 0 -1288px;
}
.firebaseui-flag-GR {
  background-position: 0 -1302px;
}
.firebaseui-flag-GS {
  background-position: 0 -1316px;
}
.firebaseui-flag-GT {
  background-position: 0 -1330px;
}
.firebaseui-flag-GU {
  background-position: 0 -1344px;
}
.firebaseui-flag-GW {
  background-position: 0 -1358px;
}
.firebaseui-flag-GY {
  background-position: 0 -1372px;
}
.firebaseui-flag-HK {
  background-position: 0 -1386px;
}
.firebaseui-flag-HM {
  background-position: 0 -1400px;
}
.firebaseui-flag-HN {
  background-position: 0 -1414px;
}
.firebaseui-flag-HR {
  background-position: 0 -1428px;
}
.firebaseui-flag-HT {
  background-position: 0 -1442px;
}
.firebaseui-flag-HU {
  background-position: 0 -1456px;
}
.firebaseui-flag-IC {
  background-position: 0 -1470px;
}
.firebaseui-flag-ID {
  background-position: 0 -1484px;
}
.firebaseui-flag-IE {
  background-position: 0 -1498px;
}
.firebaseui-flag-IL {
  background-position: 0 -1512px;
}
.firebaseui-flag-IM {
  background-position: 0 -1526px;
}
.firebaseui-flag-IN {
  background-position: 0 -1540px;
}
.firebaseui-flag-IO {
  background-position: 0 -1554px;
}
.firebaseui-flag-IQ {
  background-position: 0 -1568px;
}
.firebaseui-flag-IR {
  background-position: 0 -1582px;
}
.firebaseui-flag-IS {
  background-position: 0 -1596px;
}
.firebaseui-flag-IT {
  background-position: 0 -1610px;
}
.firebaseui-flag-JE {
  background-position: 0 -1624px;
}
.firebaseui-flag-JM {
  background-position: 0 -1638px;
}
.firebaseui-flag-JO {
  background-position: 0 -1652px;
}
.firebaseui-flag-JP {
  background-position: 0 -1666px;
}
.firebaseui-flag-KE {
  background-position: 0 -1680px;
}
.firebaseui-flag-KG {
  background-position: 0 -1694px;
}
.firebaseui-flag-KH {
  background-position: 0 -1708px;
}
.firebaseui-flag-KI {
  background-position: 0 -1722px;
}
.firebaseui-flag-KM {
  background-position: 0 -1736px;
}
.firebaseui-flag-KN {
  background-position: 0 -1750px;
}
.firebaseui-flag-KP {
  background-position: 0 -1764px;
}
.firebaseui-flag-KR {
  background-position: 0 -1778px;
}
.firebaseui-flag-KW {
  background-position: 0 -1792px;
}
.firebaseui-flag-AD {
  background-position: 0 -1806px;
}
.firebaseui-flag-KZ {
  background-position: 0 -1820px;
}
.firebaseui-flag-LA {
  background-position: 0 -1834px;
}
.firebaseui-flag-LB {
  background-position: 0 -1848px;
}
.firebaseui-flag-LC {
  background-position: 0 -1862px;
}
.firebaseui-flag-LI {
  background-position: 0 -1876px;
}
.firebaseui-flag-LK {
  background-position: 0 -1890px;
}
.firebaseui-flag-LR {
  background-position: 0 -1904px;
}
.firebaseui-flag-LS {
  background-position: 0 -1918px;
}
.firebaseui-flag-LT {
  background-position: 0 -1932px;
}
.firebaseui-flag-LU {
  background-position: 0 -1946px;
}
.firebaseui-flag-LV {
  background-position: 0 -1960px;
}
.firebaseui-flag-LY {
  background-position: 0 -1974px;
}
.firebaseui-flag-MA {
  background-position: 0 -1988px;
}
.firebaseui-flag-MC {
  background-position: 0 -2002px;
}
.firebaseui-flag-MD {
  background-position: 0 -2016px;
}
.firebaseui-flag-ME {
  background-position: 0 -2030px;
}
.firebaseui-flag-MF {
  background-position: 0 -2044px;
}
.firebaseui-flag-MG {
  background-position: 0 -2058px;
}
.firebaseui-flag-MH {
  background-position: 0 -2072px;
}
.firebaseui-flag-MK {
  background-position: 0 -2086px;
}
.firebaseui-flag-ML {
  background-position: 0 -2100px;
}
.firebaseui-flag-MM {
  background-position: 0 -2114px;
}
.firebaseui-flag-MN {
  background-position: 0 -2128px;
}
.firebaseui-flag-MO {
  background-position: 0 -2142px;
}
.firebaseui-flag-MP {
  background-position: 0 -2156px;
}
.firebaseui-flag-MQ {
  background-position: 0 -2170px;
}
.firebaseui-flag-MR {
  background-position: 0 -2184px;
}
.firebaseui-flag-MS {
  background-position: 0 -2198px;
}
.firebaseui-flag-MT {
  background-position: 0 -2212px;
}
.firebaseui-flag-MU {
  background-position: 0 -2226px;
}
.firebaseui-flag-MV {
  background-position: 0 -2240px;
}
.firebaseui-flag-MW {
  background-position: 0 -2254px;
}
.firebaseui-flag-MX {
  background-position: 0 -2268px;
}
.firebaseui-flag-MY {
  background-position: 0 -2282px;
}
.firebaseui-flag-MZ {
  background-position: 0 -2296px;
}
.firebaseui-flag-NA {
  background-position: 0 -2310px;
}
.firebaseui-flag-NC {
  background-position: 0 -2324px;
}
.firebaseui-flag-NE {
  background-position: 0 -2338px;
}
.firebaseui-flag-NF {
  background-position: 0 -2352px;
}
.firebaseui-flag-NG {
  background-position: 0 -2366px;
}
.firebaseui-flag-NI {
  background-position: 0 -2380px;
}
.firebaseui-flag-NL {
  background-position: 0 -2394px;
}
.firebaseui-flag-NO {
  background-position: 0 -2408px;
}
.firebaseui-flag-NP {
  background-position: 0 -2422px;
}
.firebaseui-flag-NR {
  background-position: 0 -2436px;
}
.firebaseui-flag-NU {
  background-position: 0 -2450px;
}
.firebaseui-flag-NZ {
  background-position: 0 -2464px;
}
.firebaseui-flag-OM {
  background-position: 0 -2478px;
}
.firebaseui-flag-PA {
  background-position: 0 -2492px;
}
.firebaseui-flag-PE {
  background-position: 0 -2506px;
}
.firebaseui-flag-PF {
  background-position: 0 -2520px;
}
.firebaseui-flag-PG {
  background-position: 0 -2534px;
}
.firebaseui-flag-PH {
  background-position: 0 -2548px;
}
.firebaseui-flag-PK {
  background-position: 0 -2562px;
}
.firebaseui-flag-PL {
  background-position: 0 -2576px;
}
.firebaseui-flag-PM {
  background-position: 0 -2590px;
}
.firebaseui-flag-PN {
  background-position: 0 -2604px;
}
.firebaseui-flag-PR {
  background-position: 0 -2618px;
}
.firebaseui-flag-PS {
  background-position: 0 -2632px;
}
.firebaseui-flag-PT {
  background-position: 0 -2646px;
}
.firebaseui-flag-PW {
  background-position: 0 -2660px;
}
.firebaseui-flag-PY {
  background-position: 0 -2674px;
}
.firebaseui-flag-QA {
  background-position: 0 -2688px;
}
.firebaseui-flag-RE {
  background-position: 0 -2702px;
}
.firebaseui-flag-RO {
  background-position: 0 -2716px;
}
.firebaseui-flag-RS {
  background-position: 0 -2730px;
}
.firebaseui-flag-RU {
  background-position: 0 -2744px;
}
.firebaseui-flag-RW {
  background-position: 0 -2758px;
}
.firebaseui-flag-SA {
  background-position: 0 -2772px;
}
.firebaseui-flag-SB {
  background-position: 0 -2786px;
}
.firebaseui-flag-SC {
  background-position: 0 -2800px;
}
.firebaseui-flag-SD {
  background-position: 0 -2814px;
}
.firebaseui-flag-SE {
  background-position: 0 -2828px;
}
.firebaseui-flag-SG {
  background-position: 0 -2842px;
}
.firebaseui-flag-SH {
  background-position: 0 -2856px;
}
.firebaseui-flag-SI {
  background-position: 0 -2870px;
}
.firebaseui-flag-SJ {
  background-position: 0 -2884px;
}
.firebaseui-flag-SK {
  background-position: 0 -2898px;
}
.firebaseui-flag-SL {
  background-position: 0 -2912px;
}
.firebaseui-flag-SM {
  background-position: 0 -2926px;
}
.firebaseui-flag-SN {
  background-position: 0 -2940px;
}
.firebaseui-flag-SO {
  background-position: 0 -2954px;
}
.firebaseui-flag-SR {
  background-position: 0 -2968px;
}
.firebaseui-flag-SS {
  background-position: 0 -2982px;
}
.firebaseui-flag-ST {
  background-position: 0 -2996px;
}
.firebaseui-flag-SV {
  background-position: 0 -3010px;
}
.firebaseui-flag-SX {
  background-position: 0 -3024px;
}
.firebaseui-flag-SY {
  background-position: 0 -3038px;
}
.firebaseui-flag-SZ {
  background-position: 0 -3052px;
}
.firebaseui-flag-TA {
  background-position: 0 -3066px;
}
.firebaseui-flag-TC {
  background-position: 0 -3080px;
}
.firebaseui-flag-TD {
  background-position: 0 -3094px;
}
.firebaseui-flag-TF {
  background-position: 0 -3108px;
}
.firebaseui-flag-TG {
  background-position: 0 -3122px;
}
.firebaseui-flag-TH {
  background-position: 0 -3136px;
}
.firebaseui-flag-TJ {
  background-position: 0 -3150px;
}
.firebaseui-flag-TK {
  background-position: 0 -3164px;
}
.firebaseui-flag-TL {
  background-position: 0 -3178px;
}
.firebaseui-flag-TM {
  background-position: 0 -3192px;
}
.firebaseui-flag-TN {
  background-position: 0 -3206px;
}
.firebaseui-flag-TO {
  background-position: 0 -3220px;
}
.firebaseui-flag-TR {
  background-position: 0 -3234px;
}
.firebaseui-flag-TT {
  background-position: 0 -3248px;
}
.firebaseui-flag-TV {
  background-position: 0 -3262px;
}
.firebaseui-flag-TW {
  background-position: 0 -3276px;
}
.firebaseui-flag-TZ {
  background-position: 0 -3290px;
}
.firebaseui-flag-UA {
  background-position: 0 -3304px;
}
.firebaseui-flag-UG {
  background-position: 0 -3318px;
}
.firebaseui-flag-UM {
  background-position: 0 -3332px;
}
.firebaseui-flag-UN {
  background-position: 0 -3346px;
}
.firebaseui-flag-US {
  background-position: 0 -3360px;
}
.firebaseui-flag-UY {
  background-position: 0 -3374px;
}
.firebaseui-flag-UZ {
  background-position: 0 -3388px;
}
.firebaseui-flag-VA {
  background-position: 0 -3402px;
}
.firebaseui-flag-VC {
  background-position: 0 -3416px;
}
.firebaseui-flag-VE {
  background-position: 0 -3430px;
}
.firebaseui-flag-VG {
  background-position: 0 -3444px;
}
.firebaseui-flag-VI {
  background-position: 0 -3458px;
}
.firebaseui-flag-VN {
  background-position: 0 -3472px;
}
.firebaseui-flag-VU {
  background-position: 0 -3486px;
}
.firebaseui-flag-WF {
  background-position: 0 -3500px;
}
.firebaseui-flag-WS {
  background-position: 0 -3514px;
}
.firebaseui-flag-XK {
  background-position: 0 -3528px;
}
.firebaseui-flag-YE {
  background-position: 0 -3542px;
}
.firebaseui-flag-YT {
  background-position: 0 -3556px;
}
.firebaseui-flag-ZA {
  background-position: 0 -3570px;
}
.firebaseui-flag-ZM {
  background-position: 0 -3584px;
}
.firebaseui-flag-ZW {
  background-position: 0 -3598px;
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/fonts/glyphicons-halflings-regular.eot);
  src: url(/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(/fonts/glyphicons-halflings-regular.woff) format("woff"), url(/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  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;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  border-radius: 6px;
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 3px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 5px 10px;
  border-radius: 3px;
  height: 30px;
  font-size: 12px;
  line-height: 1.5;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  padding: 0;
  margin-bottom: -1px;
  border-bottom: none;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.applogo {
  min-width: 250px;
  margin-right: 20px;
}
nav {
  line-height: initial;
}
.navbar-brand img {
  height: 20px;
}
.EuiHeaderNav {
  background: #222;
  box-shadow: none;
}
.EuiHeaderNav a,
.EuiHeaderNav .euiHeaderLogo {
  color: #9d9d9d;
  padding-left: 20px;
  padding-right: 10px;
}
.EuiHeaderNav a .AppLogo,
.EuiHeaderNav .euiHeaderLogo .AppLogo {
  padding: 0;
  height: 25px;
}
.EuiHeaderNav a:hover {
  color: white;
}
.AppLogoText {
  margin: 0;
  font-size: 25px;
  color: white;
  padding-top: 5px;
}
.SideNav {
  max-width: 250px;
}
.sidebarHeader {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 52px;
  background: #222;
}
.sidebarHeader .AppLogoSB {
  height: 25px;
  padding-right: 10px;
}
ul.dropdown-menu {
  margin-top: 12px;
  right: 0;
  left: auto;
}
.CalculationReviewSidebarTabs {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.CalculationReviewSidebarTabs .tab-content {
  height: 100%;
  overflow: auto;
}
.DayBackground {
  position: relative;
  width: 100%;
  border: 0;
}
.DayBackground__date {
  font-size: 14px;
  font-weight: normal;
}
.DayBackground__axis {
  font-size: 8px;
  fill: #555;
}
.DayBackground__axis text {
  fill: #555;
}
.DayBackground__axis line,
.DayBackground__axis path {
  shape-rendering: auto;
  stroke: #bbb;
  stroke-width: 1;
}
.DayBackground__axis .tick {
  shape-rendering: auto;
}
.DayBackground__axis .axis.hours {
  font-weight: bold;
}
.DayTimeScale {
  position: relative;
  width: 100%;
}
.DayTimeScale__date {
  font-size: 14px;
  font-weight: normal;
}
.DayTimeScale__axis {
  font-size: 8px;
  fill: #555;
}
.DayTimeScale__axis text {
  fill: #555;
}
.DayTimeScale__axis line,
.DayTimeScale__axis path {
  shape-rendering: auto;
  stroke: #999;
  stroke-width: 1;
}
.DayTimeScale__axis .tick {
  shape-rendering: auto;
}
.DayTimeScale__axis .axis.hours {
  font-weight: bold;
}
.euiOverlayMask {
  background-color: rgba(255, 255, 255, 0.2);
}
.ElasticUIListPage .ReactTable {
  width: inherit;
  border: 0;
}
.euiTab {
  display: inline;
}
.euiTab:hover {
  background: #f5f5f5;
}
.euiResizableButton {
  z-index: inherit;
}
.euiCollapsibleNav {
  width: 250px;
}
.euiBody--collapsibleNavIsDocked {
  padding-left: 250px !important;
}
.FillWidth {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.firebaseui-container {
  box-shadow: none;
}
div.info-pop-up-body-wrapper > form.form-horizontal > div.form-group {
  margin-bottom: 0;
}
.panel .panel-title {
  padding: 16px 20px;
  margin: 0;
}
.panel .panel-warnings,
.panel .panel-actions,
.panel .panel-tabs,
.panel .panel-body,
.panel .panel-header {
  padding: 16px 20px;
  margin: 0;
}
.panel .panel-actions .list-group {
  margin: 0;
}
.panel .panel-actions .list-group-item {
  margin-bottom: 0;
  max-width: 500px;
  font-weight: lighter;
  border: 0;
}
.panel .panel-actions .separator {
  border: 0;
  height: 5px;
}
.panel .panel-actions,
.panel .panel-tabs {
  text-transform: none;
}
.panel .panel-tabs {
  margin: 0 -20px;
  background-color: #fcfcfc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.PlanBoardPanel {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.PlanBoardPanel .tab-content {
  display: none;
}
.PlanBoard {
  height: 100%;
}
.PlanBoardToolbar {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 10px;
  height: 37px;
  padding-left: 10px;
}
.PlanBoardToolbar .euiButton {
  min-width: 0;
  height: 28px;
}
.PlanBoardToolbar input {
  max-height: 30px;
}
.PlanBoardToolbar .form-group {
  margin-right: 10px;
}
.SelectFieldItem {
  width: 100%;
  margin: 0;
}
.SelectFieldItem p {
  margin-bottom: 0px;
  padding: 10px;
}
.SelectFieldItem a {
  color: #58666E;
}
.SelectFieldItem:hover {
  background-color: lightgrey;
}
.SelectFieldCustomItem:hover {
  background-color: lightgrey;
}
.SelectFieldCustomItem {
  width: 100%;
  margin: 0;
  padding: 10px;
}
.SelectFieldCustomItem label {
  font-size: 13px !important;
  font-weight: 10 !important;
}
.PlanTable {
  height: 100%;
  width: auto;
  padding-left: 40px;
  padding-top: 20px;
  padding-right: 20px;
  overflow: auto;
}
.PlanTable table > tbody > tr > td {
  border: 0;
}
.PlanTableWorkRow {
  border-bottom: 1px solid #AAA;
}
.PlanTable .progress {
  margin-bottom: 0;
}
.popoverDateTime {
  margin-top: -10px;
  margin-left: -10px;
  width: 240px;
  height: 225px;
}
.popoverDateTime .rdtPicker {
  border: none;
  box-shadow: none;
}
.rdt {
  padding-top: 0;
}
.rdtDay {
  cursor: pointer;
}
.rdtDay:hover {
  background: #ddd;
}
.rdtPicker {
  border: 1px solid #BDC4C9;
}
.rdtPicker th td {
  vertical-align: middle !important;
}
.dow,
.rdtPrev,
.rdtNext {
  vertical-align: middle !important;
}
.rdtSwitch {
  height: 31px !important;
  vertical-align: middle !important;
}
.ReactTable {
  /* react-datetime */
}
.ReactTable input[type="checkbox"] {
  box-shadow: initial;
  height: initial;
  margin: initial;
}
.ReactTable .rt-td {
  padding: 2px 5px;
}
.ReactTable .rt-tr.-selected {
  background-color: #dff0d8 !important;
}
.ReactTable .rt-filter input {
  width: 100%;
  height: 28px;
}
.ReactTable .rt-thead {
  overflow-y: visible;
}
.ReactTable .rt-thead .-filters select {
  height: 28px;
}
.ReactTable .rt-tbody {
  overflow-y: visible;
}
.ReactTable .progress {
  margin: 5px 0;
}
.ReactTable .rdt {
  position: absolute;
}
.ReactTable .rt-thead.-filters .-moment-filter {
  position: static;
}
.rw-multiselect.rw-state-focus,
.rw-multiselect.rw-state-focus:hover {
  border: 1px solid #BDC4C9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.rw-multiselect-wrapper > .rw-input {
  height: 34px;
}
ul.rw-list > li.rw-list-option.rw-state-focus,
.rw-selectlist > li.rw-list-option.rw-state-focus {
  border: 1px solid #BDC4C9;
}
.rw-selectlist > ul > li.rw-list-option > label > input {
  height: inherit;
  box-shadow: none;
}
.rw-selectlist > ul > li.rw-list-option > label {
  font-weight: normal;
}
.StatesHistoryTablePagination .euiPagination__list {
  margin-bottom: 0;
}
.sticky-grid__header {
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  z-index: 3;
}
.sticky-grid__header__base {
  z-index: 3;
  position: sticky;
  background: whitesmoke;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 10px;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
}
.sticky-grid__header__scrollable {
  position: absolute;
}
.sticky-grid__header__scrollable__column {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 10px;
  border-bottom: 1px solid gray;
  border-right: 1px solid gray;
  background: white;
  font-weight: bold;
}
.sticky-grid__sticky-columns__container {
  position: sticky;
  left: 0;
  z-index: 2;
  width: min-content;
}
.sticky-grid__sticky-columns__row {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 10px;
  border-bottom: 1px solid gray;
  border-right: 1px solid gray;
  background: white;
  font-weight: bold;
}
.sticky-grid__data__container {
  position: absolute;
}
.sticky-grid__data__column {
  text-align: center;
  padding-top: 5px;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
}
.stub-container-wrapper {
  height: 100%;
  padding: 6px 0;
}
.stub-wrapper {
  width: 100%;
  height: 100%;
}
.stub {
  height: 100%;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid #37363E;
  border-radius: 2px;
  z-index: 10 !important;
}
.stub-wrapper-selected .stub {
  outline: none;
  box-shadow: 0 0 5px yellow;
  border: 1px solid yellow !important;
}
.stub-wrapper-selected-multi .stub {
  outline: none;
  box-shadow: 0 0 5px yellow;
  border: 1px solid yellow !important;
}
.stub-wrapper-highlighted .stub {
  outline: none;
  box-shadow: 0 0 5px blue;
  border: 1px solid blue !important;
}
.UserProfileSideNav {
  padding: 10px;
  border-left: 2px solid #c7c7c7;
}
.UserProfileSideNav span a {
  color: #1a1c21;
  text-overflow: ellipsis;
}
.UserProfileSideNav div .euiSideNavItemButton-isSelected a {
  color: #006BB4;
}
.UserProfileSideNav span a:hover {
  text-decoration: underline;
}
.TimelineRow {
  display: flex;
  flex-direction: row;
  height: 50px;
}
.TimelineRow__lead {
  display: inline-block;
  width: 14%;
  height: 50px;
  padding: 0 15px 0 5px;
}
.TimelineRow__timeline {
  position: relative;
  display: inline-block;
  width: 86%;
  height: 50px;
}
.TimelineRow__timeline-border-bottom {
  padding-bottom: 0;
  border-bottom: 1px solid #ccc;
}
.TimelineRow.has-no-ftf {
  opacity: 0.4;
}
.TimelineRow.has-difference {
  opacity: 0.6;
}
.TimelineRow.on-hold {
  opacity: 0.5;
}
.WorkTimeline.darkened {
  filter: brightness(70%);
}
.WorkTimeline.highlighted {
  border: solid 1px #999;
  /* Base border color */
  box-shadow: 0 0 10px #fff;
  /* Outer glow for the highlighted effect */
}
.Timeline__cant-drop {
  opacity: 0.4;
  cursor: not-allowed;
  background-color: red;
}
.PlanBoardBlocks {
  height: 100%;
  width: 100%;
}
.PlanBoardBlocks .PlanBoardTimelines__axis-wrapper {
  border-top: 0;
  border-bottom: 0;
  background-color: #fff;
  height: 50px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.PlanBoardBlocks .PlanBoardTimelines__axis-wrapper table {
  width: 100%;
}
.PlanBoardBlocks .PlanBoardTimelines__block__divider {
  height: 1px;
  background: #AAA;
}
.PlanBoardBlocks .PlanBoardTimelines__divider {
  height: 5px;
  background: #E4E4E4;
}
.PlanBoardBlocks .PlanBoardTimelines__block-toolbar {
  height: 35px;
  background: #E4E4E4;
}
.PlanBoardBlocks .PlanBoardTimelines__scrollable-panel {
  height: calc(100% - 50px);
  width: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  background: #fff;
  position: relative;
}
.PlanBoardBlocks .PlanBoardTimelines__scrollable-panel table {
  width: 100%;
  height: 100%;
}
.PlanBoardTimelines__invisible-row {
  height: 0;
  width: 100%;
  overflow-y: scroll;
}
.toolbar {
  padding: 10px / 2 0 10px / 2 0;
  height: 50px;
}
.toolbarBordered {
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
}
.slice {
  padding: 0 10px;
  border: 1px 0 1px 0 solid #E4E4E4;
  background: white;
}
.slice-padded {
  padding: 10px;
}
.AppRoot {
  height: 100%;
}
.WrapperApp {
  height: 100%;
}
.Star:hover {
  font-size: 1.25em;
}
/* sidebar background */
/* black */
/* This font also default title color */
/* lighten black */
/* This font also default text color */
/* grey */
/* lighten grey */
/* default */
/* default */
/* success */
/* info */
/* warning */
/* danger */
/* purple */
/* cs */
/* cs */
/* cs */
/* cs */
/* top background also main theme color */
/* sidebar background also page background color */
/* main content light text color */
/* main content text color */
/* Fonts */
/*================================================================================
    YouPlan main stylesheet
    Originally based on theme: Kode
    (http://www.themeforest.net/user/egemem)
================================================================================*/
/* Color Class */
.color1 {
  color: #37363E;
}
.color2 {
  color: #58666E;
}
.color3 {
  color: #E4E4E4;
}
.color4 {
  color: #f4f4f4;
}
.color5 {
  color: #19A0B5;
}
.color6 {
  color: #399BFF;
}
.color7 {
  color: #4CAF50;
}
.color8 {
  color: #00B8D4;
}
.color9 {
  color: #FF6D00;
}
.color10 {
  color: #F44336;
}
.color11 {
  color: #9A80B9;
}
.color12 {
  color: #A2DED0;
}
.color13 {
  color: #D2527F;
}
.color14 {
  color: #C78568;
}
.color15 {
  color: #E99844;
}
/* Color Class Background */
.color0-bg {
  background: #fff;
}
.color1-bg {
  background: #37363E;
}
.color2-bg {
  background: #58666E;
}
.color3-bg {
  background: #E4E4E4;
}
.color4-bg {
  background: #f4f4f4;
}
.color5-bg {
  background: #19A0B5;
}
.color6-bg {
  background: #399BFF;
}
.color7-bg {
  background: #4CAF50;
}
.color8-bg {
  background: #00B8D4;
}
.color9-bg {
  background: #FF6D00;
}
.color10-bg {
  background: #F44336;
}
.color11-bg {
  background: #9A80B9;
}
.color12-bg {
  background: #A2DED0;
}
.color13-bg {
  background: #D2527F;
}
.color14-bg {
  background: #C78568;
}
.color15-bg {
  background: #E99844;
}
/* Up - Down */
.color-up {
  color: #4CAF50;
}
.color-down {
  color: #F44336;
}
.color-fix {
  color: #19A0B5;
}
html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
body {
  background: #fff;
  color: #58666E;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.7em;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  outline: 0;
  text-Shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
::-moz-selection {
  background: #D5EAFF;
}
::selection {
  background: #D5EAFF;
}
a {
  color: #19A0B5;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}
b,
strong {
  font-weight: 600;
}
/* Grid Normal */
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-right: 15px;
  padding-left: 15px;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
/* Grid Widget */
.container-widget .col-xs-1,
.container-widget .col-sm-1,
.container-widget .col-md-1,
.container-widget .col-lg-1,
.container-widget .col-xs-2,
.container-widget .col-sm-2,
.container-widget .col-md-2,
.container-widget .col-lg-2,
.container-widget .col-xs-3,
.container-widget .col-sm-3,
.container-widget .col-md-3,
.container-widget .col-lg-3,
.container-widget .col-xs-4,
.container-widget .col-sm-4,
.container-widget .col-md-4,
.container-widget .col-lg-4,
.container-widget .col-xs-5,
.container-widget .col-sm-5,
.container-widget .col-md-5,
.container-widget .col-lg-5,
.container-widget .col-xs-6,
.container-widget .col-sm-6,
.container-widget .col-md-6,
.container-widget .col-lg-6,
.container-widget .col-xs-7,
.container-widget .col-sm-7,
.container-widget .col-md-7,
.container-widget .col-lg-7,
.container-widget .col-xs-8,
.container-widget .col-sm-8,
.container-widget .col-md-8,
.container-widget .col-lg-8,
.container-widget .col-xs-9,
.container-widget .col-sm-9,
.container-widget .col-md-9,
.container-widget .col-lg-9,
.container-widget .col-xs-10,
.container-widget .col-sm-10,
.container-widget .col-md-10,
.container-widget .col-lg-10,
.container-widget .col-xs-11,
.container-widget .col-sm-11,
.container-widget .col-md-11,
.container-widget .col-lg-11,
.container-widget .col-xs-12,
.container-widget .col-sm-12,
.container-widget .col-md-12,
.container-widget .col-lg-12 {
  padding-right: 5px;
  padding-left: 5px;
}
.container-widget .row {
  margin-right: -5px;
  margin-left: -5px;
}
.container-widget .panel {
  margin-bottom: 10px;
}
.container-widget .widget {
  margin-bottom: 10px;
}
.container-default {
  padding: 0;
}
.container-widget {
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
}
.container-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.container-no-padding {
  padding: 0px;
  margin: -20px -30px 0 -30px;
}
.container-mail {
  padding: 0px;
  margin: -20px -30px 0 -30px;
}
.avoid-top-bar {
  margin-top: 60px;
}
/* =================================================================================
Top
================================================================================= */
#top {
  height: 40px;
  background: #394242;
  width: 100%;
  z-index: 90;
  border: 0;
}
/* =================================================================================
App Logo
================================================================================= */
.applogo {
  width: 250px;
  height: 40px;
  color: #fff;
  position: relative;
  padding: 5px;
  float: left;
  text-align: center;
}
.applogo .logo {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}
.applogo .logo img {
  height: 100%;
}
/* =================================================================================
Sidebar Open Button - Show or Hide Sidebar
================================================================================= */
.sidebar-open-button {
  height: 40px;
  font-size: 22px;
  display: block;
  width: 62px;
  text-align: center;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  padding-top: 19px;
  border-right: 1px solid rgba(0, 0, 0, 0.14);
  z-index: 1;
}
.sidebar-open-button:hover,
.sidebar-open-button:active {
  background: rgba(255, 255, 255, 0.07);
  color: rgba(0, 0, 0, 0.6);
}
.sidebar-open-button-mobile {
  height: 40px;
  display: none;
  font-size: 22px;
  width: 62px;
  text-align: center;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  padding-top: 19px;
  border-right: 1px solid rgba(0, 0, 0, 0.14);
}
.sidebar-open-button-mobile:hover,
.sidebar-open-button-mobile:active {
  background: rgba(255, 255, 255, 0.07);
  color: rgba(0, 0, 0, 0.6);
}
/* =================================================================================
Searchbox - Top Search Input
================================================================================= */
.searchform {
  width: 220px;
  margin: 0 20px;
  float: left;
  padding-top: 14px;
  position: relative;
}
.searchbox {
  border-radius: 999px;
  border: none;
  height: 32px;
  width: 220px;
  padding-left: 20px;
  padding-right: 36px;
  background: rgba(255, 255, 255, 0.95);
  color: #37363E;
  box-shadow: none;
}
.searchbox:focus {
  background: #fff;
  box-shadow: none;
  border-top: none;
}
.searchbutton {
  border: none;
  color: rgba(0, 0, 0, 0.5);
  background: none;
  position: absolute;
  top: 18px;
  font-size: 16px;
  right: 15px;
}
/* =================================================================================
Top Menu
================================================================================= */
.topmenu {
  float: left;
  padding-top: 10px;
  padding-left: 0;
  font-weight: 600;
  margin-left: -7px;
}
.topmenu a {
  color: rgba(255, 255, 255, 0.9);
  padding: 7px;
}
.topmenu a:hover {
  color: #fff;
}
.topmenu li {
  display: inline;
}
/* =================================================================================
Sidepanel Open Button - Show or Hide Sidepanel
================================================================================= */
.sidepanel-open-button {
  height: 40px;
  font-size: 22px;
  display: block;
  width: 62px;
  text-align: center;
  float: right;
  color: rgba(0, 0, 0, 0.6);
  padding-top: 19px;
  border-left: 1px solid rgba(0, 0, 0, 0.14);
  z-index: 1;
}
.sidepanel-open-button:hover,
.sidepanel-open-button:active {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(0, 0, 0, 0.6);
}
/* =================================================================================
Top Right
================================================================================= */
.top-right {
  line-height: 1.8em;
  float: right;
  padding-right: 20px;
  padding-left: 10px;
  padding-top: 15px;
  font-weight: 600;
  /* profile box */
  /* notifications */
  /* hd button */
}
.top-right .link {
  display: inline-block;
  padding-left: 8px;
  height: 30px;
}
.top-right .link a {
  display: block;
}
.top-right .dropdown-menu {
  min-width: 135px;
}
.top-right .dropdown-menu .list-title {
  text-align: center;
}
.top-right .dropdown-menu li {
  position: relative;
  display: block;
}
.top-right a {
  color: #fff;
}
.top-right .profilebox {
  color: rgba(255, 255, 255, 0.95);
}
.top-right .profilebox img {
  width: 32px;
  height: 31px;
  float: left;
  border-radius: 100%;
  margin-right: 7px;
  margin-top: -4px;
}
.top-right .profilebox .caret {
  margin-left: 5px;
  color: rgba(255, 255, 255, 0.5);
}
.top-right .profilebox:hover {
  color: #fff;
}
.top-right .notifications {
  color: #fff;
  padding: 4px 12px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 999px;
}
.top-right .notifications:hover {
  background: rgba(0, 0, 0, 0.5);
}
.top-right .hdbutton {
  background: #fff;
  color: #404B5F;
  padding: 4px 16px;
  border-radius: 999px;
}
.top-right .hdbutton:hover {
  background: rgba(255, 255, 255, 0.95);
}
/* =================================================================================
Sidebar
================================================================================= */
.sidebar {
  width: 250px;
  position: fixed;
  top: 40px;
  left: 0;
  font-family: 'Roboto', sans-serif;
  background: #fff;
  font-size: 13px;
  font-weight: normal;
  z-index: 500;
  color: rgba(0, 0, 0, 0.8);
}
.sidebar .fa {
  text-shadow: none;
}
.sidebar .label {
  font-size: 10px;
  position: relative;
  line-height: 12px;
  padding: 2px 5px;
  position: absolute;
  right: 35px;
  top: 12px;
  font-weight: 600;
}
.sidebar .label-default {
  background: rgba(0, 0, 0, 0.4);
}
.sidebar-panel {
  background: none;
  margin: 0px 20px 0px 20px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0px;
}
.sidebar-panel li a {
  display: block;
  color: rgba(0, 0, 0, 0.8);
  padding: 9px 20px 9px 54px;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
}
.sidebar-panel li a .caret {
  position: absolute;
  right: 20px;
  top: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.sidebar-panel li .icon {
  position: absolute;
  left: 20px;
  top: 8px;
  display: block;
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  border-radius: 3px;
  text-align: center;
  width: 24px;
  height: 24px;
  padding-top: 1px;
}
.sidebar-panel li a:hover,
.sidebar-panel li a.active {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.9);
}
.sidebar-panel li ul {
  display: none;
  padding: 0;
  background: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 13px;
  margin: 0 -20px 0 -20px;
  font-weight: 400;
}
.sidebar-panel li ul li {
  position: relative;
  margin: 0;
}
.sidebar-panel li ul li a {
  margin: 0px;
  color: rgba(0, 0, 0, 0.6);
  padding: 9px 20px 9px 54px;
}
.sidebar-panel li ul li a:hover {
  background: rgba(0, 0, 0, 0.04);
}
.sidebar-panel:last-child {
  border-bottom: none;
}
.sidetitle {
  color: rgba(0, 0, 0, 0.5);
  font-size: 10px;
  padding: 0;
  margin: 0 0 5px 3px;
  letter-spacing: 0.4px;
}
.sidebar-plan {
  padding: 20px;
  font-size: 12px;
  bottom: 0;
}
.sidebar-plan .progress {
  height: 6px;
  background: rgba(0, 0, 0, 0.2);
  margin: 7px 0;
}
.sidebar-plan .progress-bar {
  background: #19A0B5;
}
.sidebar-plan .link {
  position: absolute;
  right: 20px;
  color: rgba(0, 0, 0, 0.6);
}
.sidebar-plan .link:hover {
  color: rgba(0, 0, 0, 0.8);
}
.sidebar-plan .space {
  display: block;
  font-size: 11px;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}
.sidebar-colorful .sidebar-panel li a .icon {
  font-size: 15px;
  color: #fff;
}
.sidebar-colorful .color1 {
  background: #19A0B5;
}
.sidebar-colorful .color2 {
  background: #399BFF;
}
.sidebar-colorful .color3 {
  background: #4CAF50;
}
.sidebar-colorful .color4 {
  background: #00B8D4;
}
.sidebar-colorful .color5 {
  background: #FF6D00;
}
.sidebar-colorful .color6 {
  background: #F44336;
}
.sidebar-colorful .color7 {
  background: #9A80B9;
}
.sidebar-colorful .color8 {
  background: #A2DED0;
}
.sidebar-colorful .color9 {
  background: #D2527F;
}
.sidebar-colorful .color10 {
  background: #C78568;
}
.sidebar-colorful .color11 {
  background: #E99844;
}
.sidebar-square .sidebar-panel li a .icon {
  font-size: 14px;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.3);
}
.sidebar-no-icon .sidebar-panel li a {
  padding-left: 23px;
}
.sidebar-no-icon .sidebar-panel li a .icon {
  display: none;
}
/* =================================================================================
Sidepanel
================================================================================= */
.sidepanel {
  z-index: 9999;
  position: fixed;
  display: none;
  width: 300px;
  top: 40px;
  bottom: 0;
  right: 0;
  padding-top: 20px;
  overflow: auto;
  box-shadow: -1px 0px 1px rgba(0, 0, 0, 0.2);
  background: #FBFBFD;
}
.sidepanel ul {
  padding: 0;
}
.sidepanel li {
  display: block;
}
.sidepanel li a:hover {
  background: rgba(0, 0, 0, 0.02);
}
.sidepanel .nav-tabs {
  font-size: 12px;
  font-weight: bold;
  display: block;
  width: 300px;
  position: fixed;
  background: #19A0B5;
  z-index: 2;
  top: 40px;
  padding: 0;
}
.sidepanel .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  display: inline-block;
  border-right: none;
  width: 33.3333%;
  margin: 0;
}
.sidepanel .nav-tabs > li > a {
  margin-right: 0px;
  line-height: normal;
  color: #fff;
  display: block;
  padding: 10px 0;
  border: none;
  border-radius: 0px;
  text-align: center;
  margin-bottom: -1px;
  padding: 12px 0;
}
.sidepanel .nav-tabs > li > a:hover {
  border-color: transparent;
}
.sidepanel .nav-tabs > li.active > a,
.sidepanel .nav-tabs > li.active > a:hover,
.sidepanel .nav-tabs > li.active > a:focus {
  color: #19A0B5;
  cursor: default;
  background-color: #fff;
  border: none;
}
.sidepanel-m-title {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #37363E;
  padding: 16px 0;
  position: relative;
}
.sidepanel-m-title .left-icon,
.sidepanel-m-title .right-icon {
  border: 1px solid #e1e1e1;
  color: #58666E;
  position: absolute;
  width: 26px;
  font-size: 13px;
  height: 26px;
  border-radius: 3px;
}
.sidepanel-m-title .left-icon a,
.sidepanel-m-title .right-icon a {
  color: #58666E;
  display: block;
}
.sidepanel-m-title .left-icon a:hover,
.sidepanel-m-title .right-icon a:hover {
  opacity: 0.7;
}
.sidepanel-m-title .left-icon {
  left: 0;
}
.sidepanel-m-title .right-icon {
  right: 0;
}
/* Today */
.today {
  padding: 0;
}
/* List with Title */
.list-w-title {
  margin: 0px -20px;
}
.list-w-title .label {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
}
.list-w-title .date {
  position: absolute;
  right: 20px;
  font-size: 11px;
  color: #76757B;
  top: 23px;
}
.list-w-title a {
  display: block;
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #E5E5E5;
  color: #7A8189;
}
.list-w-title h4 {
  margin: 5px 0;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
}
/* General Sidepanel Title */
.gn-title {
  background: #E4E4E4;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  margin: 0 -20px;
  padding: 4px 0 4px 20px;
}
/* To-do List */
.todo-list li {
  padding: 5px 0 5px 20px;
}
/* Chat List */
#chat {
  position: relative;
}
#chat .group {
  font-size: 11px;
  margin: 0px -20px;
}
#chat .group .member {
  position: relative;
  line-height: 17px;
}
#chat .group .member a {
  display: block;
  padding: 10px 20px;
  color: #7A8893;
}
#chat .group .member a:hover {
  color: #3D464C;
}
#chat .group .member img {
  border-radius: 50%;
  height: 36px;
  width: 36px;
  float: left;
  margin-right: 10px;
  margin-top: 0px;
}
#chat .group .member b {
  font-weight: 600;
  display: block;
  font-size: 13px;
}
#chat .group .member .status {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  bottom: 50%;
  margin: -4px 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
#chat .group .member .online {
  background: #3CA63F;
}
#chat .group .member .busy {
  background: #EA5944;
}
#chat .group .member .away {
  background: #E99844;
}
#chat .group .member .offline {
  background: #7B8994;
}
#chat .search {
  padding: 20px;
  border-top: 1px solid #E5E5E5;
  background: #fff;
  position: fixed;
  bottom: 0;
  width: 300px;
  margin-bottom: 0;
  margin-left: -20px;
}
/* =================================================================================
Content
================================================================================= */
.content {
  padding: 12px;
  margin-left: 250px;
  height: 100%;
}
.content-full {
  margin-left: 0;
  height: 100%;
}
.content-wrapper {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  background: #f4f4f4;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.content-wrapper-nav {
  top: 40px;
}
.content-limited {
  width: 600px;
}
/* =================================================================================
FOOTER
================================================================================= */
.footer {
  border-top: 1px solid #e2e2e2;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 0;
  padding: 10px;
  font-size: 11px;
  color: #666;
  background: rgba(0, 0, 0, 0.02);
}
.footer .col-md-6 {
  margin-bottom: 0;
}
/* =================================================================================
Page Header
================================================================================= */
.page-header {
  background: #fff;
  margin: -20px -30px 20px -30px;
  padding: 20px;
  border-bottom: none;
  position: relative;
}
.page-header .title {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: normal;
  font-weight: normal;
  color: #37363E;
  padding-bottom: 6px;
}
.page-header .right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  min-width: 500px;
  text-align: right;
}
.page-header .right .btn-group {
  float: right;
}
.page-header .right .btn {
  padding-left: 14px;
  padding-right: 14px;
  font-size: 13px;
}
.page-header .right .btn .fa {
  margin: 0 4px;
}
.page-header .right .btn .no-border {
  border: none;
}
.page-header .right .btn-group .btn {
  border: 1px solid #E8EBED;
}
.page-header .pagination {
  margin: 0;
}
.page-header .widget-inline-list {
  right: 0;
  bottom: -25px;
  position: relative !important;
}
/* Page loading */
.loading {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #212121;
  opacity: 0.99;
}
.loading img {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 50%;
  top: 50%;
  margin: -20px;
}
/* =================================================================================
Presentation
================================================================================= */
.presentation {
  background: rgba(0, 0, 0, 0.05);
  margin: -20px -30px 30px -30px;
  padding: 70px 50px;
}
.presentation .titles .icon {
  color: #fff;
  border-radius: 3px;
  font-size: 36px;
  line-height: 0;
  padding: 8px 16px;
  text-align: center;
}
.presentation .titles .icon .fa {
  font-weight: inherit;
}
.presentation .titles h1 {
  font-size: 38px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  margin: 30px 0 0px 0;
  color: #37363E;
}
.presentation .titles h4 {
  font-size: 24px;
  font-weight: 300;
  color: #777;
  margin: 0px;
}
.presentation .list {
  display: inline-block;
  float: right;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 2em;
  color: #37363E;
  right: 0;
}
.presentation .list a {
  border-bottom: 1px solid #ccc;
}
.presentation .list .fa {
  margin-right: 10px;
  color: #4CAF50;
}
/* Icons Preview */
.fa-item {
  padding: 6px 0;
  position: relative;
  padding-left: 50px;
  font-size: 13px;
  color: #37363E;
  border-radius: 3px;
  border: 5px solid #fff;
}
.fa-item .fa {
  position: absolute;
  left: 10px;
  font-size: 20px;
  color: #444;
  display: block;
  width: 40px;
  text-align: center;
}
.fa-item:hover {
  color: #000;
  background: #f2f2f2;
  border-color: #f2f2f2;
}
.colorsheme {
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 3px;
  float: left;
  width: 30px;
  height: 30px;
}
/* Kode Alert */
.kode-alert {
  color: #fff;
  position: relative;
  border-radius: 3px;
  text-align: left;
  margin-bottom: 10px;
  padding: 12px;
  padding-right: 30px;
}
.kode-alert a {
  color: inherit;
  text-decoration: underline;
  font-weight: 600;
}
.kode-alert h4 {
  font-size: 14px;
  margin: 0;
  color: inherit;
  font-weight: 600;
  line-height: normal;
}
.kode-alert .img {
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 3px;
  left: 12px;
  top: 12px;
}
.kode-alert-img {
  padding-left: 65px;
  min-height: 64px;
}
.kode-alert-icon {
  padding-left: 40px;
}
.kode-alert-icon .fa {
  display: block;
  width: 20px;
  text-align: center;
  position: absolute;
  font-size: 15px;
  left: 12px;
  top: 17px;
}
.kode-alert .closed {
  position: absolute;
  right: 3px;
  text-decoration: none;
  font-weight: bold;
  top: 0px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  padding: 4px;
}
.kode-alert .closed:hover {
  color: #fff;
}
.kode-alert-click {
  cursor: pointer;
  padding-right: 12px;
}
.kode-alert .primary {
  outline: 0;
  border: none;
  background: rgba(0, 0, 0, 0.4);
  color: inherit;
  border-radius: 3px;
  padding: 4px 10px;
}
.kode-alert .cancel {
  outline: 0;
  border: none;
  background: rgba(255, 255, 255, 0.4);
  color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  padding: 4px 10px;
}
.kode-alert .primary:hover,
.kode-alert .cancel:hover {
  opacity: 0.9;
}
.kode-alert-top,
.kode-alert-bottom,
.kode-alert-top-left,
.kode-alert-top-right,
.kode-alert-bottom-left,
.kode-alert-bottom-right,
.kode-alert-fullscreen {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  position: fixed;
  display: none;
  z-index: 1000;
}
.kode-alert-top {
  top: 0;
  left: 0;
  right: 0;
}
.kode-alert-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}
.kode-alert-top-left {
  top: 80px;
  left: 20px;
}
.kode-alert-top-right {
  top: 80px;
  right: 20px;
}
.kode-alert-bottom-left {
  bottom: 20px;
  left: 20px;
}
.kode-alert-bottom-right {
  bottom: 20px;
  right: 20px;
}
.kode-alert-fullsize {
  top: 50%;
  left: 50%;
  margin: -20px;
}
.alert1 {
  background: #19A0B5;
}
.alert2 {
  background: #399BFF;
}
.alert3 {
  background: #4CAF50;
}
.alert4 {
  background: #00B8D4;
}
.alert5 {
  background: #FF6D00;
}
.alert6 {
  background: #F44336;
}
.alert7 {
  background: #9A80B9;
}
.alert8 {
  background: #A2DED0;
  color: #444;
}
.alert8 .closed {
  color: inherit;
}
.alert8 a:hover.closed {
  color: inherit;
}
.alert9 {
  background: #D2527F;
}
.alert10 {
  background: #C78568;
}
.alert11 {
  background: #E99844;
}
.alert1-light {
  background: #7added;
  color: #000202;
}
.alert2-light {
  background: #d2e8ff;
  color: #0068d2;
}
.alert3-light {
  background: #b5dfb7;
  color: #2d682f;
}
.alert4-light {
  background: #6eecff;
  color: #005f6e;
}
.alert5-light {
  background: #ffc599;
  color: #994100;
}
.alert6-light {
  background: #fccbc7;
  color: #ba160a;
}
.alert7-light {
  background: #e8e3ef;
  color: #674b88;
}
.alert8-light {
  background: #edf9f6;
  color: #2f8571;
}
.alert9-light {
  background: #f2cbd9;
  color: #97274e;
}
.alert10-light {
  background: #f0dfd8;
  color: #935336;
}
.alert11-light {
  background: #f9e3cd;
  color: #b26515;
}
.alert1-light .closed,
.alert2-light .closed,
.alert3-light .closed,
.alert4-light .closed,
.alert5-light .closed,
.alert6-light .closed,
.alert7-light .closed,
.alert8-light .closed,
.alert9-light .closed,
.alert10-light .closed,
.alert11-light .closed {
  color: inherit;
  opacity: 0.6;
}
.alert1-light .closed:hover {
  color: inherit;
  opacity: 0.8;
}
/* =================================================================================
Mailbox
================================================================================= */
.mailbox .write {
  padding: 20px;
  background: #fff;
}
.mailbox-menu {
  background: #fff;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
}
.mailbox-menu .menu {
  padding: 11px 0;
  margin-bottom: 0;
}
.mailbox-menu .menu li {
  display: inline;
  color: #76747A;
  font-size: 13px;
  padding: 16px 0;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.mailbox-menu .menu li .fa {
  font-size: 16px;
  color: #666;
  margin-right: 5px;
}
.mailbox-menu .menu li a {
  color: #76747A;
  border-radius: 3px;
  padding: 15px 19px;
}
.mailbox-menu .menu li a:hover {
  color: #333;
}
.mailbox-menu .menu li a:hover .fa {
  color: #333;
}
.mailbox-menu .menu li:last-child {
  margin-left: -1px;
}
.mailbox-inbox {
  background: #fff;
  border-right: 1px solid #ddd;
  padding: 0;
  left: 0;
  top: 0;
  color: #76747A;
}
.mailbox-inbox li {
  display: block;
}
.mailbox-inbox .item {
  display: block;
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  color: #76747A;
  position: relative;
  font-size: 12px;
}
.mailbox-inbox .item:hover {
  background: #E3F2FF;
}
.mailbox-inbox .item:hover .from {
  color: #37363E;
}
.mailbox-inbox .img {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  float: left;
  margin-right: 10px;
}
.mailbox-inbox .from {
  font-size: 13px;
  display: block;
  color: #333;
}
.mailbox-inbox .date {
  position: absolute;
  font-size: 10px;
  right: 20px;
  top: 20px;
  opacity: 0.7;
}
.mailbox-inbox .search {
  padding: 23px 20px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.mailbox-inbox .mailbox-search {
  border-radius: 999px;
  border: none;
  height: 32px;
  width: 100%;
  padding-left: 20px;
  padding-right: 36px;
  background: rgba(0, 0, 0, 0.07);
  color: #333;
  box-shadow: none;
}
.mailbox-inbox .mailbox-search:focus {
  background: rgba(0, 0, 0, 0.12);
  box-shadow: none;
  border-top: none;
}
.mailbox-inbox .searchbutton {
  right: 35px;
  top: 27px;
}
.panel-widget .mailbox-inbox {
  border: 0;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
}
.container-mailbox {
  position: relative;
}
.chat {
  border-left: 1px solid #ddd;
  margin-left: -1px;
}
.chat .title {
  height: 79px;
  padding: 12px 20px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
}
.chat .title h1 {
  margin: 0;
  font-size: 19px;
}
.chat .title .btn-group {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.chat .conv {
  padding: 20px;
  background: #fff;
  margin-bottom: 0;
}
.chat .conv li {
  display: block;
  position: relative;
  padding-left: 70px;
  margin-bottom: 20px;
}
.chat .conv .img {
  border-radius: 999px;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
.chat .conv .ballon {
  display: inline-table;
  padding: 14px 20px;
  border-radius: 20px;
  margin-bottom: 14px;
}
.chat .conv .color1 {
  background: #B9F98E;
  color: #0A451D;
}
.chat .conv .color2 {
  background: #B6DEFF;
  color: #153440;
}
.chat .conv .addition {
  padding: 5px 20px;
  background: #f2f2f2;
  display: inline-block;
  border-radius: 20px;
  border: 1px dashed #ccc;
  font-size: 12px;
}
.chat .conv .addition a {
  text-decoration: underline;
}
.chat .conv .addition .fa {
  margin-right: 6px;
  font-size: 14px;
}
.chat .conv .date {
  text-align: center;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 0;
  font-size: 11px;
}
/* Changelog */
.changelogs .title {
  font-weight: 600;
}
.changelogs .version {
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
}
.changelogs .date {
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.changelogs .update {
  position: relative;
  background: #fff;
  padding: 20px;
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  margin-bottom: 20px;
}
.changelogs .list {
  font-size: 12px;
  margin-top: 10px;
  background: #f2f2f2;
  padding: 6px 10px;
  border-radius: 3px;
  border-left: 2px solid #ccc;
}
.changelogs .list h4 {
  margin: 0px;
  font-size: 14px;
}
.changelogs .list:hover {
  background: #eee;
}
/* Social Profile */
.social-top {
  height: 250px;
  padding: 20px 30px;
  border-bottom: 40px solid #fff;
  position: relative;
  background-size: cover;
}
.social-top .profile-img {
  width: 120px;
  height: 120px;
  border-radius: 999px;
  border: 4px solid #fff;
}
.social-top .name {
  margin: 0;
  color: #fff;
  bottom: 5px;
  position: absolute;
  left: 140px;
  top: 10px;
  font-size: 28px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.social-top .name .btn {
  margin-left: 6px;
  text-shadow: none;
}
.social-top .profile-text {
  position: absolute;
  margin: 0;
  height: 25px;
  overflow: hidden;
  font-size: 16px;
  top: 85px;
  left: 140px;
}
.social-top .profile-left {
  position: absolute;
  width: 90%;
  bottom: -52px;
}
.social-stats {
  padding: 0;
  margin: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  right: 20px;
  bottom: 0;
  color: rgba(0, 0, 0, 0.8);
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
}
.social-stats li {
  display: inline-block;
  width: 31.33333%;
  font-size: 12px;
  padding: 10px 20px;
  text-align: center;
}
.social-stats li b {
  display: block;
  font-weight: 600;
  font-size: 20px;
}
.social-content {
  padding: 20px 30px;
}
.status {
  margin: -20px;
}
.status .who {
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.status .who img {
  border-radius: 999px;
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px;
}
.status .who .name {
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
.status .who .name b {
  color: #19A0B5;
}
.status .who .from {
  font-size: 12px;
  opacity: 0.7;
}
.status .text {
  padding: 20px;
  font-size: 13px;
  color: #37363E;
  line-height: 1.82em;
}
.status .image {
  padding: 20px;
}
.status .image img {
  width: 100%;
}
.status .links {
  margin: 0;
  padding: 15px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.status .links .fa {
  font-size: 14px;
  margin-right: 2px;
  color: inherit;
}
.status .links li {
  display: inline;
  padding-right: 20px;
}
.status .comments {
  padding: 0 20px;
  font-size: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.status .comments li {
  display: block;
  position: relative;
  padding: 15px 0 15px 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.status .comments li:last-child {
  border-bottom: none;
  padding-bottom: 5px;
}
.status .comments img {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  position: absolute;
  left: 0px;
}
.status .comments .name {
  color: #58666E;
  display: block;
  font-weight: 600;
}
/* =================================================================================
Invoice
================================================================================= */
.invoice {
  background: #fff;
  position: relative;
  padding: 70px;
  border: 1px solid #ccc;
  font-family: 'Roboto', sans-serif;
}
.invoice .logo {
  line-height: 26px;
  text-align: center;
  color: #76747A;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
.invoice .logo img {
  margin-bottom: 10px;
}
.invoice .logo b {
  color: #37353E;
  font-weight: 500;
}
.invoice .line {
  border-bottom: 2px solid #E4E4E4;
  padding: 50px 0;
}
.invoice .line h4 {
  margin: 0;
  color: #76747A;
  font-weight: bold;
  font-size: 14px;
}
.invoice .line h2 {
  color: #37353E;
  font-weight: normal;
  font-size: 24px;
  margin: 0;
}
.invoice .table {
  margin-top: 40px;
  color: #37353E;
  font-size: 17px;
}
.invoice .table .title {
  font-size: 14px;
  color: #76747A;
}
.invoice .table p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #76747A;
}
.invoice .table .total {
  margin: 0;
}
.invoice .table > thead > tr > th,
.invoice .table > tbody > tr > th,
.invoice .table > tfoot > tr > th,
.invoice .table > thead > tr > td,
.invoice .table > tbody > tr > td,
.invoice .table > tfoot > tr > td {
  padding-left: 0px;
  padding-right: 0px;
}
.invoice .signature {
  border-bottom: 2px solid #E4E4E4;
  border-top: 2px solid #E4E4E4;
  margin: 20px 0;
  padding: 20px 0;
}
.invoice .bottomtext {
  font-size: 11px;
  font-family: 'Roboto', sans-serif;
}
.invoice .invoicename {
  color: #E4E4E4;
  font-weight: bold;
  font-size: 30px;
  right: 50px;
  top: 50px;
  position: absolute;
}
/* =================================================================================
Login Pages
================================================================================= */
.login-form {
  width: 360px;
  padding-top: 100px;
  margin: 0px auto;
  text-shadow: none;
}
.login-form form {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.login-form form img {
  margin-bottom: 18px;
}
.login-form form .profile {
  border-radius: 999px;
}
.login-form form .top {
  border-bottom: 1px solid #ddd;
  text-align: center;
  padding: 30px 0;
}
.login-form form .top .icon {
  width: 100px;
  height: 100px;
}
.login-form form .top h1,
.login-form form .top h4 {
  margin: 0;
}
.login-form form .top h1 {
  color: #37363E;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  margin-top: -14px;
}
.login-form form .top h4 {
  font-weight: normal;
  color: #76757B;
  font-size: 15px;
}
.login-form form .form-area {
  padding: 40px;
}
.login-form form .form-area .group {
  position: relative;
  margin-bottom: 20px;
}
.login-form form .form-area .form-control {
  padding-left: 38px;
  height: 40px;
}
.login-form form .form-area .fa {
  position: absolute;
  top: 11px;
  left: 13px;
  font-size: 16px;
  color: #C3C3C3;
}
.login-form form .form-area .btn {
  height: 42px;
  font-weight: 600;
}
.login-form form .form-area .checkbox {
  margin-bottom: 20px;
}
.login-form .footer-links {
  color: #76757B;
  padding: 10px 5px;
}
.login-form .footer-links a {
  color: #76757B;
}
.login-form .footer-links a:hover {
  color: #37363E;
}
/* =================================================================================
404 - 500 Pages
================================================================================= */
.error-pages {
  text-align: center;
  padding-top: 100px;
}
.error-pages .icon {
  border-radius: 4px;
  margin-bottom: 20px;
}
.error-pages h1 {
  color: #37363E;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
}
.error-pages h4 {
  color: #767279;
  font-weight: normal;
  font-size: 16px;
  margin-top: 10px;
}
.error-pages form {
  width: 400px;
  margin: 0px auto;
  margin-top: 30px;
  position: relative;
}
.error-pages form .form-control {
  padding-left: 34px;
  height: 40px;
}
.error-pages form .fa {
  position: absolute;
  left: 10px;
  top: 11px;
  font-size: 16px;
}
.error-pages .bottom-links {
  margin-top: 30px;
}
.error-pages .bottom-links a {
  margin: 0px 6px;
}
/* =================================================================================
Top Stats
================================================================================= */
.topstats {
  background: #fff;
  padding: 0;
  color: #76747A;
  position: relative;
  font-size: 12px;
  border-radius: 3px;
  margin-left: -5px;
  margin-right: -5px;
  text-shadow: none;
  padding: 12px 0;
}
.topstats li {
  display: block;
  text-align: center;
  margin: 10px 0;
}
.topstats .title {
  color: #37363E;
  font-weight: 600;
  font-size: 13px;
}
.topstats .title .fa {
  font-size: 15px;
  color: #000;
  margin-right: 4px;
  opacity: 0.4;
}
.topstats h3 {
  font-size: 28px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  letter-spacing: -1px;
  line-height: normal;
  margin: 1px 0;
}
.topstats h3 small {
  color: #37363E;
}
.topstats .diff b {
  font-weight: bold;
}
.topstats .diff .fa {
  margin-right: 2px;
}
.topstats .arrow {
  position: absolute;
  width: 0;
  height: 0;
  top: -18px;
  right: 5px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
}
/* Charts */
.flotchart-container {
  box-sizing: border-box;
  width: 100%;
}
.flotchart-placeholder {
  width: 100%;
  height: 300px;
  font-size: 13px;
  line-height: 1.2em;
}
.legend table {
  border-spacing: 5px;
}
.easypie {
  display: inline-block;
  width: 95px;
  font-size: 12px;
  height: 95px;
  margin: 0 20px 20px 0px;
  vertical-align: top;
  position: relative;
  text-align: center;
  padding-top: 29px;
  border-radius: 999px;
}
.easypie span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}
.easypie canvas {
  position: absolute;
  left: 0;
  width: 95px;
  height: 95px;
  top: 0;
}
.rickshaw-chart {
  width: 100%;
}
/* Demo Css */
/* Demo sidebar */
.demo-sidebarmenu .sidebar {
  position: relative;
  top: 0;
  width: 100%;
}
.demo-sidebarmenu .sidebar .panel {
  position: relative;
}
/* Calendar */
.calendar-layout {
  background: #fff;
  margin: -20px -30px;
  margin-bottom: 0;
  padding: 30px 20px;
}
/* =================================================================================
Awesome Bootstrap Checkbox Rewrite
================================================================================= */
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #19A0B5;
  border-color: #19A0B5;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #F44336;
  border-color: #F44336;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #00B8D4;
  border-color: #00B8D4;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #FF6D00;
  border-color: #FF6D00;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #4CAF50;
  border-color: #4CAF50;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #19A0B5;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #19A0B5;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #19A0B5;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #F44336;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #F44336;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #F44336;
}
.radio-info input[type="radio"] + label::after {
  background-color: #00B8D4;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #00B8D4;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #00B8D4;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #FF6D00;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #FF6D00;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #FF6D00;
}
.radio-success input[type="radio"] + label::after {
  background-color: #4CAF50;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #4CAF50;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #4CAF50;
}
/* =================================================================================
Bootstrap Rewrite
================================================================================= */
a:focus,
input,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0px;
}
/* Typography */
mark {
  background: #FBDDAC;
  padding: 2px 4px;
  border-radius: 3px;
}
code {
  background: #EDF6FF;
  padding: 2px 2px;
  color: #000;
  border: 1px solid #C3E1FF;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.6;
  color: #37363E;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 15px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 2.25em;
}
h2,
.h2 {
  font-size: 2em;
}
h3,
.h3 {
  font-size: 1.75em;
}
h4,
.h4 {
  font-size: 1.5em;
}
h5,
.h5 {
  font-size: 1.25em;
}
h6,
.h6 {
  font-size: 1em;
}
.text-st {
  color: #666;
}
.lead {
  line-height: 1.7em;
}
blockquote {
  background: #f2f2f2;
  padding: 16px 20px;
  border-radius: 3px;
  border-left: 5px solid #ccc;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: inherit;
  opacity: 0.6;
}
.blockquote-reverse,
blockquote.pull-right {
  border-right: 5px solid #ccc;
}
dt,
dd {
  line-height: inherit;
}
.font-title {
  font-family: 'Roboto', sans-serif;
}
.font-w-300 {
  font-weight: 300;
}
.font-w-400 {
  font-weight: 400;
}
.font-w-600 {
  font-weight: 600;
}
.font-w-700 {
  font-weight: 700;
}
.font-w-800 {
  font-weight: 800;
}
.font-title-tab {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
/* Button General */
.btn {
  font-size: 14px;
  padding: 7px 20px 7px 20px;
  border: none;
  background: #E4E4E4;
  color: inherit;
  border-radius: 3px;
}
.btn:hover {
  background-color: #eeeeee;
  color: #666;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
.btn-xs,
.btn-group-xs > .btn {
  font-size: 11px;
  padding: 3px 8px;
}
.btn-sm,
.btn-group-sm > .btn {
  font-size: 12px;
  padding: 5px 14px;
}
.btn-lg,
.btn-group-lg > .btn {
  font-size: 16px;
  padding: 10px 30px;
}
.btn-xl {
  font-size: 20px;
  padding: 14px 30px;
}
.btn .fa {
  margin-right: 0.5em;
}
.btn-icon {
  padding-left: 10px;
  padding-right: 10px;
}
.btn-icon .fa {
  margin: 0;
}
.btn-rounded {
  border-radius: 999px;
}
.btn-square {
  border-radius: 0;
}
.btndiv .btn {
  margin-bottom: 10px;
}
/* Button Default */
.btn-default {
  background-color: #E4E4E4;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-color: #eeeeee;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background: #d7d7d7;
  box-shadow: none;
}
.btn-default .badge {
  color: #E4E4E4;
}
/* Button Primary */
.btn-primary {
  background-color: #19A0B5;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #1bb0c7;
  color: #fff;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background: #168c9f;
  box-shadow: none;
  color: #fff;
}
.btn-primary .badge {
  color: #19A0B5;
  background-color: #fff;
}
/* Button white */
.btn-white {
  background-color: #E4E4E4;
  color: #666;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-color: #eeeeee;
  color: #666;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background: #d7d7d7;
  box-shadow: none;
  color: #666;
}
.btn-white .badge {
  color: #E4E4E4;
  background-color: #fff;
}
/* Button toggle */
.btn-toggle {
  background-color: #E4E4E4;
  color: #666;
  border-size: 4px;
  border-size: 5px;
}
.btn-toggle:hover,
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:active,
.btn-toggle.active,
.open > .dropdown-toggle.btn-toggle {
  background-color: #eeeeee;
  color: #666;
}
.btn-toggle:active,
.btn-toggle.active,
.open > .dropdown-toggle.btn-toggle {
  background: #d7d7d7;
  box-shadow: none;
  color: #666;
}
.btn-toggle .badge {
  color: #E4E4E4;
  background-color: #fff;
}
/* Button light */
.btn-light {
  background-color: #fff;
  color: inherit;
  border: 1px solid #BDC4C9;
}
.btn-light:hover,
.btn-light:focus,
.btn-light.focus,
.btn-light:active,
.btn-light.active,
.open > .dropdown-toggle.btn-light {
  background-color: #f9f9f9;
  color: inherit;
}
.btn-light:active,
.btn-light.active,
.open > .dropdown-toggle.btn-default {
  box-shadow: none;
  color: inherit;
}
/* Button Success */
.btn-success {
  background-color: #4CAF50;
  color: #fff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-color: #59b75c;
  color: #fff;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background: #449d48;
  box-shadow: none;
  color: #fff;
}
.btn-success .badge {
  color: #4CAF50;
  background-color: #fff;
}
/* Button Info */
.btn-info {
  background-color: #00B8D4;
  color: #fff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-color: #00cae8;
  color: #fff;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background: #00a2bb;
  box-shadow: none;
  color: #fff;
}
.btn-info .badge {
  color: #00B8D4;
  background-color: #fff;
}
/* Button Warning */
.btn-warning {
  background-color: #FF6D00;
  color: #fff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-color: #ff7914;
  color: #fff;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background: #e66200;
  box-shadow: none;
  color: #fff;
}
.btn-warning .badge {
  color: #FF6D00;
  background-color: #fff;
}
/* Button Danger */
.btn-danger {
  background-color: #F44336;
  color: #fff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-color: #f55549;
  color: #fff;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background: #f32c1e;
  box-shadow: none;
  color: #fff;
}
.btn-danger .badge {
  color: #F44336;
  background-color: #fff;
}
/* Button Color11 */
.btn-option1 {
  background-color: #9A80B9;
  color: #fff;
}
.btn-option1:hover,
.btn-option1:focus,
.btn-option1.focus,
.btn-option1:active,
.btn-option1.active,
.open > .dropdown-toggle.btn-option1 {
  background-color: #a48dc0;
  color: #fff;
}
.btn-option1:active,
.btn-option1.active,
.open > .dropdown-toggle.btn-option1 {
  background: #8d70b0;
  box-shadow: none;
  color: #fff;
}
.btn-option1 .badge {
  color: #9A80B9;
  background-color: #fff;
}
/* Button Color12 */
.btn-option2 {
  background-color: #A2DED0;
  color: #333;
}
.btn-option2:hover,
.btn-option2:focus,
.btn-option2.focus,
.btn-option2:active,
.btn-option2.active,
.open > .dropdown-toggle.btn-option2 {
  background-color: #b1e3d8;
  color: #333;
}
.btn-option2:active,
.btn-option2.active,
.open > .dropdown-toggle.btn-option2 {
  background: #8fd7c6;
  box-shadow: none;
  color: #333;
}
.btn-option2 .badge {
  color: #A2DED0;
  background-color: #fff;
}
/* Button Color13 */
.btn-option3 {
  background-color: #D2527F;
  color: #fff;
}
.btn-option3:hover,
.btn-option3:focus,
.btn-option3.focus,
.btn-option3:active,
.btn-option3.active,
.open > .dropdown-toggle.btn-option3 {
  background-color: #d6628b;
  color: #fff;
}
.btn-option3:active,
.btn-option3.active,
.open > .dropdown-toggle.btn-option3 {
  background: #cd3e70;
  box-shadow: none;
  color: #fff;
}
.btn-option3 .badge {
  color: #D2527F;
  background-color: #fff;
}
/* Button Color14 */
.btn-option4 {
  background-color: #C78568;
  color: #fff;
}
.btn-option4:hover,
.btn-option4:focus,
.btn-option4.focus,
.btn-option4:active,
.btn-option4.active,
.open > .dropdown-toggle.btn-option4 {
  background-color: #cd9177;
  color: #fff;
}
.btn-option4:active,
.btn-option4.active,
.open > .dropdown-toggle.btn-option4 {
  background: #c07655;
  box-shadow: none;
  color: #fff;
}
.btn-option4 .badge {
  color: #C78568;
  background-color: #fff;
}
/* Button Color15 */
.btn-option5 {
  background-color: #E99844;
  color: #fff;
}
.btn-option5:hover,
.btn-option5:focus,
.btn-option5.focus,
.btn-option5:active,
.btn-option5.active,
.open > .dropdown-toggle.btn-option4 {
  background-color: #eba256;
  color: #fff;
}
.btn-option5:active,
.btn-option5.active,
.open > .dropdown-toggle.btn-option5 {
  background: #e68b2d;
  box-shadow: none;
  color: #fff;
}
.btn-option5 .badge {
  color: #E99844;
  background-color: #fff;
}
/* Label Class */
.label {
  font-size: inherit;
  padding: 1px 6px;
  font-weight: 600;
  border-radius: 4px;
}
.label-default {
  background: #19A0B5;
}
.label-primary {
  background: #399BFF;
}
.label-success {
  background: #4CAF50;
}
.label-info {
  background: #00B8D4;
}
.label-warning {
  background: #FF6D00;
}
.label-danger {
  background: #F44336;
}
/* Input options */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #4CAF50;
}
.has-success .form-control {
  border-color: #4CAF50;
  box-shadow: none;
}
.has-success .form-control:focus {
  border-color: #4CAF50;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #4CAF50;
  background-color: #4CAF50;
  border-color: #4CAF50;
}
.has-success .form-control-feedback {
  color: #4CAF50;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #FF6D00;
}
.has-warning .form-control {
  border-color: #FF6D00;
  box-shadow: none;
}
.has-warning .form-control:focus {
  border-color: #FF6D00;
  box-shadow: none;
}
.has-warning .input-group-addon {
  color: #FF6D00;
  background-color: #FF6D00;
  border-color: #FF6D00;
}
.has-warning .form-control-feedback {
  color: #FF6D00;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #F44336;
}
.has-error .form-control {
  border-color: #F44336;
  box-shadow: none;
}
.has-error .form-control:focus {
  border-color: #F44336;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: #F44336;
  background-color: #F44336;
  border-color: #F44336;
}
.has-error .form-control-feedback {
  color: #F44336;
}
input,
select {
  height: 34px;
  border-radius: 3px;
  padding-left: 10px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #BDC4C9;
  box-shadow: inset 0px 1px 0px #F1F0F1;
}
/* Form Control */
.form-control {
  height: 34px;
  border-radius: 3px;
  padding-left: 10px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #BDC4C9;
  display: block;
  box-shadow: inset 0px 1px 0px #F1F0F1;
}
.form-control:focus {
  background: #f7f7f7;
  border-color: #BDC4C9;
  box-shadow: none;
  border-top: 1px solid #B7B7B7;
}
.form-label {
  font-weight: 500;
}
/* Fieldset Form */
.fieldset-form fieldset {
  padding: 20px;
  margin: 0 2px;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding-top: 10px;
}
.fieldset-form legend {
  width: auto;
  padding: 0px 10px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: inherit;
  color: #333;
  border: 0;
  font-weight: 600;
  border-bottom: none;
}
/* Form Control Line */
.form-control-line {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  padding-left: 0;
  border-radius: 0;
  box-shadow: none;
}
.form-control-line:focus {
  border-top: 0;
  background: none;
  border-color: #666;
}
/* Form Control Radius */
.form-control-radius {
  border-radius: 999px;
}
/* Form Group */
.form-group {
  margin-bottom: 18px;
}
/* Form Inline */
.form-inline label {
  margin-right: 5px;
}
.form-inline .checkbox-inline,
.form-inline .radio-inline {
  padding-left: 0;
  margin-right: 5px;
}
.form-inline .checkbox-inline label,
.form-inline .radio-inline label {
  padding-left: 5px;
}
.form-inline .form-group {
  padding-right: 10px;
}
/* Input Group Addon */
.input-group-addon {
  background: #f7f7f7;
  border-color: #BDC4C9;
  font-weight: 600;
  padding-left: 17px;
  padding-right: 17px;
}
/* Input Control Sizing */
.input-sm {
  height: 30px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 3px;
}
/* breadcrumb */
.breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
  font-weight: 600;
}
.breadcrumb .active {
  font-weight: normal;
  color: #999;
}
/* Dropdown Menu */
.dropdown-menu {
  min-width: 100px;
  font-size: inherit;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
}
.dropdown-header {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 10px;
  padding-left: 15px;
  font-family: 'Roboto', sans-serif;
  padding-top: 5px;
}
.dropdown-menu li {
  position: relative;
}
.dropdown-menu > li > a {
  padding: 9px 20px;
  color: #3D464D;
}
.dropdown-menu .divider {
  margin: 4px 0;
}
.dropdown-menu-list li a {
  padding-left: 40px;
}
.dropdown-menu-list .badge {
  right: 20px;
  font-weight: normal;
  margin-left: 5px;
  padding: 2px 6px;
  font-size: 11px;
}
.dropdown-menu-list .falist {
  position: absolute;
  left: 15px;
  top: 11px;
  font-size: 15px;
}
#editor {
  max-height: 250px;
  height: 250px;
  background-color: white;
  border-collapse: separate;
  border: 1px solid #cccccc;
  padding: 4px;
  box-sizing: content-box;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  overflow: scroll;
  outline: none;
}
#voiceBtn {
  width: 20px;
  color: transparent;
  background-color: transparent;
  transform: scale(2, 2);
  -webkit-transform: scale(2, 2);
  -moz-transform: scale(2, 2);
  border: transparent;
  cursor: pointer;
  box-shadow: none;
  -webkit-box-shadow: none;
}
div[data-role="editor-toolbar"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dropdown-menu a {
  cursor: pointer;
}
/* Tabs */
.tab-content {
  background: #fff;
  padding: 20px;
}
.nav-tabs {
  border-bottom: none;
  background: #E9E9E9;
  padding: 0;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  margin-right: -2px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  color: inherit;
  border: none;
  border-radius: 0;
}
.nav-tabs > li > a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: none;
  border-bottom-color: transparent;
}
.nav-pills {
  padding-bottom: 10px;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
  padding: 4px 10px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #19A0B5;
}
.nav-stacked li {
  width: 100%;
  display: block;
}
.nav-justified {
  padding: 0;
  margin-bottom: -1px;
  border-bottom: none;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: none;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #fff;
  }
}
.nav-line {
  border-bottom: none;
  background: none;
  padding: 0;
}
.nav-line > li {
  float: left;
  margin-bottom: -1px;
}
.nav-line > li > a:hover {
  background: none;
  border-bottom: 3px solid #E4E4E4;
  color: #37363E;
}
.nav-line > li.active > a,
.nav-line > li.active > a:hover,
.nav-line > li.active > a:focus {
  color: inherit;
  cursor: default;
  background-color: transparent;
  border-bottom: 3px solid #19A0B5;
}
.nav-icon .fa {
  font-size: 16px;
  color: inherit;
}
.nav-pills > li > a {
  border-radius: 3px;
  padding: 4px 14px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
  margin: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 29px;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 29px;
  text-align: right;
}
.tabcolor5-bg li a,
.tabcolor6-bg li a,
.tabcolor7-bg li a,
.tabcolor8-bg li a,
.tabcolor9-bg li a,
.tabcolor10-bg li a {
  color: #fff;
}
.tabcolor5-bg {
  background: #19A0B5;
}
.tabcolor6-bg {
  background: #399BFF;
}
.tabcolor7-bg {
  background: #4CAF50;
}
.tabcolor8-bg {
  background: #00B8D4;
}
.tabcolor9-bg {
  background: #FF6D00;
}
.tabcolor10-bg {
  background: #F44336;
}
/* Panels */
.panel {
  box-shadow: none;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}
.panel-toolbar {
  padding: 0.5em 0;
}
.panel-footer {
  margin: -20px;
  margin-top: 20px;
  background: #f9f9f9;
}
.panel-transparent {
  background: none;
  border: none;
}
.panel-transparent .panel-title {
  background: none;
  border: none;
}
.panel-default > .panel-heading {
  background-color: inherit;
  border-bottom: 0;
  color: #3D464D;
}
.panel-title {
  font-family: 'Montserrat', sans-serif;
  color: #58666E;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 16px 20px;
  margin: -20px;
  background: #fff;
  margin-bottom: 5px;
  border-bottom: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-body,
.panel-heading {
  padding: 0;
  color: inherit;
  background-color: transparent;
}
.panel-heading {
  background: transparent;
  border-bottom: transparent;
}
.panel .badge {
  font-size: 11px;
  font-family: 'Roboto', sans-serif;
  text-transform: none;
  padding: 4px 10px;
  margin-left: 5px;
  font-weight: normal;
}
.panel-footer {
  background: rgba(0, 0, 0, 0.01);
  border-top: 1px solid inherit;
}
.panel-title .badge {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
.panel-heading {
  font-size: 20px;
  padding-bottom: 15px;
  font-weight: 300;
}
.panel .list-group {
  margin: -20px;
  margin-top: 20px;
  background: transparent;
}
.panel .list-group li {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 0;
  background: transparent;
  border-right: 0;
}
.panel .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.panel .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom: 0;
}
/* Panel Collapse */
.panel-collapse {
  padding-bottom: 0;
}
.panel-collapse .panel-title {
  padding-bottom: 0;
  margin-bottom: 0;
}
.panel-collapse .panel-body {
  padding: 10px 0 20px 0;
}
/* Panel widget */
.panel-widget {
  overflow: hidden;
  border: none;
}
/* Panel Default */
.panel-default {
  border-color: #ddd;
}
.panel-default .badge {
  color: inherit;
  background-color: rgba(0, 0, 0, 0.2);
}
.panel-default .list-group {
  margin: -20px;
  margin-top: 20px;
}
.panel-default .list-group li {
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
}
.panel-default .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.panel-default .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom: 0;
}
/* Panel Primary */
.panel-primary {
  border-color: #19A0B5;
  background: #19A0B5;
  color: #fff;
}
.panel-primary > .panel-heading {
  color: inherit;
  background: transparent;
  border-bottom: transparent;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #19A0B5;
}
.panel-primary .panel-title {
  color: #fff;
  background: #19A0B5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.panel-primary .panel-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #19A0B5;
}
/* Panel Success */
.panel-success {
  border-color: #4CAF50;
  background: #4CAF50;
  color: #fff;
}
.panel-success > .panel-heading {
  color: inherit;
  background: transparent;
  border-bottom: transparent;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #4CAF50;
}
.panel-success .panel-title {
  color: #fff;
  background: #4CAF50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.panel-success .panel-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #4CAF50;
}
/* Panel Info */
.panel-info {
  border-color: #00B8D4;
  background: #00B8D4;
  color: #fff;
}
.panel-info > .panel-heading {
  color: inherit;
  background: transparent;
  border-bottom: transparent;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #00B8D4;
}
.panel-info .panel-title {
  color: #fff;
  background: #00B8D4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.panel-info .panel-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00B8D4;
}
/* Panel Warning */
.panel-warning {
  border-color: #FF6D00;
  background: #FF6D00;
  color: #fff;
}
.panel-warning > .panel-heading {
  color: inherit;
  background: transparent;
  border-bottom: transparent;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #FF6D00;
}
.panel-warning .panel-title {
  color: #fff;
  background: #FF6D00;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.panel-warning .panel-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #FF6D00;
}
/* Panel Danger */
.panel-danger {
  border-color: #F44336;
  background: #F44336;
  color: #fff;
}
.panel-danger > .panel-heading {
  color: inherit;
  background: transparent;
  border-bottom: transparent;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #F44336;
}
.panel-danger .panel-title {
  color: #fff;
  background: #F44336;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.panel-danger .panel-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #F44336;
}
/* Panel Dark */
.panel-dark {
  border-color: #333;
  background: #333;
  color: #fff;
}
.panel-dark > .panel-heading {
  color: inherit;
  background: transparent;
  border-bottom: transparent;
}
.panel-dark > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #333;
}
.panel-dark .panel-title {
  color: #fff;
  background: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.panel-dark .panel-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}
.panel-dark > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #333;
}
/* Panel Tools */
.panel-tools {
  font-family: 'Roboto', sans-serif;
  position: absolute;
  right: 16px;
  top: 13px;
  text-transform: none;
  font-weight: 600;
  font-size: inherit;
  z-index: 1;
}
.panel-tools li {
  display: inline-block;
}
.panel-tools a {
  padding: 3px 8px;
  display: block;
  color: inherit;
  border-radius: 3px;
}
.panel-tools a:hover {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.09);
}
.panel-tools .icon {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  cursor: pointer;
}
.panel-tools .icon a {
  color: rgba(0, 0, 0, 0.4);
}
.panel-tools .dropdown-menu {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  font-size: 13px;
}
.panel-tools .dropdown-menu li {
  display: list-item;
}
.panel-tools .dropdown-menu a {
  display: block;
}
.panel-search {
  margin: -20px;
  padding: 15px 20px;
  position: relative;
  color: #333;
  display: none;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.panel-search input {
  background: #fff;
  border-radius: 999px;
  padding-left: 35px;
}
.panel-search input:focus {
  background: #fff;
}
.panel-search .icon {
  position: absolute;
  left: 35px;
  top: 25px;
}
.panel-fullsize {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: auto;
  top: 0;
  left: 0;
  z-index: 9999;
}
.panel-tools-hover {
  display: none;
}
.panel:hover .panel-tools-hover {
  display: block;
}
.panel-title .titleicon {
  margin-right: 10px;
}
.panel-closed .panel-title {
  margin-bottom: -20px;
}
.panel-closed .panel-body {
  display: none;
}
/* Widget Tools */
.widget-tools {
  font-family: 'Roboto', sans-serif;
  position: absolute;
  right: 15px;
  top: 13px;
  text-transform: none;
  font-weight: 600;
  font-size: inherit;
  z-index: 1;
}
.widget-tools li {
  display: inline-block;
}
.widget-tools a {
  padding: 3px 8px;
  display: block;
  color: inherit;
  border-radius: 3px;
}
.widget-tools a:hover {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.09);
}
.widget-tools .icon {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  cursor: pointer;
}
.widget-tools .icon a {
  color: rgba(0, 0, 0, 0.4);
}
.widget-tools .dropdown-menu {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  font-size: 13px;
}
.widget-tools .dropdown-menu li {
  display: list-item;
}
.widget-tools .dropdown-menu a {
  display: block;
}
.widget-fullsize {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: auto;
  top: 0;
  left: 0;
  z-index: 9999;
}
.widget-tools-hover {
  display: none;
}
.widget:hover .widget-tools-hover {
  display: block;
}
/* Modals */
.modal {
  z-index: 9999;
}
.modal-sm {
  max-width: 400px;
}
.modal-lg {
  min-width: 90%;
}
.modal .close {
  width: 26px;
  border-radius: 4px;
  font-size: 23px;
  background: #ccc;
  color: #000;
  text-shadow: none;
  opacity: 0.4;
  outline: 0;
}
.modal .close:hover {
  opacity: 0.6;
}
.modal-title {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
.modalicon {
  background: #fff;
  border-radius: 3px;
  text-align: center;
  height: 300px;
  display: table-cell;
  width: 100%;
  position: relative;
  vertical-align: middle;
  border: 2px solid #e2e2e2;
}
.modalicon img {
  border-radius: 3px;
}
.modalicon:hover {
  border-color: #ccc;
}
.progress {
  height: 18px;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: none;
}
.progress-bar {
  background: #19A0B5;
  font-size: 12px;
  font-weight: 600;
}
.progress-bar-success {
  background: #4CAF50;
}
.progress-bar-info {
  background: #00B8D4;
}
.progress-bar-warning {
  background: #FF6D00;
}
.progress-bar-danger {
  background: #F44336;
}
.progress-bar-transparent {
  background: transparent;
  color: inherit;
}
.progress-small {
  height: 9px;
}
.progress-large {
  height: 26px;
}
.progress-extralarge {
  height: 36px;
}
/* Table */
.table {
  margin: 0;
}
.table-hover > tbody > tr:hover {
  background-color: #EFF7FF;
}
thead {
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  color: #37363E;
}
thead .fa {
  font-size: 16px;
  margin: 0;
}
table td {
  display: table-cell;
  vertical-align: middle;
}
.doc-grid {
  padding: 10px 20px;
}
.doc-grid div {
  border: 1px solid #ccc;
  text-align: center;
  font-size: 16px;
  padding: 20px 0;
  background: #fff;
}
/* =================================================================================
Widgets
================================================================================= */
.widget {
  overflow: hidden;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 3px;
  padding: 20px;
  position: relative;
}
.widget .widget-title {
  color: #37363E;
  font-size: 12px;
  font-weight: bold;
  padding: 16px 20px;
  background: #fff;
  margin-bottom: 5px;
  border-bottom: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin: -20px;
  margin-bottom: 20px;
}
.widget .widget-title h5 {
  font-size: 12px;
  z-index: 1;
  margin: 0;
  color: #58666E;
}
.widget .widget-title h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.widget-inline-list {
  display: block;
  padding-left: 0;
  color: #58666E;
}
.widget-inline-list li {
  display: block;
  float: left;
  text-align: center;
  padding: 15px 0;
}
.widget-inline-list li span {
  font-size: 18px;
  display: block;
  color: inherit;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
.widget-inline-list .chart {
  display: block;
  margin-top: 5px;
}
.widget-inline-list .col-1 {
  width: 8.3333333%;
}
.widget-inline-list .col-2 {
  width: 16.666666%;
}
.widget-inline-list .col-3 {
  width: 25%;
}
.widget-inline-list .col-4 {
  width: 33.333333%;
}
.widget-inline-list .col-6 {
  width: 50%;
}
.widget-inline-list .col-12 {
  width: 100%;
}
/* Chart with Stats */
.chart-with-stats {
  padding: 0;
}
.chart-with-stats .right {
  background: rgba(255, 255, 255, 0.8);
  min-width: 150px;
  position: absolute;
  text-align: center;
  right: 0;
}
.chart-with-stats .right .title {
  left: 0;
  right: 0;
  text-align: center;
  padding-bottom: 14px;
}
.chart-with-stats .bigchart {
  height: 300px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 70px;
}
.chart-with-stats .top-label {
  position: absolute;
  right: 170px;
  top: 20px;
  background: #f2f2f2;
  border-radius: 3px;
  text-align: right;
  padding: 10px 20px;
}
.chart-with-stats .top-label h2 {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  font-weight: bold;
  color: #37363E;
  font-size: 28px;
}
.chart-with-stats .top-label h4 {
  font-size: 13px;
  margin: 0;
  opacity: 0.7;
  color: #58666E;
}
.chart-with-stats .title {
  font-family: 'Roboto', sans-serif;
  color: #58666E;
  font-weight: bold;
  position: absolute;
  left: 20px;
  top: 0px;
  font-size: 13px;
  z-index: 1;
  margin-bottom: 0;
  padding: 0;
}
.chart-with-stats .title small {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  margin-top: 4px;
}
.chart-with-stats .widget-inline-list {
  position: absolute;
  opacity: 0.9;
  top: 50px;
  bottom: 0;
}
.chart-with-stats .widget-inline-list span {
  color: #37363E;
}
.chart-with-stats .widget-inline-list li {
  margin-bottom: 20px;
}
.chart-on-bottom {
  width: 100%;
  position: absolute;
  left: -20px;
  right: -2px;
  bottom: -2px;
}
/* Social Box */
.socialbox .text {
  font-size: 20px;
  color: #fff;
  line-height: 1.6em;
  font-weight: 300;
}
.socialbox .text-info {
  color: #fff;
  opacity: 0.7;
}
.socialbox .logo {
  color: #fff;
  font-size: 28px;
  left: 20px;
  bottom: 20px;
  position: absolute;
}
.socialbox .info {
  color: #fff;
  margin: 0;
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 15px;
  padding: 0;
}
.socialbox .info .fa {
  margin-right: 4px;
}
.socialbox .info li {
  display: inline;
  padding-left: 10px;
}
/* Profile Widget */
.profile-widget {
  padding: 0;
  padding-top: 40px;
  color: #fff;
  text-align: center;
  background-size: cover;
}
.profile-widget .profile-image {
  width: 115px;
  height: 115px;
  border: 4px solid #fff;
  border-radius: 999px;
  margin-bottom: 10px;
}
.profile-widget .btn {
  background: #fff;
  color: #37363E;
}
.profile-widget .btn:hover {
  opacity: 0.9;
}
.profile-widget h1 {
  color: #fff;
  margin: 0;
  font-size: 26px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-weight: 300;
}
.profile-widget .stats {
  color: #fff;
  padding: 12px 0;
  position: absolute;
  bottom: -20px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.profile-widget .stats span {
  color: #fff;
}
/* Basic List */
.basic-list {
  margin-bottom: 0;
  padding: 0;
}
.basic-list li {
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 11px 0;
}
.basic-list li:last-child {
  border-bottom: none;
}
.basic-list .right {
  position: absolute;
  right: 0;
  display: inline-block;
  padding: 3px 6px;
  font-weight: 600;
}
/* Image List */
.image-list li {
  padding-left: 50px;
}
.image-list .img {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  border-radius: 999px;
}
.image-list .desc {
  font-size: 12px;
  opacity: 0.8;
  display: block;
}
/* Blog Post */
.blog-post .image-div {
  border-radius: 3px;
  margin-bottom: 14px;
  position: relative;
  overflow: hidden;
}
.blog-post .image-div a {
  color: #fff;
}
.blog-post .image-div a:hover {
  opacity: 0.8;
}
.blog-post .image {
  width: 100%;
  min-height: 100px;
  border-radius: 3px;
  top: 0;
  opacity: 0.2;
}
.blog-post .title {
  position: absolute;
  top: 0;
  color: #fff;
  padding: 10px;
  margin: 0;
  line-height: normal;
  font-size: 34px;
  font-weight: 300;
}
.blog-post .author {
  position: relative;
  padding-left: 50px;
  border-top: 1px solid #ededed;
  padding-top: 20px;
  margin-top: 15px;
  margin-bottom: 0;
}
.blog-post .author img {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  position: absolute;
  left: 0;
}
.blog-post .author .text {
  margin-bottom: 20px;
}
.blog-post .author span {
  display: block;
  color: #37363E;
  font-weight: 600;
}
/* Quick Menu */
.quick-menu {
  padding: 0;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 3px;
  font-family: 'Roboto', sans-serif;
}
.quick-menu .label {
  position: absolute;
  padding: 4px 6px;
  top: -10px;
  right: 10px;
}
.quick-menu li {
  display: block;
  text-align: center;
  padding: 0;
  position: relative;
  font-size: 13px;
}
.quick-menu li .fa {
  display: block;
  font-size: 28px;
  margin-bottom: 5px;
  opacity: 0.8;
}
.quick-menu a {
  color: #58666E;
  display: block;
  padding: 18px 0;
}
.quick-menu a .fa {
  color: #19A0B5;
}
.quick-menu a:hover {
  background: rgba(0, 0, 0, 0.03);
  color: #37363E;
}
/* Widget Map */
.gmaps,
.gmaps-panaroma {
  height: 300px;
  background: #6699cc;
  border-radius: 3px;
}
.gmaps-overlay {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  opacity: 0.8;
  background: #4477aa;
  border: solid 3px #336699;
  border-radius: 4px;
  box-shadow: 2px 2px 10px #333;
  text-shadow: 1px 1px 1px #666;
  padding: 0 4px;
}
.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}
.gmaps-overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #336699;
}
.gmaps-overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #336699;
}
/* widget table-dic */
.table-dic .fa {
  text-shadow: none;
  color: #19A0B5;
  font-size: 20px;
  margin-right: 8px;
}
.table-dic .type {
  font-size: 11px;
  opacity: 0.7;
}
.app {
  height: 100%;
}
.modal-content {
  border-radius: 0;
}
.table-nonfluid {
  width: auto !important;
}
.table-borderless-cells > thead > tr > td,
.table-borderless-cells > thead > tr > th,
.table-borderless-cells > tbody > tr > td,
.table-borderless-cells > tbody > tr > th {
  border: none !important;
}


/*# sourceMappingURL=main.f1ff73990942fc89c2c7.css.map*/