@charset "UTF-8";
/*! 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;
}

:root {
  --font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  --color-red: #ff4136;
  --color-orange: #ff851b;
  --color-yellow: #ffdc00;
  --color-green: #2ecc40;
  --color-blue: #0074d9;
  --color-magenta: #e9198e;
  --color-purple: #af5fd3;
  --color-yellow-highlight: #fffbcc;
  --color-range-start: #0074d9;
  --color-range-end: #ff4136;
  --color-triple-red: 255, 65, 54;
  --color-triple-orange: 255, 133, 27;
  --color-triple-yellow: 255, 220, 0;
  --color-triple-green: 46, 204, 64;
  --color-triple-blue: 0, 116, 217;
  --color-triple-magenta: 233, 25, 142;
  --color-triple-purple: 175, 95, 211;
  --shade-black: #000000;
  --shade-off-black: #2a2d30;
  --shade-dark: #596066;
  --shade-mid: #99a0a6;
  --shade-off-mid: #c2c6ca;
  --shade-light: #dddfe1;
  --shade-pale: #ebeced;
  --shade-off-white: #f8f9f9;
  --shade-white: #ffffff;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes yellow-fade {
  0% {
    background-color: #fffbcc;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
html {
  font-size: 90%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

body {
  color: var(--shade-off-black);
  background: var(--shade-white);
  position: relative;
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

a {
  color: #0074d9;
}

a.icon-link {
  /* For use with glyphicons to avoid unsightly link-underlining
     beneath the space between the icon and the link text. */
  text-decoration: none;
}

a.icon-link span {
  text-decoration: underline;
}

span.disabled-link {
  color: var(--shade-mid);
  text-decoration: underline;
  cursor: default;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--shade-off-black);
  font-weight: normal;
  line-height: 1.3;
}

h1 {
  font-size: 1.4em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.2em;
}

h5,
h6 {
  font-size: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 40px 0 20px 0;
}

.col h1:first-child,
.col h2:first-child,
.col h3:first-child {
  margin-top: 10px;
}

.container {
  margin: 0 auto;
  padding: 15px 30px;
}

main .container,
footer .container {
  max-width: 1280px;
}

header {
  color: var(--shade-white);
  background: var(--shade-off-black);
}

header h1 {
  margin: 0;
  /* Make room for the logo: */
  position: relative;
  padding-left: 178px;
}

header h1 img.logo {
  position: absolute;
  left: 0px;
  top: 50%;
  height: 40px;
  transform: translateY(-50%);
}

header h1 a {
  color: var(--shade-white);
  text-decoration: none;
}

header .rgt {
  line-height: 25px;
  vertical-align: middle;
}

header a {
  color: var(--shade-white);
}

header .dim {
  color: var(--shade-mid);
}

.site-name {
  display: inline-block;
  font-weight: 300;
  color: var(--shade-mid);
  padding-left: 15px;
}

.site-name:before {
  position: absolute;
  content: " ";
  top: 15%;
  left: 5px;
  height: 80%;
  border-left: 1px solid var(--shade-dark);
}

