/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

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

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

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

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

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

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

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

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

@font-face{font-display:swap;font-family:'Public Sans';font-weight:100 900;src:url("/assets/fonts/PublicSans/Regular-VF.woff2") format("woff2-variations")}@font-face{font-display:swap;font-family:'IBMPlex Mono';font-weight:400;src:url("/assets/fonts/IBMPlexMono/Regular.woff2") format("woff2")}@font-face{font-display:swap;font-family:'IBMPlex Mono';font-weight:500;src:url("/assets/fonts/IBMPlexMono/Medium.woff2") format("woff2")}.Loader.overlay,.ModalSequenceManager::before,.ModalSequenceManager>div,.Switch::before,.Table td>a,.TaggableTextarea .HovercardToggle .trigger,.TaggableTextarea .tag-anchor,.DataCard::before,.MetricCard::before,.MetricsCard .AccountDetailsOverview::before,.MetricsCard .AccountsOverview::before,.SearchCard::before,.TextEditor .TaggableTextarea,.ApiKeysModal .Loader,.UserDrawer header .Loader,.AccountBanner::before{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.Accordion .icon-caret-down,.Calendar [class^=icon-caret],.Modal>span>.icon-x,.Table th [class^=icon-caret],.SearchCard .icon-pencil,.SearchCard .icon-x,.NotesThreadList h3 svg,.SearchConfigurator .icon-x,.SideDrawer .icon-x,.UserDrawer .actions svg,.InviteModal .icon-x{cursor:pointer;fill:#757cb2}.Accordion .icon-caret-down:hover,.Calendar :hover[class^=icon-caret],.Modal>span>.icon-x:hover,.Table th :hover[class^=icon-caret],.SearchCard .icon-pencil:hover,.SearchCard .icon-x:hover,.NotesThreadList h3 svg:hover,.SearchConfigurator .icon-x:hover,.SideDrawer .icon-x:hover,.UserDrawer .actions svg:hover,.InviteModal .icon-x:hover{fill:#2c2477}.DataCard>header svg.icon-trash,.MetricCard>header svg.icon-trash,.MetricsCard .AccountDetailsOverview>header svg.icon-trash,.MetricsCard .AccountsOverview>header svg.icon-trash,.SearchCard>header svg.icon-trash,.MetricsCard .icon-trash,.SearchCard .icon-eye,.ThreadMessage .message-menu svg,.ThreadMessage .icon-link,.ThreadWindow header .icon-dots-vertical,.ApiKeysModal .icon-eye,.UserDrawer header p svg,.related-ids-hovercard .icon-copy{cursor:pointer;stroke:#757cb2}.DataCard>header svg.icon-trash:hover,.MetricCard>header svg.icon-trash:hover,.SearchCard>header svg.icon-trash:hover,.MetricsCard .icon-trash:hover,.SearchCard .icon-eye:hover,.ThreadMessage .message-menu svg:hover,.ThreadMessage .icon-link:hover,.ThreadWindow header .icon-dots-vertical:hover,.ApiKeysModal .icon-eye:hover,.UserDrawer header p svg:hover,.related-ids-hovercard .icon-copy:hover{stroke:#2c2477}ul{margin:0;padding:0}ul li{list-style:none outside none}.Attributes,.ConfirmAddUserModal ul{align-items:center;display:grid;grid-auto-rows:min-content;grid-gap:5px 10px;grid-template-columns:repeat(2, max-content minmax(max-content, 1fr))}.Attributes li,.ConfirmAddUserModal ul li{align-items:center;display:contents;margin:10px 0}.Attributes h6,.ConfirmAddUserModal ul h6,.Attributes p,.ConfirmAddUserModal ul p{margin:0}.Loader::before{display:inline-block;vertical-align:middle;content:'';height:100%}.TextOverflow>span,.TextOverflow .Tooltip .trigger,.TextEditor input,.TextEditor input+p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}*,*::after,*::before{box-sizing:border-box}::placeholder{font:400 14px "IBMPlex Mono";letter-spacing:0.06px;line-height:1.3333;text-transform:uppercase;color:#757cb2;line-height:24px}html{color:#333;font-size:16px}body{font-family:"Public Sans";font-size:1rem;font-variation-settings:"wght" 400;letter-spacing:0.25px;line-height:1.3333;color:#333;position:relative;transition:filter 0.3s}body.boss-mode{filter:invert(0.75) contrast(1.25) sepia(1)}a,a:visited{text-decoration:none}h1,h2,h3,h4,h5,h6,p,label{line-height:1.3333}h1{font-family:"Public Sans";font-size:31px;font-variation-settings:"wght" 600;letter-spacing:0.25px;line-height:1.3333;margin:0}h2{font-family:"Public Sans";font-size:25px;font-variation-settings:"wght" 600;letter-spacing:0.25px;line-height:1.3333;margin:0}h3{font-family:"Public Sans";font-size:21px;font-variation-settings:"wght" 600;letter-spacing:0.25px;line-height:1.3333;margin:0}h4{font-family:"Public Sans";font-size:16px;font-variation-settings:"wght" 600;letter-spacing:0.25px;line-height:1.3333;margin:10px 0}h5{font:400 16px "IBMPlex Mono";letter-spacing:0.06px;line-height:1.3333;text-transform:uppercase;margin:10px 0}h6{font:400 14px "IBMPlex Mono";letter-spacing:0.06px;line-height:1.3333;text-transform:uppercase;color:#81849d;margin:10px 0}input,textarea{color:#333}label{font:500 14px "IBMPlex Mono";letter-spacing:0.06px;line-height:1.3333;text-transform:uppercase;margin:10px 0}a{color:#757cb2;cursor:pointer}a:hover{color:#2c2477}p{font-family:"Public Sans";font-size:14px;font-variation-settings:"wght" 400;letter-spacing:0.25px;line-height:1.3333;margin:0}p+p{margin-top:20px}pre{background:#ebedfa;border-radius:3px;margin:0;overflow:auto;padding:10px}small{color:#757cb2;display:block}strong{font-variation-settings:'wght' 600}svg{display:inline-block}svg:not(.stroke){stroke-width:0}table{border-collapse:collapse;table-layout:fixed;width:100%}.not-available{color:#757cb2}.empty-cell{align-items:center;align-self:stretch;display:flex;height:100%}.empty-cell::before{background-color:#ebedfa;content:'';display:block;height:4px;width:40px}.error{color:#db3058}.token.string{color:#690}.token.boolean{color:#dd3a68}.token.number{color:#07a}@keyframes double-spin{from{transform:rotate(0deg)}to{transform:rotate(720deg)}}@keyframes bounce-in{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.2, 0.6, 0.35, 1)}0%{transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{transform:scale3d(1, 1, 1)}}.fade-enter{opacity:0}.fade-enter-active{opacity:1;transition:opacity 0.2s}.fade-exit{opacity:1}.fade-exit-active{opacity:0;transition:opacity 0.2s}.icon-arrow-down{transform:rotate(-90deg);transform-origin:50% 50%}.icon-arrow-right{transform:rotate(180deg);transform-origin:50% 50%}.icon-arrow-up{transform:rotate(90deg);transform-origin:50% 50%}.icon-arrow-outline-down{position:relative;top:2px;transform:rotate(180deg);transform-origin:50% 50%}.icon-new-user{stroke:currentColor}.icon-caret-left{transform:rotate(90deg);transform-origin:50% 50%}.icon-caret-right{transform:rotate(270deg);transform-origin:50% 50%}.icon-caret-up{transform:rotate(180deg);transform-origin:50% 50%}.Accordion.open .icon-caret-down{transform:rotate(180deg);transform-origin:50% 50%}.Accordion header{display:flex;padding:10px 20px;transition:background-color 0.2s ease-out}.Accordion header:hover{background-color:#ebedfa;cursor:pointer}.Accordion header:hover .icon-caret-down{fill:#2c2477}.Accordion .icon-caret-down{align-self:center;height:16px;margin-left:auto;transition:transform 0.3s;width:16px}.Alert{--background-color: #d9f3fe;--border-color: #2bb1e7;align-items:center;background:var(--background-color);border-top:3px solid var(--border-color);display:flex;padding:20px}.Alert.danger{--background-color: #ebedfa;--border-color: #db3058}.Alert.warning{--background-color: #fff0a1;--border-color: #d4b302}.Alert svg{fill:var(--border-color);flex:none;height:20px;margin:-4px 10px 0 0;width:20px}.CustomProperties{--section-top-padding: 30px;--initial-height: 110px;--initial-child-height: calc(var(--initial-height) - (2 * var(--section-top-padding)));border-bottom:2px solid #ebedfa;padding:var(--section-top-padding) 60px}.CustomProperties.expanded ul{height:auto}.CustomProperties small{margin-bottom:5px}.CustomProperties .EmptyState{border:none;height:var(--initial-child-height);justify-content:center;margin:0;min-height:inherit}.CustomProperties .Loader{height:var(--initial-child-height)}.CustomProperties ul{grid-row-gap:10px;height:var(--initial-child-height)}.CustomProperties footer{margin-bottom:-15px;text-align:center}.CustomProperties footer button{padding-bottom:10px;padding-top:10px}.CustomProperties .Slidable{width:100%}.Modal .Attributes p{margin:0}.Attributes .Attributes{grid-row-gap:5px;height:auto;margin-left:20px;position:relative}.Attributes .Attributes::before{border-color:#ebedfa transparent #ebedfa #ebedfa;border-style:solid;border-width:1px;content:'';height:calc(100% + 4px);left:-20px;position:absolute;top:-2px;width:5px}.Attributes .Attributes h6,.Attributes .Attributes p{font-size:12px}.Attributes+.Attributes{margin-top:20px}.Avatar{font-family:"Public Sans";font-size:25px;font-variation-settings:"wght" 800;letter-spacing:0.25px;line-height:1.3333;align-items:center;border-radius:50%;border-style:solid;border-width:1px;display:inline-flex;height:50px;justify-content:center;line-height:1;width:50px}.Avatar.large{border-width:2px;font-size:40px;height:80px;width:80px}.Avatar.large svg{height:30px;width:30px}.Avatar.small{font-size:18px;height:36px;width:36px}.Avatar.small svg{height:18px;width:18px}.Avatar svg{height:25px;width:25px}.Avatar .stroke{stroke:currentColor}.Badge{--background-color: #ebedfa;--color: #81849d;align-items:center;background:var(--background-color);border-radius:12px;color:var(--color);display:inline-flex;font-size:14px;font-variation-settings:'wght' 400;height:24px;padding:5px 20px;text-transform:capitalize}.Badge.important{--background-color: #db3058;--color: #fff}.Badge.success{--background-color: #2ac548;--color: #fff}.Badge.warning{--background-color: #fff0a1;--color: #757cb2}.Button{--background-color: #e02853;--border-color: transparent;--active-background-color: #c90e3a;--hover-color: #fff;--hover-background-color: #f6446d;--hover-border-color: transparent;--icon-color: #fff;--text-color: #fff;font:500 14px "IBMPlex Mono";letter-spacing:0.06px;line-height:1.3333;text-transform:uppercase;align-items:center;background-color:var(--background-color);border:1px solid var(--border-color);border-radius:4px;box-shadow:0 2px 4px 0 rgba(0,0,0,0.1);cursor:pointer;display:inline-flex;height:40px;padding:0 20px;position:relative;transition:opacity 0.2s;white-space:nowrap}.Button,.Button:visited{color:var(--text-color)}.Button.secondary{--background-color: #fff;--border-color: #cccfe6;--active-background-color: #f7f8ff;--hover-color: #757cb2;--hover-background-color: #fff;--hover-border-color: #ebedfa;--icon-color: #757cb2;--text-color: #2c2477}.Button.disabled{opacity:0.5;pointer-events:none}.Button.large{font-size:16px;height:50px}.Button:hover{background-color:var(--hover-background-color);border-color:var(--hover-border-color);color:var(--hover-color)}.Button:focus{outline:0}.Button:focus::before{--stretch: -3px;border:1px solid #757cb2;border-radius:5px;bottom:var(--stretch);content:'';left:var(--stretch);position:absolute;right:var(--stretch);top:var(--stretch)}.Button:focus.link::before{--stretch: -1px}.Button:active{background-color:var(--active-background-color)}.Button.icon-only{padding:0}.Button.icon-only>svg{display:block;height:100%;margin:0;padding:8px 10px;width:38px}.Button.link{--background-color: transparent;--border-color: transparent;--active-background-color: transparent;--hover-color: #2c2477;--hover-background-color: transparent;--hover-border-color: transparent;--icon-color: #757cb2;--text-color: #757cb2;box-shadow:none;height:auto}.Button svg{fill:var(--icon-color);height:15px;margin-right:10px;width:15px}.Button svg.stroke{fill:none;stroke:var(--icon-color)}.Checkbox{font-family:"Public Sans";font-size:16px;font-variation-settings:"wght" 400;letter-spacing:0.25px;line-height:1.3333;align-items:center;cursor:pointer;display:inline-flex;position:relative;text-transform:none;top:1px}.Checkbox::before{background:#fff;border:1px solid #cccfe6;border-radius:3px;box-shadow:0 2px 4px 0 rgba(0,0,0,0.1);content:'';height:16px;margin:0 10px 0 0;position:relative;width:16px;z-index:5}.Checkbox.checked svg{opacity:1;stroke-dasharray:25}.Checkbox:focus-within::after{--stretch: -3px;border:1px solid #757cb2;border-radius:5px;content:'';height:calc(16px - 2 * var(--stretch));left:var(--stretch);position:absolute;top:calc(var(--stretch) + 3px);width:calc(16px - 2 * var(--stretch))}.Checkbox svg{height:14px;left:1px;opacity:0;position:absolute;stroke:#757cb2;stroke-dasharray:0 25;stroke-dashoffset:2;top:50%;transform:translateY(-50%);transition:opacity 0.2s, stroke-dasharray 0.25s ease-out;width:14px;z-index:10}.Checkbox input{height:0;left:8px;position:absolute;top:8px;width:0;z-index:1}.Calendar{align-items:center;background:#fff;display:flex;justify-content:center;padding-bottom:10px;width:280px}.Calendar h4{align-items:center;display:flex;justify-content:space-between;margin-top:0}.Calendar [class^=icon-caret]{height:16px;width:16px}.Calendar .current-month{width:250px}.Calendar .dates-grid{background:#ebedfa;display:grid;gap:1px;grid-template-columns:repeat(7, 1fr);padding:2px}.Calendar .dates-grid>span{align-items:center;background:#fff;cursor:pointer;display:flex;font-family:"IBMPlex Mono";height:40px;justify-content:center}.Calendar .dates-grid>span:hover,.Calendar .dates-grid>span.suggested{background:#ebedfa}.Calendar .dates-grid>span.selected{background:#757cb2;color:#fff}.Calendar .dates-grid>span.disabled{opacity:0.5;pointer-events:none}.DatePicker .HovercardToggle>.trigger{display:flex}.DatePicker input{text-align:center}.date-picker-hovercard ul{color:#81849d;display:flex;justify-content:space-around;padding:5px 0}.date-picker-hovercard ul a{font-size:14px}.date-picker-hovercard ul a.selected{border-bottom:2px solid currentColor;color:#2c2477}.EmptyState{align-items:center;border:1px dashed #ebedfa;border-radius:10px;color:#757cb2;display:flex;font-variation-settings:"wght" 200;justify-content:center;margin:20px 0;min-height:150px}.Form{position:relative}.Form .FormField{margin-bottom:20px}.FormField{position:relative}.FormField.side-label{align-items:center;display:flex;margin:10px 0}.FormField.side-label label{margin:0 10px}.FormField.side-label>span{display:flex;flex-grow:1;position:relative}.FormField label:not(.Checkbox){display:block;height:15px;margin-bottom:5px}.FormField label:not(.Checkbox)+span>:first-child{margin-top:0}.FormField .error-message{color:#db3058;left:0;position:absolute;top:100%}.FormField .error-message::first-letter{text-transform:capitalize}.FormField .Select .Button{margin-top:5px}.FormFieldRow{align-items:flex-start;display:flex;margin:0 -5px 20px}.FormFieldRow.with-label>*{margin-top:20px}.FormFieldRow.with-label .Checkbox{height:40px}.FormFieldRow.with-label .FormField:not(.side-label)>label{margin-top:-20px}.FormFieldRow.with-label .FormField>:first-child:not(label){margin-bottom:5px;margin-top:0}.FormFieldRow.with-label .FormField input,.FormFieldRow.with-label .FormField button{margin-top:0}.FormFieldRow .Button+.Button{margin-left:5px}.FormFieldRow .FormField{margin-bottom:0}.FormFieldRow .FormField.side-label{margin-top:0}.FormFieldRow>*:not(.Button){flex:1 0 0;margin-left:5px;margin-right:5px;min-width:0}.FormFieldRow .col-1{width:calc((1 / 12) * 100% - 10px)}.FormFieldRow .col-2{width:calc((2 / 12) * 100% - 10px)}.FormFieldRow .col-3{width:calc((3 / 12) * 100% - 10px)}.FormFieldRow .col-4{width:calc((4 / 12) * 100% - 10px)}.FormFieldRow .col-5{width:calc((5 / 12) * 100% - 10px)}.FormFieldRow .col-6{width:calc((6 / 12) * 100% - 10px)}.FormFieldRow .col-7{width:calc((7 / 12) * 100% - 10px)}.FormFieldRow .col-8{width:calc((8 / 12) * 100% - 10px)}.FormFieldRow .col-9{width:calc((9 / 12) * 100% - 10px)}.FormFieldRow .col-10{width:calc((10 / 12) * 100% - 10px)}.FormFieldRow .col-11{width:calc((11 / 12) * 100% - 10px)}.FormFieldRow .col-12{width:calc((12 / 12) * 100% - 10px)}.Hovercard{background:#fff;border:2px solid #ebedfa;border-radius:5px;max-width:500px;min-height:40px;padding:10px;position:absolute;transition:left 0.3s ease-out, top 0.3s ease-out;z-index:99}.offscreen-container .Hovercard{position:relative}.Hovercard .caret{display:block;height:0;position:absolute}.Hovercard .caret::before{border-color:#ebedfa transparent transparent;border-style:solid;border-width:6px 6px 0;content:'';height:0;position:absolute;right:1px;top:0}.Hovercard .caret::after{border-color:#fff transparent transparent;border-style:solid;border-width:4px 4px 0;content:'';height:0;position:absolute;right:3px;top:0}.SearchInput{position:relative}.SearchInput .icon-search{bottom:0;fill:#757cb2;height:15px;left:10px;margin:auto;position:absolute;top:0;width:20px;z-index:1}.SearchInput input{background:transparent;padding-left:40px;position:relative;width:100%;z-index:5}.Input{border:2px solid #ebedfa;border-radius:5px;box-shadow:0 2px 4px 0 rgba(0,0,0,0.1);color:#333;display:block;font-size:14px;height:40px;letter-spacing:0.25px;margin:5px 0;padding:5px 10px;transition:border-color 0.3s ease-out;width:100%}.Input.invalid{border-color:#db3058}.Input.large{font-size:18px;height:50px}.Input.large::placeholder{font-size:16px;line-height:35px}.Loader{--loader-dim: 25px;height:100%;text-align:center}.Loader.inline{--loader-dim: 15px;display:inline-block;vertical-align:middle;margin:0 10px}.Loader.inline::before{min-height:inherit}.Loader::after{display:inline-block;vertical-align:middle;animation:double-spin 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;border-color:#757cb2 transparent #757cb2 transparent;border-radius:50%;border-style:solid;border-width:2px;content:'';height:var(--loader-dim);margin:0 auto;width:var(--loader-dim)}.Loader::before{min-height:60px}.Loader.overlay{background:rgba(255,255,255,0.6)}.Loader.overlay,.Loader.passed-overlay{z-index:99}.MenuItem{font:400 14px "IBMPlex Mono";letter-spacing:0.06px;line-height:1.3333;text-transform:uppercase;align-items:center;display:flex;white-space:nowrap}.MenuItem.selected>*{color:#060039}.MenuItem.selected>*::after{transform:scale(1)}.MenuItem.disabled{opacity:0.5;pointer-events:none}.MenuItem>*{background:transparent;border:none;color:#757cb2;cursor:pointer;display:inline-block;flex:0 1 auto;min-width:0;padding-bottom:5px;position:relative;text-transform:uppercase}.MenuItem>*:focus{outline:none}.MenuItem>*:focus::before{--stretch: -6px;border:1px solid #cccfe6;border-radius:5px;bottom:var(--stretch);content:'';left:var(--stretch);position:absolute;right:var(--stretch);top:var(--stretch)}.MenuItem>*::after{border-bottom:2px solid #db3058;bottom:0;content:'';left:0;position:absolute;right:0;transform:scale(0);transition:transform 200ms cubic-bezier(0, 0, 0.2, 1)}.Modal{background:#fff;border:2px solid #ebedfa;border-radius:5px;left:0;margin:120px auto 40px;max-width:700px;padding:20px;position:absolute;right:0;width:calc(100% - 20px)}.Modal.wide{max-width:960px}.Modal h1{font-family:"Public Sans";font-size:25px;font-variation-settings:"wght" 600;letter-spacing:0.25px;line-height:1.3333;margin-bottom:20px}.Modal p{font-family:"Public Sans";font-size:16px;font-variation-settings:"wght" 400;letter-spacing:0.25px;line-height:1.3333;margin-bottom:20px}.Modal footer{margin:20px 0 0}.Modal footer .Button:not(:last-child){margin-right:10px}.Modal>span>.icon-x{fill:currentColor;font-size:50px;height:20px;line-height:0.6;position:absolute;right:20px;top:20px;transform:inherit;transition:fill 0.2s;width:20px}.ModalSequenceManager{height:100vh;overflow:hidden;width:100vw;z-index:1000}.ModalSequenceManager::before{background:rgba(6,0,57,0.4);content:'';position:fixed}.Notification{align-items:center;background:rgba(0,0,0,0.7);color:#fff;display:flex;padding:10px 20px;position:relative}.Notification:not(:last-child){margin-bottom:10px}.Notification .icon-x{cursor:pointer;fill:#fff;height:16px;margin-left:auto;width:16px}.Notification .icon-x:hover{fill:#ccc}.NotificationCenter{bottom:20px;left:20px;min-width:50%;position:fixed;z-index:1001}.Portal{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:99}.Portal>div{pointer-events:all}.RadioGroup label::before,.RadioGroup label:focus-within::after{border-radius:50%}.RadioGroup label.checked .bubble{animation:0.4s ease-out bounce-in;opacity:1;transition:opacity 0.25s ease-out}.RadioGroup label .bubble{background:#757cb2;border-radius:50%;content:'';height:12px;left:2px;opacity:0;position:absolute;width:12px;z-index:10}.Select{display:inline-flex}.Select.block{display:block;flex-grow:1}.Select:hover{cursor:pointer}.Select.inline{border-bottom:1px solid #333;position:relative}.Select.inline::after{border-bottom:2px solid #db3058;bottom:-2px;content:'';left:0;position:absolute;right:0;transform:scale(0);transition:transform 0.2s cubic-bezier(0, 0, 0.2, 1)}.Select.inline:focus::after{transform:scale(1)}.Select.inline button{background:none;border:none;color:inherit;cursor:pointer}.Select.inline button:focus{outline:0}.Select.inline button:focus::before{--stretch: -4px;border:1px solid #757cb2;border-radius:3px 3px 0 0;bottom:0;content:'';left:0;position:absolute;right:0;top:0}.Select.inline .icon-caret-down{align-self:center;fill:currentColor;height:12px;margin-left:10px;width:12px}.Select.disabled{pointer-events:none}.Select .icon-caret-down{align-self:center;height:14px;margin:2px 0 0 auto;width:14px}.Select .HovercardToggle,.Select .HovercardToggle>.trigger{cursor:inherit;width:100%}.Select .Button{font-family:"Public Sans";font-size:16px;font-variation-settings:"wght" 400;letter-spacing:0.25px;line-height:1.3333;color:#333;margin:0;padding:0 15px;text-transform:none}.trigger{white-space:nowrap}.inline-select-dropdown{transform:translateY(2px)}.SelectableList a{align-items:center;color:#333;cursor:pointer;display:flex;margin:0 -10px;padding:10px;transition:background 0.2s;white-space:nowrap}.SelectableList a:hover,.SelectableList a:focus{background:#ebedfa;outline:none}.SelectableList a svg{fill:#757cb2;height:16px;margin:-2px 10px 0 0;width:16px}.SelectableList a svg.stroke{fill:none;stroke:#757cb2}.SelectableList .disabled{opacity:0.5;pointer-events:none}.SelectableList .Tooltip .trigger{display:block;margin:0 -10px}.SelectableList .Tooltip .trigger a{margin:0}.SelectableList .Tooltip .trigger .icon-caret-right{height:14px;margin-left:auto;width:14px}.Slidable{overflow:hidden;position:relative}.Slidable .previous-children{left:0;position:absolute;top:0;width:100%;z-index:1}.Slidable .previous-children+div{position:relative;z-index:5}[class^=icon-],.svg-placeholder{height:20px;width:20px}[class^=icon-].disabled,.svg-placeholder.disabled{opacity:0.5;pointer-events:none}.Switch{display:inline-block;vertical-align:middle;background:#cccfe6;border:none;border-radius:15px;cursor:pointer;height:24px;overflow:hidden;padding:2px;position:relative;width:50px}.Switch::before{background:#2c2477;content:'';opacity:0;transition:opacity 0.3s;z-index:0}.Switch.on::before{opacity:1}.Switch.on .icon-check{opacity:1;stroke:#fff}.Switch .icon-check{height:14px;left:8px;opacity:0;position:absolute;top:5px;transition:opacity 0.3s;width:14px}.Switch .knob{background:#fff;border-radius:50%;box-shadow:0 2px 4px 0 rgba(0,0,0,0.1);display:block;height:20px;width:20px}.Pagination{font:400 14px "IBMPlex Mono";letter-spacing:0.06px;line-height:1.3333;text-transform:uppercase;align-items:center;color:#757cb2;display:flex;justify-content:space-between;height:40px;margin-top:10px}.Pagination>span{justify-self:center}.Table.compact thead tr{height:30px}.Table.compact tr{font-size:14px;height:40px}.Table thead tr{height:40px}.Table tbody .with-link:hover{background-color:#ebedfa;cursor:pointer}.Table tr{border-bottom:2px solid #ebedfa;height:70px;transition:background-color 0.2s ease-out}.Table th{font:500 14px "IBMPlex Mono";letter-spacing:0.06px;line-height:1.3333;text-transform:uppercase;color:#81849d;text-align:left}.Table th.sortable{cursor:pointer}.Table th.sortable:hover{color:#333}.Table th.desc svg{transform:rotate(0deg)}.Table th.selected svg{opacity:1}.Table th>span{align-items:center;display:flex}.Table th [class^=icon-caret]{fill:currentColor;height:12px;margin:0 5px 0 10px;opacity:0;transition:transform 0.2s ease-out;width:12px}.Table th,.Table td{padding-left:20px}.Table td{position:relative}.Table td>a{z-index:10}.Tabs.default>header{height:50px;margin-bottom:40px;padding-bottom:10px}.Tabs.default>header li:not(:first-child){margin-left:60px}.Tabs.default>header li a{font-family:"Public Sans";font-size:21px;font-variation-settings:"wght" 600;letter-spacing:0.25px;line-height:1.3333;align-items:center;align-self:stretch;display:flex;padding:0;text-transform:none}.Tabs.default>header li a::after{border-width:4px;bottom:-10px}.Tabs.compact>header li{margin:0 10px}.Tabs.compact a{margin:0;position:relative;top:2px}.Tabs>header{display:flex}.Tabs>header ul{display:flex;position:relative}.TaggableTextarea{display:inline-block;position:relative}.TaggableTextarea .HovercardToggle .trigger,.TaggableTextarea .tag-anchor{z-index:1}.TaggableTextarea textarea{position:relative;z-index:5}.TextOverflow{max-width:100%;min-width:0}.TextOverflow.multiline{--overflow-lines: 3}.TextOverflow.multiline>span,.TextOverflow.multiline .Tooltip .trigger{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:var(--overflow-lines);overflow:hidden;white-space:normal}.TextOverflow>span,.TextOverflow .Tooltip .trigger{display:block}.Tooltip .trigger{display:inline-block}.tooltip-hovercard:not(.nested-selectable){background:rgba(0,0,0,0.8);border:none;border-radius:0;color:#fff;display:block;font-size:14px;max-width:300px;min-height:inherit;padding:5px 10px;text-align:center;word-break:break-word}.tooltip-hovercard:not(.nested-selectable) .caret::before{border-color:rgba(0,0,0,0.8) transparent transparent}.tooltip-hovercard:not(.nested-selectable) .caret::after{display:none}.DataCard,.MetricCard,.MetricsCard .AccountDetailsOverview,.MetricsCard .AccountsOverview,.SearchCard{background:#fff;border-radius:10px;display:flex;flex-direction:column}.DataCard::before,.MetricCard::before,.MetricsCard .AccountDetailsOverview::before,.MetricsCard .AccountsOverview::before,.SearchCard::before{background:#fff;content:'';opacity:0;transition:z-index 0.3s, opacity 0.3s;z-index:-1}.layout-edit-mode .DataCard::before,.layout-edit-mode .MetricCard::before,.layout-edit-mode .MetricsCard .AccountDetailsOverview::before,.MetricsCard .layout-edit-mode .AccountDetailsOverview::before,.layout-edit-mode .MetricsCard .AccountsOverview::before,.MetricsCard .layout-edit-mode .AccountsOverview::before,.layout-edit-mode .SearchCard::before{opacity:0.5;z-index:5}.DataCard>header,.MetricCard>header,.MetricsCard .AccountDetailsOverview>header,.MetricsCard .AccountsOverview>header,.SearchCard>header{align-items:center;display:flex;flex:none;justify-content:space-between;padding:15px 15px 0;position:relative;z-index:10}.DataCard>header svg,.MetricCard>header svg,.MetricsCard .AccountDetailsOverview>header svg,.MetricsCard .AccountsOverview>header svg,.SearchCard>header svg{height:20px;margin-left:20px;width:20px}.DataCard>header h2,.MetricCard>header h2,.MetricsCard .AccountDetailsOverview>header h2,.MetricsCard .AccountsOverview>header h2,.SearchCard>header h2{color:#757cb2;font-size:21px}.DataCard>header button,.MetricCard>header button,.MetricsCard .AccountDetailsOverview>header button,.MetricsCard .AccountsOverview>header button,.SearchCard>header button{margin-left:10px}.DataCard>header svg:first-of-type,.MetricCard>header svg:first-of-type,.MetricsCard .AccountDetailsOverview>header svg:first-of-type,.MetricsCard .AccountsOverview>header svg:first-of-type,.SearchCard>header svg:first-of-type,.DataCard>header button:first-of-type,.MetricCard>header button:first-of-type,.MetricsCard .AccountDetailsOverview>header button:first-of-type,.MetricsCard .AccountsOverview>header button:first-of-type,.SearchCard>header button:first-of-type{margin-left:auto}.DataCard>header+section,.MetricCard>header+section,.MetricsCard .AccountDetailsOverview>header+section,.MetricsCard .AccountsOverview>header+section,.SearchCard>header+section{display:flex;flex-grow:1;overflow:auto}.DataCard .TextEditor,.MetricCard .TextEditor,.MetricsCard .AccountDetailsOverview .TextEditor,.MetricsCard .AccountsOverview .TextEditor,.SearchCard .TextEditor{flex:0 1 auto;margin-right:10px}.DataCard .TextEditor input,.MetricCard .TextEditor input,.MetricsCard .AccountDetailsOverview .TextEditor input,.MetricsCard .AccountsOverview .TextEditor input,.SearchCard .TextEditor input,.DataCard .TextEditor p,.MetricCard .TextEditor p,.MetricsCard .AccountDetailsOverview .TextEditor p,.MetricsCard .AccountsOverview .TextEditor p,.SearchCard .TextEditor p{color:#757cb2;font-size:21px;height:30px;margin:0}.DataCard .Loader,.MetricCard .Loader,.MetricsCard .AccountDetailsOverview .Loader,.MetricsCard .AccountsOverview .Loader,.SearchCard .Loader{flex-grow:1}.DataCard .EmptyState,.MetricCard .EmptyState,.MetricsCard .AccountDetailsOverview .EmptyState,.MetricsCard .AccountsOverview .EmptyState,.SearchCard .EmptyState{flex-grow:1;height:100%;margin:20px}.DataCard .Attributes{grid-gap:10px;padding:30px 20px}.MetricCard{display:flex;flex-flow:column;overflow:hidden}.MetricCard h2{color:#757cb2}.MetricCard>div{flex-grow:1;min-height:0}.MetricCard .Chart{height:100%}.MetricCard .Select{font:400 14px "IBMPlex Mono";letter-spacing:0.06px;line-height:1.3333;text-transform:uppercase;border-color:#cccfe6;color:#757cb2}.MetricCard .metric-overview{align-items:baseline;display:flex;flex:none;margin:5px 0;padding:0 15px}.MetricCard em{font:500 31px "IBMPlex Mono";letter-spacing:0.06px;line-height:1.3333;text-transform:uppercase;font-style:normal}.MetricCard small{font:400 12px "IBMPlex Mono";letter-spacing:0.06px;line-height:1.3333;text-transform:uppercase;color:#757cb2;display:block;margin:10px}.MetricCard small.positive{color:#2b8551}.MetricCard small.negative{color:#bd2934}.MetricCard small svg{fill:currentColor;height:11px;margin-right:5px;width:14px}.MetricsCard{background:#fff;border-radius:10px;overflow:hidden;position:relative}.MetricsCard .icon-trash{position:absolute;right:15px;top:20px;z-index:10}.MetricsCard .AccountDetailsOverview,.MetricsCard .AccountsOverview{border:0;height:100%;padding:0}.MetricsCard .AccountDetailsOverview .Select .icon-caret-down,.MetricsCard .AccountsOverview .Select .icon-caret-down{margin-left:10px}.MetricsCard .AccountDetailsOverview ul,.MetricsCard .AccountsOverview ul{align-items:center;display:flex;flex-flow:row wrap;flex-grow:1;justify-content:space-evenly;margin:10px 0 0;padding:15px}.MetricsCard .AccountDetailsOverview ul li,.MetricsCard .AccountsOverview ul li{width:48%}.MetricsCard .OverviewMetric{height:110px;padding-left:50px}.MetricsCard .OverviewMetric h5{margin-bottom:5px;position:relative}.MetricsCard .OverviewMetric h5 svg{position:absolute;right:100%}.MetricsCard .OverviewMetric .Loader{height:auto}.SearchCard:hover header svg{opacity:1}.SearchCard header svg{flex:none;opacity:0;transition:opacity 0.2s}.layout-edit-mode .SearchCard header svg{opacity:1}.SearchCard header>.icon-x{height:16px;width:16px}.SearchCard .search-chips{flex:1 1 auto;min-width:0}.SearchCard .icon-eye{transition:opacity 0.2s}.SearchCard .with-filters .icon-eye,.SearchCard .with-filters .icon-eye:hover{opacity:0.5}.SearchCard .search-chips{align-items:center;display:flex;height:30px;margin-left:-10px;margin-right:10px;-webkit-mask-image:linear-gradient(to right, transparent 0, #000 10px calc(100% - 10px), transparent 100%);mask-image:linear-gradient(to right, transparent 0, #000 10px calc(100% - 10px), transparent 100%);max-width:60%;overflow:auto;padding:0 10px}.SearchCard .search-chips>ul{display:flex}.SearchCard .search-chip{font-family:"Public Sans";font-size:14px;font-variation-settings:"wght" 600;letter-spacing:0.25px;line-height:1.3333;align-items:center;border-radius:13px;box-shadow:0 0 4px rgba(0,0,0,0.2);color:#757cb2;display:inline-flex;height:26px;margin:0 5px;padding:0 15px}.SearchCard .connector{color:#81849d}.SearchCard .Table{margin-top:0}.SearchCard .Table thead tr{height:30px}.SearchCard .Table thead th{font-size:12px}.SearchCard .Table tbody tr{font-size:14px;height:50px}.layout-edit-mode .SearchCard [class^=icon-caret]{opacity:0}.SearchCard .SearchConfigurator{padding:0 15px}.SearchCard .SearchResults{display:contents}.SearchCard .SearchResults>*{padding:0 20px}.SearchCard .SearchResults .table-container{margin:10px 0 -17px;scrollbar-width:none;width:100%}.SearchCard .SearchResults .table-container::-webkit-scrollbar{width:0}.SearchCard .SearchResults .table-container>div{padding:0}.SearchCard .Pagination{background:#fff;border-top:2px solid #ebedfa;flex:none;height:auto;margin-top:auto;padding:10px;position:relative}.Dashboard{position:relative}.Dashboard .dashboard-edit-buttons{bottom:calc(100% + 40px);display:flex;position:absolute;right:0}.Dashboard .dashboard-edit-buttons .Button{margin-left:10px}.cursor-ew.CardContainer.resizing,.CardContainer .cursor-ew.size-adjuster{cursor:ew-resize}.cursor-e.CardContainer.resizing,.CardContainer .cursor-e.size-adjuster{cursor:e-resize}.cursor-w.CardContainer.resizing,.CardContainer .cursor-w.size-adjuster{cursor:w-resize}.CardContainer{height:100%;margin:-10px;position:relative}.CardContainer.inactive>div>:first-child,.CardContainer.inactive:active>div>:first-child{cursor:default}.CardContainer.dragging>div{-webkit-user-select:none;user-select:none}.CardContainer.resizing>div{-webkit-user-select:none;user-select:none}.CardContainer.resizing>div>:first-child{cursor:inherit}.CardContainer>div{align-items:center;border-radius:10px;display:flex;justify-content:center;left:0;position:absolute;top:0}.CardContainer>div>:first-child{border:2px solid #ebedfa;border-radius:10px;cursor:grab;height:100%;width:100%}.CardContainer>div>:first-child:active{cursor:grabbing}.CardContainer>div>:first-child>div{height:100%}.CardContainer .size-adjuster{align-items:center;background:#757cb2;border-radius:5px;display:flex;height:40px;position:absolute;right:0;top:50%;transform:translate(50%, -50%);transition:opacity 0.3s;width:10px;z-index:10}.CardContainer .size-adjuster::after,.CardContainer .size-adjuster::before{background:#fff;content:'';height:20px;width:1px}.CardContainer .size-adjuster::before{margin-left:3px}.CardContainer .size-adjuster::after{margin-left:2px}.CardContainer .size-adjuster.hidden{opacity:0}.CardContainer .size-adjuster:not(.hidden).disabled{opacity:0.5;pointer-events:none}.AreaChart .line{fill:none;stroke-width:2px}.Chart{height:100%;position:relative}.Chart.empty .x-axis .domain{stroke-width:0}.Chart svg{display:block}.Chart .tick{color:#757cb2}.Chart .tick text{font:400 12px "IBMPlex Mono";letter-spacing:0.06px;line-height:1.3333;text-transform:uppercase}.Chart .x-axis .domain{stroke:#cccfe6;stroke-width:2px}.Chart .chart-tooltip{background:#ffff;border:2px solid #ebedfa;border-radius:3px;left:0;padding:10px;pointer-events:none;position:absolute;top:0}.Chart .chart-tooltip h6{margin-top:0}.Chart .active-items circle{fill:#757cb2;stroke:#fff;stroke-width:2px}.Chart .active-items line{stroke:#cccfe6;stroke-width:2px}.HovercardToggle .trigger{cursor:pointer}.HovercardToggle .trigger.disabled{cursor:default}.HovercardToggle .trigger,.HovercardToggle .trigger>*{display:inline-flex;flex:auto}.TriggerButton{font-family:"Public Sans";font-size:12px;font-variation-settings:"wght" 400;letter-spacing:0.25px;line-height:1.3333;align-items:center;background:none;border:1px solid transparent;border-radius:10px;color:#cccfe6;cursor:pointer;display:flex;padding:5px;position:relative;transition:background-color 0.2s}.TriggerButton:hover{color:#757cb2}.TriggerButton:focus{outline:none}.open .TriggerButton,.TriggerButton.active{background:#757cb2;border-color:#cccfe6;box-shadow:0 0 4px rgba(0,0,0,0.1);color:#fff;outline:none}.open .TriggerButton:hover,.TriggerButton.active:hover{color:#fff}.open .TriggerButton svg.stroke,.TriggerButton.active svg.stroke{stroke:#fff}.open .TriggerButton svg:not(.stroke),.TriggerButton.active svg:not(.stroke){fill:#fff}.InfiniteScroller{border:2px solid #ebedfa;border-radius:5px;contain:strict;height:100%;overflow:auto;padding:15px}.InfiniteScroller .loading-container{height:80px}.LatestMessage{border-bottom:2px solid #ebedfa}.LatestMessage a{color:inherit;display:flex;padding:15px}.LatestMessage a:hover .icon-arrow-right{opacity:1}.LatestMessage a>div{flex:1 1 0;margin-right:10px;min-width:0}.LatestMessage .Avatar{flex:none;margin-right:20px}.LatestMessage h4{align-items:baseline;display:flex;font-size:14px;margin:9px 0 5px}.LatestMessage h4.has-notification::before{background:#db3058;border-radius:50%;content:'';flex:none;height:10px;margin-right:10px;width:10px}.LatestMessage h4 .TextOverflow{min-width:0}.LatestMessage time{font-family:"Public Sans";font-size:10px;font-variation-settings:"wght" 400;letter-spacing:0.25px;line-height:1.3333;color:#757cb2;margin-left:10px;white-space:nowrap}.LatestMessage .icon-arrow-right{align-self:center;fill:#757cb2;flex:none;height:14px;margin-left:auto;opacity:0;transition:opacity 0.2s;width:14px}.LatestMessage p{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;overflow:hidden;white-space:normal;color:#6f6f6f}.NotesThreadList{display:flex;flex-direction:column;height:100%;margin:0 -15px}.NotesThreadList>header{background:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,0.1);margin:-15px 0 0;padding:15px;z-index:10}.NotesThreadList h3{align-items:center;display:flex}.NotesThreadList h3 svg{height:14px;margin-right:10px;width:14px}.NotesThreadList>div{margin-bottom:-15px;overflow:auto;padding-top:15px}.NotesThreadList>div>time{font:600 12px "IBMPlex Mono";letter-spacing:0.06px;line-height:1.3333;text-transform:uppercase;display:block;margin-left:15px}.NotesThreadList>ul{overflow:auto}.NotesThreadList .Select{margin:20px 0 10px}.NotesThreadList>footer{background:#fff;border-top:2px solid #ebedfa;margin-bottom:-15px;margin-top:-2px;padding:15px 0;text-align:center}.NotesThreadList .ThreadWindow{border-radius:10px;box-shadow:0 0 8px rgba(0,0,0,0.2);margin:10px auto 20px}.NotesThreadList .EmptyState{margin:15px}.NoteTrigger.has-notification::after{background:#db3058;border-radius:50%;content:'';height:6px;left:22px;position:absolute;top:5px;width:6px}.NoteTrigger svg{height:20px;margin-right:3px;stroke:currentColor;width:20px}.ThreadMessage{margin:0 -5px;padding:10px 5px}.ThreadMessage:hover .icon-dots-vertical,.ThreadMessage:hover .icon-link{opacity:1}.ThreadMessage.self small{text-align:right}.ThreadMessage.self>div{align-items:flex-end;justify-content:flex-end}.ThreadMessage.self>div>div{text-align:right}.ThreadMessage.self p,.ThreadMessage.self .TextEditor{background:#ebedfa;border:none;border-radius:10px 10px 0}.ThreadMessage.linked{border:2px solid #2bb1e7;border-radius:10px}.ThreadMessage>div{display:flex}.ThreadMessage p,.ThreadMessage .TextEditor{border:1px solid #ebedfa;border-radius:10px 10px 10px 0;display:inline-block;max-width:300px}.ThreadMessage p,.ThreadMessage textarea{font-family:"Public Sans";font-size:14px;font-variation-settings:"wght" 500;letter-spacing:0.25px;line-height:1.3333;color:#6f6f6f;line-height:1.5}.ThreadMessage p{padding:10px 15px;white-space:break-spaces;word-break:break-word}.ThreadMessage p small{display:inline-block;margin:0 5px}.ThreadMessage p strong{color:#2c2477}.ThreadMessage p strong::before{color:#6f6f6f;content:'@'}.ThreadMessage .Avatar{align-self:flex-end;margin-bottom:15px;margin-right:10px}.ThreadMessage small{font-size:10px;margin-top:2px}.ThreadMessage small strong{color:#81849d;font-size:12px;margin-right:5px}.ThreadMessage .icon-dots-vertical{height:30px;opacity:0;padding:5px 0;transition:opacity 0.2s;width:20px}.ThreadMessage .message-menu{margin:0 0 15px 3px}.ThreadMessage .message-menu.open svg{background:#757cb2;border-radius:5px;box-shadow:0 0 4px rgba(0,0,0,0.1);opacity:1;stroke:#fff}.ThreadMessage .message-menu.open svg:hover{stroke:#fff}.ThreadMessage .message-menu svg{display:block}.ThreadMessage .icon-link{margin:10px 0 0 10px;opacity:0;transition:opacity 0.2s}.ReplyForm{position:relative}.ReplyForm textarea{background:#ebedfa;border:none;border-radius:10px;display:block;height:50px;line-height:24px;padding:12px 50px 12px 15px;resize:none;width:100%}.ReplyForm button{background:none;border:none;border-radius:50%;bottom:10px;height:32px;opacity:0;padding:8px;position:absolute;right:5px;transition:background-color 0.2s, opacity 0.2s;width:32px;z-index:5}.ReplyForm button:not([disabled]){background-color:#757cb2;cursor:pointer;opacity:1}.ReplyForm button:not([disabled]):hover{background-color:#2c2477}.ReplyForm button:not([disabled]) .icon-sent{fill:#fff}.ReplyForm .icon-sent{display:block;fill:#757cb2;height:100%;overflow:visible;transform:translateX(-1px);transition:fill 0.2s;width:100%}.ReplyForm .TaggableTextarea{display:block}.ReplyForm .Loader::before{min-height:inherit}.ThreadWindow{width:400px}.Hovercard .ThreadWindow{margin:-10px}.ThreadWindow header{align-items:center;box-shadow:0 2px 4px 0 rgba(0,0,0,0.1);display:flex;height:70px;padding:10px}.ThreadWindow header a{margin-left:auto}.ThreadWindow header h4{flex-grow:1;min-width:0}.ThreadWindow header input{font-size:16px}.ThreadWindow header .Avatar{flex:none;margin-right:10px;padding:10px}.ThreadWindow header .HovercardToggle{flex:none}.ThreadWindow header .HovercardToggle,.ThreadWindow header .HovercardToggle .trigger,.ThreadWindow header .HovercardToggle svg{display:block}.ThreadWindow header .icon-dots-vertical{height:30px}.ThreadWindow section{display:flex;flex-direction:column-reverse;height:300px;overflow:auto;padding:0 10px}.ThreadWindow footer{border-top:2px solid #ebedfa;padding:15px 10px}.ThreadWidget{border:none;box-shadow:0 0 8px rgba(0,0,0,0.2)}.ThreadWidgetTrigger.open .NoteTrigger{opacity:1}.OverviewMetric em{font:500 21px "IBMPlex Mono";letter-spacing:0.06px;line-height:1.3333;text-transform:uppercase;font-style:normal}.OverviewMetric small{font:400 12px "IBMPlex Mono";letter-spacing:0.06px;line-height:1.3333;text-transform:uppercase;color:#757cb2;display:block;margin:10px 0}.OverviewMetric small.positive{color:#2b8551}.OverviewMetric small.negative{color:#bd2934}.OverviewMetric small svg{fill:currentColor;height:11px;margin-right:5px;width:14px}.OverviewMetric h5{align-items:center;display:flex}.OverviewMetric h5 svg{background:#ebedfa;border-radius:50%;color:#2c2477;fill:currentColor;height:35px;margin-right:10px;overflow:visible;padding:10px;width:35px}.OverviewMetric h5 svg [class$=secondary]{color:#8273ff}.BooleanSelector label:not(:first-child){margin-left:40px}.DateSelector{display:flex;justify-content:center;min-width:330px}.DateSelector .Select{display:inline-block;vertical-align:top}.DateSelector .Select:last-child{margin-left:20px}.DateSelector .DatePicker{flex-grow:1;margin-left:20px}.DateSelector .DatePicker input{margin:0}.EnumSelector .selected-values{border-bottom:2px solid #ebedfa}.EnumSelector .selected-values li{padding-bottom:10px}.EnumSelector form{align-items:flex-end;border-top:2px solid #ebedfa;display:flex;padding-top:10px}.EnumSelector form .FormField,.EnumSelector form input{margin-bottom:0}.EnumSelector form button{margin-left:10px}.NumberSelector .FormField{margin-bottom:0}.StringSelector{min-width:400px}.StringSelector .selected-values li{padding-top:10px}.StringSelector form{display:flex}.StringSelector form .Input{margin:0}.StringSelector form .FormField{flex-grow:1;margin-bottom:0}.StringSelector form .Select{margin-right:10px}.StringSelector form>button{margin-left:10px;min-width:0}.DateSelector .icon-x,.EnumSelector .icon-x,.NumberSelector .icon-x,.StringSelector .icon-x{height:12px;left:10px;margin:0 0 0 10px;pointer-events:all;position:relative;width:12px}.DateSelector .selected-values,.EnumSelector .selected-values,.NumberSelector .selected-values,.StringSelector .selected-values{margin:0 -5px}.DateSelector .selected-values li,.EnumSelector .selected-values li,.NumberSelector .selected-values li,.StringSelector .selected-values li{display:inline-block;vertical-align:top;margin:0 5px}.DateSelector .selected-values button,.EnumSelector .selected-values button,.NumberSelector .selected-values button,.StringSelector .selected-values button{pointer-events:none}.SearchConfigurator{font-family:"Public Sans";font-size:16px;font-variation-settings:"wght" 400;letter-spacing:0.25px;line-height:1.3333;align-items:flex-start;display:flex;margin-top:10px}.SearchConfigurator>*{margin:0 5px}.SearchConfigurator .connector{align-items:center;display:flex;height:40px;margin:0 20px}.SearchConfigurator ul{display:flex;flex:1 auto;flex-flow:row wrap;margin-left:-10px;max-width:100%;min-width:0}.SearchConfigurator ul button{margin:0 10px 20px}.SearchConfigurator ul button .TextOverflow{min-width:0}.SearchConfigurator ul button svg{flex:none}.SearchConfigurator ul .trigger{margin:0 10px 20px}.SearchConfigurator ul .trigger button{margin:0}.SearchConfigurator ul li,.SearchConfigurator ul .trigger,.SearchConfigurator ul button{max-width:100%}.SearchConfigurator .Button:not(.link){font-family:"Public Sans";font-size:16px;font-variation-settings:"wght" 400;letter-spacing:0.25px;line-height:1.3333;color:#333;padding:0 15px;text-transform:none}.SearchConfigurator .Button.link{height:40px}.SearchConfigurator .icon-x{height:21px;left:5px;margin:0 0 0 5px;padding:5px;position:relative;width:21px}.SearchResults{position:relative}.SearchResults .table-container{margin:0 -20px;-webkit-mask-image:linear-gradient(to right, transparent 0, #000 20px calc(100% - 20px), transparent 100%);mask-image:linear-gradient(to right, transparent 0, #000 20px calc(100% - 20px), transparent 100%);overflow:auto}.SearchResults .table-container>div{padding:0 20px}.SearchResults table{margin-top:40px;min-width:100%;width:auto}.SearchResults th{white-space:nowrap}.SearchResults th:nth-child(2){width:20%}.SearchResults th:last-child,.SearchResults td:last-child{padding-right:20px}.SearchResults h4{margin:0}.SearchResults td img{display:block;max-height:25px;max-width:50px}.TextEditor{display:block;position:relative}.TextEditor.disabled::before{bottom:0;content:'';left:0;position:absolute;right:0;top:0;z-index:10}.TextEditor input{font-family:"Public Sans";font-size:25px;font-variation-settings:"wght" 600;letter-spacing:0.25px;line-height:1.3333;background:transparent;border:none;box-shadow:none;color:#333;left:0;padding:5px;position:absolute;top:0;width:100%;z-index:5}.TextEditor input:hover{outline:1px solid #ddd}.TextEditor input,.TextEditor input:focus{outline:none}.TextEditor input+p{font-family:"Public Sans";font-size:25px;font-variation-settings:"wght" 600;letter-spacing:0.25px;line-height:1.3333;padding:5px;z-index:1}.TextEditor p,.TextEditor textarea{padding:10px 15px;word-break:break-word}.TextEditor p{opacity:0;white-space:break-spaces}.TextEditor textarea{background:transparent;border:none;height:100%;resize:none;scrollbar-width:none;width:calc(100% + 2px)}.TextEditor textarea,.TextEditor textarea:focus{outline:none}.TextEditor textarea::-webkit-scrollbar{display:none}.AppRoot.with-modal .AppLayout .header-container{position:fixed}.AnonymousLayout header{box-shadow:0 2px 4px 0 rgba(0,0,0,0.1);padding:20px 60px}.AnonymousLayout .icon-logo{fill:#db3058;width:80px}@media (max-width: 30em){.AnonymousLayout header{padding:20px}}.ApiKeysModal{height:250px}.ApiKeysModal .Attributes{grid-gap:20px 10px;margin:60px}.ApiKeysModal .Loader{height:auto}.ApiKeysModal h6,.ApiKeysModal p{font-size:16px}.ApiKeysModal .icon-eye{flex:none;margin-right:10px}.ApiKeysModal .key-reveal{align-items:center;display:flex;word-break:break-word}.SpoofBanner{align-items:center;background:repeating-linear-gradient(-45deg, #ebedfa 0 20px, #f3f4fc 20px 40px);display:flex;justify-content:space-between;padding:10px 50px;position:relative}.SpoofBanner>div{margin-right:auto}.SpoofBanner h3{color:#2c2477}.SpoofBanner small{align-items:center;display:flex;justify-content:space-between}.SpoofBanner .Button{margin-left:10px}.TopSearch{position:relative}.TopSearch .search-results{background:#fff;border:2px solid #ebedfa;border-radius:5px;left:0;max-height:400px;overflow:auto;padding:10px;position:absolute;top:100%;width:100%}.TopSearch .search-results svg{display:inline-block;vertical-align:middle;fill:#757cb2;height:14px;margin:-2px 10px 0 0;width:14px}.TopSearch .instructions{color:#757cb2}.TopSearch .instructions h4{color:#2c2477;font-size:14px;margin:0 0 5px}.TopSearch .instructions small{display:block;margin-bottom:20px}.TopSearch .instructions a{font:400 12px "IBMPlex Mono";letter-spacing:0.06px;line-height:1.3333;text-transform:uppercase}.TopSearch .instructions svg{fill:currentColor;height:1em;margin-left:10px;width:1em}.SideDrawer{background:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,0.1);left:0;overflow:auto;padding:15px;position:fixed;width:420px;z-index:99}.SideDrawer .icon-x{display:block;height:14px;position:absolute;right:15px;top:15px;width:14px}.SideDrawer>div:first-of-type{height:100%}.SideDrawer+.SideDrawer{left:420px;z-index:98}.UserDrawer{position:relative}.UserDrawer.edit-mode header{height:auto;margin-bottom:30px}.UserDrawer .actions{display:flex;height:40px;justify-content:flex-end;position:absolute;right:15px;top:15px}.UserDrawer .actions>*{margin-left:10px}.UserDrawer header{height:50px;margin:15px 0;position:relative}.UserDrawer header p{align-items:center;display:flex;font-size:14px;margin:0}.UserDrawer header p svg{height:12px;width:12px}.UserDrawer header small{display:flex;margin-bottom:10px}.UserDrawer header small .empty-cell{margin-left:10px}.UserDrawer header+ul li{margin-bottom:15px}.UserDrawer header+ul h4{margin:0}.UserDrawer section{border-radius:10px;box-shadow:0 0 8px rgba(0,0,0,0.2);margin-bottom:20px;padding:15px;position:relative}.UserDrawer section:first-child{margin-top:30px}.UserDrawer h3{margin-bottom:20px}.UserDrawer .avatar-container{align-items:center;display:flex}.UserDrawer .CustomProperties{--section-top-padding: 20px;--initial-height: 270px;border:none;padding:var(--section-top-padding)}.UserDrawer .CustomProperties .Attributes{padding:5px 0}.UserDrawer .CustomProperties .Attributes .Attributes{margin-left:10px;padding:0}.UserDrawer .CustomProperties .Attributes .Attributes::before{left:-10px}.UserDrawer h2{align-items:center;display:flex}.UserDrawer .Badge{margin-left:20px}.UserDrawer .FormFieldRow{margin-top:10px}.UserDrawer .Loader{left:-15px;right:-15px}.UserDrawer .TriggerButton{margin-left:10px}.related-ids-hovercard{width:230px}.related-ids-hovercard li{margin-bottom:15px;position:relative}.related-ids-hovercard li:last-child{margin-bottom:0}.related-ids-hovercard h4{align-items:center;display:flex;justify-content:space-between;margin:0}.related-ids-hovercard .TextOverflow{min-width:0}.related-ids-hovercard .icon-copy{flex:none;height:12px;width:12px}.AppLayout{border-right:2px solid #ebedfa;min-width:1280px;width:100%}.AppLayout::before{background-color:rgba(6,0,57,0.4);bottom:0;content:'';height:100%;left:0;opacity:0;position:fixed;top:0;transition:all 0.3s ease-out;width:100%;z-index:0}.AppLayout.with-overlay::before{opacity:1;z-index:98}.AppLayout .header-container{min-width:1280px;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:100}.AppLayout .header-container>header{align-items:center;background:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,0.1);display:flex;height:76px;justify-content:space-between;padding:0 50px}.AppLayout .header-container>header .Portal{align-self:start;left:0;position:absolute}.AppLayout .header-container>header .TopSearch{flex-grow:1;margin-right:20px;max-width:500px}.AppLayout .header-container>header input{width:100%}.AppLayout .header-container>header .trigger{display:flex}.AppLayout .header-container+section{position:relative}.AppLayout .header-container nav{margin:0 60px}.AppLayout .header-container nav li{display:inline-block;margin:0 20px}.AppLayout .header-container nav a{padding:0 10px 5px}.AppLayout .header-container .EmptyState{margin:20px}.AppLayout .icon-logo{fill:#db3058;height:20px;width:80px}.account-dropdown header{border-bottom:2px solid #ebedfa;padding:5px 0 15px}.account-dropdown h4{margin:0}.account-dropdown .org-list{align-items:center;display:flex;margin-top:10px}.account-dropdown .org-list>:first-child{font:400 14px "IBMPlex Mono";letter-spacing:0.06px;line-height:1.3333;text-transform:uppercase;color:#81849d;margin-right:15px}.LoginLayout{border:2px solid #ebedfa;border-radius:10px;display:block;margin:40px auto;max-width:500px;padding:60px;text-align:center;width:90%}.LoginLayout h1{margin-bottom:40px}.LoginLayout h1+p{margin-bottom:20px}.LoginLayout .Button{display:block;margin-bottom:20px;text-align:center;width:100%}@media (max-width: 30em){.LoginLayout{padding:40px 20px}.LoginLayout h1{font-size:25px}}.AccountsOverview{border-bottom:2px solid #ebedfa;height:300px;padding:30px 60px}.AccountsOverview ul{align-items:flex-start;display:flex;justify-content:space-around;margin:50px 0}.SavedSearch{flex:1 1 80%;min-width:0;position:relative}.SavedSearch header{align-items:center;display:flex;margin-bottom:20px}.SavedSearch header>label{margin-left:10px}.SavedSearch header button{margin-left:10px}.SavedSearch header button:first-of-type{margin-left:auto}.SavedSearch header em{display:inline-block;vertical-align:middle;font-size:25px;font-style:normal;margin:-2px 10px 0 0;transform:rotate(45deg)}.SavedSearch header .Select{margin-right:10px}.SavedSearch .search-chip{align-items:center;background-color:#d9f3fe;border-radius:20px;color:#0a5f81;display:inline-flex;height:40px;margin:0 10px;padding:0 15px}.SavedSearch .search-chip:first-child{margin-left:0}.SavedSearch .search-display{align-items:flex-start;display:flex;flex:1}.SavedSearch .search-display svg{fill:#2bb1e7;height:14px;margin-right:10px;width:14px}.SavedSearch .search-display>button:first-of-type{margin-left:auto;margin-right:10px}.SavedSearch .search-display ul{display:flex;flex-flow:row wrap;min-width:0}.SavedSearch .search-display ul .search-chip.search-chip{margin:0;max-width:100%;min-width:0}.SavedSearch .search-display ul svg{flex:none}.SavedSearch .search-display ul .TextOverflow{min-width:0}.SavedSearch .search-display li{margin:0 10px;max-width:100%;min-width:0;padding-bottom:10px}.SavedSearch th{width:150px}.SavedSearch .connector{align-items:center;display:flex;height:40px;margin:0 20px}.ListsSection{min-height:600px;padding:50px 60px}.ListsSection>div{display:flex;position:relative}.ListsSection h1{margin-bottom:10px}.ListsSection header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.ListsSection aside{flex:none;min-width:240px;padding-right:20px;width:20%}.ListsSection aside li{margin:10px 0 30px}.ListsSection aside li a{text-transform:none}.ListsSection .TextEditor{width:700px}.Tabs .ListsSection{padding:0}.WelcomeBanner{animation:fade-in 0.5s ease-in;background:#ebedfa;margin:60px 80px;padding:30px 60px}.WelcomeBanner h1{color:#2c2477}.WelcomeBanner p{color:#81849d;margin:10px 0 20px}.WelcomeBanner .welcome-content{display:flex;height:100%;justify-content:space-between}.WelcomeBanner .welcome-content img{flex:none;margin-left:80px}.WelcomeBanner ul{counter-reset:welcomeCounter;display:flex;justify-content:space-between}.WelcomeBanner li{counter-increment:welcomeCounter;padding-left:45px;position:relative;width:47%}.WelcomeBanner li::before{align-items:center;background:#8273ff;border-radius:50%;color:#fff;content:counter(welcomeCounter);display:flex;height:30px;justify-content:center;left:0;position:absolute;top:5px;width:30px}@keyframes fade-in{from{opacity:0}to{opacity:1}}.AccountsPage .details{min-height:600px;padding:30px 50px}.AccountBanner{background-color:#2c2477;color:#fff;display:flex;flex-direction:column;justify-content:space-between;padding:20px 50px;position:relative;transition:background-color 0.3s ease-out, color 0.3s ease-out}.AccountBanner::before{background-color:#f6f7fe;content:'';opacity:0;transition:opacity 0.3s ease-out}.AccountBanner.edit-mode{color:#333}.AccountBanner.edit-mode::before{opacity:1}.AccountBanner.edit-mode h1{margin-right:10px}.AccountBanner.edit-mode h1+button{margin-right:auto}.AccountBanner>*{position:relative}.AccountBanner h1,.AccountBanner h6,.AccountBanner small,.AccountBanner p{color:inherit;margin:0}.AccountBanner h1+p{margin:20px 0}.AccountBanner h1{align-items:center;color:inherit;display:flex;margin-right:0 auto 0 0}.AccountBanner h1 button{margin-left:10px}.AccountBanner ul{display:flex;justify-content:space-between}.AccountBanner li{margin:20px 0 0}.AccountBanner li>*{display:inline-block;vertical-align:baseline}.AccountBanner li p{margin-left:10px}.AccountBanner h6 svg,.AccountBanner p svg{display:inline-block;vertical-align:middle;fill:#8273ff;height:16px;margin:-2px 10px 0 0;width:16px}.AccountBanner h6 svg.icon-location,.AccountBanner p svg.icon-location{margin-left:10px}.AccountBanner hr{border:1px solid #4b439d;width:100%}.AccountBanner .account-metadata{display:flex;justify-content:space-between}.AccountBanner .Button{margin-left:10px}.AccountBanner .account-details{border-top:2px solid #ebedfa;margin-top:20px;padding:20px}.AccountBanner .account-details .FormField{margin-top:20px;width:50%}.AccountBilling h3{margin-bottom:40px}.AccountBilling h3:not(:first-child){margin-top:80px}.AccountBilling .SearchConfigurator{margin-left:-5px;margin-right:-5px}.AccountBilling>.table-container{width:1200px}.AccountBilling>.table-container .EmptyState{margin-top:20px}.AccountBilling .SearchResults th:first-child{width:160px}.AccountBilling .SearchResults th:nth-child(2){width:40%}.AccountDetailsOverview{border-bottom:2px solid #ebedfa;display:flex;flex-flow:column nowrap;height:250px;justify-content:flex-start;padding:30px 60px}.AccountDetailsOverview ul{align-items:flex-start;display:flex;justify-content:space-around;margin-top:40px}.AddUserModal input+div{min-height:200px}.AddUserModal .EmptyState{height:calc(100% - 20px)}.ConfirmAddUserModal .link{padding:0}.ConfirmAddUserModal ul{margin:20px 0}.ConfirmAddUserModal h6{width:150px}.AccountUsers h4{margin:0}.AccountUsers .users-filter{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;position:relative}.AccountUsers .users-filter button{margin-left:auto}.AccountUsers .SearchInput{width:40%}.EventStreamItemHeader,.ConversationHeader{align-items:center;display:flex;flex-grow:1;height:100%;justify-content:space-between}.EventStreamItemHeader>div,.ConversationHeader>div{display:flex;flex-flow:column nowrap;justify-content:space-between}.EventStreamItemHeader small,.ConversationHeader small{font:400 12px "IBMPlex Mono";letter-spacing:0.06px;line-height:1.3333;text-transform:uppercase}.EventStreamItemHeader p,.ConversationHeader p{color:#757cb2}.EventStreamItemHeader .Avatar,.ConversationHeader .Avatar{align-self:flex-start;margin-right:20px}.EventStreamItemHeader .event-content,.ConversationHeader .event-content{display:flex;flex-basis:75%;flex-flow:column nowrap;justify-content:space-between;margin-right:auto}.EventStreamItemHeader img,.ConversationHeader img{height:25px;margin-left:15px;margin-right:20px}.EventStreamItemHeader img+.icon-caret-down,.ConversationHeader img+.icon-caret-down{margin-left:0}.EventStreamItemHeader h4,.ConversationHeader h4{margin:5px 0 0}.Modal .EventStreamItemHeader,.Modal .ConversationHeader{border-bottom:2px solid #ebedfa}.Modal .EventStreamItemHeader img,.Modal .ConversationHeader img{margin-right:40px}.Modal .EventStreamItemHeader .Loader,.Modal .ConversationHeader .Loader{height:200px}.EventStreamItem{border:2px solid #ebedfa;border-radius:5px;margin:20px 0;min-height:65px;position:relative}.EventStreamItem:hover .NoteTrigger,.EventStreamItem .NoteTrigger.has-messages{opacity:1}.EventStreamItem .event-body{border-top:2px solid #ebedfa;margin:0 20px 0 85px;padding:5px 0 10px}.EventStreamItem header .icon-caret-down{margin-right:20px}.EventStreamItem p{margin-top:5px}.EventStreamItem .ThreadWidgetTrigger{height:100%;left:calc(100% + 5px);position:absolute;top:0}.EventStreamItem .NoteTrigger{opacity:0;transition:opacity 0.3s}.EventStaticStreamItem{border:2px solid #ebedfa;border-radius:5px;margin:20px 0;min-height:65px;position:relative}.EventStaticStreamItem:hover .NoteTrigger,.EventStaticStreamItem .NoteTrigger.has-messages{opacity:1}.EventStaticStreamItem .event-icon{align-items:center;align-self:flex-start;border-radius:50%;display:flex;justify-content:space-between;margin-right:30px}.EventStaticStreamItem .event-icon svg{height:45px;padding:10px;width:45px}.EventStaticStreamItem .event-content{flex-grow:1}.EventStaticStreamItem .event-body{border-top:2px solid #ebedfa;margin:0 20px 0 85px;padding:5px 0 10px}.EventStaticStreamItem.support .event-icon{background:#fff0a1}.EventStaticStreamItem.support .event-icon svg{color:#d4b302}.EventStaticStreamItem.support .event-icon svg:not(.stroke){fill:currentColor}.EventStaticStreamItem.support .event-icon svg.stroke{stroke:currentColor}.EventStaticStreamItem.sales .event-icon{background:#d2f5d9}.EventStaticStreamItem.sales .event-icon svg{color:#2ac548}.EventStaticStreamItem.sales .event-icon svg:not(.stroke){fill:currentColor}.EventStaticStreamItem.sales .event-icon svg.stroke{stroke:currentColor}.EventStaticStreamItem.payment .event-icon{background:#d2f5d9}.EventStaticStreamItem.payment .event-icon svg{color:#2ac548}.EventStaticStreamItem.payment .event-icon svg:not(.stroke){fill:currentColor}.EventStaticStreamItem.payment .event-icon svg.stroke{stroke:currentColor}.EventStaticStreamItem.email .event-icon{background:#d9f3fe}.EventStaticStreamItem.email .event-icon svg{color:#2bb1e7}.EventStaticStreamItem.email .event-icon svg:not(.stroke){fill:currentColor}.EventStaticStreamItem.email .event-icon svg.stroke{stroke:currentColor}.EventStaticStreamItem.chat .event-icon{background:#d9f3fe}.EventStaticStreamItem.chat .event-icon svg{color:#2bb1e7}.EventStaticStreamItem.chat .event-icon svg:not(.stroke){fill:currentColor}.EventStaticStreamItem.chat .event-icon svg.stroke{stroke:currentColor}.EventStaticStreamItem.error .event-icon{background:#ffd7e1}.EventStaticStreamItem.error .event-icon svg{color:#db345b}.EventStaticStreamItem.error .event-icon svg:not(.stroke){fill:currentColor}.EventStaticStreamItem.error .event-icon svg.stroke{stroke:currentColor}.EventStaticStreamItem.account .event-icon{background:#ffe8d6}.EventStaticStreamItem.account .event-icon svg{color:#ff821d}.EventStaticStreamItem.account .event-icon svg:not(.stroke){fill:currentColor}.EventStaticStreamItem.account .event-icon svg.stroke{stroke:currentColor}.EventStaticStreamItem.custom .event-icon{background:#ffe8d6}.EventStaticStreamItem.custom .event-icon svg{color:#ff821d}.EventStaticStreamItem.custom .event-icon svg:not(.stroke){fill:currentColor}.EventStaticStreamItem.custom .event-icon svg.stroke{stroke:currentColor}.EventStaticStreamItem header{align-items:center;display:flex;height:100%;justify-content:space-between;padding:10px}.EventStaticStreamItem header>div{display:flex;flex-flow:column nowrap;justify-content:space-between}.EventStaticStreamItem header small{font:400 12px "IBMPlex Mono";letter-spacing:0.06px;line-height:1.3333;text-transform:uppercase}.EventStaticStreamItem header p{color:#757cb2}.EventStaticStreamItem header img{height:35px;margin-left:auto;margin-right:20px;width:100px}.EventStaticStreamItem header img+.icon-caret-down{margin-left:0}.EventStaticStreamItem header .icon-caret-down{margin-right:20px}.EventStaticStreamItem h4{margin:5px 0 0}.EventStaticStreamItem h6{color:#757cb2}.EventStaticStreamItem p{margin-top:10px}.EventStaticStreamItem .ThreadWidgetTrigger{height:100%;left:calc(100% + 5px);position:absolute;top:0}.EventStaticStreamItem .NoteTrigger{opacity:0;transition:opacity 0.3s}.ChatTemplate .Button{margin-left:50%;padding:10px;transform:translateX(-50%)}.ChatList{margin:30px 0}.ChatList li{display:flex;margin:10px 0}.ChatList li:last-child{margin-bottom:0}.ChatList li>div{display:flex;flex-flow:row-reverse;margin-left:20px}.ChatList p{background:#d9f3fe;border-radius:10px;display:inline-block;margin:0;padding:10px 20px;white-space:break-spaces;word-break:break-word}.ChatList p.secondary{background:#ebedfa}.ChatList .message-metadata{color:#81849d;flex:none;font-size:14px;text-align:right;width:20%}.Modal .ChatList .message-metadata{width:30%}.ChatList .message-metadata>*{display:block}.ChatList .message-metadata time{font:400 12px "IBMPlex Mono";letter-spacing:0.06px;line-height:1.3333;text-transform:uppercase;color:#aeb0c3}.ConversationHeader .header-content{display:flex;flex-basis:75%;flex-flow:column nowrap;justify-content:space-between;margin-right:auto}.EmailTemplate .Attributes{margin:20px 0 20px 80px}.EmailTemplate>p{margin:10px 0;white-space:break-spaces}.EmailTemplate .Button{margin-left:50%;padding:10px;transform:translateX(-50%)}.EmailListItem{border-bottom:2px solid #ebedfa;padding:20px}.EmailListItem.overflow{cursor:pointer}.EmailListItem.overflow:hover{background-color:#ebedfa}.EmailListItem.selected{background-color:#f5f6ff}.EmailListItem h4{font-family:"Public Sans";font-size:18px;font-variation-settings:"wght" 600;letter-spacing:0.25px;line-height:1.3333;margin:0}.EmailListItem .message-metadata{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.EmailListItem .message-metadata time{font:400 14px "IBMPlex Mono";letter-spacing:0.06px;line-height:1.3333;text-transform:uppercase}.EmailListItem p{white-space:break-spaces}.EmailListItem p.truncated{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;white-space:normal}.payment-stream-item .icon-credit-card{display:inline-block;vertical-align:middle;fill:#757cb2;height:1em;margin:-4px 3px 0}.payment-stream-item .icon-credit-card+span{font:400 14px "IBMPlex Mono";letter-spacing:0.06px;line-height:1.3333;text-transform:uppercase}.payment-stream-item strong{font:500 14px "IBMPlex Mono";letter-spacing:0.06px;line-height:1.3333;text-transform:uppercase;margin:0 3px}.default-stream-item h5{margin:40px 0 20px}.default-stream-item h5:first-of-type{margin-top:20px}.default-stream-item h5+table{margin-top:-20px}.default-stream-item pre{background:transparent;border:2px solid #ebedfa}.default-stream-item .Attributes{margin-bottom:20px}.default-stream-item .Attributes .Attributes{margin-bottom:0}.ChargeSubheader{align-items:center;display:flex}.ChargeSubheader h6{margin:0}.ChargeSubheader>*{margin-right:10px}.ChargeSubheader .icon-credit-card{fill:#757cb2}.ChargeSubheader .annotation{margin-left:auto}.EventStream{flex-grow:1;height:100%;position:relative}.EventStream .activity-day{font-family:"Public Sans";font-size:21px;font-variation-settings:"wght" 600;letter-spacing:0.25px;line-height:1.3333;display:block;margin-top:50px}.EventStream .activity-day:first-of-type{margin-top:10px}.EventStream .EmptyState{height:calc(100% - 40px)}.EventHistory{align-items:stretch;display:flex}.EventHistory aside{flex:none;padding-right:40px;width:25%}.EventHistory aside label{display:flex}.EventHistory aside+div{display:flex;flex-direction:column;flex-grow:1}.EventHistory .InfiniteScroller{padding-left:50px;padding-right:50px}.EventHistory h6:not(:first-of-type){margin-top:40px}.AccountDetailsPage .Alert{margin:30px 60px}.AccountDetailsPage .details{min-height:600px;padding:30px 50px}.AllStreamPage{padding:30px 60px}.InvoiceModal h1{align-items:center;display:flex;margin-right:80px}.InvoiceModal .Badge{margin-left:auto}.InvoiceModal .Attributes+.Attributes{margin-top:20px}.InvoiceModal h4{margin-top:40px}.InvoiceModal th:first-child{width:50%}.InvoiceModal footer{display:flex;justify-content:flex-end}.BillingPage{padding:30px 60px}.BillingPage header{align-items:flex-start;display:flex;justify-content:space-between}.BillingPage header>button:last-child{margin-left:20px}.BillingPage th:first-child{width:160px}.BillingPage th:nth-child(4){width:20%}.IntegrationKickoffModal{padding:40px;text-align:center}.IntegrationKickoffModal .venn-circles{display:flex;justify-content:center}.IntegrationKickoffModal .venn-circles>span{align-items:center;border-radius:50%;box-shadow:0 0 25px rgba(0,0,0,0.1);display:flex;height:100px;justify-content:center;padding:20px;position:relative;width:100px}.IntegrationKickoffModal .venn-circles>span:first-child{left:5px}.IntegrationKickoffModal .venn-circles>span:last-child{right:5px}.IntegrationKickoffModal .venn-circles img{max-height:100%;max-width:100%}.IntegrationKickoffModal .venn-circles svg{width:100%}.IntegrationKickoffModal h1,.IntegrationKickoffModal .Form{margin-top:40px}.IntegrationKickoffModal .Form{margin-left:auto;margin-right:auto;width:75%}.IntegrationKickoffModal .calixa-logo{fill:#db3058}.IntegrationKickoffModal .zendesk-url{align-items:center;align-self:stretch;background:#ebedfa;border-radius:5px;display:flex;flex:none;margin:5px 0;padding:0 10px}.IntegrationSuccessModal{text-align:center}.IntegrationSuccessModal img{display:inline-block;width:350px}.IntegrationSuccessModal .additional-steps{margin-left:20px;text-align:left}.IntegrationSuccessModal ol{margin-left:20px}.IntegrationsGrid{display:grid;gap:30px;grid-auto-rows:80px;grid-template-columns:repeat(auto-fill, 160px);margin-top:20px}.IntegrationsGrid li{align-items:center;border:2px solid #ebedfa;border-radius:5px;box-shadow:0 2px 4px 0 rgba(0,0,0,0.1);cursor:pointer;display:flex;justify-content:center;padding:20px}.IntegrationsGrid li:hover{opacity:0.7}.IntegrationsGrid li img{max-height:100%;max-width:100%}.IntegrationsPage{padding:30px 60px}.IntegrationsPage header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.IntegrationsPage section{padding:30px 0}.IntegrationsPage .available-integrations{border-top:2px solid #ebedfa}.IntegrationsPage .no-integrations{color:#757cb2;padding-top:0;text-align:center}.IntegrationsPage .no-integrations h3{margin-bottom:20px}.IntegrationsPage .no-integrations p{font-size:16px}.IntegrationsPage .no-integrations a{text-decoration:underline}.IntegrationsPage .integration-name{align-items:center;display:flex}.IntegrationsPage .integration-name .image-container{width:200px}.IntegrationsPage .integration-name .image-container img{display:block;height:30px}.IntegrationsPage .integration-status{align-items:center;display:flex}.IntegrationsPage .integration-status .Button{margin-left:auto}.LoginPage .sso-button{font-family:"Public Sans";font-size:16px;font-variation-settings:"wght" 600;letter-spacing:0.25px;line-height:1.3333;align-items:center;background:#fff;border:2px solid #ebedfa;border-radius:6px;box-shadow:none;cursor:pointer;display:flex;justify-content:center;margin:20px 0;padding:10px;transition:box-shadow 0.2s, opacity 0.2s;width:100%}.LoginPage .sso-button:hover{box-shadow:inset 0 0 20px #f0f0f0}.LoginPage .sso-button[disabled]{opacity:0.5;pointer-events:none}.LoginPage .sso-button img{margin-right:10px;width:20px}.LoginPage .email-signup-message{display:block;margin:40px 0;position:relative}.LoginPage .email-signup-message::before{border-top:2px solid #ebedfa;content:'';left:0;position:absolute;top:50%;width:100%}.LoginPage .email-signup-message>strong{background:#fff;color:#81849d;padding:0 20px;position:relative}@media (max-width: 30em){.LoginPage .sso-button{font-size:14px}.LoginPage .email-signup-message>strong{padding:0 10px}}.SearchPage{padding:30px 60px}.SearchPage header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.InviteModal form{width:50%}.InviteModal .FormFieldRow{position:relative}.InviteModal .icon-x{height:14px;margin-top:0;position:absolute;right:-50px;top:25%;width:14px}.InviteModal footer{margin-top:80px;text-align:right}.TeamPage{padding:30px 60px}.TeamPage header{align-items:center;display:flex}.TeamPage header>*{margin-right:20px}.TeamPage header>*:last-child{margin:0 0 0 160px}.TeamPage header h1{margin-right:auto}.TeamPage header input{margin-bottom:0}.TeamPage>section{margin-top:40px}.TeamPage .status{align-items:center;display:flex;justify-content:space-between}.WebhookLogsPage{padding:30px 60px}.WebhookLogsPage header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.WebhookLogsPage .RadioGroup label{margin-left:20px}.WebhookLogsPage .SearchResults th:first-child{width:auto}.WebhookDetailsModal .request-json{display:grid;grid-gap:10px;grid-template-columns:1fr 1fr;margin-top:20px}.WebhookDetailsModal .request-json>div{display:flex;flex-direction:column;min-width:0}.WebhookDetailsModal .request-json pre{flex-grow:1;max-height:300px}.WebhookDetailsModal .request-json h4{margin-bottom:5px}.WebhookDetailsModal h1{margin-bottom:0}.WebhooksPage{padding:30px 60px}.WebhooksPage>header{display:flex;justify-content:space-between;margin-bottom:30px}.WebhooksPage th:first-child{width:600px}

