/*!
 * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(https://ka-f.fontawesome.com/releases/v6.1.1/webfonts/free-fa-solid-900.woff2)
      format("woff2"),
    url(https://ka-f.fontawesome.com/releases/v6.1.1/webfonts/free-fa-solid-900.ttf)
      format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(https://ka-f.fontawesome.com/releases/v6.1.1/webfonts/free-fa-brands-400.woff2)
      format("woff2"),
    url(https://ka-f.fontawesome.com/releases/v6.1.1/webfonts/free-fa-brands-400.ttf)
      format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(https://ka-f.fontawesome.com/releases/v6.1.1/webfonts/free-fa-regular-400.woff2)
      format("woff2"),
    url(https://ka-f.fontawesome.com/releases/v6.1.1/webfonts/free-fa-regular-400.ttf)
      format("truetype");
  unicode-range: u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d,
    u+f022, u+f03e, u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088,
    u+f08a, u+f094, u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5,
    u+f0c7, u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a,
    u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e,
    u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7,
    u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d,
    u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba,
    u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc;
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(https://ka-f.fontawesome.com/releases/v6.1.1/webfonts/free-fa-v4compatibility.woff2)
      format("woff2"),
    url(https://ka-f.fontawesome.com/releases/v6.1.1/webfonts/free-fa-v4compatibility.ttf)
      format("truetype");
  unicode-range: u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b,
    u+f08e, u+f090, u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4,
    u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e,
    u+f160-f161, u+f163, u+f175-f178, u+f195, u+f1f8, u+f219, u+f250, u+f252,
    u+f27a;
}
/*Button background color*/
#show-updates-dropdown,
#subscribe-btn-email {
  background: #3498da;
}

/*Component headers*/
span.name > span:nth-child(2) {
  color: #e7005b;
  font-size: large;
  cursor: default;
}

.layout-content.status.status-index
  .components-section
  .component-container.is-group
  > .component-inner-container {
  cursor: default;
}

.layout-content.status.status-index
  .components-section
  .component-container.is-group
  > .component-inner-container
  .name {
  cursor: default;
}

/*Keep component containers open*/
.layout-content.status.status-index
  .components-section
  .component-container
  .child-components-container {
  display: block;
}

/*Hide toggle indicators next to component headers*/
.layout-content.status.status-index
  .components-section
  .component-container
  .group-parent-indicator {
  display: none;
}

/*Hide Status next to Component Headers*/
.component-info-container * {
  display: none;
}

.layout-content.status.status-index
  .components-section
  .components-container.one-column
  .component-container
  .component-status.tool {
  display: none;
}

/*Component Description Styling*/

body
  > div.layout-content.status.status-index.starter
  > div.container
  > div.components-section.font-regular
  > div.components-container.one-column
  > div
  > div.child-components-container
  > div:after {
  display: block;
  color: black;
  font-style: italic;
  font-size: 0.8rem;
}

/*Component Icon Styling*/
div.child-components-container {
  position: relative;
}
body
  > div.layout-content.status.status-index.starter
  > div.container
  > div.components-section.font-regular
  > div.components-container.one-column
  > div
  > div.child-components-container
  > div:before {
  position: absolute;
  left: -0.35rem;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/*QM UI*/
.component-container:nth-child(1)
  .child-components-container
  div:nth-child(1):before {
  font-family: "FontAwesome";
  content: "\f390";
  font-weight: 900;
}
.component-container:nth-child(1)
  .child-components-container
  div:nth-child(1):after {
  content: "Your subscription (sub) that gives you access to view replays, dashboards and more.";
}
/*Login Services*/
.component-container:nth-child(1)
  .child-components-container
  div:nth-child(2):before {
  font-family: "FontAwesome";
  content: "\f084";
  font-weight: 900;
}
.component-container:nth-child(1)
  .child-components-container
  div:nth-child(2):after {
  content: "System that processes authentication/login to QM platform";
}
/*Data Query Performance*/
.component-container:nth-child(1)
  .child-components-container
  div:nth-child(3):before {
  font-family: "FontAwesome";
  content: "\e0e3";
  font-weight: 900;
}
.component-container:nth-child(1)
  .child-components-container
  div:nth-child(3):after {
  content: "The speed at which data queries are processed";
}
/*Alerts/Scheduled Supports*/
.component-container:nth-child(1)
  .child-components-container
  div:nth-child(4):before {
  font-family: "FontAwesome";
  content: "\f0f3";
  font-weight: 900;
}
.component-container:nth-child(1)
  .child-components-container
  div:nth-child(4):after {
  content: "Systems used to evaluate and distribute alerts";
}
/*Data Capture*/
.component-container:nth-child(1)
  .child-components-container
  div:nth-child(5):before {
  font-family: "FontAwesome";
  content: "\f0ee";
  font-weight: 900;
}
.component-container:nth-child(1)
  .child-components-container
  div:nth-child(5):after {
  content: "The QM hosted JS files that control data capture";
}
/*Replays*/
.component-container:nth-child(1)
  .child-components-container
  div:nth-child(6):before {
  font-family: "FontAwesome";
  content: "\f04b";
  font-weight: 900;
}
.component-container:nth-child(1)
  .child-components-container
  div:nth-child(6):after {
  content: "Visual representation of user actions on your website.";
}
/*QM Website*/
.component-container:nth-child(2)
  .child-components-container
  div:nth-child(1):before {
  font-family: "FontAwesome";
  content: "\f0e8";
  font-weight: 900;
}
.component-container:nth-child(2)
  .child-components-container
  div:nth-child(1):after {
  content: "www.quantummetric.com";
}

/*QMU*/
.component-container:nth-child(2)
  .child-components-container
  div:nth-child(2):before {
  font-family: "FontAwesome";
  content: "\f518";
  font-weight: 900;
}
body
  > div.layout-content.status.status-index.starter
  > div.container
  > div.components-section.font-regular
  > div.components-container.one-column
  > div:nth-child(2)
  > div.child-components-container
  > div:nth-child(2):after {
  content: "Quantum Metric University";
}
/*Customer Community*/
.component-container:nth-child(2)
  .child-components-container
  div:nth-child(3):before {
  font-family: "FontAwesome";
  content: "\f500";
  font-weight: 900;
}
.component-container:nth-child(2)
  .child-components-container
  div:nth-child(3):after {
  content: "The customer community for Support, Knowledge and Discussions";
}
/*Native App Package Manager*/
.component-container:nth-child(2)
  .child-components-container
  div:nth-child(4):before {
  font-family: "FontAwesome";
  content: "\f49e";
  font-weight: 900;
}