.site-env {
  display: inline-block;
  position: relative;
  top: -3px;
  left: 5px;
  color: #ffffff;
  font-size: 10px;
  padding: 3px 8px;
  border-radius: 20px;
  background: linear-gradient(#73beff, #40a6ff);
}

.menu-wrapper {
  position: relative;
  display: inline-block;
  cursor: default;
}

.menu-wrapper-with-arrow {
  padding-right: 16px;
  margin-right: -16px;
}

.menu-wrapper-with-arrow:after {
  content: " ";
  display: inline-block;
  position: relative;
  top: -0.15em;
  margin-left: 5px;
  border: 5px solid transparent;
  border-bottom-width: 0;
  border-top-color: var(--shade-mid);
}

.menu-wrapper:hover .menu-options {
  display: block;
}

.menu-wrapper-disabled {
  padding-right: 0;
  margin-right: 0;
}

.menu-wrapper-disabled:after,
.menu-wrapper-disabled:hover .menu-options {
  display: none;
}

.menu-options {
  display: none;
  position: absolute;
  z-index: 999999;
  top: 100%;
  right: -15px;
  min-width: 100%;
  margin-top: 10px;
  font-size: 1rem;
  font-weight: normal;
  border-radius: 4px;
  padding: 10px 15px;
  color: var(--shade-black);
  background: var(--shade-white);
  background-clip: padding-box;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}

.menu-wrapper-with-arrow .menu-options {
  right: 0;
}

.menu-options:before {
  position: absolute;
  content: " ";
  display: block;
  bottom: 100%;
  left: 0;
  height: 11px;
  width: 100%;
}

.menu-options:after {
  position: absolute;
  content: " ";
  display: block;
  top: -6px;
  right: 15px;
  width: 10px;
  height: 10px;
  background: var(--shade-white);
  background-clip: padding-box;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  transform: rotate(-45deg);
}

.menu-options ul,
.menu-options li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu-options ul {
  margin: 0 -15px;
}

.menu-options a {
  display: block;
  padding: 5px 15px;
  color: inherit;
  text-decoration: none;
}

.menu-options a:hover {
  color: var(--shade-white);
  background: #0074d9;
}

.popover {
  position: absolute;
  z-index: 999999;
}
.popover .popover-content {
  border-radius: 4px;
  padding: 10px 15px;
  color: var(--shade-black);
  background: var(--shade-white);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}
.popover .popover-content:before {
  position: absolute;
  content: " ";
  display: block;
  bottom: 100%;
  left: 0;
  height: 11px;
  width: 100%;
}
.popover .popover-content:after {
  position: absolute;
  content: " ";
  display: block;
  top: -6px;
  left: 15px;
  width: 10px;
  height: 10px;
  background: var(--shade-white);
  background-clip: padding-box;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  transform: rotate(-45deg);
}

section.impersonate {
  background: var(--color-yellow);
  color: var(--shade-off-black);
  border-bottom: 1px solid var(--shade-off-black);
  margin-bottom: 0;
}

section.impersonate .container {
  padding: 8px 15px;
}

section.impersonate .container a {
  font-weight: bold;
}

section.impersonate .container a {
  color: inherit;
}

section.breadcrumb {
  font-size: 0.9em;
  color: var(--shade-mid);
  background: var(--shade-off-white);
  border-bottom: 1px solid var(--shade-pale);
  margin-bottom: 0;
}

section.breadcrumb .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

section.breadcrumb ul.inline li:before {
  content: ">";
  color: var(--shade-light);
}

section.breadcrumb a {
  color: inherit;
}

section.breadcrumb .lighter {
  color: #c2c6ca;
}

.glyphicon.glyphicon-envelope, .glyphicon-envelope.notice:before, .glyphicon-envelope.message:before {
  top: 3px;
}

section.breadcrumb .glyphicon-envelope {
  top: 2px;
}

section.navigation {
  color: var(--shade-white);
  background: var(--shade-off-black);
  border-top: 1px solid var(--shade-dark);
  margin-bottom: 0;
}

section.navigation .container {
  padding-top: 0px;
  padding-bottom: 0px;
}

section.navigation ul,
section.navigation li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

section.navigation ul.top {
  margin-left: -15px;
}

section.navigation ul.top > li {
  position: relative;
  float: left;
}

section.navigation ul.top > li > span,
section.navigation ul.top > li > a {
  display: block;
  padding: 10px 15px;
  font-size: 0.9em;
  font-style: normal;
  text-decoration: none;
  color: var(--shade-mid);
}

section.navigation ul.top > li > span {
  cursor: default;
}

section.navigation ul.top > li.active > span,
section.navigation ul.top > li.active > a {
  color: var(--shade-white);
  background: var(--shade-black);
}

section.navigation ul.sub:before {
  position: absolute;
  content: " ";
  display: block;
  bottom: 100%;
  height: 10px;
  width: 100%;
}

section.navigation ul.sub:after {
  position: absolute;
  content: " ";
  display: block;
  bottom: 100%;
  left: 15px;
  border: 5px solid transparent;
  border-top-width: 0;
  border-bottom-color: var(--shade-off-black);
}

section.navigation ul.sub {
  position: absolute;
  z-index: 99999;
  display: none;
  top: 100%;
  margin-top: 10px;
  margin-left: 0;
  min-width: 200px;
  padding: 10px 0;
  background: var(--shade-off-black);
  border-radius: 4px;
}

section.navigation ul.sub > li > a,
section.navigation ul.sub > li > span {
  display: block;
  padding: 5px 15px;
  color: var(--shade-mid);
  font-size: 0.9em;
  text-decoration: none;
  white-space: nowrap;
}

section.navigation ul.sub > li > span {
  cursor: default;
}

section.navigation ul.sub > li > a:hover {
  color: var(--shade-white);
  background: var(--shade-black);
}

section.navigation ul.top > li:hover > ul.sub {
  display: block;
}

section.navigation ul.top > li:hover:before,
section.navigation ul.top > li:hover:after {
  display: block;
}

section.navigation li.top-for-sub {
  --safe-triangle-cursor-x: 0;
  --safe-triangle-cursor-y: 0;
  --safe-triangle-sub-start-x: 0;
  --safe-triangle-sub-start-y: 0;
  --safe-triangle-sub-end-x: 0;
  --safe-triangle-sub-end-y: 0;
  position: relative;
}

section.navigation li.top-for-sub > span {
  /* Allow more room for the arrowhead
   * (see li.top-for-sub:after below). */
  padding-right: 30px !important;
}

section.navigation li.top-for-sub:hover > ul.sub {
  display: block;
}

section.navigation li.top-for-sub:hover > a,
section.navigation li.top-for-sub:hover > span {
  color: var(--shade-white);
  background: var(--shade-black);
}

section.navigation li.top-for-sub:hover:before {
  content: "";
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  clip-path: polygon(var(--safe-triangle-cursor-x) var(--safe-triangle-cursor-y), var(--safe-triangle-sub-start-x) var(--safe-triangle-sub-start-y), var(--safe-triangle-sub-end-x) var(--safe-triangle-sub-end-y));
}

section.navigation li.top-for-sub:after {
  position: absolute;
  content: " ";
  display: block;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  border: 5px solid transparent;
  border-right-width: 0;
  border-left-width: 5px;
  border-left-color: var(--shade-dark);
}

section.navigation li.top-for-sub:hover:after {
  border-left-color: var(--shade-white);
}

section.navigation li.top-for-sub > ul.sub {
  top: 0;
  left: 100%;
  margin-top: -10px;
  margin-left: 1px;
}

section.navigation li.top-for-sub > ul.sub:before {
  top: 0;
  right: 100%;
  height: 100%;
  width: 1px;
}

section.navigation li.top-for-sub > ul.sub:after {
  display: none;
}

section.navigation form.search {
  margin: 7px 0;
  height: 26px;
  font-size: 0.9em;
}

section.navigation form.search input {
  margin: 0;
  padding: 0 8px;
  width: 282px;
  height: 26px;
  border: none;
  border-radius: 4px;
  color: var(--shade-white);
  background: var(--shade-dark);
}

section.navigation form.search button {
  margin: 0 0 0 -26px;
  padding: 0 8px;
  height: 26px;
  border: none;
  border-radius: 0 4px 4px 0;
  background: transparent;
}

section.navigation form.search .loading {
  right: 26px;
  border-color: rgba(255, 255, 255, 0.6);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.magnifying-glass {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  border: 2px solid currentColor;
}

.magnifying-glass:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  height: 2px;
  width: 6px;
  background: currentColor;
  transform: rotate(45deg);
}

li.has-updated-issues > a::after,
li.has-updated-issues > span::after {
  display: inline-block;
  content: "";
  position: relative;
  height: 7px;
  width: 7px;
  margin: 0 -0.25em 0 0.5em;
  background-color: #ff4136;
  border-radius: 50%;
}

main .container {
  padding-top: 0;
  padding-bottom: 20px;
}

footer .container {
  padding-top: 0;
  margin-bottom: 20px;
  color: var(--shade-mid);
  font-size: 0.9em;
}

.dim {
  color: var(--shade-mid);
}

.unbold {
  font-weight: normal;
}

.pale {
  font-weight: 300;
  color: var(--shade-pale);
}

.xl {
  font-size: 1.4em;
}

.large {
  font-size: 1.2em;
}

.small {
  font-size: 0.9em;
}

.xs {
  font-size: 0.8em;
}

.inactive {
  opacity: 0.25;
}

.inactive a,
a.inactive {
  color: inherit;
  cursor: default;
}

.inactive button,
button.inactive {
  cursor: default;
}

.hide {
  display: none;
}

.flush {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.flush-top {
  margin-top: 0 !important;
}

.flush-btm {
  margin-bottom: 0 !important;
}

.flush-children > :first-child {
  margin-top: 0 !important;
}

.flush-children > :last-child {
  margin-bottom: 0 !important;
}

.align-lft {
  text-align: left !important;
}

.align-ctr {
  text-align: center !important;
}

.align-rgt {
  text-align: right !important;
}

.flag {
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.6)) drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.1));
}

