diff --git a/Makefile b/Makefile
index 6d3cdc8..3105cdd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
mac:
- cd tray ; make clean ; make
+ cd tray ; make clean
+ cd tray ; make zt_lib
cd ui ; yarn build
cargo build --release
cp -f ui/dist/index.html mac-app-template/ZeroTier.app/Contents/Resources/ui.html
diff --git a/mac-app-template/ZeroTier.app/Contents/Resources/dark.css b/mac-app-template/ZeroTier.app/Contents/Resources/dark.css
new file mode 100644
index 0000000..f8448bb
--- /dev/null
+++ b/mac-app-template/ZeroTier.app/Contents/Resources/dark.css
@@ -0,0 +1,16586 @@
+@charset "UTF-8";
+/**
+ * 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 2px rgba(54, 162, 239, 0); }
+ 100% {
+ box-shadow: 0 0 0 2px #36A2EF; } }
+
+@keyframes focusRingAnimate {
+ 0% {
+ box-shadow: 0 0 0 2px rgba(54, 162, 239, 0); }
+ 100% {
+ box-shadow: 0 0 0 2px #36A2EF; } }
+
+@-webkit-keyframes focusRingAnimateLarge {
+ 0% {
+ box-shadow: 0 0 0 10px rgba(54, 162, 239, 0); }
+ 100% {
+ box-shadow: 0 0 0 4px #36A2EF; } }
+
+@keyframes focusRingAnimateLarge {
+ 0% {
+ box-shadow: 0 0 0 10px rgba(54, 162, 239, 0); }
+ 100% {
+ box-shadow: 0 0 0 4px #36A2EF; } }
+
+@-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; }
+
+/**
+ * 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-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(152, 162, 179, 0.5);
+ border: 6px solid transparent;
+ background-clip: content-box; }
+ .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-width: thin;
+ overflow-x: auto; }
+ .eui-xScroll::-webkit-scrollbar {
+ width: 16px;
+ height: 16px; }
+ .eui-xScroll::-webkit-scrollbar-thumb {
+ background-color: rgba(152, 162, 179, 0.5);
+ border: 6px solid transparent;
+ background-clip: content-box; }
+ .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-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(152, 162, 179, 0.5);
+ border: 6px solid transparent;
+ background-clip: content-box; }
+ .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-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(152, 162, 179, 0.5);
+ border: 6px solid transparent;
+ background-clip: content-box; }
+ .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-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(152, 162, 179, 0.5);
+ border: 6px solid transparent;
+ background-clip: content-box; }
+ .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 {
+ outline: 2px solid currentColor; }
+ .eui-isFocusable:focus:focus-visible {
+ outline-style: auto; }
+ .eui-isFocusable:focus:not(:focus-visible) {
+ outline: none; }
+
+/**
+ * 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; }
+
+/**
+ * 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", -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", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-weight: 400;
+ letter-spacing: normal;
+ -webkit-text-size-adjust: 100%;
+ -ms-text-size-adjust: 100%;
+ -webkit-font-kerning: normal;
+ font-kerning: normal;
+ font-size: 14px;
+ color: #DFE5EF;
+ height: 100%;
+ background-color: #141519; }
+
+body {
+ line-height: 1.14286; }
+
+*:focus {
+ outline: 2px solid currentColor;
+ outline-offset: -1px; }
+ *:focus:focus-visible {
+ outline-style: auto; }
+ *:focus:not(:focus-visible) {
+ outline: none; }
+
+::-moz-selection {
+ background: rgba(54, 162, 239, 0.3); }
+
+::selection {
+ background: rgba(54, 162, 239, 0.3); }
+
+a {
+ text-decoration: none;
+ color: #36A2EF; }
+ a:hover, a:focus {
+ text-decoration: 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;
+ 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; }
+
+svg text {
+ letter-spacing: normal !important; }
+
+html {
+ scrollbar-width: thin;
+ scrollbar-color: rgba(152, 162, 179, 0.5) transparent; }
+
+.euiScreenReaderOnly,
+.euiScreenReaderOnly--showOnFocus:not(:focus):not(:active) {
+ position: absolute;
+ left: -10000px;
+ top: auto;
+ width: 1px;
+ height: 1px;
+ overflow: hidden; }
+
+.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: 14px;
+ font-size: 1rem;
+ line-height: 1.71429rem;
+ 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__button:focus .euiAccordion__iconWrapper {
+ outline: 2px solid currentColor;
+ color: #36A2EF; }
+ .euiAccordion__button:focus .euiAccordion__iconWrapper:focus-visible {
+ outline-style: auto; }
+ .euiAccordion__button:focus .euiAccordion__iconWrapper:not(:focus-visible) {
+ outline: none; }
+
+.euiAccordion__buttonReverse {
+ -webkit-flex-direction: row-reverse;
+ flex-direction: row-reverse;
+ -webkit-justify-content: space-between;
+ justify-content: space-between; }
+ .euiAccordion__buttonReverse .euiAccordion__iconWrapper {
+ margin-left: 8px;
+ margin-right: 4px; }
+
+.euiAccordion__iconWrapper {
+ width: 16px;
+ height: 16px;
+ margin-left: 4px;
+ margin-right: 8px;
+ border-radius: 6px;
+ -webkit-flex-shrink: 0;
+ flex-shrink: 0; }
+ .euiAccordion__iconWrapper .euiAccordion__icon {
+ vertical-align: top;
+ transition: -webkit-transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
+ transition: transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
+ transition: transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); }
+ .euiAccordion__iconWrapper .euiAccordion__icon-isOpen {
+ -webkit-transform: rotate(90deg);
+ transform: rotate(90deg); }
+
+.euiAccordion__iconButton {
+ margin-left: 8px;
+ margin-right: 4px; }
+ .euiAccordion__iconButton:focus {
+ outline: 2px solid currentColor;
+ color: #36A2EF; }
+ .euiAccordion__iconButton:focus:focus-visible {
+ outline-style: auto; }
+ .euiAccordion__iconButton:focus:not(:focus-visible) {
+ outline: none; }
+
+.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__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 #343741;
+ border-bottom: 1px solid #343741; }
+ .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(212, 218, 229, 0.05); }
+
+.euiAvatar--space {
+ position: relative;
+ border-radius: 6px; }
+ .euiAvatar--space:after {
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ border-radius: 6px;
+ content: '';
+ pointer-events: none;
+ border: 1px solid rgba(212, 218, 229, 0.05); }
+
+.euiAvatar-isDisabled {
+ cursor: not-allowed;
+ -webkit-filter: grayscale(100%);
+ filter: grayscale(100%); }
+
+.euiAvatar--plain {
+ background-color: #1D1E24; }
+
+.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: 3px;
+ 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: #858a91 !important;
+ background-color: #515761 !important; }
+ .euiBadge:focus-within {
+ outline: 2px solid currentColor; }
+ .euiBadge:focus-within:focus-visible {
+ outline-style: auto; }
+ .euiBadge:focus-within:not(:focus-visible) {
+ outline: none; }
+ .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 {
+ outline: 2px solid currentColor; }
+ .euiBadge-isClickable:focus:focus-visible {
+ outline-style: auto; }
+ .euiBadge-isClickable:focus:not(:focus-visible) {
+ outline: none; }
+
+.euiBadge-isClickable .euiBadge__text {
+ cursor: inherit; }
+
+.euiBadge--hollow {
+ background-color: #1D1E24;
+ border-color: #52555e;
+ color: #DFE5EF; }
+
+.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 #343741;
+ vertical-align: super;
+ font-size: 12px;
+ font-weight: 700;
+ text-transform: uppercase;
+ letter-spacing: .05em;
+ line-height: 24px;
+ text-align: center;
+ white-space: nowrap;
+ cursor: default; }
+ .euiBetaBadge:focus {
+ outline: 2px solid currentColor; }
+ .euiBetaBadge:focus:focus-visible {
+ outline-style: auto; }
+ .euiBetaBadge:focus:not(:focus-visible) {
+ outline: none; }
+
+.euiBetaBadge--iconOnly {
+ padding: 0;
+ width: 24px; }
+ .euiBetaBadge--iconOnly .euiBetaBadge__icon {
+ position: relative;
+ margin-top: -1px; }
+
+.euiNotificationBadge {
+ -webkit-flex-shrink: 0;
+ flex-shrink: 0;
+ display: inline-block;
+ border-radius: 6px;
+ 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: #F68FBE;
+ color: #000; }
+
+.euiNotificationBadge--medium {
+ line-height: 20px;
+ height: 20px;
+ min-width: 24px; }
+
+.euiNotificationBadge--subdued {
+ background: #71737a;
+ color: #FFF; }
+
+.euiBasicTable-loading {
+ position: relative; }
+ .euiBasicTable-loading tbody {
+ overflow: hidden; }
+ .euiBasicTable-loading tbody:before {
+ position: absolute;
+ content: '';
+ width: 100%;
+ height: 2px;
+ background-color: #36A2EF;
+ -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 .25s;
+ animation: euiBeaconPulseSmall 2.5s infinite ease-out .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 0.8px rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 0 17px rgba(0, 0, 0, 0.075);
+ background: #131317;
+ 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", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-weight: 400;
+ letter-spacing: normal;
+ -webkit-text-size-adjust: 100%;
+ -ms-text-size-adjust: 100%;
+ -webkit-font-kerning: normal;
+ font-kerning: normal;
+ font-size: 14px;
+ font-size: 1rem;
+ line-height: 1.71429rem;
+ font-weight: 500;
+ text-decoration: none;
+ transition: background-color 250ms ease-in-out, border-color 250ms ease-in-out;
+ outline-offset: -1px;
+ box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075);
+ border-radius: 6px;
+ 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 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); }
+ .euiButton:not([class*='isDisabled']):hover, .euiButton:not([class*='isDisabled']):focus, .euiButton:not([class*='isDisabled']):focus-within {
+ background-color: rgba(54, 162, 239, 0.1); }
+ .euiButton.euiButton-isDisabled {
+ pointer-events: auto;
+ cursor: not-allowed;
+ color: #515761;
+ border-color: #515761; }
+ .euiButton.euiButton-isDisabled .euiButtonContent__icon {
+ fill: currentColor; }
+ .euiButton.euiButton-isDisabled .euiButtonContent__spinner {
+ border-color: #36A2EF currentColor currentColor currentColor; }
+ .euiButton.euiButton-isDisabled.euiButton--fill {
+ color: #858a91;
+ background-color: #515761;
+ border-color: #515761; }
+ .euiButton.euiButton-isDisabled.euiButton--fill:hover, .euiButton.euiButton-isDisabled.euiButton--fill:focus, .euiButton.euiButton-isDisabled.euiButton--fill:focus-within {
+ background-color: #515761;
+ border-color: #515761; }
+ .euiButton.euiButton-isDisabled:hover, .euiButton.euiButton-isDisabled:focus, .euiButton.euiButton-isDisabled:focus-within {
+ box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075);
+ text-decoration: none; }
+
+.euiButton--primary {
+ color: #36A2EF;
+ border-color: #36A2EF; }
+ .euiButton--primary.euiButton--fill {
+ background-color: #36A2EF;
+ border-color: #36A2EF;
+ color: #000; }
+ .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: #1e97ed;
+ border-color: #1e97ed; }
+ .euiButton--primary:not([class*='isDisabled']) {
+ box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); }
+ .euiButton--primary:not([class*='isDisabled']):hover, .euiButton--primary:not([class*='isDisabled']):focus, .euiButton--primary:not([class*='isDisabled']):focus-within {
+ box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125);
+ background-color: rgba(54, 162, 239, 0.1); }
+
+.euiButton--secondary {
+ color: #7DDED8;
+ border-color: #7DDED8; }
+ .euiButton--secondary.euiButton--fill {
+ background-color: #7DDED8;
+ border-color: #7DDED8;
+ color: #000; }
+ .euiButton--secondary.euiButton--fill:not([class*='isDisabled']):hover, .euiButton--secondary.euiButton--fill:not([class*='isDisabled']):focus, .euiButton--secondary.euiButton--fill:not([class*='isDisabled']):focus-within {
+ background-color: #69d9d2;
+ border-color: #69d9d2; }
+ .euiButton--secondary:not([class*='isDisabled']) {
+ box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); }
+ .euiButton--secondary:not([class*='isDisabled']):hover, .euiButton--secondary:not([class*='isDisabled']):focus, .euiButton--secondary:not([class*='isDisabled']):focus-within {
+ box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125);
+ background-color: rgba(125, 222, 216, 0.1); }
+
+.euiButton--warning {
+ color: #F3D371;
+ border-color: #F3D371; }
+ .euiButton--warning.euiButton--fill {
+ background-color: #F3D371;
+ border-color: #F3D371;
+ 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: #f1cc59;
+ border-color: #f1cc59; }
+ .euiButton--warning:not([class*='isDisabled']) {
+ box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); }
+ .euiButton--warning:not([class*='isDisabled']):hover, .euiButton--warning:not([class*='isDisabled']):focus, .euiButton--warning:not([class*='isDisabled']):focus-within {
+ box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125);
+ background-color: rgba(243, 211, 113, 0.1); }
+
+.euiButton--danger {
+ color: #F86B63;
+ border-color: #F86B63; }
+ .euiButton--danger.euiButton--fill {
+ background-color: #F86B63;
+ border-color: #F86B63;
+ color: #000; }
+ .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: #f7544b;
+ border-color: #f7544b; }
+ .euiButton--danger:not([class*='isDisabled']) {
+ box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); }
+ .euiButton--danger:not([class*='isDisabled']):hover, .euiButton--danger:not([class*='isDisabled']):focus, .euiButton--danger:not([class*='isDisabled']):focus-within {
+ box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125);
+ background-color: rgba(248, 107, 99, 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 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); }
+ .euiButton--ghost:not([class*='isDisabled']):hover, .euiButton--ghost:not([class*='isDisabled']):focus, .euiButton--ghost:not([class*='isDisabled']):focus-within {
+ box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125);
+ background-color: rgba(255, 255, 255, 0.1); }
+
+.euiButton--text {
+ color: #DFE5EF;
+ border-color: #98A2B3; }
+ .euiButton--text.euiButton--fill {
+ background-color: #98A2B3;
+ border-color: #98A2B3;
+ color: #000; }
+ .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: #8995a8;
+ border-color: #8995a8; }
+ .euiButton--text:not([class*='isDisabled']) {
+ box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); }
+ .euiButton--text:not([class*='isDisabled']):hover, .euiButton--text:not([class*='isDisabled']):focus, .euiButton--text:not([class*='isDisabled']):focus-within {
+ box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125);
+ background-color: rgba(152, 162, 179, 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 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075);
+ color: #343741;
+ border-color: #343741; }
+
+.euiButton.euiButton-isDisabled.euiButton--ghost.euiButton--fill {
+ background-color: #343741;
+ color: #62656d; }
+
+.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", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-weight: 400;
+ letter-spacing: normal;
+ -webkit-text-size-adjust: 100%;
+ -ms-text-size-adjust: 100%;
+ -webkit-font-kerning: normal;
+ font-kerning: normal;
+ font-size: 14px;
+ font-size: 1rem;
+ line-height: 1.71429rem;
+ font-weight: 500;
+ text-decoration: none;
+ transition: background-color 250ms ease-in-out, border-color 250ms ease-in-out;
+ outline-offset: -1px;
+ 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: #515761; }
+ .euiButtonEmpty:disabled .euiButtonContent__icon {
+ fill: currentColor; }
+ .euiButtonEmpty:disabled .euiButtonContent__spinner {
+ border-color: #36A2EF 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: #36A2EF; }
+ .euiButtonEmpty--primary:focus {
+ background-color: rgba(54, 162, 239, 0.1); }
+
+.euiButtonEmpty--danger {
+ color: #F86B63; }
+ .euiButtonEmpty--danger:focus {
+ background-color: rgba(248, 107, 99, 0.1); }
+
+.euiButtonEmpty--disabled {
+ color: #858a91; }
+ .euiButtonEmpty--disabled:focus {
+ background-color: rgba(81, 87, 97, 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: #DFE5EF; }
+ .euiButtonEmpty--text:focus {
+ background-color: rgba(223, 229, 239, 0.1); }
+
+.euiButtonEmpty--success {
+ color: #7DDED8; }
+ .euiButtonEmpty--success:focus {
+ background-color: rgba(125, 222, 216, 0.1); }
+
+.euiButtonEmpty--warning {
+ color: #F3D371; }
+ .euiButtonEmpty--warning:focus {
+ background-color: rgba(243, 211, 113, 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", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-weight: 400;
+ letter-spacing: normal;
+ -webkit-text-size-adjust: 100%;
+ -ms-text-size-adjust: 100%;
+ -webkit-font-kerning: normal;
+ font-kerning: normal;
+ font-size: 14px;
+ font-size: 1rem;
+ line-height: 1.71429rem;
+ font-weight: 500;
+ text-decoration: none;
+ transition: background-color 250ms ease-in-out, border-color 250ms ease-in-out;
+ outline-offset: -1px;
+ box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075);
+ border-radius: 6px;
+ 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: #515761;
+ border-color: #515761; }
+ .euiButtonIcon.euiButtonIcon-isDisabled .euiButtonContent__icon {
+ fill: currentColor; }
+ .euiButtonIcon.euiButtonIcon-isDisabled .euiButtonContent__spinner {
+ border-color: #36A2EF currentColor currentColor currentColor; }
+ .euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--fill {
+ color: #858a91;
+ background-color: #515761;
+ border-color: #515761; }
+ .euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--fill:hover, .euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--fill:focus, .euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--fill:focus-within {
+ background-color: #515761;
+ border-color: #515761; }
+ .euiButtonIcon.euiButtonIcon-isDisabled:hover, .euiButtonIcon.euiButtonIcon-isDisabled:focus, .euiButtonIcon.euiButtonIcon-isDisabled:focus-within {
+ box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075);
+ text-decoration: none; }
+
+.euiButtonIcon--xSmall {
+ height: 24px;
+ width: 24px; }
+
+.euiButtonIcon--small {
+ height: 32px;
+ width: 32px; }
+
+.euiButtonIcon--accent {
+ color: #F68FBE;
+ border-color: #F68FBE; }
+ .euiButtonIcon--accent.euiButtonIcon--fill {
+ background-color: #F68FBE;
+ border-color: #F68FBE;
+ color: #000; }
+ .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: #f477b0;
+ border-color: #f477b0; }
+ .euiButtonIcon--accent:not([class*='isDisabled']) {
+ box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); }
+ .euiButtonIcon--accent:not([class*='isDisabled']):hover, .euiButtonIcon--accent:not([class*='isDisabled']):focus, .euiButtonIcon--accent:not([class*='isDisabled']):focus-within {
+ box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125);
+ background-color: rgba(246, 143, 190, 0.1); }
+
+.euiButtonIcon--danger {
+ color: #F86B63;
+ border-color: #F86B63; }
+ .euiButtonIcon--danger.euiButtonIcon--fill {
+ background-color: #F86B63;
+ border-color: #F86B63;
+ color: #000; }
+ .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: #f7544b;
+ border-color: #f7544b; }
+ .euiButtonIcon--danger:not([class*='isDisabled']) {
+ box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); }
+ .euiButtonIcon--danger:not([class*='isDisabled']):hover, .euiButtonIcon--danger:not([class*='isDisabled']):focus, .euiButtonIcon--danger:not([class*='isDisabled']):focus-within {
+ box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125);
+ background-color: rgba(248, 107, 99, 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 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); }
+ .euiButtonIcon--ghost:not([class*='isDisabled']):hover, .euiButtonIcon--ghost:not([class*='isDisabled']):focus, .euiButtonIcon--ghost:not([class*='isDisabled']):focus-within {
+ box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125);
+ background-color: rgba(255, 255, 255, 0.1); }
+
+.euiButtonIcon--primary {
+ color: #36A2EF;
+ border-color: #36A2EF; }
+ .euiButtonIcon--primary.euiButtonIcon--fill {
+ background-color: #36A2EF;
+ border-color: #36A2EF;
+ color: #000; }
+ .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: #1e97ed;
+ border-color: #1e97ed; }
+ .euiButtonIcon--primary:not([class*='isDisabled']) {
+ box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); }
+ .euiButtonIcon--primary:not([class*='isDisabled']):hover, .euiButtonIcon--primary:not([class*='isDisabled']):focus, .euiButtonIcon--primary:not([class*='isDisabled']):focus-within {
+ box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125);
+ background-color: rgba(54, 162, 239, 0.1); }
+
+.euiButtonIcon--subdued {
+ color: #7a7f89;
+ border-color: #7a7f89; }
+ .euiButtonIcon--subdued.euiButtonIcon--fill {
+ background-color: #7a7f89;
+ border-color: #7a7f89;
+ color: #000; }
+ .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: #6e727c;
+ border-color: #6e727c; }
+ .euiButtonIcon--subdued:not([class*='isDisabled']) {
+ box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); }
+ .euiButtonIcon--subdued:not([class*='isDisabled']):hover, .euiButtonIcon--subdued:not([class*='isDisabled']):focus, .euiButtonIcon--subdued:not([class*='isDisabled']):focus-within {
+ box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125);
+ background-color: rgba(122, 127, 137, 0.1); }
+
+.euiButtonIcon--success {
+ color: #7DDED8;
+ border-color: #7DDED8; }
+ .euiButtonIcon--success.euiButtonIcon--fill {
+ background-color: #7DDED8;
+ border-color: #7DDED8;
+ color: #000; }
+ .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: #69d9d2;
+ border-color: #69d9d2; }
+ .euiButtonIcon--success:not([class*='isDisabled']) {
+ box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); }
+ .euiButtonIcon--success:not([class*='isDisabled']):hover, .euiButtonIcon--success:not([class*='isDisabled']):focus, .euiButtonIcon--success:not([class*='isDisabled']):focus-within {
+ box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125);
+ background-color: rgba(125, 222, 216, 0.1); }
+
+.euiButtonIcon--text {
+ color: #DFE5EF;
+ border-color: #98A2B3; }
+ .euiButtonIcon--text.euiButtonIcon--fill {
+ background-color: #98A2B3;
+ border-color: #98A2B3;
+ color: #000; }
+ .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: #8995a8;
+ border-color: #8995a8; }
+ .euiButtonIcon--text:not([class*='isDisabled']) {
+ box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); }
+ .euiButtonIcon--text:not([class*='isDisabled']):hover, .euiButtonIcon--text:not([class*='isDisabled']):focus, .euiButtonIcon--text:not([class*='isDisabled']):focus-within {
+ box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125);
+ background-color: rgba(152, 162, 179, 0.1); }
+
+.euiButtonIcon--warning {
+ color: #F3D371;
+ border-color: #F3D371; }
+ .euiButtonIcon--warning.euiButtonIcon--fill {
+ background-color: #F3D371;
+ border-color: #F3D371;
+ 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: #f1cc59;
+ border-color: #f1cc59; }
+ .euiButtonIcon--warning:not([class*='isDisabled']) {
+ box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075); }
+ .euiButtonIcon--warning:not([class*='isDisabled']):hover, .euiButtonIcon--warning:not([class*='isDisabled']):focus, .euiButtonIcon--warning:not([class*='isDisabled']):focus-within {
+ box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125);
+ background-color: rgba(243, 211, 113, 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 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075);
+ color: #343741;
+ border-color: #343741; }
+
+.euiButtonIcon.euiButtonIcon-isDisabled.euiButtonIcon--ghost.euiButton--fill {
+ background-color: #343741;
+ color: #62656d; }
+
+.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 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075);
+ border-radius: 7px;
+ 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: 4px;
+ background-color: #16171c;
+ height: 32px;
+ border: 1px solid rgba(255, 255, 255, 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", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-weight: 400;
+ letter-spacing: normal;
+ -webkit-text-size-adjust: 100%;
+ -ms-text-size-adjust: 100%;
+ -webkit-font-kerning: normal;
+ font-kerning: normal;
+ font-size: 14px;
+ font-size: 1rem;
+ line-height: 1.71429rem;
+ 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(54, 162, 239, 0.1);
+ text-decoration: underline; }
+ .euiButtonGroupButton.euiButtonGroupButton-isDisabled {
+ pointer-events: auto;
+ cursor: not-allowed;
+ color: #515761; }
+ .euiButtonGroupButton.euiButtonGroupButton-isDisabled .euiButtonContent__icon {
+ fill: currentColor; }
+ .euiButtonGroupButton.euiButtonGroupButton-isDisabled .euiButtonContent__spinner {
+ border-color: #36A2EF currentColor currentColor currentColor; }
+ .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton-isSelected {
+ color: #858a91;
+ background-color: #515761;
+ border-color: #515761; }
+ .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton-isSelected:hover, .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton-isSelected:focus, .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton-isSelected:focus-within {
+ background-color: #515761;
+ border-color: #515761; }
+ .euiButtonGroupButton.euiButtonGroupButton--primary:not([class*='isDisabled']) {
+ color: #36A2EF; }
+ .euiButtonGroupButton.euiButtonGroupButton--primary:not([class*='isDisabled']).euiButtonGroupButton-isSelected {
+ background-color: #36A2EF;
+ border-color: #36A2EF;
+ color: #000; }
+ .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: #1e97ed;
+ border-color: #1e97ed; }
+ .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(54, 162, 239, 0.1); }
+ .euiButtonGroupButton.euiButtonGroupButton--secondary:not([class*='isDisabled']) {
+ color: #7DDED8; }
+ .euiButtonGroupButton.euiButtonGroupButton--secondary:not([class*='isDisabled']).euiButtonGroupButton-isSelected {
+ background-color: #7DDED8;
+ border-color: #7DDED8;
+ color: #000; }
+ .euiButtonGroupButton.euiButtonGroupButton--secondary:not([class*='isDisabled']).euiButtonGroupButton-isSelected:hover, .euiButtonGroupButton.euiButtonGroupButton--secondary:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus, .euiButtonGroupButton.euiButtonGroupButton--secondary:not([class*='isDisabled']).euiButtonGroupButton-isSelected:focus-within {
+ background-color: #69d9d2;
+ border-color: #69d9d2; }
+ .euiButtonGroupButton.euiButtonGroupButton--secondary:not([class*='isDisabled']):hover, .euiButtonGroupButton.euiButtonGroupButton--secondary:not([class*='isDisabled']):focus, .euiButtonGroupButton.euiButtonGroupButton--secondary:not([class*='isDisabled']):focus-within {
+ background-color: rgba(125, 222, 216, 0.1); }
+ .euiButtonGroupButton.euiButtonGroupButton--warning:not([class*='isDisabled']) {
+ color: #F3D371; }
+ .euiButtonGroupButton.euiButtonGroupButton--warning:not([class*='isDisabled']).euiButtonGroupButton-isSelected {
+ background-color: #F3D371;
+ border-color: #F3D371;
+ 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: #f1cc59;
+ border-color: #f1cc59; }
+ .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(243, 211, 113, 0.1); }
+ .euiButtonGroupButton.euiButtonGroupButton--danger:not([class*='isDisabled']) {
+ color: #F86B63; }
+ .euiButtonGroupButton.euiButtonGroupButton--danger:not([class*='isDisabled']).euiButtonGroupButton-isSelected {
+ background-color: #F86B63;
+ border-color: #F86B63;
+ color: #000; }
+ .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: #f7544b;
+ border-color: #f7544b; }
+ .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(248, 107, 99, 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: #DFE5EF; }
+ .euiButtonGroupButton.euiButtonGroupButton--text:not([class*='isDisabled']).euiButtonGroupButton-isSelected {
+ background-color: #98A2B3;
+ border-color: #98A2B3;
+ color: #000; }
+ .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: #8995a8;
+ border-color: #8995a8; }
+ .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(152, 162, 179, 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 #343741; }
+ .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: 6px 0 0 6px; }
+ .euiButtonGroup--medium .euiButtonGroupButton:last-child,
+ .euiButtonGroup--small .euiButtonGroupButton:last-child {
+ border-radius: 0 6px 6px 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: #343741; }
+
+.euiButtonGroup--isDisabled .euiButtonGroup--medium .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost, .euiButtonGroup--isDisabled
+.euiButtonGroup--small .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost {
+ border-color: #343741; }
+
+.euiButtonGroup--medium .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost.euiButtonGroupButton-isSelected,
+.euiButtonGroup--small .euiButtonGroupButton.euiButtonGroupButton-isDisabled.euiButtonGroupButton--ghost.euiButtonGroupButton-isSelected {
+ background-color: #343741;
+ color: #62656d; }
+
+.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(29, 30, 36, 0.1); }
+
+/**
+ * Compressed (form style)
+ */
+.euiButtonGroup--compressed .euiButtonGroupButton {
+ height: 30px;
+ line-height: 30px;
+ font-size: 14px;
+ border-radius: 6px;
+ 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 #36A2EF; }
+
+/**
+ * 1. Add vertical space between breadcrumbs,
+ * but make sure the whole breadcrumb set doesn't add space below itself
+ */
+.euiBreadcrumbs {
+ font-size: 14px;
+ font-size: 1rem;
+ line-height: 1.71429rem;
+ margin-bottom: -4px;
+ /* 1 */
+ display: -webkit-flex;
+ display: flex;
+ -webkit-align-items: center;
+ align-items: center;
+ -webkit-flex-wrap: wrap;
+ flex-wrap: wrap;
+ min-width: 0; }
+
+.euiBreadcrumb {
+ display: inline-block;
+ margin-bottom: 4px;
+ /* 1 */ }
+ .euiBreadcrumb:not(.euiBreadcrumb--last) {
+ margin-right: 8px;
+ color: #7a7f89; }
+
+.euiBreadcrumb--last {
+ font-weight: 500; }
+
+.euiBreadcrumb--collapsed {
+ -webkit-flex-shrink: 0;
+ flex-shrink: 0; }
+
+.euiBreadcrumbSeparator {
+ -webkit-flex-shrink: 0;
+ flex-shrink: 0;
+ display: inline-block;
+ margin-right: 8px;
+ width: 1px;
+ height: 16px;
+ -webkit-transform: translateY(-1px) rotate(15deg);
+ transform: translateY(-1px) rotate(15deg);
+ background: #343741; }
+
+.euiBreadcrumbs__inPopover .euiBreadcrumb--last {
+ font-weight: 400;
+ color: #98A2B3 !important; }
+
+.euiBreadcrumbs--truncate {
+ white-space: nowrap;
+ -webkit-flex-wrap: nowrap;
+ flex-wrap: nowrap; }
+ .euiBreadcrumbs--truncate .euiBreadcrumb:not(.euiBreadcrumb--collapsed) {
+ max-width: 160px;
+ overflow: hidden;
+ text-overflow: ellipsis; }
+ .euiBreadcrumbs--truncate .euiBreadcrumb:not(.euiBreadcrumb--collapsed).euiBreadcrumb--last {
+ max-width: none; }
+
+.euiBreadcrumb--truncate {
+ 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: top; }
+
+.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 {
+ color: #DFE5EF;
+ font-size: 16px;
+ font-size: 1.14286rem;
+ line-height: 1.71429rem;
+ font-weight: 700;
+ font-weight: 400;
+ margin-bottom: 0; }
+
+.euiCallOut--small .euiCallOutHeader__title {
+ color: #DFE5EF;
+ font-size: 14px;
+ font-size: 1rem;
+ line-height: 1.71429rem;
+ font-weight: 700;
+ font-weight: 400; }
+
+.euiCallOut--primary {
+ border-color: #36A2EF;
+ background-color: #103148; }
+ .euiCallOut--primary .euiCallOutHeader__icon {
+ fill: #5eb5f2; }
+ .euiCallOut--primary .euiCallOutHeader__title {
+ color: #5eb5f2; }
+
+.euiCallOut--success {
+ border-color: #7DDED8;
+ background-color: #264341; }
+ .euiCallOut--success .euiCallOutHeader__icon {
+ fill: #97e5e0; }
+ .euiCallOut--success .euiCallOutHeader__title {
+ color: #97e5e0; }
+
+.euiCallOut--warning {
+ border-color: #F3D371;
+ background-color: #493f22; }
+ .euiCallOut--warning .euiCallOutHeader__icon {
+ fill: #f5dc8d; }
+ .euiCallOut--warning .euiCallOutHeader__title {
+ color: #f5dc8d; }
+
+.euiCallOut--danger {
+ border-color: #F86B63;
+ background-color: #4a201e; }
+ .euiCallOut--danger .euiCallOutHeader__icon {
+ fill: #f98982; }
+ .euiCallOut--danger .euiCallOutHeader__title {
+ color: #f98982; }
+
+/**
+ * 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;
+ color: #515761; }
+ .euiCard.euiCard-isDisabled .euiCard__top {
+ -webkit-filter: grayscale(100%);
+ filter: grayscale(100%); }
+ .euiCard.euiCard-isDisabled .euiCard__titleAnchor,
+ .euiCard.euiCard-isDisabled .euiCard__titleButton {
+ color: #515761;
+ cursor: inherit; }
+ .euiCard.euiCard--isClickable {
+ display: -webkit-flex;
+ display: flex;
+ width: 100%; }
+ .euiCard.euiCard--isClickable:not(.euiCard-isDisabled):focus-within {
+ box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125);
+ outline: 2px solid currentColor; }
+ .euiCard.euiCard--isClickable:not(.euiCard-isDisabled):focus-within:focus-visible {
+ outline-style: auto; }
+ .euiCard.euiCard--isClickable:not(.euiCard-isDisabled):focus-within:not(:focus-visible) {
+ outline: none; }
+ .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;
+ background-color: #1D1E24; }
+
+.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: 5px;
+ border-top-right-radius: 5px;
+ 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: 6px; }
+
+.euiCard--isSelectable--text.euiCard-isSelected:not(.euiCard-isDisabled) {
+ border-color: #7DDED8 !important; }
+
+.euiCard--isSelectable--primary.euiCard-isSelected:not(.euiCard-isDisabled) {
+ border-color: #36A2EF !important; }
+
+.euiCard--isSelectable--success.euiCard-isSelected:not(.euiCard-isDisabled) {
+ border-color: #7DDED8 !important; }
+
+.euiCard--isSelectable--danger.euiCard-isSelected:not(.euiCard-isDisabled) {
+ border-color: #F86B63 !important; }
+
+.euiCard--isSelectable--ghost.euiCard-isSelected:not(.euiCard-isDisabled) {
+ border-color: #98A2B3 !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: 5px;
+ border-bottom-right-radius: 5px;
+ font-weight: 700; }
+ .euiCardSelect--text:enabled {
+ background-color: #25262E; }
+ .euiCardSelect--primary:enabled {
+ background-color: #103148; }
+ .euiCardSelect--success:enabled {
+ background-color: #264341;
+ color: #7DDED8; }
+ .euiCardSelect--danger:enabled {
+ background-color: #4a201e; }
+ .euiCardSelect--ghost:enabled {
+ background-color: #98A2B3; }
+ .euiCardSelect:disabled {
+ background-color: #141519; }
+
+.euiCheckableCard {
+ transition: border-color 250ms ease-in; }
+ .euiCheckableCard:not(.euiCheckableCard-isDisabled).euiCheckableCard-isChecked {
+ border-color: #36A2EF; }
+
+.euiCheckableCard__label {
+ cursor: pointer;
+ display: block;
+ width: calc(100% + 32px);
+ padding: 16px;
+ margin: -16px; }
+
+.euiCheckableCard__label-isDisabled {
+ color: #535966;
+ cursor: not-allowed; }
+
+.euiCheckableCard__children {
+ margin-top: 16px; }
+
+.euiCodeBlock {
+ max-width: 100%;
+ display: block;
+ position: relative;
+ background: #25262E;
+ color: #DFE5EF;
+ /*
+ * 1. Size the code against the text its embedded within.
+ */ }
+ .euiCodeBlock .euiCodeBlock__pre {
+ 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(152, 162, 179, 0.5);
+ border: 6px solid transparent;
+ background-clip: content-box; }
+ .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__code {
+ font-family: "Roboto Mono", Consolas, Menlo, Courier, monospace;
+ letter-spacing: normal;
+ display: block;
+ line-height: 1.5;
+ font-weight: 400;
+ font-size: inherit; }
+ .euiCodeBlock .euiCodeBlock__controls {
+ position: absolute;
+ top: 0;
+ right: 0; }
+ .euiCodeBlock .euiCodeBlock__fullScreenButton + .euiCodeBlock__copyButton {
+ margin-top: 4px; }
+ .euiCodeBlock .euiCodeBlock__line {
+ display: block; }
+ .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: 14px; }
+ .euiCodeBlock.euiCodeBlock--hasControls .euiCodeBlock__pre--whiteSpacePreWrap {
+ padding-right: 28px; }
+ .euiCodeBlock.euiCodeBlock--hasControls .euiCodeBlock__pre--whiteSpacePre {
+ margin-right: 28px; }
+ .euiCodeBlock.euiCodeBlock--paddingSmall .euiCodeBlock__pre {
+ padding: 8px; }
+ .euiCodeBlock.euiCodeBlock--paddingSmall .euiCodeBlock__controls {
+ top: 8px;
+ right: 8px; }
+ .euiCodeBlock.euiCodeBlock--paddingSmall.euiCodeBlock--hasControls .euiCodeBlock__pre--whiteSpacePreWrap {
+ padding-right: 36px; }
+ .euiCodeBlock.euiCodeBlock--paddingSmall.euiCodeBlock--hasControls .euiCodeBlock__pre--whiteSpacePre {
+ margin-right: 36px; }
+ .euiCodeBlock.euiCodeBlock--paddingMedium .euiCodeBlock__pre {
+ padding: 16px; }
+ .euiCodeBlock.euiCodeBlock--paddingMedium .euiCodeBlock__controls {
+ top: 16px;
+ right: 16px; }
+ .euiCodeBlock.euiCodeBlock--paddingMedium.euiCodeBlock--hasControls .euiCodeBlock__pre--whiteSpacePreWrap {
+ padding-right: 44px; }
+ .euiCodeBlock.euiCodeBlock--paddingMedium.euiCodeBlock--hasControls .euiCodeBlock__pre--whiteSpacePre {
+ margin-right: 44px; }
+ .euiCodeBlock.euiCodeBlock--paddingLarge .euiCodeBlock__pre {
+ padding: 24px; }
+ .euiCodeBlock.euiCodeBlock--paddingLarge .euiCodeBlock__controls {
+ top: 24px;
+ right: 24px; }
+ .euiCodeBlock.euiCodeBlock--paddingLarge.euiCodeBlock--hasControls .euiCodeBlock__pre--whiteSpacePreWrap {
+ padding-right: 52px; }
+ .euiCodeBlock.euiCodeBlock--paddingLarge.euiCodeBlock--hasControls .euiCodeBlock__pre--whiteSpacePre {
+ margin-right: 52px; }
+ .euiCodeBlock.euiCodeBlock--inline {
+ display: inline-block;
+ white-space: pre;
+ color: #DFE5EF;
+ font-size: 90%;
+ /* 1 */
+ padding: 0 8px;
+ background: #25262E; }
+ .euiCodeBlock.euiCodeBlock--inline .euiCodeBlock__pre {
+ padding: 0 4px; }
+ .euiCodeBlock.euiCodeBlock--inline .euiCodeBlock__code {
+ display: inline;
+ white-space: normal; }
+ .euiCodeBlock.euiCodeBlock--transparentBackground {
+ background: transparent; }
+ .euiCodeBlock .token.punctuation:not(.interpolation-punctuation):not([class*='attr-']) {
+ opacity: .7; }
+ .euiCodeBlock .token.comment,
+ .euiCodeBlock .token.prolog,
+ .euiCodeBlock .token.doctype,
+ .euiCodeBlock .token.cdata,
+ .euiCodeBlock .token.coord,
+ .euiCodeBlock .token.blockquote {
+ color: #8d919a;
+ 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: #d77092; }
+ .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: #54B399; }
+ .euiCodeBlock .token.atrule .token.rule,
+ .euiCodeBlock .token.keyword {
+ color: #a184c2; }
+ .euiCodeBlock .token.function {
+ color: inherit; }
+ .euiCodeBlock .token.tag {
+ color: #6092C0; }
+ .euiCodeBlock .token.class-name {
+ color: #6092C0; }
+ .euiCodeBlock .token.property {
+ color: inherit; }
+ .euiCodeBlock .token.console,
+ .euiCodeBlock .token.list-punctuation,
+ .euiCodeBlock .token.url-reference,
+ .euiCodeBlock .token.url .token.url {
+ color: #E7664C; }
+ .euiCodeBlock .token.paramater {
+ color: inherit; }
+ .euiCodeBlock .token.meta,
+ .euiCodeBlock .token.important {
+ color: #8d919a; }
+ .euiCodeBlock .token.title {
+ color: #DA8B45; }
+ .euiCodeBlock .token.section {
+ color: #E7664C; }
+ .euiCodeBlock .token.prefix.inserted,
+ .euiCodeBlock .token.prefix.deleted {
+ padding-left: 4px;
+ margin-left: -4px; }
+ .euiCodeBlock .token.prefix.inserted {
+ box-shadow: -4px 0 #54B399;
+ color: #54B399; }
+ .euiCodeBlock .token.prefix.deleted {
+ box-shadow: -4px 0 #F86B63;
+ color: #F86B63; }
+ .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; }
+
+.euiCodeEditorWrapper {
+ position: relative; }
+ .euiCodeEditorWrapper .ace_hidden-cursors {
+ opacity: 0; }
+ .euiCodeEditorWrapper.euiCodeEditorWrapper-isEditing .ace_hidden-cursors {
+ opacity: 1; }
+
+.euiCodeEditorKeyboardHint {
+ position: absolute;
+ top: 0;
+ left: 0;
+ background: rgba(255, 255, 255, 0.7);
+ display: -webkit-flex;
+ display: flex;
+ -webkit-flex-direction: column;
+ flex-direction: column;
+ -webkit-justify-content: center;
+ justify-content: center;
+ -webkit-align-items: center;
+ align-items: center;
+ opacity: 0;
+ cursor: pointer;
+ height: 100%;
+ width: 100%; }
+ .euiCodeEditorKeyboardHint:focus {
+ opacity: 1;
+ border: 2px solid #36A2EF;
+ z-index: 1000; }
+ .euiCodeEditorKeyboardHint.euiCodeEditorKeyboardHint-isInactive {
+ display: none; }
+
+.euiCollapsibleNav:not([class*='push']) {
+ z-index: 6000 !important; }
+
+.euiCollapsibleNavGroup:not(:first-child) {
+ border-top: 1px solid #343741; }
+
+.euiCollapsibleNavGroup .euiAccordion__triggerWrapper {
+ padding: 16px; }
+
+.euiCollapsibleNavGroup--light {
+ background-color: #141519; }
+
+.euiCollapsibleNavGroup--dark {
+ background-color: #131317;
+ color: #FFF; }
+ .euiCollapsibleNavGroup--dark .euiCollapsibleNavGroup__heading:focus .euiAccordion__iconWrapper {
+ color: #36A2EF;
+ -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 2px rgba(54, 162, 239, 0); }
+ 100% {
+ box-shadow: 0 0 0 2px #36A2EF; } }
+
+@keyframes euiCollapsibleNavGroupDarkFocusRingAnimate {
+ 0% {
+ box-shadow: 0 0 0 2px rgba(54, 162, 239, 0); }
+ 100% {
+ box-shadow: 0 0 0 2px #36A2EF; } }
+
+.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; }
+
+.euiSwatchInput__stroke {
+ fill: none;
+ stroke: rgba(255, 255, 255, 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: 3px;
+ cursor: pointer;
+ border: solid 1px rgba(255, 255, 255, 0.1);
+ box-shadow: inset 0 0 0 1px rgba(29, 30, 36, 0.05); }
+ .euiColorPickerSwatch:focus {
+ outline: 2px solid currentColor; }
+ .euiColorPickerSwatch:focus:focus-visible {
+ outline-style: auto; }
+ .euiColorPickerSwatch:focus:not(:focus-visible) {
+ outline: none; }
+
+.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: #1D1E24;
+ 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 {
+ padding: 7px;
+ border: 1px solid #66676d;
+ background: #1D1E24 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: #98A2B3;
+ padding: 0;
+ height: 16px;
+ width: 16px; }
+ .euiHue__range::-moz-range-thumb {
+ padding: 7px;
+ border: 1px solid #66676d;
+ background: #1D1E24 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: #98A2B3;
+ padding: 0;
+ height: 16px;
+ width: 16px; }
+ .euiHue__range::-ms-thumb {
+ padding: 7px;
+ border: 1px solid #66676d;
+ background: #1D1E24 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: #98A2B3;
+ 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::-webkit-slider-thumb {
+ box-shadow: 0 0 0 2px #36A2EF;
+ border-color: #36A2EF; }
+ .euiHue__range:focus::-moz-range-thumb {
+ box-shadow: 0 0 0 2px #36A2EF;
+ border-color: #36A2EF; }
+ .euiHue__range:focus::-ms-thumb {
+ box-shadow: 0 0 0 2px #36A2EF;
+ border-color: #36A2EF; }
+
+.euiSaturation {
+ position: relative;
+ width: 100%;
+ padding-bottom: 100%;
+ border-radius: 3px;
+ touch-action: none;
+ z-index: 3; }
+ .euiSaturation .euiSaturation__lightness,
+ .euiSaturation .euiSaturation__saturation {
+ position: absolute;
+ top: -1px;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ border-radius: 3px; }
+ .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 #D4DAE5; }
+ .euiSaturation .euiSaturation__indicator:before {
+ content: '';
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ border-radius: 100%;
+ border: 1px solid #25262E; }
+ .euiSaturation:focus .euiSaturation__indicator {
+ outline: 2px solid currentColor; }
+ .euiSaturation:focus .euiSaturation__indicator:focus-visible {
+ outline-style: auto; }
+ .euiSaturation:focus .euiSaturation__indicator:not(:focus-visible) {
+ outline: none; }
+
+.euiColorStops:not(.euiColorStops-isDisabled):focus {
+ outline: 2px solid #36A2EF; }
+
+.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: .7; }
+
+.euiColorStops__addTarget {
+ padding: 7px;
+ border: 1px solid #66676d;
+ background: #1D1E24 no-repeat center;
+ border-radius: 14px;
+ transition: background-color 150ms ease-in, border-color 150ms ease-in;
+ cursor: pointer;
+ border-color: #98A2B3;
+ padding: 0;
+ height: 16px;
+ width: 16px;
+ position: absolute;
+ top: 0;
+ height: 16px;
+ width: 16px;
+ background-color: #25262E;
+ 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: #1D1E24; }
+
+.euiColorStopThumb.euiRangeThumb:not(:disabled) {
+ top: 0;
+ margin-top: 0;
+ pointer-events: auto;
+ cursor: -webkit-grab;
+ cursor: grab;
+ border: solid 3px #1D1E24;
+ box-shadow: 0 0 0 1px #535966, 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px -2px rgba(0, 0, 0, 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: #98A2B3; }
+
+.euiColorPalettePicker__itemTitle {
+ font-size: 12px;
+ font-size: 0.85714rem;
+ line-height: 1.14286rem; }
+
+.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(212, 218, 229, 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(212, 218, 229, 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(212, 218, 229, 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 {
+ max-width: 400px;
+ width: 100%;
+ height: 40px;
+ background-color: #16171c;
+ background-repeat: no-repeat;
+ background-size: 0% 100%;
+ box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(255, 255, 255, 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", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-weight: 400;
+ letter-spacing: normal;
+ -webkit-text-size-adjust: 100%;
+ -ms-text-size-adjust: 100%;
+ -webkit-font-kerning: normal;
+ font-kerning: normal;
+ font-size: 14px;
+ color: #DFE5EF;
+ border: none;
+ border-radius: 6px;
+ 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: #81858f;
+ opacity: 1; }
+ .euiComboBox .euiComboBox__inputWrap::-moz-placeholder {
+ color: #81858f;
+ opacity: 1; }
+ .euiComboBox .euiComboBox__inputWrap::placeholder {
+ color: #81858f;
+ opacity: 1; }
+ .euiComboBox .euiComboBox__inputWrap--compressed {
+ background-color: #16171c;
+ background-repeat: no-repeat;
+ background-size: 0% 100%;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 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: 4px; }
+ @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", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-weight: 400;
+ letter-spacing: normal;
+ -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: #DFE5EF;
+ margin: 4px;
+ line-height: 1.5;
+ /* 4 */ }
+ .euiComboBox.euiComboBox-isOpen .euiComboBox__inputWrap {
+ background-color: #111216;
+ background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%);
+ background-size: 100% 100%;
+ outline: none;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiComboBox.euiComboBox-isOpen .euiComboBox__inputWrap--compressed {
+ background-color: #111216;
+ background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%);
+ background-size: 100% 100%;
+ outline: none;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiComboBox.euiComboBox-isInvalid .euiComboBox__inputWrap {
+ background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%);
+ background-size: 100%; }
+ .euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap {
+ cursor: not-allowed;
+ color: #535966;
+ -webkit-text-fill-color: #535966;
+ background: #202128;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap::-webkit-input-placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap::-moz-placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap::placeholder {
+ color: #535966;
+ opacity: 1; }
+ .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", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-weight: 400;
+ letter-spacing: normal;
+ -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: #DFE5EF;
+ 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: #81858f;
+ 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 0.8px rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 0 17px rgba(0, 0, 0, 0.075); }
+
+.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-width: thin; }
+ .euiComboBoxOptionsList__rowWrap > div::-webkit-scrollbar {
+ width: 16px;
+ height: 16px; }
+ .euiComboBoxOptionsList__rowWrap > div::-webkit-scrollbar-thumb {
+ background-color: rgba(152, 162, 179, 0.5);
+ border: 6px solid transparent;
+ background-clip: content-box; }
+ .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 #343741;
+ 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: #36A2EF;
+ background-color: rgba(54, 162, 239, 0.3); }
+ .euiComboBoxOption.euiComboBoxOption-isDisabled {
+ color: #535966;
+ 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: #FFF; }
+
+.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: #343741;
+ 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 {
+ -webkit-flex-grow: 1;
+ flex-grow: 1; }
+ .euiCommentEvent--regular.euiCommentEvent--regular--flexGrowZero {
+ -webkit-flex-grow: 0;
+ flex-grow: 0; }
+ .euiCommentEvent--regular.euiCommentEvent--regular--hasShadow {
+ box-shadow: 0 0.9px 4px -1px rgba(0, 0, 0, 0.2), 0 2.6px 8px -1px rgba(0, 0, 0, 0.15), 0 5.7px 12px -1px rgba(0, 0, 0, 0.125), 0 15px 15px -1px rgba(0, 0, 0, 0.1); }
+ .euiCommentEvent--regular.euiCommentEvent--regular--hasBorder {
+ border: 1px solid #343741;
+ box-shadow: none; }
+ .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 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125);
+ -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: #1D1E24; }
+ .euiCommentEvent--regular.euiCommentEvent--regular--subdued {
+ background-color: #141519; }
+ .euiCommentEvent--regular.euiCommentEvent--regular--accent {
+ background-color: #4a2b39; }
+ .euiCommentEvent--regular.euiCommentEvent--regular--primary {
+ background-color: #103148; }
+ .euiCommentEvent--regular.euiCommentEvent--regular--success {
+ background-color: #264341; }
+ .euiCommentEvent--regular.euiCommentEvent--regular--warning {
+ background-color: #493f22; }
+ .euiCommentEvent--regular.euiCommentEvent--regular--danger {
+ background-color: #4a201e; }
+
+.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 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075);
+ border-radius: 6px;
+ border: 1px solid #343741; }
+ .euiCommentEvent--regular .euiCommentEvent__header {
+ min-height: 40px;
+ background-color: #25262E;
+ border-bottom: 1px solid #343741;
+ 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: #25262E; }
+ .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: 6px; }
+ .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: -2px; }
+ .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 {
+ color: #DFE5EF;
+ font-size: 14px;
+ font-size: 1rem;
+ line-height: 1.71429rem;
+ font-weight: 700;
+ padding: 12px;
+ border-bottom: 1px solid #343741;
+ padding: 12px;
+ width: 100%;
+ text-align: left;
+ outline-offset: -2px; }
+ .euiContextMenuPanelTitle:enabled:hover, .euiContextMenuPanelTitle:enabled:focus {
+ text-decoration: underline; }
+ .euiContextMenuPanelTitle--small {
+ color: #DFE5EF;
+ font-size: 14px;
+ font-size: 1rem;
+ line-height: 1.71429rem;
+ font-weight: 700;
+ padding: 12px;
+ border-bottom: 1px solid #343741;
+ 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: #DFE5EF;
+ outline-offset: -2px; }
+ .euiContextMenuItem:hover, .euiContextMenuItem:focus {
+ text-decoration: underline; }
+ .euiContextMenuItem:focus {
+ background-color: rgba(54, 162, 239, 0.3); }
+ .euiContextMenuItem.euiContextMenuItem-isDisabled {
+ color: #515761;
+ 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: 1rem;
+ line-height: 1.71429rem; }
+
+.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: #000;
+ color: #a9aaad;
+ display: -webkit-flex;
+ display: flex;
+ -webkit-flex-direction: column;
+ flex-direction: column;
+ box-shadow: inset 0 40px 0 #000, inset 0 600rem 0 #141519;
+ 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-width: thin;
+ overflow-y: auto;
+ width: 100%;
+ height: calc(100% - 40px);
+ background-color: #141519;
+ -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: #D4DAE5; }
+ .euiControlBar__content::-webkit-scrollbar {
+ width: 16px;
+ height: 16px; }
+ .euiControlBar__content::-webkit-scrollbar-thumb {
+ background-color: rgba(152, 162, 179, 0.5);
+ border: 6px solid transparent;
+ background-clip: content-box; }
+ .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: 3px;
+ 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) {
+ color: #7a7f89; }
+
+.euiControlBar__breadcrumbs .euiBreadcrumbSeparator {
+ 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: 1rem;
+ line-height: 1.71429rem;
+ padding: 0 8px;
+ color: #a9aaad; }
+ .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: 1rem;
+ line-height: 1.71429rem;
+ color: #a9aaad;
+ 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: #141519;
+ box-shadow: inset 0 4px 0 #36A2EF;
+ color: #36A2EF; }
+
+.euiControlBar__controls .euiLink.euiLink--primary {
+ color: #36A2EF; }
+ .euiControlBar__controls .euiLink.euiLink--primary:hover {
+ color: #2671a7; }
+
+.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: #36A2EF;
+ border-color: #36A2EF; }
+
+.euiControlBar__controls .euiButtonIcon--primary {
+ color: #36A2EF; }
+
+.euiControlBar__controls .euiLink.euiLink--secondary {
+ color: #7DDED8; }
+ .euiControlBar__controls .euiLink.euiLink--secondary:hover {
+ color: #589b97; }
+
+.euiControlBar__controls .euiLink.euiLink--text {
+ color: #FFF; }
+
+.euiControlBar__controls .euiControlBar__button.euiButton--secondary:enabled {
+ box-shadow: none; }
+
+.euiControlBar__controls .euiControlBar__button.euiButton--secondary:enabled:not(.euiButton--fill) {
+ color: #7DDED8;
+ border-color: #7DDED8; }
+
+.euiControlBar__controls .euiButtonIcon--secondary {
+ color: #7DDED8; }
+
+.euiControlBar__controls .euiLink.euiLink--warning {
+ color: #F3D371; }
+ .euiControlBar__controls .euiLink.euiLink--warning:hover {
+ color: #aa944f; }
+
+.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: #F3D371;
+ border-color: #F3D371; }
+
+.euiControlBar__controls .euiButtonIcon--warning {
+ color: #F3D371; }
+
+.euiControlBar__controls .euiLink.euiLink--danger {
+ color: #F86B63; }
+ .euiControlBar__controls .euiLink.euiLink--danger:hover {
+ color: #ae4b45; }
+
+.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: #F86B63;
+ border-color: #F86B63; }
+
+.euiControlBar__controls .euiButtonIcon--danger {
+ color: #F86B63; }
+
+.euiControlBar__controls .euiLink.euiLink--ghost {
+ color: #FFF; }
+ .euiControlBar__controls .euiLink.euiLink--ghost:hover {
+ color: #b3b3b3; }
+
+.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: #98A2B3; }
+ .euiControlBar__controls .euiLink.euiLink--text:hover {
+ color: #6a717d; }
+
+.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: #98A2B3;
+ border-color: #98A2B3; }
+
+.euiControlBar__controls .euiButtonIcon--text {
+ color: #98A2B3; }
+
+@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; } }
+
+/* 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 0.9px 4px -1px rgba(0, 0, 0, 0.2), 0 2.6px 8px -1px rgba(0, 0, 0, 0.15), 0 5.7px 12px -1px rgba(0, 0, 0, 0.125), 0 15px 15px -1px rgba(0, 0, 0, 0.1);
+ border: 1px solid #343741;
+ background-color: #1D1E24;
+ border-radius: 0 0 6px 6px; }
+
+.euiDatePicker.euiDatePicker--shadow.euiDatePicker--inline .react-datepicker {
+ box-shadow: 0 0.9px 4px -1px rgba(0, 0, 0, 0.2), 0 2.6px 8px -1px rgba(0, 0, 0, 0.15), 0 5.7px 12px -1px rgba(0, 0, 0, 0.125), 0 15px 15px -1px rgba(0, 0, 0, 0.1);
+ border: 1px solid #343741;
+ background-color: #1D1E24;
+ border-radius: 6px; }
+
+.react-datepicker {
+ font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-weight: 400;
+ letter-spacing: normal;
+ -webkit-text-size-adjust: 100%;
+ -ms-text-size-adjust: 100%;
+ -webkit-font-kerning: normal;
+ font-kerning: normal;
+ font-size: 12px;
+ color: #FFF;
+ display: -webkit-flex;
+ display: flex;
+ position: relative;
+ border-radius: 6px; }
+
+.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: #DFE5EF; }
+ .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: #515761; }
+
+.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 0.8px rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 0 17px rgba(0, 0, 0, 0.075);
+ border-radius: 6px 6px 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: 6px;
+ border-top-right-radius: 6px; }
+ .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+ICA8ZGVmcz4gICAgPHBhdGggaWQ9ImRvd25hcnJvd3doaXRlLWEiIGQ9Ik0xMy4wNjg4NTA4LDUuMTU3MjUwMzggTDguMzg0MjM5NzUsOS43NjgyNzQyOCBDOC4xNzA1NDQxNSw5Ljk3ODYxMzA4IDcuODI5OTkyMTQsOS45NzkxNDA5NSA3LjYxNTc2MDI1LDkuNzY4Mjc0MjggTDIuOTMxMTQ5MTUsNS4xNTcyNTAzOCBDMi43MTgxMzU5LDQuOTQ3NTgzMjEgMi4zNzI3NzMxOSw0Ljk0NzU4MzIxIDIuMTU5NzU5OTQsNS4xNTcyNTAzOCBDMS45NDY3NDY2OSw1LjM2NjkxNzU2IDEuOTQ2NzQ2NjksNS43MDY4NTUyMiAyLjE1OTc1OTk0LDUuOTE2NTIyNCBMNi44NDQzNzEwNCwxMC41Mjc1NDYzIEM3LjQ4NTE3NDI0LDExLjE1ODI4MzYgOC41MTY0NDk3OSwxMS4xNTY2ODUxIDkuMTU1NjI4OTYsMTAuNTI3NTQ2MyBMMTMuODQwMjQwMSw1LjkxNjUyMjQgQzE0LjA1MzI1MzMsNS43MDY4NTUyMiAxNC4wNTMyNTMzLDUuMzY2OTE3NTYgMTMuODQwMjQwMSw1LjE1NzI1MDM4IEMxMy42MjcyMjY4LDQuOTQ3NTgzMjEgMTMuMjgxODY0MSw0Ljk0NzU4MzIxIDEzLjA2ODg1MDgsNS4xNTcyNTAzOCBaIi8+ICA8L2RlZnM+ICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICA8dXNlIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgeGxpbms6aHJlZj0iI2Rvd25hcnJvd3doaXRlLWEiLz4gIDwvZz48L3N2Zz4=);
+ 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: 6px;
+ -webkit-transform: scale(1.2) rotate(90deg);
+ transform: scale(1.2) rotate(90deg); }
+ .react-datepicker__navigation--previous:hover {
+ background-color: #25262E;
+ box-shadow: 0 0 0 2px #25262E; }
+ .react-datepicker__navigation--previous:focus {
+ background-color: rgba(54, 162, 239, 0.3);
+ box-shadow: 0 0 0 2px rgba(54, 162, 239, 0.3); }
+ .react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
+ cursor: not-allowed;
+ opacity: .2; }
+ .react-datepicker__navigation--next {
+ background-position: center;
+ background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiI+ICA8ZGVmcz4gICAgPHBhdGggaWQ9ImRvd25hcnJvd3doaXRlLWEiIGQ9Ik0xMy4wNjg4NTA4LDUuMTU3MjUwMzggTDguMzg0MjM5NzUsOS43NjgyNzQyOCBDOC4xNzA1NDQxNSw5Ljk3ODYxMzA4IDcuODI5OTkyMTQsOS45NzkxNDA5NSA3LjYxNTc2MDI1LDkuNzY4Mjc0MjggTDIuOTMxMTQ5MTUsNS4xNTcyNTAzOCBDMi43MTgxMzU5LDQuOTQ3NTgzMjEgMi4zNzI3NzMxOSw0Ljk0NzU4MzIxIDIuMTU5NzU5OTQsNS4xNTcyNTAzOCBDMS45NDY3NDY2OSw1LjM2NjkxNzU2IDEuOTQ2NzQ2NjksNS43MDY4NTUyMiAyLjE1OTc1OTk0LDUuOTE2NTIyNCBMNi44NDQzNzEwNCwxMC41Mjc1NDYzIEM3LjQ4NTE3NDI0LDExLjE1ODI4MzYgOC41MTY0NDk3OSwxMS4xNTY2ODUxIDkuMTU1NjI4OTYsMTAuNTI3NTQ2MyBMMTMuODQwMjQwMSw1LjkxNjUyMjQgQzE0LjA1MzI1MzMsNS43MDY4NTUyMiAxNC4wNTMyNTMzLDUuMzY2OTE3NTYgMTMuODQwMjQwMSw1LjE1NzI1MDM4IEMxMy42MjcyMjY4LDQuOTQ3NTgzMjEgMTMuMjgxODY0MSw0Ljk0NzU4MzIxIDEzLjA2ODg1MDgsNS4xNTcyNTAzOCBaIi8+ICA8L2RlZnM+ICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICA8dXNlIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgeGxpbms6aHJlZj0iI2Rvd25hcnJvd3doaXRlLWEiLz4gIDwvZz48L3N2Zz4=);
+ 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: 6px;
+ -webkit-transform: scale(1.2) rotate(-90deg);
+ transform: scale(1.2) rotate(-90deg); }
+ .react-datepicker__navigation--next:hover {
+ background-color: #25262E;
+ box-shadow: 0 0 0 2px #25262E; }
+ .react-datepicker__navigation--next:focus {
+ background-color: rgba(54, 162, 239, 0.3);
+ box-shadow: 0 0 0 2px rgba(54, 162, 239, 0.3); }
+ .react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
+ cursor: not-allowed;
+ opacity: .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: #25262E; }
+ .react-datepicker__navigation--years-previous:hover {
+ border-top-color: #0e0f12; }
+ .react-datepicker__navigation--years-upcoming {
+ top: -4px;
+ border-bottom-color: #25262E; }
+ .react-datepicker__navigation--years-upcoming:hover {
+ border-bottom-color: #0e0f12; }
+
+.react-datepicker__month {
+ margin: 0 16px 16px 16px;
+ text-align: center;
+ border-radius: 6px; }
+
+.react-datepicker__time-container {
+ border-left: #343741;
+ width: auto;
+ display: -webkit-flex;
+ display: flex;
+ padding: 16px 0;
+ border-radius: 0 6px 6px 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-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(152, 162, 179, 0.5);
+ border: 6px solid transparent;
+ background-clip: content-box; }
+ .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: #98A2B3;
+ 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: #36A2EF;
+ color: white;
+ border-radius: 3px; }
+ .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: #36A2EF; }
+ .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
+ color: #343741; }
+ .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: #25262E;
+ 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: 6px;
+ background-color: #1D1E24; }
+
+.react-datepicker__day-names,
+.react-datepicker__week {
+ white-space: nowrap; }
+
+.react-datepicker__day-name,
+.react-datepicker__day,
+.react-datepicker__time-name {
+ color: #FFF;
+ display: inline-block;
+ width: 32px;
+ line-height: 28px;
+ text-align: center;
+ margin: 0 2px; }
+
+.react-datepicker__day-name {
+ color: #98A2B3;
+ 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: #36A2EF; }
+ .react-datepicker__day--outside-month {
+ color: #98A2B3; }
+ .react-datepicker__day--highlighted {
+ border-radius: 6px;
+ background-color: #7DDED8;
+ color: #FFF; }
+ .react-datepicker__day--highlighted:hover {
+ background-color: #69d9d2; }
+ .react-datepicker__day--in-range {
+ background-color: rgba(54, 162, 239, 0.1);
+ color: #FFF;
+ border-radius: 0;
+ border-top: solid 6px #1D1E24;
+ border-bottom: solid 6px #1D1E24;
+ 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: 6px;
+ background-color: #36A2EF;
+ line-height: 28px;
+ border: solid 2px #36A2EF;
+ color: #FFF; }
+ .react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover {
+ background-color: #1e97ed; }
+ .react-datepicker__day--keyboard-selected {
+ border-radius: 6px;
+ border: solid 2px #36A2EF;
+ font-weight: 700; }
+ .react-datepicker__day--keyboard-selected:hover {
+ background-color: #1e97ed;
+ color: #FFF; }
+ .react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
+ background-color: rgba(54, 162, 239, 0.5); }
+ .react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
+ background-color: #1D1E24;
+ color: #FFF; }
+ .react-datepicker__day--disabled {
+ cursor: not-allowed;
+ color: #343741; }
+ .react-datepicker__day--disabled:hover {
+ background-color: transparent; }
+
+.react-datepicker__input-container {
+ position: relative; }
+
+.react-datepicker__year-read-view {
+ font-weight: 300;
+ color: #98A2B3; }
+
+.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: 22px; }
+ .react-datepicker__year-read-view:hover,
+ .react-datepicker__month-read-view:hover,
+ .react-datepicker__month-year-read-view:hover {
+ cursor: pointer;
+ color: #36A2EF; }
+ .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: #0e0f12; }
+ .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: #1D1E24;
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ left: 0;
+ top: 0;
+ bottom: 0;
+ right: 0;
+ z-index: 1;
+ text-align: center;
+ border-radius: 6px;
+ 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:first-of-type, .react-datepicker__year-option:last-of-type {
+ display: none; }
+
+.react-datepicker__year-option,
+.react-datepicker__month-option,
+.react-datepicker__month-year-option {
+ font-size: 12px;
+ padding: 8px;
+ color: #D4DAE5;
+ -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: 6px;
+ border-top-right-radius: 6px; }
+ .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: 6px;
+ border-bottom-right-radius: 6px; }
+ .react-datepicker__year-option:hover,
+ .react-datepicker__month-option:hover,
+ .react-datepicker__month-year-option:hover {
+ background-color: #25262E; }
+ .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: #0e0f12; }
+ .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: #0e0f12; }
+ .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: rgba(54, 162, 239, 0.3); }
+
+.react-datepicker__year-option--selected_year.react-datepicker__year-option--preselected,
+.react-datepicker__month-option--selected_month.react-datepicker__month-option--preselected {
+ background: #36A2EF; }
+
+.react-datepicker__time-list-item--preselected,
+.react-datepicker__year-option--preselected,
+.react-datepicker__month-option--preselected {
+ background: rgba(30, 151, 237, 0.3); }
+
+.react-datepicker__time-container--focus {
+ background: rgba(54, 162, 239, 0.3); }
+
+.react-datepicker__month-read-view:focus,
+.react-datepicker__year-read-view:focus {
+ text-decoration: underline; }
+
+.react-datepicker__month--accessible:focus {
+ background: rgba(54, 162, 239, 0.3); }
+ .react-datepicker__month--accessible:focus .react-datepicker__day--in-range:not(.react-datepicker__day--selected) {
+ border-top-color: rgba(54, 162, 239, 0.3);
+ border-bottom-color: rgba(54, 162, 239, 0.3); }
+
+.react-datepicker__navigation:focus {
+ background-color: rgba(54, 162, 239, 0.3); }
+
+.react-datepicker__year-option--selected_year,
+.react-datepicker__month-option--selected_month {
+ background: #36A2EF;
+ color: #1D1E24;
+ font-weight: 700;
+ border-radius: 6px; }
+
+.react-datepicker__focusTrap {
+ display: -webkit-flex;
+ display: flex; }
+
+/**
+ * 1. Account for inner box-shadow style border
+ */
+.euiDatePickerRange {
+ max-width: 400px;
+ width: 100%;
+ height: auto;
+ background-color: #16171c;
+ background-repeat: no-repeat;
+ background-size: 0% 100%;
+ box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(255, 255, 255, 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 .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: #202128; }
+
+.euiSuperDatePicker__absoluteDateFormRow {
+ padding: 0 8px 8px; }
+
+.euiDatePopoverButton {
+ font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-weight: 400;
+ letter-spacing: normal;
+ -webkit-text-size-adjust: 100%;
+ -ms-text-size-adjust: 100%;
+ -webkit-font-kerning: normal;
+ font-kerning: normal;
+ font-size: 14px;
+ color: #DFE5EF;
+ 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: #81858f;
+ opacity: 1; }
+ .euiDatePopoverButton::-moz-placeholder {
+ color: #81858f;
+ opacity: 1; }
+ .euiDatePopoverButton::placeholder {
+ color: #81858f;
+ opacity: 1; }
+ .euiDatePopoverButton:focus, .euiDatePopoverButton-isSelected {
+ background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%); }
+ .euiDatePopoverButton-needsUpdating {
+ background-color: #264341;
+ color: #7DDED8; }
+ .euiDatePopoverButton-needsUpdating:focus, .euiDatePopoverButton-needsUpdating.euiDatePopoverButton-isSelected {
+ background-image: linear-gradient(to top, #7DDED8, #7DDED8 2px, transparent 2px, transparent 100%); }
+ .euiDatePopoverButton-isInvalid {
+ background-color: #4a201e;
+ color: #F86B63; }
+ .euiDatePopoverButton-isInvalid:focus, .euiDatePopoverButton-isInvalid.euiDatePopoverButton-isSelected {
+ background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%); }
+ .euiDatePopoverButton:disabled {
+ background-color: #202128;
+ color: #98A2B3;
+ 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; } }
+
+@media only screen and (min-width: 575px) and (max-width: 767px) {
+ .euiDatePopoverContent {
+ width: 284px; } }
+
+.euiQuickSelectPopover__content {
+ width: 400px;
+ max-width: 100%; }
+
+.euiQuickSelectPopover__section {
+ 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(152, 162, 179, 0.5);
+ border: 6px solid transparent;
+ background-clip: content-box; }
+ .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);
+ width: 606px; }
+
+.euiSuperDatePicker__flexWrapper--isAutoRefreshOnly {
+ width: 400px; }
+
+.euiSuperDatePicker__flexWrapper--noUpdateButton {
+ 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 6px 6px 0; }
+
+.euiSuperDatePicker__startPopoverButton {
+ margin-right: -12px; }
+
+.euiSuperDatePicker__prettyFormat {
+ font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-weight: 400;
+ letter-spacing: normal;
+ -webkit-text-size-adjust: 100%;
+ -ms-text-size-adjust: 100%;
+ -webkit-font-kerning: normal;
+ font-kerning: normal;
+ font-size: 14px;
+ color: #DFE5EF;
+ 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: #81858f;
+ opacity: 1; }
+ .euiSuperDatePicker__prettyFormat::-moz-placeholder {
+ color: #81858f;
+ opacity: 1; }
+ .euiSuperDatePicker__prettyFormat::placeholder {
+ color: #81858f;
+ opacity: 1; }
+ .euiSuperDatePicker__prettyFormat:not(:disabled):hover, .euiSuperDatePicker__prettyFormat:focus {
+ text-decoration: none; }
+ .euiSuperDatePicker__prettyFormat:not(:disabled):hover .euiSuperDatePicker__prettyFormatLink, .euiSuperDatePicker__prettyFormat:focus .euiSuperDatePicker__prettyFormatLink {
+ text-decoration: underline; }
+ .euiSuperDatePicker__prettyFormat:disabled {
+ background-color: #202128;
+ color: #98A2B3;
+ cursor: not-allowed; }
+ .euiSuperDatePicker__prettyFormat:disabled .euiSuperDatePicker__prettyFormatLink {
+ display: none; }
+
+.euiSuperDatePicker__prettyFormatLink {
+ color: #36A2EF;
+ padding-left: 4px;
+ -webkit-flex-shrink: 0;
+ flex-shrink: 0; }
+
+@media only screen and (max-width: 574px) {
+ .euiSuperDatePicker__flexWrapper {
+ width: calc(100% + 8px); }
+ .euiSuperDatePicker__prettyFormatLink {
+ -webkit-flex-shrink: 1;
+ flex-shrink: 1;
+ min-width: 3em; } }
+
+@media only screen and (min-width: 575px) and (max-width: 767px) {
+ .euiSuperDatePicker__flexWrapper {
+ width: calc(100% + 8px); }
+ .euiSuperDatePicker__prettyFormatLink {
+ -webkit-flex-shrink: 1;
+ flex-shrink: 1;
+ min-width: 3em; } }
+
+.euiSuperUpdateButton {
+ min-width: 118px; }
+
+@media only screen and (max-width: 574px) {
+ .euiSuperUpdateButton {
+ min-width: 0; }
+ .euiSuperUpdateButton .euiSuperUpdateButton__text {
+ display: none; } }
+
+@media only screen and (min-width: 575px) and (max-width: 767px) {
+ .euiSuperUpdateButton {
+ min-width: 0; }
+ .euiSuperUpdateButton .euiSuperUpdateButton__text {
+ display: none; } }
+
+.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: 8000;
+ background: #1D1E24; }
+ .euiDataGrid--fullScreen .euiDataGrid__pagination {
+ padding-bottom: 4px;
+ background: #25262E;
+ border-top: 1px solid #343741; }
+ .euiDataGrid--fullScreen .euiDataGrid__verticalScroll .euiDataGridRow {
+ will-change: transform; }
+
+.euiDataGrid__content {
+ height: 100%;
+ font-feature-settings: 'tnum' 1;
+ max-width: 100%;
+ width: 100%;
+ z-index: 2;
+ background: #1D1E24; }
+
+.euiDataGrid__controls {
+ background: #141519;
+ position: relative;
+ z-index: 3;
+ border: 1px solid #343741;
+ padding: 4px;
+ -webkit-flex-grow: 0;
+ flex-grow: 0; }
+ .euiDataGrid__controls > * {
+ margin-left: 2px; }
+
+.euiDataGrid__controlBtn {
+ border-radius: 6px; }
+ .euiDataGrid__controlBtn:focus {
+ background: #3b3c43; }
+
+.euiDataGrid__controlBtn--active,
+.euiDataGrid__controlBtn--active:focus {
+ font-weight: 600;
+ color: #FFF; }
+
+.euiDataGrid--bordersNone .euiDataGrid__controls {
+ border: none;
+ background: #1D1E24; }
+
+.euiDataGrid--bordersHorizontal .euiDataGrid__controls {
+ border-right: none;
+ border-left: none;
+ border-top: none;
+ background: #1D1E24; }
+
+.euiDataGrid__pagination {
+ padding-top: 4px;
+ -webkit-flex-grow: 0;
+ flex-grow: 0; }
+
+.euiDataGrid__verticalScroll {
+ -webkit-flex-grow: 1;
+ flex-grow: 1;
+ overflow-y: hidden;
+ height: 100%; }
+
+.euiDataGrid__overflow {
+ overflow-y: hidden;
+ height: 100%;
+ background: #1D1E24; }
+
+.euiDataGrid__restrictBody {
+ height: 100vh;
+ overflow: hidden; }
+
+.euiDataGrid__controlScroll {
+ 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(152, 162, 179, 0.5);
+ border: 6px solid transparent;
+ background-clip: content-box; }
+ .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 */ }
+
+.euiDataGrid__focusWrap {
+ height: 100%; }
+
+.euiDataGrid__virtualized {
+ scrollbar-width: thin;
+ scroll-padding: 0; }
+ .euiDataGrid__virtualized::-webkit-scrollbar {
+ width: 16px;
+ height: 16px; }
+ .euiDataGrid__virtualized::-webkit-scrollbar-thumb {
+ background-color: rgba(152, 162, 179, 0.5);
+ border: 6px solid #1D1E24;
+ background-clip: content-box; }
+ .euiDataGrid__virtualized::-webkit-scrollbar-corner, .euiDataGrid__virtualized::-webkit-scrollbar-track {
+ background-color: #1D1E24; }
+
+.euiDataGridHeader {
+ display: -webkit-inline-flex;
+ display: inline-flex;
+ min-width: 100%;
+ z-index: 3;
+ background: #1D1E24;
+ position: -webkit-sticky;
+ position: sticky;
+ top: 0; }
+
+.euiDataGridHeaderCell {
+ font-size: 14px;
+ font-size: 1rem;
+ line-height: 1.71429rem;
+ 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 {
+ border: 1px solid transparent;
+ box-shadow: 0 0 0 2px #36A2EF;
+ border-radius: 1px;
+ z-index: 2;
+ outline: none;
+ border-top: none; }
+ .euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn):focus-within {
+ border: 1px solid transparent;
+ box-shadow: 0 0 0 2px #36A2EF;
+ border-radius: 1px;
+ z-index: 2;
+ outline: none;
+ border-top: 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: #1D1E24; }
+
+.euiDataGrid--headerUnderline .euiDataGridHeaderCell {
+ border-top: none;
+ border-left: none;
+ border-right: none;
+ border-bottom: 2px solid #343741;
+ border-bottom-color: #DFE5EF; }
+
+.euiDataGrid--bordersNone.euiDataGrid--headerUnderline .euiDataGridHeaderCell {
+ border-bottom: 2px solid #343741;
+ border-color: #DFE5EF; }
+
+.euiDataGrid--headerShade .euiDataGridHeaderCell {
+ background: #212229; }
+
+.euiDataGrid--headerShade.euiDataGrid--bordersAll .euiDataGridHeaderCell {
+ border-right: 1px solid #343741;
+ border-bottom: 1px solid #343741;
+ border-left: none; }
+ .euiDataGrid--headerShade.euiDataGrid--bordersAll .euiDataGridHeaderCell:first-of-type {
+ border-left: 1px solid #343741; }
+
+.euiDataGrid--headerShade.euiDataGrid--bordersHorizontal .euiDataGridHeaderCell {
+ border-top: none;
+ border-bottom: 1px solid #343741; }
+
+.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.85714rem;
+ line-height: 1.14286rem; }
+
+.euiDataGrid--fontSizeLarge .euiDataGridHeaderCell {
+ font-size: 14px;
+ font-size: 1rem;
+ line-height: 1.71429rem; }
+
+.euiDataGrid--paddingSmall .euiDataGridHeaderCell {
+ padding: 4px; }
+
+.euiDataGrid--paddingLarge .euiDataGridHeaderCell {
+ padding: 8px; }
+
+.euiDataGrid--noControls.euiDataGrid--bordersAll .euiDataGridHeaderCell {
+ border-top: 1px solid #343741; }
+
+.euiDataGrid--noControls.euiDataGrid--bordersHorizontal .euiDataGridHeaderCell {
+ border-top: 1px solid #343741; }
+
+.euiDataGridRowCell.euiDataGridFooterCell {
+ font-weight: 700; }
+
+.euiDataGrid--stickyFooter .euiDataGridFooter {
+ position: -webkit-sticky;
+ position: sticky;
+ bottom: 0; }
+
+.euiDataGrid--footerOverline .euiDataGridRowCell.euiDataGridFooterCell {
+ border-top: 2px solid #343741;
+ border-top-color: #DFE5EF !important;
+ background: #1D1E24 !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: #212229; }
+
+.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: #36A2EF; }
+ .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 {
+ display: -webkit-inline-flex;
+ display: inline-flex;
+ min-width: 100%; }
+
+.euiDataGridRowCell {
+ font-size: 14px;
+ font-size: 1rem;
+ line-height: 1.71429rem;
+ padding: 6px;
+ border-right: solid 1px #24272e;
+ border-bottom: 1px solid #343741;
+ -webkit-flex: 0 0 auto;
+ flex: 0 0 auto;
+ background: #1D1E24;
+ position: relative;
+ -webkit-align-items: center;
+ align-items: center;
+ display: -webkit-flex;
+ display: flex; }
+ .euiDataGridRowCell > * {
+ max-width: 100%;
+ width: 100%; }
+ .euiDataGridRowCell.euiDataGridRowCell--firstColumn {
+ border-left: 1px solid #343741; }
+ .euiDataGridRowCell.euiDataGridRowCell--lastColumn {
+ border-right-color: #343741; }
+ .euiDataGridRowCell:focus {
+ border: 1px solid transparent;
+ box-shadow: 0 0 0 2px #36A2EF;
+ border-radius: 1px;
+ z-index: 2;
+ outline: none;
+ margin-top: -1px; }
+ .euiDataGridRowCell:hover .euiDataGridRowCell__expandButtonIcon {
+ -webkit-animation-duration: 90ms;
+ animation-duration: 90ms;
+ -webkit-animation-name: euiDataGridCellButtonSlideIn;
+ animation-name: euiDataGridCellButtonSlideIn;
+ -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:hover .euiDataGridRowCell__actionButtonIcon {
+ -webkit-animation-duration: 90ms;
+ animation-duration: 90ms;
+ -webkit-animation-name: euiDataGridCellButtonSlideIn;
+ animation-name: euiDataGridCellButtonSlideIn;
+ -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:not(:hover) .euiDataGridRowCell__expandButtonIcon, .euiDataGridRowCell.euiDataGridRowCell--open .euiDataGridRowCell__expandButtonIcon {
+ -webkit-animation: none;
+ animation: none;
+ margin-left: 6px;
+ width: 12px; }
+ .euiDataGridRowCell:not(:hover) .euiDataGridRowCell__actionButtonIcon, .euiDataGridRowCell.euiDataGridRowCell--open .euiDataGridRowCell__actionButtonIcon {
+ -webkit-animation: none;
+ animation: none;
+ margin-left: 6px;
+ width: 12px; }
+ .euiDataGridRowCell:focus .euiDataGridRowCell__actionButtonIcon {
+ margin-left: 6px;
+ width: 12px; }
+ .euiDataGridRowCell:not(:hover):not(:focus):not(.euiDataGridRowCell--open) .euiDataGridRowCell__expandButtonIcon,
+ .euiDataGridRowCell:not(:hover):not(:focus):not(.euiDataGridRowCell--open) .euiDataGridRowCell__actionButtonIcon {
+ display: none; }
+ .euiDataGridRowCell:focus:not(:first-of-type) {
+ padding-left: 5px; }
+ .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: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-width: thin;
+ overflow: auto;
+ max-width: 400px !important;
+ max-height: 400px !important; }
+ .euiDataGridRowCell__popover::-webkit-scrollbar {
+ width: 16px;
+ height: 16px; }
+ .euiDataGridRowCell__popover::-webkit-scrollbar-thumb {
+ background-color: rgba(152, 162, 179, 0.5);
+ border: 6px solid transparent;
+ background-clip: content-box; }
+ .euiDataGridRowCell__popover::-webkit-scrollbar-corner, .euiDataGridRowCell__popover::-webkit-scrollbar-track {
+ background-color: transparent; }
+
+.euiDataGridRowCell__expand {
+ width: 100%;
+ max-width: 100%; }
+
+.euiDataGridRowCell__expandFlex {
+ display: -webkit-flex;
+ display: flex;
+ -webkit-align-items: center;
+ align-items: center; }
+
+.euiDataGridRowCell__expandContent {
+ -webkit-flex-grow: 1;
+ flex-grow: 1; }
+
+.euiDataGridRowCell__expandButton {
+ display: -webkit-flex;
+ display: flex;
+ -webkit-flex-grow: 0;
+ flex-grow: 0; }
+
+.euiDataGridRowCell__expandButtonIcon {
+ height: 12px;
+ border-radius: 3px;
+ width: 0;
+ overflow: hidden;
+ transition: none;
+ box-shadow: none !important;
+ border: none; }
+ .euiDataGridRowCell__expandButtonIcon-isActive {
+ margin-left: 6px;
+ width: 12px; }
+
+.euiDataGridRowCell__actionButtonIcon {
+ height: 12px;
+ border-radius: 3px;
+ width: 0;
+ overflow: hidden;
+ transition: none; }
+
+.euiDataGrid--rowHoverHighlight .euiDataGridRow:hover .euiDataGridRowCell {
+ background-color: #2E2D25 !important; }
+
+.euiDataGrid--stripes .euiDataGridRowCell.euiDataGridRowCell--stripe {
+ background: #25262E; }
+
+.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.85714rem;
+ line-height: 1.14286rem; }
+
+.euiDataGrid--fontSizeLarge .euiDataGridRowCell {
+ font-size: 14px;
+ font-size: 1rem;
+ line-height: 1.71429rem; }
+
+.euiDataGrid--paddingSmall .euiDataGridRowCell {
+ padding: 4px; }
+ .euiDataGrid--paddingSmall .euiDataGridRowCell:focus:not(:first-of-type) {
+ padding-left: 3px; }
+
+.euiDataGrid--paddingLarge .euiDataGridRowCell {
+ padding: 8px; }
+ .euiDataGrid--paddingLarge .euiDataGridRowCell:focus:not(:first-of-type) {
+ padding-left: 7px; }
+
+@-webkit-keyframes euiDataGridCellButtonSlideIn {
+ from {
+ margin-left: 0;
+ width: 0; }
+ to {
+ margin-left: 6px;
+ width: 12px; } }
+
+@keyframes euiDataGridCellButtonSlideIn {
+ from {
+ margin-left: 0;
+ width: 0; }
+ to {
+ margin-left: 6px;
+ width: 12px; } }
+
+.euiDataGridColumnSelector__item {
+ padding: 4px; }
+ .euiDataGridColumnSelector__item-isDragging {
+ box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125);
+ background: #1D1E24; }
+
+.euiDataGridColumnSelector__columnList {
+ 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(152, 162, 179, 0.5);
+ border: 6px solid transparent;
+ background-clip: content-box; }
+ .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.85714rem;
+ line-height: 1.14286rem; }
+
+.euiDataGridColumnSelectorPopover {
+ -webkit-transform: none !important;
+ transform: none !important;
+ transition: none !important;
+ margin-top: -8px;
+ min-width: 192px; }
+
+.euiDataGridColumnSorting__item-isDragging {
+ box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125);
+ background: #1D1E24; }
+
+.euiDataGridColumnSortingPopover {
+ -webkit-transform: none !important;
+ transform: none !important;
+ transition: none !important;
+ margin-top: -8px;
+ min-width: 192px; }
+
+.euiDataGridColumnSorting__fieldList {
+ 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(152, 162, 179, 0.5);
+ border: 6px solid transparent;
+ background-clip: content-box; }
+ .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: -2px; }
+ .euiDataGridColumnSorting__field:hover {
+ cursor: pointer;
+ text-decoration: underline; }
+ .euiDataGridColumnSorting__field:focus {
+ cursor: pointer;
+ text-decoration: underline;
+ background-color: rgba(54, 162, 239, 0.3); }
+ .euiDataGridColumnSorting__field:disabled {
+ cursor: not-allowed;
+ text-decoration: none;
+ color: #515761; }
+
+.euiDataGridColumnSorting__orderButtons {
+ padding-left: 24px; }
+ .euiDataGridColumnSorting__orderButtons .euiDataGridColumnSorting__order {
+ min-width: 200px;
+ border: none; }
+ .euiDataGridColumnSorting__orderButtons .euiDataGridColumnSorting__order button {
+ font-size: 12px !important; }
+
+.euiDescriptionList.euiDescriptionList--row .euiDescriptionList__title {
+ color: #DFE5EF;
+ font-size: 16px;
+ font-size: 1.14286rem;
+ line-height: 1.71429rem;
+ font-weight: 700;
+ 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: 1rem;
+ line-height: 1.71429rem; }
+
+.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--center {
+ text-align: center; }
+
+.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--reverse .euiDescriptionList__title {
+ color: #DFE5EF;
+ font-weight: 400;
+ font-size: 14px;
+ font-size: 1rem;
+ line-height: 1.71429rem; }
+
+.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--reverse .euiDescriptionList__description {
+ color: #DFE5EF;
+ font-size: 16px;
+ font-size: 1.14286rem;
+ line-height: 1.71429rem;
+ font-weight: 700; }
+
+.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--compressed .euiDescriptionList__title {
+ color: #DFE5EF;
+ font-size: 14px;
+ font-size: 1rem;
+ line-height: 1.71429rem;
+ font-weight: 700;
+ line-height: 1.5; }
+
+.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--compressed .euiDescriptionList__description {
+ font-size: 14px;
+ font-size: 1rem;
+ line-height: 1.71429rem; }
+
+.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__title {
+ color: #DFE5EF;
+ font-weight: 400;
+ font-size: 14px;
+ font-size: 1rem;
+ line-height: 1.71429rem; }
+
+.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__description {
+ color: #DFE5EF;
+ font-size: 14px;
+ font-size: 1rem;
+ line-height: 1.71429rem;
+ 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 {
+ color: #DFE5EF;
+ font-size: 16px;
+ font-size: 1.14286rem;
+ line-height: 1.71429rem;
+ font-weight: 700;
+ line-height: 1.5;
+ width: 50%;
+ padding-right: 8px; }
+ .euiDescriptionList.euiDescriptionList--column .euiDescriptionList__description, .euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__description {
+ font-size: 14px;
+ font-size: 1rem;
+ line-height: 1.71429rem;
+ 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: #DFE5EF;
+ font-weight: 400;
+ font-size: 14px;
+ font-size: 1rem;
+ line-height: 1.71429rem; }
+ .euiDescriptionList.euiDescriptionList--column.euiDescriptionList--reverse .euiDescriptionList__description, .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--reverse .euiDescriptionList__description {
+ color: #DFE5EF;
+ font-size: 16px;
+ font-size: 1.14286rem;
+ line-height: 1.71429rem;
+ font-weight: 700;
+ line-height: 1.5; }
+ .euiDescriptionList.euiDescriptionList--column.euiDescriptionList--compressed .euiDescriptionList__title, .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--compressed .euiDescriptionList__title {
+ color: #DFE5EF;
+ font-size: 14px;
+ font-size: 1rem;
+ line-height: 1.71429rem;
+ 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: 1rem;
+ line-height: 1.71429rem; }
+ .euiDescriptionList.euiDescriptionList--column.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__title, .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__title {
+ color: #DFE5EF;
+ font-weight: 400;
+ font-size: 14px;
+ font-size: 1rem;
+ line-height: 1.71429rem; }
+ .euiDescriptionList.euiDescriptionList--column.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__description, .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__description {
+ color: #DFE5EF;
+ font-size: 14px;
+ font-size: 1rem;
+ line-height: 1.71429rem;
+ 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: 1rem;
+ line-height: 1.71429rem;
+ 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: 1rem;
+ line-height: 1.71429rem; }
+ .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--reverse .euiDescriptionList__description {
+ color: #DFE5EF;
+ font-size: 16px;
+ font-size: 1.14286rem;
+ line-height: 1.71429rem;
+ font-weight: 700; } }
+
+@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: 1rem;
+ line-height: 1.71429rem;
+ 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: 1rem;
+ line-height: 1.71429rem; }
+ .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--reverse .euiDescriptionList__description {
+ color: #DFE5EF;
+ font-size: 16px;
+ font-size: 1.14286rem;
+ line-height: 1.71429rem;
+ font-weight: 700; } }
+
+.euiDescriptionList.euiDescriptionList--inline .euiDescriptionList__title {
+ font-size: 14px;
+ font-size: 1rem;
+ line-height: 1.71429rem;
+ display: inline;
+ border-radius: 6px;
+ font-weight: 400;
+ background: #25262E;
+ border: 1px solid #343741;
+ padding: 0 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: 1rem;
+ line-height: 1.71429rem;
+ display: inline;
+ word-break: break-all; }
+
+.euiDescriptionList.euiDescriptionList--inline.euiDescriptionList--compressed .euiDescriptionList__title {
+ font-size: 12px;
+ font-size: 0.85714rem;
+ line-height: 1.14286rem; }
+
+.euiDescriptionList.euiDescriptionList--inline.euiDescriptionList--compressed .euiDescriptionList__description {
+ font-size: 12px;
+ font-size: 0.85714rem;
+ line-height: 1.14286rem; }
+
+.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: .001s !important; }
+
+.euiDraggable:focus > .euiDraggable__item,
+.euiDraggable.euiDraggable--hasCustomDragHandle > .euiDraggable__item [data-react-beautiful-dnd-drag-handle]:focus {
+ outline: 2px solid currentColor; }
+ .euiDraggable:focus > .euiDraggable__item:focus-visible,
+ .euiDraggable.euiDraggable--hasCustomDragHandle > .euiDraggable__item [data-react-beautiful-dnd-drag-handle]:focus:focus-visible {
+ outline-style: auto; }
+ .euiDraggable:focus > .euiDraggable__item:not(:focus-visible),
+ .euiDraggable.euiDraggable--hasCustomDragHandle > .euiDraggable__item [data-react-beautiful-dnd-drag-handle]:focus:not(:focus-visible) {
+ outline: none; }
+
+.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(125, 222, 216, 0.1); }
+ .euiDroppable.euiDroppable--isDraggingType:not(.euiDroppable--isDisabled).euiDroppable--isDraggingOver {
+ background-color: rgba(125, 222, 216, 0.25); }
+ .euiDroppable .euiDroppable__placeholder.euiDroppable__placeholder--isHidden {
+ display: none !important; }
+
+.euiDroppable--withPanel {
+ -webkit-flex-grow: 1;
+ flex-grow: 1; }
+ .euiDroppable--withPanel.euiDroppable--withPanel--flexGrowZero {
+ -webkit-flex-grow: 0;
+ flex-grow: 0; }
+ .euiDroppable--withPanel.euiDroppable--withPanel--hasShadow {
+ box-shadow: 0 0.9px 4px -1px rgba(0, 0, 0, 0.2), 0 2.6px 8px -1px rgba(0, 0, 0, 0.15), 0 5.7px 12px -1px rgba(0, 0, 0, 0.125), 0 15px 15px -1px rgba(0, 0, 0, 0.1); }
+ .euiDroppable--withPanel.euiDroppable--withPanel--hasBorder {
+ border: 1px solid #343741;
+ box-shadow: none; }
+ .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 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125);
+ -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: #1D1E24; }
+ .euiDroppable--withPanel.euiDroppable--withPanel--subdued {
+ background-color: #141519; }
+ .euiDroppable--withPanel.euiDroppable--withPanel--accent {
+ background-color: #4a2b39; }
+ .euiDroppable--withPanel.euiDroppable--withPanel--primary {
+ background-color: #103148; }
+ .euiDroppable--withPanel.euiDroppable--withPanel--success {
+ background-color: #264341; }
+ .euiDroppable--withPanel.euiDroppable--withPanel--warning {
+ background-color: #493f22; }
+ .euiDroppable--withPanel.euiDroppable--withPanel--danger {
+ background-color: #4a201e; }
+
+.euiDroppable--withPanel {
+ box-shadow: 0 0.9px 4px -1px rgba(0, 0, 0, 0.2), 0 2.6px 8px -1px rgba(0, 0, 0, 0.15), 0 5.7px 12px -1px rgba(0, 0, 0, 0.125), 0 15px 15px -1px rgba(0, 0, 0, 0.1);
+ border-radius: 6px; }
+
+.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 {
+ max-width: 36em;
+ text-align: center;
+ padding: 24px;
+ margin: auto; }
+
+.euiErrorBoundary {
+ background: repeating-linear-gradient(45deg, rgba(248, 107, 99, 0.25), rgba(248, 107, 99, 0.25) 1px, rgba(248, 107, 99, 0.05) 1px, rgba(248, 107, 99, 0.05) 20px);
+ overflow: auto;
+ padding: 16px; }
+
+.euiErrorBoundary__text {
+ background-color: #1D1E24;
+ padding: 8px; }
+
+.euiErrorBoundary__stack {
+ white-space: pre-wrap; }
+
+/**
+ * 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: 1rem;
+ line-height: 1.71429rem;
+ 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: #DFE5EF; }
+ .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 #343741; }
+ .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: #25262E; }
+ .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(122, 127, 137, 0.1); }
+
+.euiExpression--subdued.euiExpression-isActive {
+ border-bottom-color: #7a7f89;
+ border-color: #7a7f89; }
+
+.euiExpression--subdued .euiExpression__description {
+ color: #7a7f89; }
+
+.euiExpression--primary:focus {
+ background-color: rgba(54, 162, 239, 0.1); }
+
+.euiExpression--primary.euiExpression-isActive {
+ border-bottom-color: #36A2EF;
+ border-color: #36A2EF; }
+
+.euiExpression--primary .euiExpression__description {
+ color: #36A2EF; }
+
+.euiExpression--secondary:focus {
+ background-color: rgba(125, 222, 216, 0.1); }
+
+.euiExpression--secondary.euiExpression-isActive {
+ border-bottom-color: #7DDED8;
+ border-color: #7DDED8; }
+
+.euiExpression--secondary .euiExpression__description {
+ color: #7DDED8; }
+
+.euiExpression--warning:focus {
+ background-color: rgba(243, 211, 113, 0.1); }
+
+.euiExpression--warning.euiExpression-isActive {
+ border-bottom-color: #F3D371;
+ border-color: #F3D371; }
+
+.euiExpression--warning .euiExpression__description {
+ color: #F3D371; }
+
+.euiExpression--danger:focus {
+ background-color: rgba(248, 107, 99, 0.1); }
+
+.euiExpression--danger.euiExpression-isActive {
+ border-bottom-color: #F86B63;
+ border-color: #F86B63; }
+
+.euiExpression--danger .euiExpression__description {
+ color: #F86B63; }
+
+.euiExpression--accent:focus {
+ background-color: rgba(246, 143, 190, 0.1); }
+
+.euiExpression--accent.euiExpression-isActive {
+ border-bottom-color: #F68FBE;
+ border-color: #F68FBE; }
+
+.euiExpression--accent .euiExpression__description {
+ color: #F68FBE; }
+
+/**
+ * 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", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-weight: 400;
+ letter-spacing: normal;
+ -webkit-text-size-adjust: 100%;
+ -ms-text-size-adjust: 100%;
+ -webkit-font-kerning: normal;
+ font-kerning: normal;
+ font-size: 14px;
+ font-size: 1rem;
+ line-height: 1.71429rem;
+ 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: rgba(54, 162, 239, 0.3);
+ box-shadow: -4px 0 rgba(54, 162, 239, 0.3), 4px 0 rgba(54, 162, 239, 0.3); }
+ .euiFacetButton:disabled {
+ color: #515761;
+ pointer-events: none; }
+ .euiFacetButton:disabled .euiFacetButton__content {
+ pointer-events: auto;
+ cursor: not-allowed; }
+ .euiFacetButton:disabled .euiFacetButton__icon,
+ .euiFacetButton:disabled .euiFacetButton__quantity {
+ opacity: .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(255, 255, 255, 0.1);
+ box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 3px 3px -2px rgba(0, 0, 0, 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: #16171c;
+ height: 40px;
+ width: auto;
+ border: 1px solid rgba(255, 255, 255, 0.1);
+ border-right: none;
+ font-size: 14px; }
+ .euiFilterButton:disabled {
+ color: #515761;
+ pointer-events: none; }
+ .euiFilterButton:disabled .euiFilterButton__notification {
+ opacity: .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: #25262E; }
+
+.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: 1rem;
+ line-height: 1.71429rem;
+ padding: 4px 12px;
+ display: block;
+ width: 100%;
+ text-align: left;
+ color: #DFE5EF;
+ border-bottom: 1px solid #343741;
+ border-color: #202128;
+ outline-offset: -2px; }
+ .euiFilterSelectItem:hover {
+ cursor: pointer;
+ text-decoration: underline; }
+ .euiFilterSelectItem:focus {
+ cursor: pointer;
+ text-decoration: underline;
+ background-color: rgba(54, 162, 239, 0.3); }
+ .euiFilterSelectItem:disabled {
+ cursor: not-allowed;
+ text-decoration: none;
+ color: #515761; }
+ .euiFilterSelectItem:focus, .euiFilterSelectItem-isFocused {
+ background-color: rgba(54, 162, 239, 0.3);
+ color: #36A2EF; }
+
+.euiFilterSelectItem__content {
+ max-width: 100%;
+ overflow: hidden !important;
+ text-overflow: ellipsis !important;
+ white-space: nowrap !important;
+ word-wrap: normal !important; }
+
+.euiFilterSelect__items {
+ 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(152, 162, 179, 0.5);
+ border: 6px solid transparent;
+ background-clip: content-box; }
+ .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: #98A2B3;
+ 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: none;
+ box-shadow: 0 2.7px 9px rgba(0, 0, 0, 0.325), 0 9.4px 24px rgba(0, 0, 0, 0.225), 0 21.8px 43px rgba(0, 0, 0, 0.2);
+ position: fixed;
+ top: 0;
+ bottom: 0;
+ right: 0;
+ height: 100%;
+ z-index: 1000;
+ background: #1D1E24;
+ 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(29, 30, 36, 0.9);
+ position: absolute;
+ right: 8px;
+ top: 8px;
+ z-index: 3; }
+ .euiFlyout__closeButton--outside {
+ box-shadow: 0 2.7px 9px rgba(0, 0, 0, 0.325), 0 9.4px 24px rgba(0, 0, 0, 0.225), 0 21.8px 43px rgba(0, 0, 0, 0.2);
+ 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: none;
+ 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 #343741;
+ z-index: 999; }
+ .euiFlyout.euiFlyout--push.euiFlyout--left {
+ border-left: none;
+ border-right: 2px solid #343741; }
+
+.euiFlyoutBody {
+ -webkit-flex-grow: 1;
+ flex-grow: 1;
+ overflow-y: hidden;
+ height: 100%; }
+ .euiFlyoutBody .euiFlyoutBody__overflow {
+ 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(152, 162, 179, 0.5);
+ border: 6px solid transparent;
+ background-clip: content-box; }
+ .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: #25262E;
+ -webkit-flex-grow: 0;
+ flex-grow: 0; }
+
+.euiFlyoutHeader {
+ -webkit-flex-grow: 0;
+ flex-grow: 0; }
+
+.euiFlyoutHeader--hasBorder {
+ border-bottom: 1px solid #343741; }
+
+.euiCheckbox {
+ position: relative;
+ /**
+ * 1. Float above the visual radio and match its dimension, so that when users try to click it
+ * they actually click this input.
+ */ }
+ .euiCheckbox .euiCheckbox__input {
+ position: absolute;
+ left: -10000px;
+ top: auto;
+ width: 1px;
+ height: 1px;
+ overflow: hidden; }
+ .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 {
+ padding: 7px;
+ border: 1px solid #66676d;
+ background: #1D1E24 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: #36A2EF;
+ background-color: #36A2EF;
+ 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%2829, 30, 36%29' stroke-linecap='round' stroke-width='1.5' transform='translate(.5 1)'/%3E%3C/svg%3E"); }
+ .euiCheckbox .euiCheckbox__input:indeterminate + .euiCheckbox__square {
+ border-color: #36A2EF;
+ background-color: #36A2EF;
+ 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%2829, 30, 36%29' fill-rule='evenodd'/%3E%3C/svg%3E"); }
+ .euiCheckbox .euiCheckbox__input[disabled] {
+ cursor: not-allowed !important; }
+ .euiCheckbox .euiCheckbox__input[disabled] ~ .euiCheckbox__label {
+ color: #535966;
+ cursor: not-allowed !important; }
+ .euiCheckbox .euiCheckbox__input[disabled] + .euiCheckbox__square {
+ border-color: #343741;
+ background-color: #343741;
+ box-shadow: none; }
+ .euiCheckbox .euiCheckbox__input:checked[disabled] + .euiCheckbox__square {
+ border-color: #343741;
+ background-color: #343741;
+ 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%28166, 170, 176%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: #343741;
+ background-color: #343741;
+ 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%28166, 170, 176%29' fill-rule='evenodd' transform='translate(-5 -8)'/%3E%3C/svg%3E"); }
+ .euiCheckbox .euiCheckbox__input:focus + .euiCheckbox__square, .euiCheckbox .euiCheckbox__input:active:not(:disabled) + .euiCheckbox__square {
+ outline: 2px solid currentColor;
+ outline-offset: 2px;
+ border-color: #36A2EF; }
+ .euiCheckbox .euiCheckbox__input:focus + .euiCheckbox__square:focus-visible, .euiCheckbox .euiCheckbox__input:active:not(:disabled) + .euiCheckbox__square:focus-visible {
+ outline-style: auto; }
+ .euiCheckbox .euiCheckbox__input:focus + .euiCheckbox__square:not(:focus-visible), .euiCheckbox .euiCheckbox__input:active:not(:disabled) + .euiCheckbox__square:not(:focus-visible) {
+ outline: none; }
+ .euiCheckbox.euiCheckbox--inList, .euiCheckbox.euiCheckbox--noLabel {
+ min-height: 16px;
+ min-width: 16px; }
+ .euiCheckbox.euiCheckbox--inList .euiCheckbox__square, .euiCheckbox.euiCheckbox--noLabel .euiCheckbox__square {
+ top: 0; }
+ .euiCheckbox.euiCheckbox--inList .euiCheckbox__input, .euiCheckbox.euiCheckbox--noLabel .euiCheckbox__input {
+ width: 16px;
+ height: 16px;
+ /* 1 */
+ position: absolute;
+ /* 1 */
+ opacity: 0;
+ /* 1 */
+ z-index: 1;
+ /* 1 */
+ margin: 0;
+ /* 1 */
+ left: 0;
+ /* 1 */
+ cursor: pointer; }
+
+.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: 11px; }
+ .euiDescribedFormGroup .euiDescribedFormGroup__fieldPadding--small {
+ padding-top: 23px; }
+ .euiDescribedFormGroup .euiDescribedFormGroup__fieldPadding--medium {
+ padding-top: 30.5px; }
+ .euiDescribedFormGroup .euiDescribedFormGroup__fieldPadding--large {
+ padding-top: 41px; }
+ @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: #16171c;
+ background-repeat: no-repeat;
+ background-size: 0% 100%;
+ box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(255, 255, 255, 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", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-weight: 400;
+ letter-spacing: normal;
+ -webkit-text-size-adjust: 100%;
+ -ms-text-size-adjust: 100%;
+ -webkit-font-kerning: normal;
+ font-kerning: normal;
+ font-size: 14px;
+ color: #DFE5EF;
+ border: none;
+ border-radius: 6px;
+ 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: #81858f;
+ opacity: 1; }
+ .euiFieldNumber::-moz-placeholder {
+ color: #81858f;
+ opacity: 1; }
+ .euiFieldNumber::placeholder {
+ color: #81858f;
+ opacity: 1; }
+ .euiFieldNumber:invalid {
+ background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%);
+ background-size: 100%; }
+ .euiFieldNumber:focus {
+ background-color: #111216;
+ background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%);
+ background-size: 100% 100%;
+ outline: none;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiFieldNumber:disabled {
+ cursor: not-allowed;
+ color: #535966;
+ -webkit-text-fill-color: #535966;
+ background: #202128;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiFieldNumber:disabled::-webkit-input-placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiFieldNumber:disabled::-moz-placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiFieldNumber:disabled::placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiFieldNumber[readOnly] {
+ cursor: default;
+ background: #1D1E24;
+ border-color: transparent;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiFieldNumber:-webkit-autofill {
+ -webkit-text-fill-color: #343741; }
+ .euiFieldNumber:-webkit-autofill ~ .euiFormControlLayoutIcons {
+ color: #343741; }
+ .euiFieldNumber--compressed {
+ background-color: #16171c;
+ background-repeat: no-repeat;
+ background-size: 0% 100%;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 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: 4px; }
+ @supports (-moz-appearance: none) {
+ .euiFieldNumber--compressed {
+ transition-property: box-shadow, background-image, background-size; } }
+ .euiFieldNumber--compressed:invalid {
+ background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%);
+ background-size: 100%; }
+ .euiFieldNumber--compressed:focus {
+ background-color: #111216;
+ background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%);
+ background-size: 100% 100%;
+ outline: none;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiFieldNumber--compressed:disabled {
+ cursor: not-allowed;
+ color: #535966;
+ -webkit-text-fill-color: #535966;
+ background: #202128;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiFieldNumber--compressed:disabled::-webkit-input-placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiFieldNumber--compressed:disabled::-moz-placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiFieldNumber--compressed:disabled::placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiFieldNumber--compressed[readOnly] {
+ cursor: default;
+ background: #1D1E24;
+ border-color: transparent;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 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: #16171c;
+ background-repeat: no-repeat;
+ background-size: 0% 100%;
+ box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(255, 255, 255, 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", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-weight: 400;
+ letter-spacing: normal;
+ -webkit-text-size-adjust: 100%;
+ -ms-text-size-adjust: 100%;
+ -webkit-font-kerning: normal;
+ font-kerning: normal;
+ font-size: 14px;
+ color: #DFE5EF;
+ border: none;
+ border-radius: 6px;
+ 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: #81858f;
+ opacity: 1; }
+ .euiFieldPassword::-moz-placeholder {
+ color: #81858f;
+ opacity: 1; }
+ .euiFieldPassword::placeholder {
+ color: #81858f;
+ opacity: 1; }
+ .euiFieldPassword:invalid {
+ background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%);
+ background-size: 100%; }
+ .euiFieldPassword:focus {
+ background-color: #111216;
+ background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%);
+ background-size: 100% 100%;
+ outline: none;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiFieldPassword:disabled {
+ cursor: not-allowed;
+ color: #535966;
+ -webkit-text-fill-color: #535966;
+ background: #202128;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiFieldPassword:disabled::-webkit-input-placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiFieldPassword:disabled::-moz-placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiFieldPassword:disabled::placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiFieldPassword[readOnly] {
+ cursor: default;
+ background: #1D1E24;
+ border-color: transparent;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiFieldPassword:-webkit-autofill {
+ -webkit-text-fill-color: #343741; }
+ .euiFieldPassword:-webkit-autofill ~ .euiFormControlLayoutIcons {
+ color: #343741; }
+ .euiFieldPassword--compressed {
+ background-color: #16171c;
+ background-repeat: no-repeat;
+ background-size: 0% 100%;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 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: 4px; }
+ @supports (-moz-appearance: none) {
+ .euiFieldPassword--compressed {
+ transition-property: box-shadow, background-image, background-size; } }
+ .euiFieldPassword--compressed:invalid {
+ background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%);
+ background-size: 100%; }
+ .euiFieldPassword--compressed:focus {
+ background-color: #111216;
+ background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%);
+ background-size: 100% 100%;
+ outline: none;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiFieldPassword--compressed:disabled {
+ cursor: not-allowed;
+ color: #535966;
+ -webkit-text-fill-color: #535966;
+ background: #202128;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiFieldPassword--compressed:disabled::-webkit-input-placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiFieldPassword--compressed:disabled::-moz-placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiFieldPassword--compressed:disabled::placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiFieldPassword--compressed[readOnly] {
+ cursor: default;
+ background: #1D1E24;
+ border-color: transparent;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 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: #16171c;
+ background-repeat: no-repeat;
+ background-size: 0% 100%;
+ box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(255, 255, 255, 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", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-weight: 400;
+ letter-spacing: normal;
+ -webkit-text-size-adjust: 100%;
+ -ms-text-size-adjust: 100%;
+ -webkit-font-kerning: normal;
+ font-kerning: normal;
+ font-size: 14px;
+ color: #DFE5EF;
+ border: none;
+ border-radius: 6px;
+ 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: #81858f;
+ opacity: 1; }
+ .euiFieldSearch::-moz-placeholder {
+ color: #81858f;
+ opacity: 1; }
+ .euiFieldSearch::placeholder {
+ color: #81858f;
+ opacity: 1; }
+ .euiFieldSearch:invalid {
+ background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%);
+ background-size: 100%; }
+ .euiFieldSearch:focus {
+ background-color: #111216;
+ background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%);
+ background-size: 100% 100%;
+ outline: none;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiFieldSearch:disabled {
+ cursor: not-allowed;
+ color: #535966;
+ -webkit-text-fill-color: #535966;
+ background: #202128;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiFieldSearch:disabled::-webkit-input-placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiFieldSearch:disabled::-moz-placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiFieldSearch:disabled::placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiFieldSearch[readOnly] {
+ cursor: default;
+ background: #1D1E24;
+ border-color: transparent;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiFieldSearch:-webkit-autofill {
+ -webkit-text-fill-color: #343741; }
+ .euiFieldSearch:-webkit-autofill ~ .euiFormControlLayoutIcons {
+ color: #343741; }
+ .euiFieldSearch--compressed {
+ background-color: #16171c;
+ background-repeat: no-repeat;
+ background-size: 0% 100%;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 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: 4px; }
+ @supports (-moz-appearance: none) {
+ .euiFieldSearch--compressed {
+ transition-property: box-shadow, background-image, background-size; } }
+ .euiFieldSearch--compressed:invalid {
+ background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%);
+ background-size: 100%; }
+ .euiFieldSearch--compressed:focus {
+ background-color: #111216;
+ background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%);
+ background-size: 100% 100%;
+ outline: none;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiFieldSearch--compressed:disabled {
+ cursor: not-allowed;
+ color: #535966;
+ -webkit-text-fill-color: #535966;
+ background: #202128;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiFieldSearch--compressed:disabled::-webkit-input-placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiFieldSearch--compressed:disabled::-moz-placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiFieldSearch--compressed:disabled::placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiFieldSearch--compressed[readOnly] {
+ cursor: default;
+ background: #1D1E24;
+ border-color: transparent;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 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: #16171c;
+ background-repeat: no-repeat;
+ background-size: 0% 100%;
+ box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(255, 255, 255, 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", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-weight: 400;
+ letter-spacing: normal;
+ -webkit-text-size-adjust: 100%;
+ -ms-text-size-adjust: 100%;
+ -webkit-font-kerning: normal;
+ font-kerning: normal;
+ font-size: 14px;
+ color: #DFE5EF;
+ border: none;
+ border-radius: 6px;
+ 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: #81858f;
+ opacity: 1; }
+ .euiFieldText::-moz-placeholder {
+ color: #81858f;
+ opacity: 1; }
+ .euiFieldText::placeholder {
+ color: #81858f;
+ opacity: 1; }
+ .euiFieldText:invalid {
+ background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%);
+ background-size: 100%; }
+ .euiFieldText:focus {
+ background-color: #111216;
+ background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%);
+ background-size: 100% 100%;
+ outline: none;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiFieldText:disabled {
+ cursor: not-allowed;
+ color: #535966;
+ -webkit-text-fill-color: #535966;
+ background: #202128;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiFieldText:disabled::-webkit-input-placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiFieldText:disabled::-moz-placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiFieldText:disabled::placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiFieldText[readOnly] {
+ cursor: default;
+ background: #1D1E24;
+ border-color: transparent;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiFieldText:-webkit-autofill {
+ -webkit-text-fill-color: #343741; }
+ .euiFieldText:-webkit-autofill ~ .euiFormControlLayoutIcons {
+ color: #343741; }
+ .euiFieldText--compressed {
+ background-color: #16171c;
+ background-repeat: no-repeat;
+ background-size: 0% 100%;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 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: 4px; }
+ @supports (-moz-appearance: none) {
+ .euiFieldText--compressed {
+ transition-property: box-shadow, background-image, background-size; } }
+ .euiFieldText--compressed:invalid {
+ background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%);
+ background-size: 100%; }
+ .euiFieldText--compressed:focus {
+ background-color: #111216;
+ background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%);
+ background-size: 100% 100%;
+ outline: none;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiFieldText--compressed:disabled {
+ cursor: not-allowed;
+ color: #535966;
+ -webkit-text-fill-color: #535966;
+ background: #202128;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiFieldText--compressed:disabled::-webkit-input-placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiFieldText--compressed:disabled::-moz-placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiFieldText--compressed:disabled::placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiFieldText--compressed[readOnly] {
+ cursor: default;
+ background: #1D1E24;
+ border-color: transparent;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 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, #F86B63, #F86B63 2px, transparent 2px, transparent 100%);
+ background-size: 100%; }
+
+.euiFieldText--withIcon.euiFieldText--compressed {
+ padding-left: 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: 6px;
+ overflow: hidden;
+ height: auto; }
+ .euiFilePicker.euiFilePicker--large.euiFilePicker--compressed {
+ border-radius: 4px; }
+
+.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: #535966; }
+
+.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: #16171c;
+ background-repeat: no-repeat;
+ background-size: 0% 100%;
+ box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(255, 255, 255, 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: 6px;
+ 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: #16171c;
+ background-repeat: no-repeat;
+ background-size: 0% 100%;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 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: 4px;
+ padding-left: 32px;
+ /* 2 */
+ height: 32px;
+ border-radius: 4px; }
+ @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, #F86B63, #F86B63 2px, transparent 2px, transparent 100%);
+ background-size: 100%; }
+
+.euiFilePicker__promptText {
+ font-size: 14px;
+ font-size: 1rem;
+ line-height: 1.71429rem;
+ 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: #535966; }
+
+.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 {
+ outline: 2px solid currentColor; }
+ .euiFilePicker:not(.euiFilePicker--large) .euiFilePicker__clearButton:focus:focus-visible {
+ outline-style: auto; }
+ .euiFilePicker:not(.euiFilePicker--large) .euiFilePicker__clearButton:focus:not(:focus-visible) {
+ outline: none; }
+ .euiFilePicker:not(.euiFilePicker--large) .euiFilePicker__clearButton .euiFilePicker__clearIcon {
+ width: 8px;
+ height: 8px;
+ fill: #1D1E24;
+ stroke: #1D1E24;
+ stroke-width: 2px; }
+ .euiFilePicker--large .euiFilePicker__clearButton {
+ position: relative;
+ top: 0;
+ right: 0; }
+
+.euiFilePicker__showDrop .euiFilePicker__prompt,
+.euiFilePicker__input:focus + .euiFilePicker__prompt {
+ background-color: #111216;
+ background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%);
+ background-size: 100% 100%;
+ outline: none;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiFilePicker--compressed .euiFilePicker__showDrop .euiFilePicker__prompt, .euiFilePicker--compressed
+ .euiFilePicker__input:focus + .euiFilePicker__prompt {
+ background-color: #111216;
+ background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%);
+ background-size: 100% 100%;
+ outline: none;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+
+.euiFilePicker__input:disabled + .euiFilePicker__prompt {
+ cursor: not-allowed;
+ color: #535966;
+ -webkit-text-fill-color: #535966;
+ background: #202128;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiFilePicker__input:disabled + .euiFilePicker__prompt::-webkit-input-placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiFilePicker__input:disabled + .euiFilePicker__prompt::-moz-placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiFilePicker__input:disabled + .euiFilePicker__prompt::placeholder {
+ color: #535966;
+ 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: #DFE5EF; }
+
+.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: 1rem;
+ line-height: 1.71429rem;
+ 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: #16171c;
+ background-repeat: no-repeat;
+ background-size: 0% 100%;
+ box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(255, 255, 255, 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: #1f2127; }
+ .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: #1f2127; }
+ .euiFormControlLayout--group .euiButtonIcon:focus-visible {
+ outline: 2px solid #36A2EF;
+ outline-offset: -2px; }
+ .euiFormControlLayout--group .euiToolTipAnchor > .euiIcon {
+ height: 100%;
+ background-color: #1f2127;
+ 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: #1f2127;
+ 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: none; }
+ .euiFormControlLayout--group .euiFormControlLayout__childrenWrapper ~ .euiButtonEmpty,
+ .euiFormControlLayout--group .euiFormControlLayout__childrenWrapper ~ * .euiButtonEmpty {
+ border-right: none;
+ border-left: none; }
+ .euiFormControlLayout--group.euiFormControlLayout--compressed {
+ background-color: #16171c;
+ background-repeat: no-repeat;
+ background-size: 0% 100%;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 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: 3px;
+ 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: #1D1E24;
+ border-color: transparent;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiFormControlLayout--group.euiFormControlLayout--readOnly input {
+ background-color: transparent; }
+
+.euiFormControlLayoutDelimited {
+ background-color: #16171c;
+ background-repeat: no-repeat;
+ background-size: 0% 100%;
+ box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(255, 255, 255, 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: #16171c; }
+ .euiFormControlLayoutDelimited > .euiFormControlLayout__childrenWrapper {
+ display: -webkit-flex;
+ display: flex;
+ -webkit-align-items: center;
+ align-items: center;
+ width: 100%; }
+ .euiFormControlLayoutDelimited[class*='--compressed'] {
+ background-color: #16171c;
+ background-repeat: no-repeat;
+ background-size: 0% 100%;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 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: 3px; }
+ @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'] {
+ cursor: not-allowed;
+ color: #535966;
+ -webkit-text-fill-color: #535966;
+ background: #202128;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiFormControlLayoutDelimited[class*='-isDisabled']::-webkit-input-placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiFormControlLayoutDelimited[class*='-isDisabled']::-moz-placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiFormControlLayoutDelimited[class*='-isDisabled']::placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiFormControlLayoutDelimited[class*='-isDisabled'] .euiFormControlLayoutDelimited__delimeter {
+ background-color: #202128; }
+ .euiFormControlLayoutDelimited[class*='--readOnly'] {
+ cursor: default;
+ background: #1D1E24;
+ border-color: transparent;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiFormControlLayoutDelimited[class*='--readOnly'] input,
+ .euiFormControlLayoutDelimited[class*='--readOnly'] .euiFormControlLayoutDelimited__delimeter {
+ background-color: #1D1E24; }
+ .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: #535966; }
+
+.euiFormControlLayoutClearButton {
+ width: 16px;
+ height: 16px;
+ pointer-events: all;
+ background-color: #98A2B3;
+ border-radius: 16px;
+ line-height: 0; }
+ .euiFormControlLayoutClearButton:focus {
+ outline: 2px solid currentColor; }
+ .euiFormControlLayoutClearButton:focus:focus-visible {
+ outline-style: auto; }
+ .euiFormControlLayoutClearButton:focus:not(:focus-visible) {
+ outline: none; }
+ .euiFormControlLayoutClearButton .euiFormControlLayoutClearButton__icon {
+ width: 8px;
+ height: 8px;
+ fill: #1D1E24;
+ stroke: #1D1E24;
+ stroke-width: 2px; }
+
+.euiFormControlLayoutClearButton--small {
+ width: 12px;
+ height: 12px;
+ pointer-events: all;
+ background-color: #98A2B3;
+ border-radius: 12px;
+ line-height: 0; }
+ .euiFormControlLayoutClearButton--small:focus {
+ outline: 2px solid currentColor; }
+ .euiFormControlLayoutClearButton--small:focus:focus-visible {
+ outline-style: auto; }
+ .euiFormControlLayoutClearButton--small:focus:not(:focus-visible) {
+ outline: none; }
+ .euiFormControlLayoutClearButton--small .euiFormControlLayoutClearButton__icon {
+ width: 6px;
+ height: 6px;
+ fill: #1D1E24;
+ stroke: #1D1E24;
+ 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 {
+ outline: 2px solid currentColor; }
+ .euiFormControlLayoutCustomIcon--clickable:focus:focus-visible {
+ outline-style: auto; }
+ .euiFormControlLayoutCustomIcon--clickable:focus:not(:focus-visible) {
+ outline: none; }
+ .euiFormControlLayoutCustomIcon--clickable:disabled {
+ cursor: not-allowed;
+ color: #535966; }
+
+.euiFormErrorText {
+ font-size: 12px;
+ font-size: 0.85714rem;
+ line-height: 1.14286rem;
+ padding-top: 4px;
+ color: #F86B63; }
+
+.euiFormLegend {
+ font-size: 12px;
+ font-size: 0.85714rem;
+ line-height: 1.14286rem;
+ color: #DFE5EF;
+ 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.85714rem;
+ line-height: 1.14286rem;
+ padding-top: 4px;
+ color: #98A2B3; }
+
+/**
+ * 1. Focused state overrides invalid state.
+ */
+.euiFormLabel {
+ font-size: 12px;
+ font-size: 0.85714rem;
+ line-height: 1.14286rem;
+ color: #DFE5EF;
+ font-weight: 600;
+ display: inline-block;
+ transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); }
+ .euiFormLabel.euiFormLabel-isInvalid {
+ color: #F86B63;
+ /* 1 */ }
+ .euiFormLabel.euiFormLabel-isFocused {
+ color: #36A2EF;
+ /* 1 */ }
+
+.euiFormLabel[for] {
+ cursor: pointer; }
+
+/**
+ * 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 {
+ overflow-wrap: break-word !important;
+ word-wrap: break-word !important;
+ word-break: break-word;
+ -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; }
+
+.euiRadio {
+ position: relative;
+ /**
+ * 1. Float above the visual radio and match its dimension, so that when users try to click it
+ * they actually click this input.
+ */ }
+ .euiRadio .euiRadio__input {
+ position: absolute;
+ left: -10000px;
+ top: auto;
+ width: 1px;
+ height: 1px;
+ overflow: hidden; }
+ .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 {
+ padding: 7px;
+ border: 1px solid #66676d;
+ background: #1D1E24 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: #36A2EF;
+ background-color: #36A2EF;
+ 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%2829, 30, 36%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: #535966;
+ cursor: not-allowed !important; }
+ .euiRadio .euiRadio__input[disabled] + .euiRadio__circle {
+ border-color: #343741;
+ background-color: #343741;
+ box-shadow: none; }
+ .euiRadio .euiRadio__input:checked[disabled] + .euiRadio__circle {
+ border-color: #343741;
+ background-color: #343741;
+ 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%28166, 170, 176%29' fill-rule='evenodd' transform='translate(-5 -8)'/%3E%3C/svg%3E"); }
+ .euiRadio .euiRadio__input:focus + .euiRadio__circle, .euiRadio .euiRadio__input:active:not(:disabled) + .euiRadio__circle {
+ outline: 2px solid currentColor;
+ outline-offset: 2px;
+ border-color: #36A2EF; }
+ .euiRadio .euiRadio__input:focus + .euiRadio__circle:focus-visible, .euiRadio .euiRadio__input:active:not(:disabled) + .euiRadio__circle:focus-visible {
+ outline-style: auto; }
+ .euiRadio .euiRadio__input:focus + .euiRadio__circle:not(:focus-visible), .euiRadio .euiRadio__input:active:not(:disabled) + .euiRadio__circle:not(:focus-visible) {
+ outline: none; }
+ .euiRadio.euiRadio--inList, .euiRadio.euiRadio--noLabel {
+ min-height: 16px;
+ min-width: 16px; }
+ .euiRadio.euiRadio--inList .euiRadio__circle, .euiRadio.euiRadio--noLabel .euiRadio__circle {
+ top: 0; }
+ .euiRadio.euiRadio--inList .euiRadio__input, .euiRadio.euiRadio--noLabel .euiRadio__input {
+ width: 16px;
+ height: 16px;
+ /* 1 */
+ position: absolute;
+ /* 1 */
+ opacity: 0;
+ /* 1 */
+ z-index: 1;
+ /* 1 */
+ margin: 0;
+ /* 1 */
+ left: 0;
+ /* 1 */
+ cursor: pointer; }
+
+.euiRadioGroup__item + .euiRadioGroup__item {
+ margin-top: 4px; }
+ .euiRadioGroup__item + .euiRadioGroup__item.euiRadio--compressed {
+ margin-top: 0; }
+
+.euiRange__horizontalSpacer {
+ width: 16px; }
+
+.euiRange__slimHorizontalSpacer {
+ width: 8px; }
+
+.euiRangeHighlight {
+ position: absolute;
+ left: 0;
+ width: 100%;
+ top: calc(50% - 2px);
+ overflow: hidden; }
+ .euiRangeHighlight__progress {
+ height: 4px;
+ border-radius: 4px;
+ background-color: #98A2B3; }
+ .euiRangeHighlight__progress--hasFocus {
+ background-color: #36A2EF; }
+ .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;
+ height: 6px;
+ border-radius: 6px;
+ margin: 2px; }
+
+.euiRangeLevel--primary {
+ background-color: rgba(54, 162, 239, 0.3); }
+
+.euiRangeLevel--success {
+ background-color: rgba(125, 222, 216, 0.3); }
+
+.euiRangeLevel--warning {
+ background-color: rgba(243, 211, 113, 0.3); }
+
+.euiRangeLevel--danger {
+ background-color: rgba(248, 107, 99, 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; }
+ .euiRangeSlider:disabled {
+ cursor: not-allowed; }
+ .euiRangeSlider:disabled::-webkit-slider-thumb {
+ cursor: not-allowed;
+ border-color: #98A2B3;
+ background-color: #98A2B3;
+ box-shadow: none; }
+ .euiRangeSlider:disabled::-moz-range-thumb {
+ cursor: not-allowed;
+ border-color: #98A2B3;
+ background-color: #98A2B3;
+ box-shadow: none; }
+ .euiRangeSlider:disabled::-ms-thumb {
+ cursor: not-allowed;
+ border-color: #98A2B3;
+ background-color: #98A2B3;
+ box-shadow: none; }
+ .euiRangeSlider:disabled ~ .euiRangeThumb {
+ cursor: not-allowed;
+ border-color: #98A2B3;
+ background-color: #98A2B3;
+ box-shadow: none; }
+ .euiRangeSlider::-webkit-slider-thumb {
+ padding: 7px;
+ border: 1px solid #66676d;
+ background: #1D1E24 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: #98A2B3;
+ padding: 0;
+ height: 16px;
+ width: 16px; }
+ .euiRangeSlider::-moz-range-thumb {
+ padding: 7px;
+ border: 1px solid #66676d;
+ background: #1D1E24 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: #98A2B3;
+ padding: 0;
+ height: 16px;
+ width: 16px; }
+ .euiRangeSlider::-ms-thumb {
+ padding: 7px;
+ border: 1px solid #66676d;
+ background: #1D1E24 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: #98A2B3;
+ 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: #98A2B3;
+ border: 0 solid #98A2B3;
+ border-radius: 4px; }
+ .euiRangeSlider::-moz-range-track {
+ height: 2px;
+ -moz-transition: all 250ms ease-in;
+ transition: all 250ms ease-in;
+ width: 100%;
+ background: #98A2B3;
+ border: 0 solid #98A2B3;
+ border-radius: 4px; }
+ .euiRangeSlider::-ms-fill-lower {
+ height: 2px;
+ -ms-transition: all 250ms ease-in;
+ transition: all 250ms ease-in;
+ width: 100%;
+ background: #98A2B3;
+ border: 0 solid #98A2B3;
+ border-radius: 4px; }
+ .euiRangeSlider::-ms-fill-upper {
+ height: 2px;
+ -ms-transition: all 250ms ease-in;
+ transition: all 250ms ease-in;
+ width: 100%;
+ background: #98A2B3;
+ border: 0 solid #98A2B3;
+ border-radius: 4px; }
+ .euiRangeSlider:focus {
+ outline: none; }
+ .euiRangeSlider:focus-visible::-webkit-slider-thumb, .euiRangeSlider--hasFocus::-webkit-slider-thumb {
+ box-shadow: 0 0 0 2px #36A2EF; }
+ .euiRangeSlider:focus-visible::-moz-range-thumb, .euiRangeSlider--hasFocus::-moz-range-thumb {
+ box-shadow: 0 0 0 2px #36A2EF; }
+ .euiRangeSlider:focus-visible::-ms-thumb, .euiRangeSlider--hasFocus::-ms-thumb {
+ box-shadow: 0 0 0 2px #36A2EF; }
+ .euiRangeSlider:focus-visible ~ .euiRangeThumb, .euiRangeSlider--hasFocus ~ .euiRangeThumb {
+ border-color: #36A2EF; }
+ .euiRangeSlider:focus-visible::-webkit-slider-runnable-track, .euiRangeSlider--hasFocus::-webkit-slider-runnable-track {
+ background-color: #36A2EF;
+ border-color: #36A2EF; }
+ .euiRangeSlider:focus-visible::-moz-range-track, .euiRangeSlider--hasFocus::-moz-range-track {
+ background-color: #36A2EF;
+ border-color: #36A2EF; }
+ .euiRangeSlider:focus-visible::-ms-fill-lower, .euiRangeSlider--hasFocus::-ms-fill-lower {
+ background-color: #36A2EF;
+ border-color: #36A2EF; }
+ .euiRangeSlider:focus-visible::-ms-fill-upper, .euiRangeSlider--hasFocus::-ms-fill-upper {
+ background-color: #36A2EF;
+ border-color: #36A2EF; }
+ .euiRangeSlider:focus-visible ~ .euiRangeHighlight .euiRangeHighlight__progress, .euiRangeSlider--hasFocus ~ .euiRangeHighlight .euiRangeHighlight__progress {
+ background-color: #36A2EF; }
+ .euiRangeSlider:focus-visible ~ .euiRangeTooltip .euiRangeTooltip__value, .euiRangeSlider--hasFocus ~ .euiRangeTooltip .euiRangeTooltip__value {
+ box-shadow: 0 0.9px 4px -1px rgba(0, 0, 0, 0.2), 0 2.6px 8px -1px rgba(0, 0, 0, 0.15), 0 5.7px 12px -1px rgba(0, 0, 0, 0.125), 0 15px 15px -1px rgba(0, 0, 0, 0.1); }
+ .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(152, 162, 179, 0.4);
+ border-color: rgba(152, 162, 179, 0.4); }
+
+.euiRangeSlider--hasRange::-moz-range-track {
+ background-color: rgba(152, 162, 179, 0.4);
+ border-color: rgba(152, 162, 179, 0.4); }
+
+.euiRangeSlider--hasRange::-ms-fill-lower {
+ background-color: rgba(152, 162, 179, 0.4);
+ border-color: rgba(152, 162, 179, 0.4); }
+
+.euiRangeSlider--hasRange::-ms-fill-upper {
+ background-color: rgba(152, 162, 179, 0.4);
+ border-color: rgba(152, 162, 179, 0.4); }
+
+.euiRangeThumb {
+ padding: 7px;
+ border: 1px solid #66676d;
+ background: #1D1E24 no-repeat center;
+ border-radius: 14px;
+ transition: background-color 150ms ease-in, border-color 150ms ease-in;
+ cursor: pointer;
+ border-color: #98A2B3;
+ padding: 0;
+ height: 16px;
+ width: 16px;
+ content: '';
+ position: absolute;
+ left: 0;
+ top: 50%;
+ margin-top: -8px;
+ pointer-events: none; }
+ .euiRangeThumb:focus {
+ outline: 2px solid currentColor;
+ outline-offset: 2px;
+ border-color: #36A2EF; }
+ .euiRangeThumb:focus:focus-visible {
+ outline-style: auto; }
+ .euiRangeThumb:focus:not(:focus-visible) {
+ outline: none; }
+ .euiRangeThumb--hasTicks {
+ top: 25%; }
+
+.euiRangeTicks {
+ position: absolute;
+ left: 2px;
+ right: 2px;
+ top: 8px;
+ display: -webkit-flex;
+ display: flex; }
+
+.euiRangeTick {
+ overflow-x: hidden;
+ text-overflow: ellipsis;
+ font-size: 12px;
+ position: relative;
+ padding-top: 16px; }
+ .euiRangeTick:not(.euiRangeTick--hasTickMark)::before {
+ width: 4px;
+ height: 4px;
+ background-color: #98A2B3;
+ border-radius: 100%;
+ position: absolute;
+ top: 0;
+ content: '';
+ left: calc(50% - 2px); }
+ .euiRangeTick .euiRangeTick__pseudo {
+ width: 4px;
+ height: 4px;
+ background-color: #98A2B3;
+ border-radius: 100%;
+ position: absolute;
+ top: 0; }
+ .euiRangeTick--isCustom {
+ position: absolute;
+ -webkit-transform: translateX(-50%);
+ transform: translateX(-50%); }
+ .euiRangeTick--isMin, .euiRangeTick--isMax {
+ -webkit-transform: translateX(0);
+ transform: translateX(0);
+ overflow-x: visible; }
+ .euiRangeTick--isMin .euiRangeTick__pseudo {
+ left: 0; }
+ .euiRangeTick--isMax .euiRangeTick__pseudo {
+ right: 0; }
+ .euiRangeTick:enabled:hover, .euiRangeTick:focus, .euiRangeTick--selected {
+ color: #36A2EF; }
+ .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; }
+
+.euiRangeTooltip__value {
+ font-size: 14px;
+ font-size: 1rem;
+ line-height: 1.71429rem;
+ border: 1px solid black;
+ position: absolute;
+ border-radius: 6px;
+ padding: 2px 8px;
+ background-color: black;
+ 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: black;
+ width: 12px;
+ height: 12px;
+ border-radius: 2px; }
+ .euiRangeTooltip__value::before {
+ background-color: black; }
+ .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: #16171c;
+ background-repeat: no-repeat;
+ background-size: 0% 100%;
+ box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(255, 255, 255, 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", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-weight: 400;
+ letter-spacing: normal;
+ -webkit-text-size-adjust: 100%;
+ -ms-text-size-adjust: 100%;
+ -webkit-font-kerning: normal;
+ font-kerning: normal;
+ font-size: 14px;
+ color: #DFE5EF;
+ border: none;
+ border-radius: 6px;
+ 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: #81858f;
+ opacity: 1; }
+ .euiSelect::-moz-placeholder {
+ color: #81858f;
+ opacity: 1; }
+ .euiSelect::placeholder {
+ color: #81858f;
+ opacity: 1; }
+ .euiSelect:invalid {
+ background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%);
+ background-size: 100%; }
+ .euiSelect:focus {
+ background-color: #111216;
+ background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%);
+ background-size: 100% 100%;
+ outline: none;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiSelect:disabled {
+ cursor: not-allowed;
+ color: #535966;
+ -webkit-text-fill-color: #535966;
+ background: #202128;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiSelect:disabled::-webkit-input-placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiSelect:disabled::-moz-placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiSelect:disabled::placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiSelect[readOnly] {
+ cursor: default;
+ background: #1D1E24;
+ border-color: transparent;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiSelect:-webkit-autofill {
+ -webkit-text-fill-color: #343741; }
+ .euiSelect:-webkit-autofill ~ .euiFormControlLayoutIcons {
+ color: #343741; }
+ .euiSelect--compressed {
+ background-color: #16171c;
+ background-repeat: no-repeat;
+ background-size: 0% 100%;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 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: 4px; }
+ @supports (-moz-appearance: none) {
+ .euiSelect--compressed {
+ transition-property: box-shadow, background-image, background-size; } }
+ .euiSelect--compressed:invalid {
+ background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%);
+ background-size: 100%; }
+ .euiSelect--compressed:focus {
+ background-color: #111216;
+ background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%);
+ background-size: 100% 100%;
+ outline: none;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiSelect--compressed:disabled {
+ cursor: not-allowed;
+ color: #535966;
+ -webkit-text-fill-color: #535966;
+ background: #202128;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiSelect--compressed:disabled::-webkit-input-placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiSelect--compressed:disabled::-moz-placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiSelect--compressed:disabled::placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiSelect--compressed[readOnly] {
+ cursor: default;
+ background: #1D1E24;
+ border-color: transparent;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 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: #DFE5EF;
+ background: transparent; }
+ .euiSelect:-moz-focusring {
+ color: transparent;
+ text-shadow: 0 0 0 #DFE5EF; }
+
+.euiSuperSelect__listbox {
+ 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(152, 162, 179, 0.5);
+ border: 6px solid transparent;
+ background-clip: content-box; }
+ .euiSuperSelect__listbox::-webkit-scrollbar-corner, .euiSuperSelect__listbox::-webkit-scrollbar-track {
+ background-color: transparent; }
+
+.euiSuperSelect__item {
+ font-size: 14px;
+ font-size: 1rem;
+ line-height: 1.71429rem;
+ padding: 8px; }
+ .euiSuperSelect__item:hover {
+ cursor: pointer;
+ text-decoration: underline; }
+ .euiSuperSelect__item:focus {
+ cursor: pointer;
+ text-decoration: underline;
+ background-color: rgba(54, 162, 239, 0.3); }
+ .euiSuperSelect__item:disabled {
+ cursor: not-allowed;
+ text-decoration: none;
+ color: #515761; }
+
+.euiSuperSelect__item--hasDividers:not(:last-of-type) {
+ border-bottom: 1px solid #343741; }
+
+/**
+ * 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: #16171c;
+ background-repeat: no-repeat;
+ background-size: 0% 100%;
+ box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(255, 255, 255, 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", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-weight: 400;
+ letter-spacing: normal;
+ -webkit-text-size-adjust: 100%;
+ -ms-text-size-adjust: 100%;
+ -webkit-font-kerning: normal;
+ font-kerning: normal;
+ font-size: 14px;
+ color: #DFE5EF;
+ border: none;
+ border-radius: 6px;
+ 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: #81858f;
+ opacity: 1; }
+ .euiSuperSelectControl::-moz-placeholder {
+ color: #81858f;
+ opacity: 1; }
+ .euiSuperSelectControl::placeholder {
+ color: #81858f;
+ opacity: 1; }
+ .euiSuperSelectControl:invalid {
+ background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%);
+ background-size: 100%; }
+ .euiSuperSelectControl:focus {
+ background-color: #111216;
+ background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%);
+ background-size: 100% 100%;
+ outline: none;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiSuperSelectControl:disabled {
+ cursor: not-allowed;
+ color: #535966;
+ -webkit-text-fill-color: #535966;
+ background: #202128;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiSuperSelectControl:disabled::-webkit-input-placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiSuperSelectControl:disabled::-moz-placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiSuperSelectControl:disabled::placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiSuperSelectControl[readOnly] {
+ cursor: default;
+ background: #1D1E24;
+ border-color: transparent;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiSuperSelectControl:-webkit-autofill {
+ -webkit-text-fill-color: #343741; }
+ .euiSuperSelectControl:-webkit-autofill ~ .euiFormControlLayoutIcons {
+ color: #343741; }
+ .euiSuperSelectControl--compressed {
+ background-color: #16171c;
+ background-repeat: no-repeat;
+ background-size: 0% 100%;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 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: 4px; }
+ @supports (-moz-appearance: none) {
+ .euiSuperSelectControl--compressed {
+ transition-property: box-shadow, background-image, background-size; } }
+ .euiSuperSelectControl--compressed:invalid {
+ background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%);
+ background-size: 100%; }
+ .euiSuperSelectControl--compressed:focus {
+ background-color: #111216;
+ background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%);
+ background-size: 100% 100%;
+ outline: none;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiSuperSelectControl--compressed:disabled {
+ cursor: not-allowed;
+ color: #535966;
+ -webkit-text-fill-color: #535966;
+ background: #202128;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiSuperSelectControl--compressed:disabled::-webkit-input-placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiSuperSelectControl--compressed:disabled::-moz-placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiSuperSelectControl--compressed:disabled::placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiSuperSelectControl--compressed[readOnly] {
+ cursor: default;
+ background: #1D1E24;
+ border-color: transparent;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 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, #F86B63, #F86B63 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: #111216;
+ background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%);
+ background-size: 100% 100%;
+ outline: none;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 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 {
+ outline: 2px solid currentColor;
+ outline-offset: 2px;
+ border-color: #36A2EF; }
+ .euiSwitch .euiSwitch__button:focus .euiSwitch__track:focus-visible {
+ outline-style: auto; }
+ .euiSwitch .euiSwitch__button:focus .euiSwitch__track:not(:focus-visible) {
+ outline: none; }
+ .euiSwitch .euiSwitch__button:disabled:hover,
+ .euiSwitch .euiSwitch__button:disabled ~ .euiSwitch__label:hover {
+ cursor: not-allowed; }
+ .euiSwitch .euiSwitch__button:disabled .euiSwitch__body {
+ background-color: rgba(83, 89, 102, 0.7); }
+ .euiSwitch .euiSwitch__button:disabled .euiSwitch__thumb {
+ border-color: #343741;
+ background-color: #343741;
+ box-shadow: none;
+ background-color: rgba(83, 89, 102, 0.7); }
+ .euiSwitch .euiSwitch__button:disabled .euiSwitch__icon {
+ fill: #a6aab0; }
+ .euiSwitch .euiSwitch__button:disabled + .euiSwitch__label {
+ color: #535966; }
+ .euiSwitch .euiSwitch__button[aria-checked='false'] .euiSwitch__body {
+ background-color: rgba(83, 89, 102, 0.7); }
+ .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: #36A2EF;
+ display: inline-block;
+ position: relative;
+ border-radius: 20px;
+ vertical-align: middle; }
+ .euiSwitch .euiSwitch__thumb {
+ padding: 9px;
+ border: 1px solid #66676d;
+ background: #1D1E24 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: #DFE5EF; }
+ .euiSwitch .euiSwitch__icon--checked {
+ right: auto;
+ left: -8px;
+ fill: #1D1E24; }
+ .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 {
+ padding: 6px;
+ border: 1px solid #66676d;
+ background: #1D1E24 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 {
+ padding: 3px;
+ border: 1px solid #66676d;
+ background: #1D1E24 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: #66676d; }
+ .euiSwitch.euiSwitch--compressed .euiSwitch__button[aria-checked='true'] .euiSwitch__thumb, .euiSwitch.euiSwitch--mini .euiSwitch__button[aria-checked='true'] .euiSwitch__thumb {
+ border-color: #36A2EF; }
+
+.euiTextArea {
+ max-width: 400px;
+ width: 100%;
+ height: 40px;
+ background-color: #16171c;
+ background-repeat: no-repeat;
+ background-size: 0% 100%;
+ box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(255, 255, 255, 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", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-weight: 400;
+ letter-spacing: normal;
+ -webkit-text-size-adjust: 100%;
+ -ms-text-size-adjust: 100%;
+ -webkit-font-kerning: normal;
+ font-kerning: normal;
+ font-size: 14px;
+ color: #DFE5EF;
+ border: none;
+ border-radius: 6px;
+ 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: #81858f;
+ opacity: 1; }
+ .euiTextArea::-moz-placeholder {
+ color: #81858f;
+ opacity: 1; }
+ .euiTextArea::placeholder {
+ color: #81858f;
+ opacity: 1; }
+ .euiTextArea:invalid {
+ background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%);
+ background-size: 100%; }
+ .euiTextArea:focus {
+ background-color: #111216;
+ background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%);
+ background-size: 100% 100%;
+ outline: none;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiTextArea:disabled {
+ cursor: not-allowed;
+ color: #535966;
+ -webkit-text-fill-color: #535966;
+ background: #202128;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiTextArea:disabled::-webkit-input-placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiTextArea:disabled::-moz-placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiTextArea:disabled::placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiTextArea[readOnly] {
+ cursor: default;
+ background: #1D1E24;
+ border-color: transparent;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiTextArea:-webkit-autofill {
+ -webkit-text-fill-color: #343741; }
+ .euiTextArea:-webkit-autofill ~ .euiFormControlLayoutIcons {
+ color: #343741; }
+ .euiTextArea--compressed {
+ background-color: #16171c;
+ background-repeat: no-repeat;
+ background-size: 0% 100%;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 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: 4px; }
+ @supports (-moz-appearance: none) {
+ .euiTextArea--compressed {
+ transition-property: box-shadow, background-image, background-size; } }
+ .euiTextArea--compressed:invalid {
+ background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%);
+ background-size: 100%; }
+ .euiTextArea--compressed:focus {
+ background-color: #111216;
+ background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%);
+ background-size: 100% 100%;
+ outline: none;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiTextArea--compressed:disabled {
+ cursor: not-allowed;
+ color: #535966;
+ -webkit-text-fill-color: #535966;
+ background: #202128;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
+ .euiTextArea--compressed:disabled::-webkit-input-placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiTextArea--compressed:disabled::-moz-placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiTextArea--compressed:disabled::placeholder {
+ color: #535966;
+ opacity: 1; }
+ .euiTextArea--compressed[readOnly] {
+ cursor: default;
+ background: #1D1E24;
+ border-color: transparent;
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 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 0.7px 1.4px rgba(0, 0, 0, 0.175), 0 1.9px 4px rgba(0, 0, 0, 0.125), 0 4.5px 10px rgba(0, 0, 0, 0.125);
+ height: 49px;
+ position: relative;
+ z-index: 999;
+ display: -webkit-flex;
+ display: flex;
+ -webkit-justify-content: space-between;
+ justify-content: space-between;
+ background: #1D1E24;
+ border-bottom: 1px solid #131417; }
+ .euiHeader--fixed {
+ z-index: 1000;
+ position: fixed;
+ top: 0;
+ left: 0;
+ right: 0; }
+
+.euiHeader--fixed + .euiHeader--fixed {
+ top: 48px; }
+
+.euiHeader--dark {
+ background-color: #131317;
+ border-bottom-color: #131417; }
+ .euiHeader--dark .euiHeaderLogo__text,
+ .euiHeader--dark .euiHeaderLink,
+ .euiHeader--dark .euiHeaderSectionItemButton {
+ color: #FFF; }
+ .euiHeader--dark .euiHeaderLink-isActive {
+ color: #36A2EF; }
+ .euiHeader--dark .euiHeaderSectionItem:after {
+ background: #25262E; }
+ .euiHeader--dark .euiHeaderLogo:focus,
+ .euiHeader--dark .euiHeaderLink:focus,
+ .euiHeader--dark .euiHeaderSectionItemButton:focus {
+ background: #1b5178; }
+ .euiHeader--dark .euiHeaderSectionItemButton__notification--badge {
+ box-shadow: 0 0 0 1px #131317; }
+ .euiHeader--dark .euiHeaderSectionItemButton__notification--dot {
+ stroke: #131317; }
+
+.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: 40px;
+ line-height: 40px;
+ min-width: 41px;
+ 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;
+ background: rgba(54, 162, 239, 0.3); }
+ .euiHeaderLogo:focus, .euiHeaderLogo:hover {
+ text-decoration: none; }
+
+.euiHeaderLogo__text {
+ color: #DFE5EF;
+ font-size: 22px;
+ font-size: 1.57143rem;
+ line-height: 2.28571rem;
+ font-weight: 700;
+ 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 {
+ color: #DFE5EF;
+ font-size: 16px;
+ font-size: 1.14286rem;
+ line-height: 1.71429rem;
+ font-weight: 700;
+ font-weight: 400; } }
+
+.euiHeaderAlert {
+ min-width: 300px;
+ position: relative;
+ margin-bottom: 24px;
+ padding: 0 8px 24px;
+ border-bottom: 1px solid #343741;
+ 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 {
+ color: #DFE5EF;
+ font-size: 16px;
+ font-size: 1.14286rem;
+ line-height: 1.71429rem;
+ font-weight: 700;
+ margin-bottom: 8px; }
+ .euiHeaderAlert .euiHeaderAlert__text {
+ font-size: 14px;
+ font-size: 1rem;
+ line-height: 1.71429rem;
+ margin-bottom: 16px; }
+ .euiHeaderAlert .euiHeaderAlert__action {
+ font-size: 14px;
+ font-size: 1rem;
+ line-height: 1.71429rem; }
+ .euiHeaderAlert .euiHeaderAlert__date {
+ font-size: 12px;
+ font-size: 0.85714rem;
+ line-height: 1.14286rem;
+ color: #98A2B3; }
+
+.euiHeaderBreadcrumbs {
+ 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: #343741;
+ 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: 30px; }
+ .euiHeaderSectionItem--borderLeft:after,
+ .euiHeaderSectionItem--borderRight:after {
+ display: none; } }
+
+.euiHeaderSectionItemButton {
+ position: relative;
+ height: 40px;
+ min-width: 40px;
+ text-align: center;
+ font-size: 0; }
+
+.euiHeaderSectionItemButton__notification {
+ position: absolute; }
+ .euiHeaderSectionItemButton__notification--dot {
+ top: 0;
+ right: 0;
+ stroke: #1D1E24; }
+ .euiHeaderSectionItemButton__notification--badge {
+ top: 9%;
+ right: 9%;
+ box-shadow: 0 0 0 1px #1D1E24; }
+
+.euiHeaderSectionItemButton__content {
+ display: inline-block; }
+
+@media only screen and (max-width: 574px) {
+ .euiHeaderSectionItemButton {
+ min-width: 30px; }
+ .euiHeaderSectionItemButton__notification.euiHeaderSectionItemButton__notification--dot {
+ width: 16px;
+ height: 16px;
+ top: 9%; } }
+
+.euiHealth {
+ display: inline-block; }
+
+.euiHealth--textSizeXS {
+ font-size: 12px;
+ font-size: 0.85714rem;
+ line-height: 1.14286rem; }
+
+.euiHealth--textSizeS {
+ font-size: 14px;
+ font-size: 1rem;
+ line-height: 1.71429rem; }
+
+.euiHealth--textSizeM {
+ font-size: 16px;
+ font-size: 1.14286rem;
+ line-height: 1.71429rem; }
+
+.euiHealth--textSizeInherit {
+ font-size: inherit; }
+
+.euiHorizontalRule {
+ border: none;
+ height: 1px;
+ background-color: #343741;
+ -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: rgba(54, 162, 239, 0.3); }
+
+.euiIcon--app {
+ fill: #DFE5EF; }
+ .euiIcon--app .euiIcon__fillSecondary {
+ fill: #7DDED8; }
+
+.euiIcon-isLoading {
+ opacity: 0.05;
+ background-color: currentColor;
+ border-radius: 6px; }
+
+.euiIcon-isLoaded {
+ -webkit-animation: euiIconLoading 250ms ease-in 0s 1 forwards;
+ animation: euiIconLoading 250ms ease-in 0s 1 forwards; }
+
+.euiIcon--accent {
+ color: #F68FBE; }
+
+.euiIcon--danger {
+ color: #F86B63; }
+
+.euiIcon--ghost {
+ color: #FFF; }
+
+.euiIcon--primary {
+ color: #36A2EF; }
+
+.euiIcon--secondary {
+ color: #7DDED8; }
+
+.euiIcon--success {
+ color: #7DDED8; }
+
+.euiIcon--subdued {
+ color: #7a7f89; }
+
+.euiIcon--text {
+ color: #DFE5EF; }
+
+.euiIcon--warning {
+ color: #F3D371; }
+
+.euiIcon--inherit {
+ color: inherit; }
+
+.euiIcon--text,
+.euiIcon--text .euiIcon__fillSecondary,
+.euiIcon--subdued,
+.euiIcon--subdued .euiIcon__fillSecondary,
+.euiIcon--primary,
+.euiIcon--primary .euiIcon__fillSecondary,
+.euiIcon--customColor,
+.euiIcon--customColor .euiIcon__fillSecondary {
+ fill: currentColor; }
+
+.euiIcon__fillNegative {
+ fill: #D4DAE5; }
+
+.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; }
+ .euiImage.euiImage--hasShadow .euiImage__img {
+ box-shadow: 0 0.9px 4px -1px rgba(0, 0, 0, 0.2), 0 2.6px 8px -1px rgba(0, 0, 0, 0.15), 0 5.7px 12px -1px rgba(0, 0, 0, 0.125), 0 15px 15px -1px rgba(0, 0, 0, 0.1); }
+ .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 #36A2EF; }
+ .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 0.9px 4px -1px rgba(0, 0, 0, 0.2), 0 2.6px 8px -1px rgba(0, 0, 0, 0.15), 0 5.7px 12px -1px rgba(0, 0, 0, 0.125), 0 15px 15px -1px rgba(0, 0, 0, 0.1); }
+ .euiImage.euiImage--allowFullScreen.euiImage--hasShadow .euiImage__button:hover,
+ .euiImage.euiImage--allowFullScreen.euiImage--hasShadow .euiImage__button:focus {
+ box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); }
+ .euiImage.euiImage--small .euiImage__img {
+ width: 8.57143rem; }
+ .euiImage.euiImage--medium .euiImage__img {
+ width: 14.28571rem; }
+ .euiImage.euiImage--large .euiImage__img {
+ width: 25.71429rem; }
+ .euiImage.euiImage--xlarge .euiImage__img {
+ width: 42.85714rem; }
+ .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: 1rem;
+ line-height: 1.71429rem;
+ 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 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); }
+ .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: 288px;
+ max-width: 100%; }
+
+/**
+ * 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", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-weight: 400;
+ letter-spacing: normal;
+ -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;
+ color: #98A2B3;
+ border: 1px solid #343741;
+ border-color: transparent;
+ border-radius: 6px;
+ transition: border-color 150ms ease-in, box-shadow 150ms ease-in; }
+ .euiKeyPadMenuItem:not(:disabled):hover, .euiKeyPadMenuItem:not(:disabled):focus {
+ box-shadow: 0 0.8px 0.8px rgba(0, 0, 0, 0.1), 0 2.3px 2px rgba(0, 0, 0, 0.075);
+ border-color: #343741; }
+ .euiKeyPadMenuItem:not(:disabled):hover .euiKeyPadMenuItem__icon, .euiKeyPadMenuItem:not(:disabled):focus .euiKeyPadMenuItem__icon {
+ -webkit-transform: translateY(0);
+ transform: translateY(0); }
+ .euiKeyPadMenuItem:disabled {
+ color: #515761;
+ cursor: not-allowed; }
+ .euiKeyPadMenuItem:disabled .euiKeyPadMenuItem__icon {
+ -webkit-filter: grayscale(100%);
+ filter: grayscale(100%); }
+ .euiKeyPadMenuItem:disabled .euiKeyPadMenuItem__icon svg * {
+ fill: #515761; }
+
+.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; }
+ .euiKeyPadMenuItem--hasBetaBadge .euiKeyPadMenuItem__inner {
+ position: relative; }
+ .euiKeyPadMenuItem--hasBetaBadge .euiKeyPadMenuItem__inner .euiKeyPadMenuItem__betaBadgeWrapper {
+ position: absolute;
+ top: 4px;
+ right: 8px;
+ z-index: 3; }
+ .euiKeyPadMenuItem--hasBetaBadge .euiKeyPadMenuItem__inner .euiKeyPadMenuItem__betaBadgeWrapper .euiKeyPadMenuItem__betaBadge:not(.euiBetaBadge--iconOnly) {
+ padding: 0 6px;
+ /* 2 */
+ overflow: hidden;
+ /* 2 */
+ letter-spacing: 3rem;
+ /* 2 */ }
+
+.euiKeyPadMenuItem__betaBadge {
+ width: 20px;
+ height: 20px;
+ line-height: 20px;
+ color: #FFF;
+ background-color: #343741;
+ box-shadow: none; }
+ .euiKeyPadMenuItem__betaBadge .euiBetaBadge__icon {
+ width: 12px;
+ height: 12px; }
+
+.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);
+ -webkit-transform: translateY(2px);
+ transform: translateY(2px);
+ margin-bottom: 12px; }
+
+.euiKeyPadMenuItem__label {
+ font-size: 12px;
+ font-weight: 500;
+ line-height: 16px;
+ text-align: center; }
+
+.euiLink {
+ text-align: left; }
+ .euiLink:hover {
+ text-decoration: underline; }
+ .euiLink:focus {
+ text-decoration: underline;
+ background: rgba(54, 162, 239, 0.3); }
+ .euiLink .euiLink__externalIcon {
+ margin-left: 4px; }
+ .euiLink.euiLink-disabled {
+ text-decoration: none;
+ cursor: default; }
+ .euiLink.euiLink--subdued {
+ color: #7a7f89; }
+ .euiLink.euiLink--subdued:hover, .euiLink.euiLink--subdued:focus {
+ color: #62666e;
+ text-decoration: underline; }
+ .euiLink.euiLink--subdued:focus {
+ background-color: rgba(122, 127, 137, 0.3);
+ outline: 2px solid currentColor;
+ outline-offset: 0px; }
+ .euiLink.euiLink--subdued:focus:focus-visible {
+ outline-style: auto; }
+ .euiLink.euiLink--subdued:focus:not(:focus-visible) {
+ outline: none; }
+ .euiLink.euiLink--primary {
+ color: #36A2EF; }
+ .euiLink.euiLink--primary:hover, .euiLink.euiLink--primary:focus {
+ color: #128ae0;
+ text-decoration: underline; }
+ .euiLink.euiLink--primary:focus {
+ background-color: rgba(54, 162, 239, 0.3);
+ outline: 2px solid currentColor;
+ outline-offset: 0px; }
+ .euiLink.euiLink--primary:focus:focus-visible {
+ outline-style: auto; }
+ .euiLink.euiLink--primary:focus:not(:focus-visible) {
+ outline: none; }
+ .euiLink.euiLink--secondary {
+ color: #7DDED8; }
+ .euiLink.euiLink--secondary:hover, .euiLink.euiLink--secondary:focus {
+ color: #54d4cc;
+ text-decoration: underline; }
+ .euiLink.euiLink--secondary:focus {
+ background-color: rgba(125, 222, 216, 0.3);
+ outline: 2px solid currentColor;
+ outline-offset: 0px; }
+ .euiLink.euiLink--secondary:focus:focus-visible {
+ outline-style: auto; }
+ .euiLink.euiLink--secondary:focus:not(:focus-visible) {
+ outline: none; }
+ .euiLink.euiLink--accent {
+ color: #F68FBE; }
+ .euiLink.euiLink--accent:hover, .euiLink.euiLink--accent:focus {
+ color: #f260a3;
+ text-decoration: underline; }
+ .euiLink.euiLink--accent:focus {
+ background-color: rgba(246, 143, 190, 0.3);
+ outline: 2px solid currentColor;
+ outline-offset: 0px; }
+ .euiLink.euiLink--accent:focus:focus-visible {
+ outline-style: auto; }
+ .euiLink.euiLink--accent:focus:not(:focus-visible) {
+ outline: none; }
+ .euiLink.euiLink--warning {
+ color: #F3D371; }
+ .euiLink.euiLink--warning:hover, .euiLink.euiLink--warning:focus {
+ color: #efc442;
+ text-decoration: underline; }
+ .euiLink.euiLink--warning:focus {
+ background-color: rgba(243, 211, 113, 0.3);
+ outline: 2px solid currentColor;
+ outline-offset: 0px; }
+ .euiLink.euiLink--warning:focus:focus-visible {
+ outline-style: auto; }
+ .euiLink.euiLink--warning:focus:not(:focus-visible) {
+ outline: none; }
+ .euiLink.euiLink--danger {
+ color: #F86B63; }
+ .euiLink.euiLink--danger:hover, .euiLink.euiLink--danger:focus {
+ color: #f63d32;
+ text-decoration: underline; }
+ .euiLink.euiLink--danger:focus {
+ background-color: rgba(248, 107, 99, 0.3);
+ outline: 2px solid currentColor;
+ outline-offset: 0px; }
+ .euiLink.euiLink--danger:focus:focus-visible {
+ outline-style: auto; }
+ .euiLink.euiLink--danger:focus:not(:focus-visible) {
+ outline: none; }
+ .euiLink.euiLink--text {
+ color: #DFE5EF; }
+ .euiLink.euiLink--text:hover, .euiLink.euiLink--text:focus {
+ color: #bdc9de;
+ text-decoration: underline; }
+ .euiLink.euiLink--text:focus {
+ background-color: rgba(223, 229, 239, 0.3);
+ outline: 2px solid currentColor;
+ outline-offset: 0px; }
+ .euiLink.euiLink--text:focus:focus-visible {
+ outline-style: auto; }
+ .euiLink.euiLink--text:focus:not(:focus-visible) {
+ outline: none; }
+ .euiLink.euiLink--ghost {
+ color: #FFF; }
+ .euiLink.euiLink--ghost:hover, .euiLink.euiLink--ghost:focus {
+ color: #e6e6e6;
+ text-decoration: underline; }
+ .euiLink.euiLink--ghost:focus {
+ background-color: rgba(255, 255, 255, 0.3);
+ outline: 2px solid currentColor;
+ outline-offset: 0px; }
+ .euiLink.euiLink--ghost:focus:focus-visible {
+ outline-style: auto; }
+ .euiLink.euiLink--ghost:focus:not(:focus-visible) {
+ outline: none; }
+
+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: 6px;
+ border: 1px solid #343741; }
+
+.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: 6px;
+ 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(52, 55, 65, 0.25); }
+ .euiListGroupItem.euiListGroupItem-isClickable:focus-within {
+ background-color: rgba(52, 55, 65, 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: #515761;
+ 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(52, 55, 65, 0.25);
+ border-radius: 6px; }
+ .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: #36A2EF; }
+ .euiListGroupItem--text .euiListGroupItem__text:not(:disabled), .euiListGroupItem--text
+ .euiListGroupItem__button:not(:disabled) {
+ color: #DFE5EF; }
+ .euiListGroupItem--subdued .euiListGroupItem__text:not(:disabled), .euiListGroupItem--subdued
+ .euiListGroupItem__button:not(:disabled) {
+ color: #7a7f89; }
+ .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: #DFE5EF; }
+
+.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: 14px; }
+
+.euiListGroupItem--large {
+ font-size: 22px; }
+
+.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: 6px;
+ border-top-right-radius: 6px; }
+
+.euiListGroup-bordered .euiListGroupItem:last-child {
+ border-bottom-left-radius: 6px;
+ border-bottom-right-radius: 6px; }
+
+.euiListGroupItem__tooltip {
+ width: 100%; }
+
+.euiPinnableListGroup__itemExtraAction svg {
+ -webkit-transform: rotate(45deg);
+ transform: rotate(45deg); }
+
+.euiPinnableListGroup__itemExtraAction-pinned:not(:hover):not(:focus) {
+ color: #62656d; }
+
+.euiLoadingKibana {
+ position: relative;
+ display: inline-block; }
+ .euiLoadingKibana:before, .euiLoadingKibana:after {
+ position: absolute;
+ content: '';
+ width: 90%;
+ left: 5%;
+ border-radius: 50%;
+ opacity: .2;
+ z-index: 1; }
+ .euiLoadingKibana:before {
+ box-shadow: 0 0 8px #FFF;
+ -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; }
+ .euiLoadingKibana:after {
+ background-color: #FFF;
+ -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; }
+ .euiLoadingKibana .euiLoadingKibana__icon {
+ display: block; }
+
+/**
+ * 1. Requires pixel math for animation.
+ */
+.euiLoadingKibana--medium {
+ width: 16px; }
+ .euiLoadingKibana--medium:before, .euiLoadingKibana--medium:after {
+ height: 3px;
+ /* 1 */
+ bottom: -4px; }
+ .euiLoadingKibana--medium .euiLoadingKibana__icon {
+ z-index: 999;
+ -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.
+ */
+.euiLoadingKibana--large {
+ width: 24px; }
+ .euiLoadingKibana--large:before, .euiLoadingKibana--large:after {
+ height: 6px;
+ /* 1 */
+ bottom: -8px; }
+ .euiLoadingKibana--large .euiLoadingKibana__icon {
+ -webkit-animation: 1s euiLoadingKibanaBounceLarge cubic-bezier(0.694, 0.0482, 0.335, 1) infinite;
+ animation: 1s euiLoadingKibanaBounceLarge cubic-bezier(0.694, 0.0482, 0.335, 1) infinite; }
+
+.euiLoadingKibana--xLarge {
+ width: 32px; }
+ .euiLoadingKibana--xLarge:before, .euiLoadingKibana--xLarge:after {
+ height: 8px;
+ bottom: -12px; }
+ .euiLoadingKibana--xLarge .euiLoadingKibana__icon {
+ -webkit-animation: 1s euiLoadingKibanaBounceXLarge cubic-bezier(0.694, 0.0482, 0.335, 1) infinite;
+ animation: 1s euiLoadingKibanaBounceXLarge cubic-bezier(0.694, 0.0482, 0.335, 1) infinite; }
+
+@-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: .1; }
+ 100% {
+ opacity: 0; } }
+
+@keyframes euiLoadingKibanaPulsateAndFade {
+ 0% {
+ opacity: 0; }
+ 50% {
+ -webkit-transform: scale(0.5);
+ transform: scale(0.5);
+ opacity: .1; }
+ 100% {
+ opacity: 0; } }
+
+@-webkit-keyframes euiLoadingKibanaPulsate {
+ 0% {
+ opacity: .15; }
+ 50% {
+ -webkit-transform: scale(0.5);
+ transform: scale(0.5);
+ opacity: .05; }
+ 100% {
+ opacity: .15; } }
+
+@keyframes euiLoadingKibanaPulsate {
+ 0% {
+ opacity: .15; }
+ 50% {
+ -webkit-transform: scale(0.5);
+ transform: scale(0.5);
+ opacity: .05; }
+ 100% {
+ opacity: .15; } }
+
+.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-name: euiLoadingElastic;
+ animation-name: euiLoadingElastic;
+ -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%; }
+
+.euiLoadingElastic path:nth-of-type(1) {
+ -webkit-animation-delay: 0s;
+ animation-delay: 0s; }
+
+.euiLoadingElastic path:nth-of-type(2) {
+ -webkit-animation-delay: .035s;
+ animation-delay: .035s; }
+
+.euiLoadingElastic path:nth-of-type(3) {
+ -webkit-animation-delay: .125s;
+ animation-delay: .125s; }
+
+.euiLoadingElastic path:nth-of-type(4) {
+ -webkit-animation-delay: .155s;
+ animation-delay: .155s; }
+
+.euiLoadingElastic path:nth-of-type(5) {
+ -webkit-animation-delay: .075s;
+ animation-delay: .075s; }
+
+.euiLoadingElastic path:nth-of-type(6) {
+ -webkit-animation-delay: .06s;
+ animation-delay: .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; }
+
+.euiLoadingChart__bar {
+ height: 100%;
+ width: 8px;
+ display: inline-block;
+ margin-bottom: -16px;
+ margin-left: 2px;
+ -webkit-animation: euiLoadingChart 1s infinite;
+ animation: euiLoadingChart 1s infinite; }
+ .euiLoadingChart__bar:nth-child(1) {
+ background-color: #54B399; }
+ .euiLoadingChart__bar:nth-child(2) {
+ background-color: #6092C0;
+ -webkit-animation-delay: .1s;
+ animation-delay: .1s; }
+ .euiLoadingChart__bar:nth-child(3) {
+ background-color: #D36086;
+ -webkit-animation-delay: .2s;
+ animation-delay: .2s; }
+ .euiLoadingChart__bar:nth-child(4) {
+ background-color: #9170B8;
+ -webkit-animation-delay: .3s;
+ animation-delay: .3s; }
+
+.euiLoadingChart--mono .euiLoadingChart__bar:nth-child(1) {
+ background-color: #343741; }
+
+.euiLoadingChart--mono .euiLoadingChart__bar:nth-child(2) {
+ background-color: #3c3f49; }
+
+.euiLoadingChart--mono .euiLoadingChart__bar:nth-child(3) {
+ background-color: #444750; }
+
+.euiLoadingChart--mono .euiLoadingChart__bar:nth-child(4) {
+ background-color: #4c4f58; }
+
+.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: 6px;
+ overflow: hidden; }
+ .euiLoadingContent__singleLine:last-child:not(:only-child) {
+ width: 75%; }
+
+.euiLoadingContent__singleLineBackground {
+ display: block;
+ width: 220%;
+ height: 100%;
+ background: linear-gradient(to right, #2e3039 45%, #282a31 50%, #2e3039 55%);
+ -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); } }
+
+.euiLoadingSpinner {
+ -webkit-flex-shrink: 0;
+ flex-shrink: 0;
+ display: inline-block;
+ width: 32px;
+ height: 32px;
+ border-radius: 50%;
+ border: solid 2px #343741;
+ border-color: #36A2EF #343741 #343741 #343741;
+ -webkit-animation: euiLoadingSpinner .6s infinite linear;
+ animation: euiLoadingSpinner .6s infinite linear; }
+
+.euiLoadingSpinner--small {
+ width: 8px;
+ height: 8px;
+ border-width: 1px; }
+
+.euiLoadingSpinner--medium {
+ width: 16px;
+ height: 16px;
+ border-width: 1px; }
+
+.euiLoadingSpinner--large {
+ width: 24px;
+ height: 24px; }
+
+.euiLoadingSpinner--xLarge {
+ width: 32px;
+ height: 32px; }
+
+@-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(54, 162, 239, 0.1) !important; }
+ .euiMarkdownEditorDropZone--isDragging .euiMarkdownEditorTextArea,
+ .euiMarkdownEditorDropZone--isDragging .euiMarkdownEditorTextArea:focus {
+ background-image: linear-gradient(to top, #36A2EF, #36A2EF 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(248, 107, 99, 0.1) !important; }
+ .euiMarkdownEditorDropZone--hasError .euiMarkdownEditorTextArea,
+ .euiMarkdownEditorDropZone--hasError .euiMarkdownEditorTextArea:focus {
+ background-image: linear-gradient(to top, #F86B63, #F86B63 2px, transparent 2px, transparent 100%) !important; }
+
+.euiMarkdownFormat {
+ font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-weight: 400;
+ letter-spacing: normal;
+ -webkit-text-size-adjust: 100%;
+ -ms-text-size-adjust: 100%;
+ -webkit-font-kerning: normal;
+ font-kerning: normal;
+ color: #DFE5EF;
+ font-weight: 400; }
+ .euiMarkdownFormat--reversed {
+ color: #25262E; }
+ .euiMarkdownFormat > div > *:first-child {
+ margin-top: 0 !important; }
+ .euiMarkdownFormat > div > * {
+ margin-top: 0;
+ margin-bottom: 1em; }
+ .euiMarkdownFormat > div > *:last-child,
+ .euiMarkdownFormat .euiCheckbox {
+ margin-bottom: 0 !important; }
+ .euiMarkdownFormat .euiCheckbox + *:not(.euiCheckbox) {
+ margin-top: 1em; }
+ .euiMarkdownFormat p,
+ .euiMarkdownFormat blockquote,
+ .euiMarkdownFormat ul,
+ .euiMarkdownFormat ol,
+ .euiMarkdownFormat dl,
+ .euiMarkdownFormat pre,
+ .euiMarkdownFormat table {
+ margin-top: 0;
+ margin-bottom: 1em;
+ line-height: 1.5em; }
+ .euiMarkdownFormat strong {
+ font-weight: 600; }
+ .euiMarkdownFormat h1,
+ .euiMarkdownFormat h2,
+ .euiMarkdownFormat h3,
+ .euiMarkdownFormat h4,
+ .euiMarkdownFormat h5,
+ .euiMarkdownFormat h6 {
+ margin-top: 0;
+ margin-bottom: 0.5em; }
+ .euiMarkdownFormat h1 {
+ font-size: 2.25em;
+ line-height: 1.333333em;
+ font-weight: 300; }
+ .euiMarkdownFormat h2 {
+ font-size: 1.75em;
+ line-height: 1.428571em;
+ font-weight: 300; }
+ .euiMarkdownFormat h3 {
+ font-size: 1.25em;
+ line-height: 1.6em;
+ font-weight: 600; }
+ .euiMarkdownFormat h4 {
+ font-size: 1em;
+ line-height: 1.5em;
+ font-weight: 600; }
+ .euiMarkdownFormat h5 {
+ font-size: 0.875em;
+ line-height: 1.142857em;
+ font-weight: 700; }
+ .euiMarkdownFormat h6 {
+ font-size: 0.75em;
+ line-height: 1.333333em;
+ font-weight: 700;
+ text-transform: uppercase; }
+ .euiMarkdownFormat img {
+ max-width: 100%;
+ box-sizing: content-box;
+ border-style: none; }
+ .euiMarkdownFormat blockquote {
+ padding: 0 1em;
+ border-left: 0.25em solid rgba(255, 255, 255, 0.15); }
+ .euiMarkdownFormat--reversed blockquote {
+ border-left-color: rgba(29, 30, 36, 0.15); }
+ .euiMarkdownFormat hr {
+ border: none;
+ height: 1px;
+ background-color: rgba(255, 255, 255, 0.15);
+ margin: 1.5em 0; }
+ .euiMarkdownFormat hr::before {
+ display: table;
+ content: ''; }
+ .euiMarkdownFormat hr::after {
+ display: table;
+ clear: both;
+ content: ''; }
+ .euiMarkdownFormat ul,
+ .euiMarkdownFormat ol {
+ padding-left: 1.5em;
+ margin-top: 0;
+ margin-bottom: 1em; }
+ .euiMarkdownFormat ul {
+ list-style-type: disc; }
+ .euiMarkdownFormat ol {
+ list-style-type: decimal; }
+ .euiMarkdownFormat ul ul {
+ list-style-type: circle; }
+ .euiMarkdownFormat ol ol,
+ .euiMarkdownFormat ul ol {
+ list-style-type: lower-roman; }
+ .euiMarkdownFormat ul ul ol,
+ .euiMarkdownFormat ul ol ol,
+ .euiMarkdownFormat ol ul ol,
+ .euiMarkdownFormat ol ol ol {
+ list-style-type: lower-alpha; }
+ .euiMarkdownFormat dd {
+ margin-left: 0; }
+ .euiMarkdownFormat ul ul,
+ .euiMarkdownFormat ul ol,
+ .euiMarkdownFormat ol ol,
+ .euiMarkdownFormat ol ul {
+ margin-top: 0;
+ margin-bottom: 0; }
+ .euiMarkdownFormat li > p {
+ margin-bottom: 0.5em; }
+ .euiMarkdownFormat li + li {
+ margin-top: 0.25em; }
+ .euiMarkdownFormat .task-list-item {
+ list-style-type: none; }
+ .euiMarkdownFormat .task-list-item + .task-list-item {
+ margin-top: 0.25em; }
+ .euiMarkdownFormat .task-list-item input {
+ margin: 0 .2em .25em -1.6em;
+ vertical-align: middle; }
+ .euiMarkdownFormat table {
+ display: block;
+ width: 100%;
+ overflow: auto;
+ border-left: 1px solid rgba(255, 255, 255, 0.15);
+ border-spacing: 0;
+ border-collapse: collapse; }
+ .euiMarkdownFormat td,
+ .euiMarkdownFormat th {
+ padding: 0; }
+ .euiMarkdownFormat table th,
+ .euiMarkdownFormat table td {
+ padding: 0.25em 0.5em;
+ border-top: 1px solid rgba(255, 255, 255, 0.15);
+ border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
+ .euiMarkdownFormat table th:last-child,
+ .euiMarkdownFormat table td:last-child {
+ border-right: 1px solid rgba(255, 255, 255, 0.15); }
+ .euiMarkdownFormat table tr {
+ background-color: transparent;
+ border-top: 1px solid rgba(255, 255, 255, 0.15); }
+
+.euiMarkdownEditorFooter {
+ display: -webkit-inline-flex;
+ display: inline-flex;
+ padding: 4px;
+ border: 1px solid #343741;
+ -webkit-align-items: center;
+ align-items: center;
+ background: #141519; }
+
+.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: 6px; }
+ .euiMarkdownEditorFooter__actions .euiMarkdownEditorFooter__uploadError > span {
+ padding: 0 4px; }
+
+.euiMarkdownEditorFooter__help {
+ justify-self: flex-end; }
+ .euiMarkdownEditorFooter__help > svg {
+ width: 26px; }
+
+.euiMarkdownEditorFooter__errors > svg {
+ color: #7a7f89; }
+
+.euiMarkdownEditorPreview {
+ scrollbar-width: thin;
+ background: #1D1E24;
+ min-height: "150px";
+ overflow-y: auto;
+ border: 1px solid #343741;
+ padding: 12px; }
+ .euiMarkdownEditorPreview::-webkit-scrollbar {
+ width: 16px;
+ height: 16px; }
+ .euiMarkdownEditorPreview::-webkit-scrollbar-thumb {
+ background-color: rgba(152, 162, 179, 0.5);
+ border: 6px solid transparent;
+ background-clip: content-box; }
+ .euiMarkdownEditorPreview::-webkit-scrollbar-corner, .euiMarkdownEditorPreview::-webkit-scrollbar-track {
+ background-color: transparent; }
+
+.euiMarkdownEditorTextArea {
+ font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-weight: 400;
+ letter-spacing: normal;
+ -webkit-text-size-adjust: 100%;
+ -ms-text-size-adjust: 100%;
+ -webkit-font-kerning: normal;
+ font-kerning: normal;
+ font-size: 14px;
+ color: #DFE5EF;
+ scrollbar-width: thin;
+ width: 100%;
+ height: 100%;
+ min-height: "150px";
+ padding: 12px;
+ border: 1px solid #343741;
+ border-bottom: none;
+ line-height: 1.5;
+ resize: vertical;
+ background-color: #16171c;
+ 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: #81858f;
+ opacity: 1; }
+ .euiMarkdownEditorTextArea::-moz-placeholder {
+ color: #81858f;
+ opacity: 1; }
+ .euiMarkdownEditorTextArea::placeholder {
+ color: #81858f;
+ opacity: 1; }
+ .euiMarkdownEditorTextArea::-webkit-scrollbar {
+ width: 16px;
+ height: 16px; }
+ .euiMarkdownEditorTextArea::-webkit-scrollbar-thumb {
+ background-color: rgba(152, 162, 179, 0.5);
+ border: 6px solid transparent;
+ background-clip: content-box; }
+ .euiMarkdownEditorTextArea::-webkit-scrollbar-corner, .euiMarkdownEditorTextArea::-webkit-scrollbar-track {
+ background-color: transparent; }
+ .euiMarkdownEditorTextArea:focus,
+ .euiMarkdownEditor:focus-within .euiMarkdownEditorTextArea {
+ background-color: #111216;
+ background-image: linear-gradient(to top, #36A2EF, #36A2EF 2px, transparent 2px, transparent 100%);
+ background-size: 100% 100%; }
+
+.euiMarkdownEditorToolbar {
+ display: -webkit-flex;
+ display: flex;
+ -webkit-flex-wrap: wrap;
+ flex-wrap: wrap;
+ background: #25262E;
+ border: 1px solid #343741;
+ border-color: #343741;
+ 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 #343741; }
+
+.euiMarkdownTooltip__icon {
+ -webkit-transform: translateY(-1px);
+ transform: translateY(-1px); }
+
+.euiMark {
+ background-color: transparent;
+ font-weight: 700;
+ color: #DFE5EF; }
+
+/**
+ * 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 #343741;
+ box-shadow: 0 2.7px 9px rgba(0, 0, 0, 0.325), 0 9.4px 24px rgba(0, 0, 0, 0.225), 0 21.8px 43px rgba(0, 0, 0, 0.2);
+ display: -webkit-flex;
+ display: flex;
+ /* 1 */
+ position: relative;
+ background-color: #1D1E24;
+ border-radius: 6px;
+ 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: MIN(768px, calc(100vw - 16px)); }
+
+.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 {
+ color: #DFE5EF;
+ font-size: 27px;
+ font-size: 1.92857rem;
+ line-height: 2.28571rem;
+ font-weight: 700; }
+
+.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-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(152, 162, 179, 0.5);
+ border: 6px solid transparent;
+ background-clip: content-box; }
+ .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(29, 30, 36, 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 -2.7px 9px rgba(0, 0, 0, 0.325), 0 -9.4px 24px rgba(0, 0, 0, 0.225), 0 -21.8px 43px rgba(0, 0, 0, 0.2);
+ top: auto; }
+ .euiModal .euiModal__flex {
+ /* 1 */
+ max-height: 100vh; }
+ .euiModalHeader {
+ width: 100%; }
+ .euiModalFooter {
+ width: 100%;
+ background: #25262E;
+ 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 -2.7px 9px rgba(0, 0, 0, 0.325), 0 -9.4px 24px rgba(0, 0, 0, 0.225), 0 -21.8px 43px rgba(0, 0, 0, 0.2);
+ top: auto; }
+ .euiModal .euiModal__flex {
+ /* 1 */
+ max-height: 100vh; }
+ .euiModalHeader {
+ width: 100%; }
+ .euiModalFooter {
+ width: 100%;
+ background: #25262E;
+ 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 #343741; }
+ .euiNotificationEvent:last-child {
+ border-bottom: none; }
+ .euiNotificationEvent--withReadState {
+ padding: 12px 0 12px 8px; }
+
+.euiNotificationEvent__title {
+ color: #DFE5EF;
+ font-size: 16px;
+ font-size: 1.14286rem;
+ line-height: 1.71429rem;
+ font-weight: 700;
+ display: -webkit-flex;
+ display: flex; }
+ .euiNotificationEvent__title.euiLink {
+ color: #36A2EF; }
+ .euiNotificationEvent__title--isRead {
+ color: #98A2B3 !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: #7a7f89; }
+
+.euiNotificationEventMessages {
+ font-size: 14px; }
+ .euiNotificationEventMessages__accordion {
+ color: #98A2B3; }
+ .euiNotificationEventMessages__accordionButton {
+ color: #36A2EF; }
+ .euiNotificationEventMessages__accordionContent > * {
+ padding-top: 8px; }
+
+.euiNotificationEventReadButton--isRead svg {
+ fill: transparent;
+ stroke-width: 1px;
+ stroke: #343741; }
+
+.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(52, 55, 65, 0.8); }
+
+.euiBody-hasOverlayMask {
+ overflow: hidden; }
+
+.euiOverlayMask--aboveHeader {
+ z-index: 6000; }
+
+.euiOverlayMask--belowHeader {
+ z-index: 1000; }
+
+.euiPagination {
+ display: -webkit-flex;
+ display: flex;
+ -webkit-align-items: center;
+ align-items: center; }
+ .euiPagination__compressedText {
+ display: -webkit-inline-flex;
+ display: inline-flex;
+ -webkit-align-items: center;
+ align-items: center;
+ line-height: 1 !important; }
+ .euiPagination__compressedText > *:first-child {
+ margin-right: 4px; }
+ .euiPagination__compressedText > *:last-child {
+ margin-left: 4px; }
+
+.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: 6px; }
+
+.euiPaginationButton-isActive {
+ font-weight: 700; }
+ .euiPaginationButton-isActive.euiPaginationButton-isActive {
+ color: #36A2EF; }
+ .euiPaginationButton-isActive.euiPaginationButton-isActive .euiButtonEmpty__content {
+ cursor: default; }
+ .euiPaginationButton-isActive.euiPaginationButton-isActive, .euiPaginationButton-isActive.euiPaginationButton-isActive:hover {
+ text-decoration: underline; }
+
+.euiPaginationButton-isPlaceholder {
+ -webkit-align-items: baseline;
+ align-items: baseline;
+ color: #515761;
+ font-size: 14px;
+ padding: 0 8px;
+ height: 24px;
+ padding-top: 6px; }
+
+@media only screen and (max-width: 574px) {
+ .euiPaginationButton-isPlaceholder,
+ .euiPaginationButton--hideOnMobile {
+ display: none; } }
+
+@media only screen and (min-width: 575px) and (max-width: 767px) {
+ .euiPaginationButton-isPlaceholder,
+ .euiPaginationButton--hideOnMobile {
+ display: none; } }
+
+.euiPanel {
+ -webkit-flex-grow: 1;
+ flex-grow: 1; }
+ .euiPanel.euiPanel--flexGrowZero {
+ -webkit-flex-grow: 0;
+ flex-grow: 0; }
+ .euiPanel.euiPanel--hasShadow {
+ box-shadow: 0 0.9px 4px -1px rgba(0, 0, 0, 0.2), 0 2.6px 8px -1px rgba(0, 0, 0, 0.15), 0 5.7px 12px -1px rgba(0, 0, 0, 0.125), 0 15px 15px -1px rgba(0, 0, 0, 0.1); }
+ .euiPanel.euiPanel--hasBorder {
+ border: 1px solid #343741;
+ box-shadow: none; }
+ .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 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125);
+ -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: #1D1E24; }
+ .euiPanel.euiPanel--subdued {
+ background-color: #141519; }
+ .euiPanel.euiPanel--accent {
+ background-color: #4a2b39; }
+ .euiPanel.euiPanel--primary {
+ background-color: #103148; }
+ .euiPanel.euiPanel--success {
+ background-color: #264341; }
+ .euiPanel.euiPanel--warning {
+ background-color: #493f22; }
+ .euiPanel.euiPanel--danger {
+ background-color: #4a201e; }
+
+.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: #141519;
+ -webkit-flex-shrink: 0;
+ flex-shrink: 0;
+ max-width: 100%; }
+ .euiPage--restrictWidth-default, .euiPage--restrictWidth-custom {
+ margin-left: auto;
+ margin-right: auto; }
+ .euiPage--restrictWidth-default {
+ max-width: 1200px; }
+ .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 .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 .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 .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; }
+ .euiPageBody--restrictWidth-default {
+ max-width: 1200px; }
+ .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 #343741; }
+ .euiPageBody--paddingSmall > .euiPageHeader:not([class*='--padding']):not(.euiPageHeader--tabsAtBottom) {
+ padding-bottom: 8px; }
+
+.euiPageBody--paddingMedium {
+ padding: 16px; }
+ .euiPageBody--paddingMedium > .euiPageHeader:not([class*='--padding']) {
+ margin-bottom: 16px;
+ border-bottom: 1px solid #343741; }
+ .euiPageBody--paddingMedium > .euiPageHeader:not([class*='--padding']):not(.euiPageHeader--tabsAtBottom) {
+ padding-bottom: 16px; }
+
+.euiPageBody--paddingLarge {
+ padding: 24px; }
+ .euiPageBody--paddingLarge > .euiPageHeader:not([class*='--padding']) {
+ margin-bottom: 24px;
+ border-bottom: 1px solid #343741; }
+ .euiPageBody--paddingLarge > .euiPageHeader:not([class*='--padding']):not(.euiPageHeader--tabsAtBottom) {
+ padding-bottom: 24px; }
+
+.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; }
+
+.euiPageContentBody--restrictWidth-default {
+ max-width: 1200px; }
+
+.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-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(152, 162, 179, 0.5);
+ border: 6px solid transparent;
+ background-clip: content-box; }
+ .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-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(152, 162, 179, 0.5);
+ border: 6px solid transparent;
+ background-clip: content-box; }
+ .euiPageSideBar--sticky::-webkit-scrollbar-corner, .euiPageSideBar--sticky::-webkit-scrollbar-track {
+ background-color: transparent; } }
+
+@media only screen and (min-width: 1200px) {
+ .euiPageSideBar--sticky {
+ 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(152, 162, 179, 0.5);
+ border: 6px solid transparent;
+ background-clip: content-box; }
+ .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; }
+ .euiPageHeader--restrictWidth-default {
+ max-width: 1200px; }
+
+.euiPageHeader--bottomBorder {
+ border-bottom: 1px solid #343741; }
+
+.euiPageHeader--paddingSmall {
+ padding: 8px; }
+ .euiPageHeader--paddingSmall.euiPageHeader--tabsAtBottom {
+ padding-bottom: 0;
+ margin-bottom: 8px; }
+
+.euiPageHeader--paddingMedium {
+ padding: 16px; }
+ .euiPageHeader--paddingMedium.euiPageHeader--tabsAtBottom {
+ padding-bottom: 0;
+ margin-bottom: 16px; }
+
+.euiPageHeader--paddingLarge {
+ padding: 24px; }
+ .euiPageHeader--paddingLarge.euiPageHeader--tabsAtBottom {
+ padding-bottom: 0;
+ 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 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125);
+ 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 */
+ visibility: hidden;
+ /* 2 */
+ transition: opacity cubic-bezier(0.34, 1.61, 0.7, 1) 350ms, visibility cubic-bezier(0.34, 1.61, 0.7, 1) 350ms; }
+ .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, visibility 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, visibility 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, visibility 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;
+ visibility: visible;
+ 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 #343741; }
+ .euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--top:after {
+ bottom: -9px;
+ border-left: 12px solid transparent;
+ border-right: 12px solid transparent;
+ border-top: 12px solid #1D1E24; }
+ .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 #343741; }
+ .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 #1D1E24; }
+ .euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--bottom:before {
+ top: -12px;
+ border-left: 12px solid transparent;
+ border-right: 12px solid transparent;
+ border-bottom: 12px solid #343741; }
+ .euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--bottom:after {
+ top: -11px;
+ border-left: 12px solid transparent;
+ border-right: 12px solid transparent;
+ border-bottom: 12px solid #1D1E24; }
+ .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 #343741; }
+ .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 #1D1E24; }
+ .euiPopover__panel.euiPopover__panel-noArrow .euiPopover__panelArrow {
+ display: none; }
+ .euiPopover__panel.euiPopover__panel-isAttached.euiPopover__panel--bottom {
+ border-top-color: rgba(52, 55, 65, 0.8);
+ border-top-right-radius: 0;
+ border-top-left-radius: 0; }
+ .euiPopover__panel.euiPopover__panel-isAttached.euiPopover__panel--top {
+ box-shadow: 0 0 0.8px rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 0 17px rgba(0, 0, 0, 0.075);
+ border-bottom-color: rgba(52, 55, 65, 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 {
+ color: #DFE5EF;
+ font-size: 14px;
+ font-size: 1rem;
+ line-height: 1.71429rem;
+ font-weight: 700;
+ padding: 12px;
+ border-bottom: 1px solid #343741; }
+
+.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: 1rem;
+ line-height: 1.71429rem;
+ padding: 12px;
+ border-top: 1px solid #343741; }
+
+.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: #343741; }
+
+.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: #343741; }
+ .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
instead of a