section {
  margin-bottom: 45px;
}

section:last-child {
  margin-bottom: 0;
}

section > h2,
.page-content > h2,
.underline,
#vue-app .df-ui-debug h3 {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--shade-pale);
  margin-bottom: 20px;
}

h2.no-underline {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
h2.no-underline ~ .title-links {
  margin-top: 0;
  margin-bottom: -15px;
}

hr {
  height: 1px;
  border: 0;
  background: var(--shade-pale);
  margin: 20px 0;
}

ul {
  padding-left: 20px;
}

ul ul,
ul ul ul,
ul ul ul ul {
  list-style-type: disc;
}

ul li {
  margin: 0.5em 0;
}

/* No margins at the top of the list: */
ul.flush li:first-child,
ul.flush-top li:first-child {
  margin-top: 0;
}

/* No margins at the bottom of the list: */
ul.flush li:last-child,
ul.flush-btm li:last-child {
  margin-bottom: 0;
}

/* No margins between the list items: */
ul.compact li {
  margin: 0;
}

/* Inline list with space between items: */
ul.spaced {
  margin: 0;
  padding: 0;
}

ul.spaced li {
  margin: 0;
  padding: 0;
  margin-left: 5px;
  display: inline-block;
  position: relative;
}

ul.spaced li:first-child {
  margin-left: 0;
}

/* Inline list with vertical bars between items: */
ul.inline {
  margin: 0;
  padding: 0;
  display: inline-flex;
}

ul.inline > li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}

ul.inline > li:before {
  display: inline-block;
  content: "|";
  color: var(--shade-pale);
  padding: 0 7px;
}

ul.inline > li:first-child:before {
  display: none;
}

header ul.inline > li:before {
  color: rgba(255, 255, 255, 0.5);
  padding: 0 10px;
}

/* List with ticks or crosses next to items */
ul.checklist {
  list-style-type: none;
}

ul.checklist li {
  position: relative;
}

ul.checklist li:before {
  position: absolute;
  top: 0;
  left: -20px;
  width: 1em;
  text-align: center;
  color: #0074d9;
  content: "⚠";
}

ul.checklist li.present:before {
  color: #2ecc40;
  content: "✔";
}

ul.checklist li.missing:before {
  color: #ff4136;
  content: "✘";
}

code {
  font-size: 0.9em;
  padding: 1px 4px;
  border-radius: 4px;
  background: var(--shade-pale);
}
.dim code {
  color: var(--shade-dark);
}

pre {
  font-size: 0.9em;
  padding: 2px 6px;
  border: 1px solid var(--shade-pale);
  border-radius: 0;
  background: var(--shade-off-white);
  overflow: auto;
  /* Undo `break-word` value from `.diff` otherwise
   * it will override `white-space: pre` in Safari: */
  word-wrap: normal;
}

pre code {
  font-size: 1em;
  padding: 0;
  border: 0;
  background: transparent;
}

pre::-webkit-scrollbar {
  height: 7px;
  width: 7px;
  background: var(--shade-pale);
}

pre::-webkit-scrollbar-thumb {
  background: var(--shade-mid);
  border-radius: 4px;
}

pre::-webkit-scrollbar-corner {
  background: var(--shade-pale);
}

.lft {
  float: left;
}

.rgt {
  float: right;
}

.row:before,
.row:after,
.form-row:before,
.form-row:after,
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.row:after,
.form-row:after,
.clearfix:after {
  clear: both;
}

.row,
.form-row,
.clearfix {
  *zoom: 1;
}

.formset-form-template,
.formset-form-delete {
  display: none;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row > .lft {
  padding-left: 15px;
}

.row > .rgt {
  padding-right: 15px;
}

.row + .row {
  margin-top: 20px;
}

.col {
  float: left;
  padding: 0 15px;
  width: 100%;
}

.row-2 > .col {
  width: 50%;
}

.row-3 > .col {
  width: 33.333%;
}

.row-3 > .col-double {
  width: 66.666%;
}

.row-4 > .col {
  width: 25%;
}

.row-4 > .col-double {
  width: 50%;
}

.row-4 > .col-triple {
  width: 75%;
}

.row-5 > .col {
  width: 20%;
}

.row-6 > .col {
  width: 16.666%;
}

.row-tight-gutter {
  margin-left: -5px;
  margin-right: -5px;
}

.row-tight-gutter .col {
  padding: 0 5px;
}

/* .table td:last-child a, */
.btn {
  display: inline-block;
  padding: 8px 12px;
  color: #0074d9;
  background: var(--shade-white);
  border-radius: 4px;
  border: 1px solid currentColor;
  font-size: 0.9em;
  line-height: 1.6;
  text-decoration: none;
  text-align: center;
  min-width: 70px;
  cursor: pointer;
}

.btn-small {
  padding: 4px 12px;
  min-width: 0;
}

.btn-tiny {
  padding: 2px 12px;
  min-width: 0;
  font-size: 0.9em;
  border-radius: 14px;
}

.btn-full-width {
  display: block;
}

.btn-create,
.btn-positive {
  color: #2ecc40;
}

.btn-delete,
.btn-negative {
  color: #ff4136;
}

.btn-warning,
.btn-pending {
  color: #ff851b;
}

.btn-action {
  color: var(--shade-white);
  background: #0074d9;
  border-color: #0074d9;
}

.btn-action.btn-positive {
  color: var(--shade-white);
  background: #2ecc40;
  border-color: #2ecc40;
}

.btn-action.btn-negative {
  color: var(--shade-white);
  background: #ff4136;
  border-color: #ff4136;
}

.btn-action.inactive {
  color: var(--shade-white);
  background: var(--shade-black);
  border-color: var(--shade-black);
}

.btn-loading,
.btn-disabled {
  color: var(--shade-off-mid);
  border-color: var(--shade-off-mid);
  background: var(--shade-white);
  cursor: default;
}

.btn-loading {
  position: relative;
  color: rgba(204, 204, 204, 0.3);
}

.btn-loading:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  height: 1em;
  width: 1em;
  border-radius: 50%;
  border: 1px solid rgb(0, 116, 217);
  border-bottom-color: rgba(0, 116, 217, 0.3);
  -webkit-animation: loading 0.5s infinite linear;
  animation: loading 0.5s infinite linear;
}

.btn-auto-width {
  min-width: auto;
}

.btn .glyphicon, .btn .notice:before, .btn .message:before {
  font-size: 1.2em;
  top: 3px;
  margin-top: -1px;
}

.btn-menu-wrapper {
  position: relative;
  display: inline-flex;
  padding: 0;
}

.btn-menu-label {
  display: flex;
  width: 100%;
  align-items: center;
  cursor: pointer;
}

.btn-menu-label-text {
  flex-grow: 1;
  display: inline-block;
}

.btn-menu-label-arrow {
  margin-right: 12px;
  border: 5px solid transparent;
  border-bottom-width: 0;
  border-top-color: currentColor;
}

.btn-menu-wrapper.open .btn-menu-options {
  display: inline-block;
}

.btn .btn-menu-label-text {
  padding: 8px 12px;
}

.btn-small .btn-menu-label-text {
  padding: 4px 12px;
}

.btn-tiny .btn-menu-label-text {
  padding: 2px 12px;
}

.btn-tiny .btn-menu-label-text {
  padding-right: 5px;
}

.btn-menu-options {
  display: none;
  position: absolute;
  z-index: 999999;
  top: 100%;
  left: -1px;
  right: -1px;
  min-width: 100%;
  margin-top: 12px;
}

.btn-menu-options:after {
  position: absolute;
  content: " ";
  display: block;
  top: -5px;
  right: 13px;
  width: 10px;
  height: 10px;
  background: var(--shade-white);
  background-clip: padding-box;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  transform: rotate(-45deg);
}

.btn-menu-options ul,
.btn-menu-options li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.btn-menu-options ul:before {
  position: absolute;
  content: " ";
  display: block;
  bottom: 100%;
  left: 0;
  height: 13px;
  width: 100%;
}

.btn-menu-options ul {
  position: absolute;
  font-size: 1.1em;
  font-weight: normal;
  text-align: left;
  border-radius: 4px;
  min-width: 100%;
  padding: 10px 0;
  color: var(--shade-black);
  background: var(--shade-white);
  background-clip: padding-box;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}

.btn-menu-options a {
  display: block;
  padding: 5px 15px;
  color: inherit;
  text-decoration: none;
}

.btn-menu-options a:hover {
  color: var(--shade-white);
  background: var(--color-blue);
}

.page-messages {
  margin: 40px 0;
}

.message {
  position: relative;
  margin: 20px 0;
  padding: 12px 15px;
  padding-left: 45px;
  color: #0074d9;
  border-width: 1px;
  border-style: solid;
}

.message:before {
  position: absolute !important;
  top: 16px !important;
  left: 15px;
  width: 20px;
  text-align: center;
  content: "\e079";
}

.message-success {
  color: #2ecc40;
}

.message-success:before {
  top: 14px !important;
  content: "✔";
}

.message-warning {
  color: #ff851b;
}

.message-error {
  color: #ff4136;
}

.message-error:before {
  top: 14px !important;
  content: "✘";
}

.message-fade {
  animation: yellow-fade 1s forwards;
}

.notice {
  position: relative;
  margin: 20px auto;
  padding: 12px 15px;
  padding-left: 45px;
  background: rgba(var(--color-triple-blue), 0.075);
  border-radius: 4px;
}

.notice:before {
  position: absolute !important;
  top: 17px !important;
  left: 15px;
  width: 20px;
  content: "\e079";
  color: var(--color-blue);
}

.notice-warning {
  background-color: rgba(var(--color-triple-yellow), 0.2);
}

.notice-warning:before {
  color: rgba(var(--color-triple-red), 0.6);
}

.empty-message {
  margin: 5em auto;
  color: var(--shade-mid);
  font-size: 1.4em;
  font-weight: 300;
  text-align: center;
}

.empty-message-compact {
  margin: 40px auto;
}

.pagination {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

a.header-link {
  text-decoration: none;
  color: inherit;
}

a.header-link:before {
  content: "¶";
  opacity: 0;
  text-decoration: none;
  float: left;
  margin-left: -1.1em;
  font-size: 0.85em;
  margin-top: 0.05em;
  color: var(--shade-mid);
}

h1:hover > a.header-link:before,
h2:hover > a.header-link:before,
h3:hover > a.header-link:before,
h4:hover > a.header-link:before,
h5:hover > a.header-link:before,
h6:hover > a.header-link:before {
  opacity: 1;
}

.color-info {
  color: #0074d9;
}

.color-success {
  color: #2ecc40;
}

.color-warning {
  color: #ff851b;
}

.color-error {
  color: #ff4136;
}

#vue-app .df-ui-lozenges {
  font-size: 0.9rem;
}

#vue-app .df-ui-lozenges-preamble {
  color: var(--shade-mid);
}

#vue-app .df-ui-lozenge {
  --lozenge-color: var(--shade-black);
  --lozenge-border-color: rgba(var(--color-triple-blue), 0.35);
  --lozenge-background-color: rgba(var(--color-triple-blue), 0.1);
}

#vue-app .df-ui-lozenge-clear::after {
  color: var(--color-blue);
}

@media (max-width: 1400px) {
  .if-wide {
    display: none;
  }
}
.form-row {
  margin-bottom: 16px;
}

.data-set-header,
.form-row.data-set,
.optional-section,
.optional-row-header,
.form-row.optional-row {
  display: none;
}

.form-actions {
  margin-top: 30px;
  margin-left: 20%;
}

.form-col {
  float: left;
}

.form-col.label {
  width: 20%;
  padding-right: 15px;
}

.form-col.label label {
  font-weight: 500;
}

.form-col.field,
.form-col.field-aligned {
  width: 40%;
  padding-right: 15px;
}

.form-col.field-aligned {
  margin-left: 20%;
}

.form-col.field-full-width {
  width: 80%;
  padding-right: 0;
}

.form-col.field-full-width + .form-col.extra {
  display: none;
}

.row-2 .col .form-col.label,
.row-3 .col .form-col.label {
  width: 150px;
}

.row-2 .col .form-col.field,
.row-3 .col .form-col.field {
  width: calc(100% - 150px);
  padding-right: 0;
}

.row-2 .col .form-col.extra,
.row-3 .col .form-col.extra {
  display: none;
}

.form-col.field input[type=text],
.form-col.field input[type=url],
.form-col.field input[type=email],
.form-col.field input[type=password],
.form-col.field textarea {
  margin-top: -2px;
  width: 100%;
}

.form-col.field input[type=number] {
  /* Should line up with left-hand input in a .side-by-side pair. */
  min-width: calc(50% - 10px);
  max-width: 100%;
}

.form-col.field input[type=number] {
  /* Hide number input controls in firefox. */
  -moz-appearance: textfield;
}

.form-col.field input[type=number]::-webkit-outer-spin-button,
.form-col.field input[type=number]::-webkit-inner-spin-button {
  /* Hide number input controls in webkit. */
  -webkit-appearance: none;
  margin: 0;
}

.form-col.field select {
  margin-top: -2px;
  min-width: 50%;
  max-width: 100%;
}

.form-col.field select[multiple].chosen {
  /* Stop layout jumping around as JS loads: */
  height: 25px;
}

.form-col.field input[type=checkbox],
.form-col.field input[type=radio] {
  margin-right: 0.5em;
}

.form-col.field input:disabled,
.form-col.field select:disabled,
.form-col.field textarea:disabled {
  color: var(--shade-off-mid);
}

.form-col.field-checkbox-list label,
.form-col.field-checkable label {
  position: relative;
  display: inline-block;
  padding-left: 1.6em;
}

.form-col.field-checkbox-list input[type=checkbox],
.form-col.field-checkable input[type=checkbox],
.form-col.field-checkable input[type=radio] {
  position: absolute;
  top: 0.35em;
  left: 0;
}

textarea {
  line-height: 1.6;
}

.form-col.field textarea {
  min-height: 100px;
  display: block;
}

.form-col.field textarea.monospace,
.form-col.field textarea.text-file-widget {
  padding: 5px 9px;
  height: 200px;
  font-family: monospace, monospace;
  white-space: pre;
  word-wrap: normal;
}

.form-col.field .markdown-widget textarea {
  padding: 5px 9px;
  height: 200px;
  font-family: monospace, monospace;
}

.form-col.field .markdown-widget p {
  margin: 0.5em 0 0 0;
}

.form-col.field.multi-value ul {
  margin: -8px 0 0 -20px;
}
.form-col.field.multi-value ul li {
  list-style: none;
}

.form-col.field ul.errorlist,
.formset-form-field ul.errorlist {
  font-size: 0.9em;
}

.form-col.field pre {
  margin: -2px 0 0 0;
}

.form-col.field-checkbox-list ul:first-child,
.form-col.field-checkbox-list ul:first-child li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.form-col.field .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form-col.field .markdown-content > :first-child {
  margin-top: 0;
}

.form-col.field .markdown-content > :last-child {
  margin-bottom: 0;
}

.form-col.extra {
  width: 40%;
  color: var(--shade-mid);
  font-size: 0.9em;
  padding-top: 2px;
}

.form-col.extra p:first-child {
  margin-top: 0;
}

.form-col.extra p:last-child {
  margin-bottom: 0;
}

.form-row.date-range-other {
  margin-top: -5px;
}

.side-by-side {
  display: flex;
  gap: 3px;
}

.side-by-side .lft,
.side-by-side .rgt {
  flex: 1;
}

.side-by-side .dash {
  flex: none;
  font-weight: 300;
}

.side-by-side input[type=number] {
  width: 100%;
}

.radio-inline .radio-list .radio-item {
  display: inline-block;
  margin-right: 1.6em;
}

.radio-inline .radio-list .radio-item:last-child {
  margin-right: 0;
}

.error {
  color: #ff4136;
}

.info {
  color: #0074d9;
}

ul.errorlist {
  margin: 0;
  margin-top: 5px;
  padding: 0;
  list-style-type: none;
}

ul.errorlist li {
  margin: 0;
  color: #ff4136;
}

ul.errorlist li.unstyled {
  color: inherit;
}

ul.errorlist li.dim {
  color: #99a0a6;
}

ul.errorlist li.warning {
  color: #ff851b;
}

ul.errorlist li.info {
  color: #0074d9;
}

.message ul.errorlist {
  margin: 0;
}

form.compact .form-col {
  float: none;
  width: 100%;
  padding-right: 0;
}

form.compact .form-col.label {
  margin-bottom: 5px;
}

form.compact .form-col.label label:after {
  content: ":";
}

form.compact .form-col input,
form.compact .form-col select {
  width: 100%;
}

details.filter-form-section summary {
  cursor: pointer;
  user-select: none;
  font-weight: 500;
}

details.filter-form-section summary::after {
  content: attr(data-text);
}

details.filter-form-section[open] summary {
  margin-bottom: 20px;
}

details.filter-form-section[open] summary::after {
  content: attr(data-text-open);
}

.form-panel {
  margin: 20px auto;
  padding: 20px;
  background: var(--shade-off-white);
  border: 1px solid var(--shade-pale);
  border-radius: 4px;
}

.form-panel .form-actions {
  margin-top: 16px;
  margin-bottom: 0;
}

::placeholder {
  color: var(--shade-mid);
  /* Firefox's default placeholder style
     uses opacity rather than color, so
     we need to undo that for our chosen
     color to be consistently applied. */
  opacity: 1;
}

dl.clearable-file-input {
  margin: 0;
}

dl.clearable-file-input dt {
  float: left;
  font-size: 0.9em;
  line-height: 1.8;
  color: var(--shade-mid);
}

dl.clearable-file-input dd {
  margin-left: 65px;
  margin-bottom: 5px;
}

button.link,
button:focus.link,
button:active.link {
  background: none;
  border: none;
  display: inline;
  font: inherit;
  margin: 0;
  padding: 0;
  outline: none;
  outline-offset: 0;
  color: #0074d9;
  cursor: pointer;
  text-decoration: underline;
}

button.link::-moz-focus-inner {
  border: none;
  padding: 0;
}

.datalist-combobox {
  display: inline-block;
  position: relative;
  width: 300px;
}

.datalist-input {
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 30px;
  padding-right: 30px;
  width: 100%;
}

.datalist-btn {
  width: 10px;
  border: 1px solid #ccc;
  border-radius: 0 3px 3px 0;
  background: #eee;
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
}

.datalist-list {
  display: none;
  position: absolute;
  top: 31px;
  left: 0;
  width: 100%;
  background: #fefefe;
  border: 1px solid #ccc;
  z-index: 9999;
}

.hide-without-breaking-validation {
  visibility: hidden;
  position: absolute;
}

body.theme-dark {
  --color-yellow-highlight: rgba(255, 220, 0, 0.1);
  --shade-white: #121215;
  --shade-off-white: #1e1e22;
  --shade-pale: #35353e;
  --shade-light: #707083;
  --shade-off-mid: #9898a7;
  --shade-mid: #b4b4be;
  --shade-dark: #c1c1ca;
  --shade-off-black: #cfcfd6;
  --shade-black: #ffffff;
  color-scheme: dark;
  background: var(--shade-white);
}
body.theme-dark header {
  color: var(--shade-black);
  background: var(--shade-off-white);
  border-bottom: 1px solid var(--shade-pale);
}
body.theme-dark section.impersonate {
  color: var(--shade-off-white);
  border-bottom-color: var(--shade-off-white);
}
body.theme-dark section.navigation {
  background: var(--shade-off-white);
  border-top: 0;
  border-bottom: 1px solid var(--shade-pale);
}
body.theme-dark section.navigation ul.top > li.active > span,
body.theme-dark section.navigation ul.top > li.active > a {
  color: var(--shade-black);
  background: var(--shade-white);
}
body.theme-dark section.navigation ul.sub:after {
  border-bottom-color: var(--shade-pale);
}
body.theme-dark section.navigation ul.sub {
  background: var(--shade-pale);
}
body.theme-dark section.navigation ul.sub > li > a:hover {
  color: var(--shade-black);
  background: var(--color-blue);
}
body.theme-dark section.navigation li.top-for-sub:hover > a,
body.theme-dark section.navigation li.top-for-sub:hover > span {
  color: var(--shade-black);
  background: var(--color-blue);
}
body.theme-dark section.navigation li.top-for-sub:after {
  border-left-color: var(--shade-dark);
}
body.theme-dark section.navigation li.top-for-sub:hover:after {
  border-left-color: var(--shade-black);
}
body.theme-dark section.navigation li.top-for-sub > ul.sub:after {
  border-right-color: var(--shade-off-black);
}
body.theme-dark .menu-options {
  color: var(--shade-off-black);
  background: var(--shade-pale);
}
body.theme-dark .menu-options:after {
  background: var(--shade-pale);
}
body.theme-dark .menu-options a:hover {
  color: var(--shade-black);
}
body.theme-dark .btn-menu-options:after {
  background: var(--shade-pale);
}
body.theme-dark .btn-menu-options ul {
  color: var(--shade-black);
  background: var(--shade-pale);
  box-shadow: none;
}
body.theme-dark .btn-menu-options a:hover {
  color: var(--shade-black);
}
body.theme-dark .btn-action,
body.theme-dark .btn-action.btn-positive,
body.theme-dark .btn-action.btn-negative {
  color: var(--shade-black);
}
body.theme-dark .btn-action.inactive {
  color: var(--shade-white);
}
body.theme-dark .table th,
body.theme-dark .table td {
  background: var(--shade-off-white);
}
body.theme-dark img.sparkline {
  background: var(--shade-pale);
}
body.theme-dark .tooltip {
  color: var(--shade-black);
  background: var(--shade-off-white);
}
body.theme-dark .tooltip:after {
  border-top-color: var(--shade-off-white);
}
body.theme-dark .leaflet-tooltip {
  color: var(--shade-black);
  background: var(--shade-off-white);
}
body.theme-dark .leaflet-tooltip-top:before {
  border-top-color: var(--shade-off-white);
}
body.theme-dark .leaflet-tooltip-bottom:before {
  border-bottom-color: var(--shade-off-white);
}
body.theme-dark .leaflet-tooltip-left:before {
  border-left-color: var(--shade-off-white);
}
body.theme-dark .leaflet-tooltip-right:before {
  border-right-color: var(--shade-off-white);
}
body.theme-dark .leaflet-popup-content-wrapper {
  color: var(--shade-off-black);
  background: var(--shade-white);
}
body.theme-dark .leaflet-popup-tip {
  background: var(--shade-white);
}
body.theme-dark .ui-tooltip {
  color: var(--shade-off-black);
  background: var(--shade-pale);
}
body.theme-dark .ui-tooltip em {
  color: var(--shade-black);
}
body.theme-dark .ui-tooltip.top:after {
  border-bottom-color: var(--shade-pale);
}
body.theme-dark .ui-tooltip.bottom:after {
  border-top-color: var(--shade-pale);
}
body.theme-dark .ui-tooltip.left:after {
  border-right-color: var(--shade-pale);
}
body.theme-dark .ui-tooltip.right:after {
  border-left-color: var(--shade-pale);
}
body.theme-dark .ui-dialog {
  border: 1px solid var(--shade-pale);
  box-shadow: none;
}
body.theme-dark .ui-datepicker {
  background: var(--shade-off-white);
  border: 1px solid var(--shade-pale);
  box-shadow: none;
}
body.theme-dark .ui-datepicker .ui-datepicker-header {
  color: var(--shade-black);
  background: var(--shade-pale);
}
body.theme-dark .ui-datepicker .ui-datepicker-prev,
body.theme-dark .ui-datepicker .ui-datepicker-next {
  color: var(--shade-black);
}
body.theme-dark .ui-datepicker .ui-datepicker-prev.ui-state-disabled,
body.theme-dark .ui-datepicker .ui-datepicker-next.ui-state-disabled {
  color: var(--shade-light);
}
body.theme-dark .ui-datepicker td .ui-state-default {
  background: var(--shade-pale);
}
body.theme-dark .ui-datepicker td a.ui-state-hover {
  background: rgba(0, 116, 217, 0.3);
}
body.theme-dark .ui-datepicker td a.ui-state-active {
  color: var(--shade-black);
  background: var(--color-blue);
}
body.theme-dark .ui-autocomplete,
body.theme-dark .textcomplete-dropdown {
  background: var(--shade-pale);
  box-shadow: none;
}
body.theme-dark .ui-autocomplete .ui-menu-item-wrapper.ui-state-active,
body.theme-dark .textcomplete-dropdown .textcomplete-item.active {
  color: var(--shade-black);
}
body.theme-dark ul.tagit {
  background: var(--shade-pale);
  border-color: var(--shade-off-mid);
}
body.theme-dark ul.tagit li.tagit-choice {
  color: var(--shade-black);
  background: var(--color-blue);
}
body.theme-dark ul.tagit li.tagit-choice a.tagit-close {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-dark .chosen-container-single .chosen-single {
  color: var(--shade-black);
  background: var(--shade-pale);
  border-radius: 2px;
  border-color: var(--shade-light);
  box-shadow: none;
}
body.theme-dark .chosen-container-multi .chosen-choices {
  background: var(--shade-pale);
  border-color: var(--shade-light);
  border-radius: 2px;
}
body.theme-dark .chosen-container-multi .chosen-choices li.search-choice {
  color: var(--shade-black);
  background: var(--shade-light);
  border: none;
  border-radius: 2px;
  box-shadow: none;
}
body.theme-dark .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  color: var(--shade-light);
}
body.theme-dark .chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: var(--shade-black) !important;
}
body.theme-dark .chosen-container .chosen-drop {
  background: var(--shade-pale);
  border-color: var(--shade-light);
  border-radius: 0 0 2px 2px;
  box-shadow: none;
}
body.theme-dark .chosen-container .chosen-results {
  color: var(--shade-black);
  margin: 0;
  padding: 0;
}
body.theme-dark .chosen-container .chosen-search input[type=text] {
  border-color: var(--shade-light);
  border-radius: 2px;
}
body.theme-dark .chosen-container .chosen-results li.highlighted {
  color: var(--shade-black);
  background: var(--color-blue);
}
body.theme-dark .chosen-container .chosen-results li.no-results {
  color: var(--shade-light);
  background: transparent;
}
body.theme-dark .activity-graph {
  /* Order is reversed so most active is lightest. */
  --activity-level-4: rgb(174,227,180);
  --activity-level-3: rgb(110,215,122);
  --activity-level-2: rgb(46,204,64);
  --activity-level-1: rgb(33,145,46);
}
body.theme-dark .stats-wrapper,
body.theme-dark .stats-content {
  background: var(--shade-white) !important;
}
body.theme-dark .stats-sidebar {
  border-right-color: var(--shade-pale);
}
body.theme-dark .content-panel {
  background: var(--shade-off-white);
  border: 1px solid var(--shade-pale);
}
body.theme-dark .ticket-state {
  color: var(--shade-black);
}
body.theme-dark .rt-message-content {
  border-color: rgba(255, 255, 255, 0.25);
  background: var(--shade-off-white);
}
body.theme-dark .rt-message-headers {
  color: inherit;
  border-color: rgba(var(--color-triple-blue), 0.5);
  background: rgba(var(--color-triple-blue), 0.2);
}
body.theme-dark .rt-message-headers a,
body.theme-dark .rt-message-message details summary {
  color: var(--color-blue);
}
body.theme-dark .jsonreport .fade {
  --color-triple: 18, 18, 21;
}

/*# sourceMappingURL=app.bundle.css.47c3afc62d44.map */