@charset "UTF-8";
@font-face {
  font-family: "dashgams";
  src: url("/static/fonts/dashgams.eot?7t3vpt&ce8ac433dca5");
  src: url("/static/fonts/dashgams.eot?7t3vpt&ce8ac433dca5#iefix") format("embedded-opentype"), url("/static/fonts/dashgams.ttf?7t3vpt&ce8ac433dca5") format("truetype"), url("/static/fonts/dashgams.woff?7t3vpt&ce8ac433dca5") format("woff"), url("/static/fonts/dashgams.svg?7t3vpt&ce8ac433dca5#dashgams") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dashgams" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-org_disabled:before {
  content: ""; }

.icon-surround:before {
  content: ""; }

.icon-cloud-done:before {
  content: ""; }

.icon-cloud_download:before {
  content: ""; }

.icon-cloud-off:before {
  content: ""; }

.icon-desktop_mac:before {
  content: ""; }

.icon-wallpaper:before {
  content: ""; }

.icon-user-delete:before {
  content: ""; }

.icon-user-delete-outline:before {
  content: ""; }

.icon-user-delete1:before {
  content: ""; }

.icon-cloud_off:before {
  content: ""; }

.icon-loop:before {
  content: ""; }

.icon-paste:before {
  content: ""; }

.icon-clipboard-file:before {
  content: ""; }

.icon-info:before {
  content: ""; }

.icon-price-tags:before {
  content: ""; }

.icon-price-tag:before {
  content: ""; }

.icon-qrcode:before {
  content: ""; }

.icon-pencil:before {
  content: ""; }

.icon-checkmark:before {
  content: ""; }

.icon-tick:before {
  content: ""; }

.icon-correct:before {
  content: ""; }

.icon-accept:before {
  content: ""; }

.icon-ok:before {
  content: ""; }

.icon-home:before {
  content: ""; }

.icon-office:before {
  content: ""; }

.icon-location:before {
  content: ""; }

.icon-clock:before {
  content: ""; }

.icon-bell:before {
  content: ""; }

.icon-database:before {
  content: ""; }

.icon-user:before {
  content: ""; }

.icon-users:before {
  content: ""; }

.icon-key:before {
  content: ""; }

.icon-equalizer:before {
  content: ""; }

.icon-stats-dots:before {
  content: ""; }

.icon-stats-bars:before {
  content: ""; }

.icon-eye:before {
  content: ""; }

.icon-exit:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-github:before {
  content: ""; }

.icon-home1:before {
  content: ""; }

.icon-calendar:before {
  content: ""; }

.icon-cog:before {
  content: ""; }

.icon-chevron-right:before {
  content: ""; }

.icon-chevron-left:before {
  content: ""; }

.icon-external-link:before {
  content: ""; }

.icon-wechat:before {
  content: ""; }

.icon-arrow-circle-down:before {
  content: ""; }

.icon-arrow-circle-o-down:before {
  content: ""; }

.icon-caret-down:before {
  content: ""; }

.icon-node:before {
  content: ""; }

.icon-user-x:before {
  content: ""; }

.icon-user-check:before {
  content: ""; }

.icon-user-minus:before {
  content: ""; }

.icon-user-plus:before {
  content: ""; }

.icon-trash:before {
  content: ""; }

.icon-key1:before {
  content: ""; }

.icon-password:before {
  content: ""; }

.icon-mail:before {
  content: ""; }

.icon-cancel:before {
  content: ""; }

.icon-trash-can:before {
  content: ""; }

.icon-trash-can1:before {
  content: ""; }

.icon-key11:before {
  content: ""; }

.icon-minus-solid:before {
  content: ""; }

.icon-minus-outline:before {
  content: ""; }

.icon-notifications-outline:before {
  content: ""; }

.icon-notifications:before {
  content: ""; }

.icon-exclamation-solid:before {
  content: ""; }

.icon-exclamation-outline:before {
  content: ""; }

.icon-notification1:before {
  content: ""; }

.icon-close:before {
  content: ""; }

/*
 *  LOCAL
 */
/*
 *  COLORS
 */
/*
 *  BASE
 */
/*
 *  Responsive Web Design
 *  see components/_sass-mq.scss
 */
/*
 *  ELEMENTS
 */
/*
 *  LAYOUT
 */
/*
 *  FOOTER
 */
/*
 *  LOGIN
 */
/*
 *  INDEX
 */
/*
 *  MEDIA QUERIES
 */
/*
 *  level
 */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0; }

html {
  font-size: 16px; }

body {
  background: #f9f9f9;
  color: #212121;
  font-family: "Open Sans light", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.45;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

/*
.content {
  padding-bottom: $footer-height;
  padding-top: 1em;
}
*/
.wrapper {
  margin: 0 auto;
  padding: 0;
  width: 80%; }
  @media screen and (max-width: 320px) {
    .wrapper {
      width: 97%; } }
  @media screen and (min-width: 1200px) {
    .wrapper {
      width: 55%; } }
a {
  color: #212121;
  text-decoration: none; }

h1 {
  color: #1983ef; }

h2 {
  color: #212121; }

/*
 *  Heavily inspired by pure.css (purecss.io)
 */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="textarea"] {
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px #bdbdbd;
  display: inline-block;
  margin: 0.5em 0;
  padding: 0.5em 0.6em;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="textarea"]:focus {
    outline: 0;
    border-color: #1983ef; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="textarea"]::-webkit-input-placeholder {
    color: #757575; }
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="textarea"]::-moz-placeholder {
    color: #757575; }
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="textarea"]:-moz-placeholder {
    color: #757575; }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="textarea"]:-ms-input-placeholder {
    color: #757575; }

.select label {
  font-size: 1.2rem;
  line-height: 2; }

.select .menu-select {
  display: inline-block; }

.badge {
  display: inline-block;
  min-width: 12px;
  padding: 0.25em 0.6em;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #79b7f5;
  border-radius: 0.8em; }

.badge-success {
  color: #00b494; }

.badge-error {
  color: #00b494; }

.breadcrumb {
  color: #bdbdbd;
  font-size: 0.75em; }
  .breadcrumb a {
    color: #bdbdbd;
    display: inline-flex;
    padding: 0; }
  .breadcrumb .active {
    font-weight: 700; }

.navbar-container {
  flex-basis: 12rem;
  flex-grow: 0;
  height: 100%;
  padding: 0;
  display: none; }
  .navbar-container.is-active {
    display: block;
    position: fixed;
    z-index: 1; }

.navbar {
  background: #204055;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.6), 0 2px 10px 0 rgba(0, 0, 0, 0.4);
  display: block;
  height: 100%;
  padding: 0.75rem 0; }
  .navbar a.navheader {
    display: block;
    height: 3rem; }
  .navbar img {
    display: block;
    margin: 0 auto 0;
    width: 2.5rem; }
  .navbar ul {
    font-size: 1em;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left; }
    .navbar ul li {
      border-bottom: 1px solid rgba(230, 230, 230, 0.3);
      height: 3.25em;
      line-height: 3.25em;
      margin: 0;
      padding: 0; }
      .navbar ul li a {
        display: block;
        padding: 0.3em 0 0.3em 2em;
        text-decoration: none;
        white-space: nowrap; }
        .navbar ul li a:hover {
          background: #122430;
          border-left: 0.3em solid #499df2;
          padding-left: 1.7em; }
  .navbar a {
    color: #f9f9f9; }
  .navbar .close {
    background: none;
    border: none;
    color: white;
    font-weight: 700;
    padding: 0.75rem 0;
    width: 100%; }

.navbar-burger {
  display: block; }
  .navbar-burger span {
    height: 2px; }

@media (min-width: 1024px) {
  .navbar-container {
    display: block; }
  .navbar .close {
    display: none; }
  .navbar-burger {
    display: none; } }

/*
 *  FOOTER
 */
footer {
  color: #bdbdbd;
  font-size: 0.75em;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%; }

/*
 *  ELEMENTS
 */
.infoboxes {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start; }

.infobox {
  background: white;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  margin: 1.5em 0 1.5em 1.5em;
  width: 18.75em; }

.infobox-header {
  background: white;
  border-bottom: 1px solid #e6e6e6;
  font-weight: 700;
  height: 3em;
  line-height: 3em;
  padding-left: 1em; }

.infobox-body {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.infobox-content {
  text-align: center;
  padding: 1em 0.4em; }
  .infobox-content .count {
    font-size: 1.5em;
    white-space: nowrap; }
    .infobox-content .count .highlight {
      font-size: 3em; }
    .infobox-content .count .hl {
      color: #1983ef; }
    .infobox-content .count .hl-success {
      color: #00b494; }
    .infobox-content .count .hl-warn {
      color: #faad50; }
    .infobox-content .count .hl-error {
      color: #ff5153; }
  .infobox-content .context {
    color: #bdbdbd;
    font-size: 0.875em; }

/*
 *  TOOLTIP
 */
.tooltip {
  visibility: hidden;
  position: absolute;
  background: #f5f5f4;
  border-radius: 0.25rem;
  padding: 0.5rem;
  margin-left: 0.25rem;
  margin-top: -2rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  max-width: 24rem; }

.has-tooltip i {
  color: #a8a29e; }

.has-tooltip:hover .tooltip {
  visibility: visible;
  z-index: 100; }

/*
 *  LOGIN
 */
.login-container {
  background: #204055;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
  width: 100%; }

@media (min-width: 61.25em) {
  .login-guest {
    height: 48.25em !important;
    width: 70.5em !important; } }

.login {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media (orientation: portrait) {
    .login {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; } }
  @media (min-width: 20em) {
    .login {
      height: 62.5em;
      width: 31.25em; } }
  @media (min-width: 61.25em) {
    .login {
      height: 31.25em;
      width: 62.5em; } }
  .login .login-backdrop {
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    box-flex: 4;
    -webkit-flex: 4;
    -moz-flex: 4;
    -ms-flex: 4;
    flex: 4;
    background-image: url(/static/img/login-backdrop.png?ce8ac433dca5);
    background-repeat: no-repeat;
    background-size: auto 100%;
    border-radius: 5px 0 0 5px;
    height: 100%;
    text-align: center; }
    .login .login-backdrop .wrapper {
      padding: 2em 1em; }
  .login .login-form {
    -webkit-box-flex: 6;
    -moz-box-flex: 6;
    box-flex: 6;
    -webkit-flex: 6;
    -moz-flex: 6;
    -ms-flex: 6;
    flex: 6;
    background-image: url(/static/img/login_form_bg.png?ce8ac433dca5);
    background-color: white;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 0 5px 5px 0;
    height: 100%; }
    .login .login-form .wrapper {
      padding: 6.5em 0; }
    .login .login-form .title-h1 {
      font-size: 1.875em;
      margin-bottom: 1.2em;
      text-align: center; }
      .login .login-form .title-h1 .active {
        color: #1983ef;
        margin-right: 1.25em; }
      .login .login-form .title-h1 .inactive {
        color: #757575;
        margin-left: 1.25em; }
    .login .login-form form {
      margin: 0 auto;
      width: 20em; }
    .login .login-form input[type="text"],
    .login .login-form input[type="password"] {
      width: 100%;
      margin-bottom: 0.75em; }
    .login .login-form input[type="submit"],
    .login .login-form input[type="button"] {
      width: 100%;
      margin-top: 0.5em;
      margin-bottom: 1em; }
    .login .login-form .footer {
      color: #757575;
      font-size: 0.875em;
      padding: 0; }
      .login .login-form .footer span {
        float: left; }
      .login .login-form .footer label {
        display: block;
        float: right;
        padding-left: 15px;
        text-indent: -15px; }
      .login .login-form .footer input {
        width: 13px;
        height: 13px;
        padding: 0;
        margin: 0;
        vertical-align: bottom;
        position: relative;
        top: -1px;
        *overflow: hidden; }
  .login img {
    display: block;
    margin: 0 auto;
    padding: 0.4em 0 2em; }

/*
 *  INDEX
 */
.body-section {
  padding: 0 0.75rem; }

button::-moz-focus-inner {
  border: 0 !important; }

.infobox-header .badge {
  float: right; }

.layout.columns {
  height: 100%;
  margin: 0; }

.main {
  padding: 0;
  flex-direction: column; }

.main.columns {
  margin-left: 0;
  margin-bottom: 0; }

section {
  background-color: #f9f9f9; }

.header {
  background-color: #FFFFFF;
  display: flex;
  padding: 0;
  flex: 0 0 auto;
  align-items: center; }
  .header .header-start {
    flex-grow: 1;
    padding: 1rem 0 0.5rem 1.5rem; }
  .header .header-end {
    flex-grow: 0; }

.header .title {
  color: #757575; }

.header .title {
  margin-bottom: 0; }

.main-stage {
  min-height: 100vh; }

/*
 *  NODEs
 */
.nodes-stage {
  width: 100%;
  height: 100%; }

.nodes-container {
  margin: 3rem 1.5rem 1.5rem;
  display: none; }

.nodes-container.density-wide,
.nodes-container.density-compact {
  display: block;
  overflow-x: scroll; }

.nodes-container-details {
  margin: 1.5rem; }

.nodes-nav-menu {
  display: flex;
  margin: 1.5rem; }
  .nodes-nav-menu .buttons {
    margin-left: auto; }
    .nodes-nav-menu .buttons .is-active {
      color: #ffffff;
      background-color: #209cee;
      border-color: transparent; }

.density-wide .nodes-list {
  display: block; }
  .density-wide .nodes-list .table-header-group {
    display: none; }
  .density-wide .nodes-list article {
    display: flex;
    flex-direction: column; }
    .density-wide .nodes-list article .nodes-details {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      border: 1px solid #e6e6e6;
      border-radius: 4px;
      background-color: #ffffff; }
      .density-wide .nodes-list article .nodes-details .nodes-details-location,
      .density-wide .nodes-list article .nodes-details .nodes-details-ts {
        display: none; }
      .density-wide .nodes-list article .nodes-details .nodes-details-name {
        display: flex;
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
        align-items: center;
        padding: 1rem; }
        .density-wide .nodes-list article .nodes-details .nodes-details-name .nodes-details-title {
          font-weight: 700; }
        .density-wide .nodes-list article .nodes-details .nodes-details-name .location,
        .density-wide .nodes-list article .nodes-details .nodes-details-name .latest-time {
          font-size: 0.875em;
          margin-left: 0.8em;
          color: #bdbdbd; }
        .density-wide .nodes-list article .nodes-details .nodes-details-name .flowviz-url {
          margin-left: auto; }
      .density-wide .nodes-list article .nodes-details .nodes-details-field {
        display: flex;
        flex-direction: column;
        padding: 2rem;
        align-items: center;
        flex-grow: 1; }
        .density-wide .nodes-list article .nodes-details .nodes-details-field .level-none,
        .density-wide .nodes-list article .nodes-details .nodes-details-field .level-vertical {
          border-left-width: 6px;
          border-left-style: solid;
          border-left-color: transparent;
          padding-left: 0.8em; }
        .density-wide .nodes-list article .nodes-details .nodes-details-field .level-very-good,
        .density-wide .nodes-list article .nodes-details .nodes-details-field .level-good {
          border-left-color: #00b494; }
        .density-wide .nodes-list article .nodes-details .nodes-details-field .level-acceptable {
          border-left-color: #faad50; }
        .density-wide .nodes-list article .nodes-details .nodes-details-field .level-poor {
          border-left-color: #ff5153; }
        .density-wide .nodes-list article .nodes-details .nodes-details-field .level-extremely-poor {
          border-left-color: #ce93d8; }
        .density-wide .nodes-list article .nodes-details .nodes-details-field .value {
          font-size: 1.5rem; }
        .density-wide .nodes-list article .nodes-details .nodes-details-field .unit {
          font-size: 0.875em;
          color: #bdbdbd; }
        .density-wide .nodes-list article .nodes-details .nodes-details-field .valuename {
          display: inline-block;
          font-size: 0.875em;
          color: #79b7f5; }
      .density-wide .nodes-list article .nodes-details .nodes-details-na {
        display: none; }
      .density-wide .nodes-list article .nodes-details .nodes-details-empty {
        padding: 2rem; }
      .density-wide .nodes-list article .nodes-details .nodes-details-miscellaneous {
        display: none; }
    .density-wide .nodes-list article .nodes-details:not(:last-child) {
      margin-bottom: 3rem; }

.density-compact.nodes-container {
  border: 2px solid #f5f5f5;
  border-radius: 6px;
  padding: 1.5rem;
  background-color: #ffffff; }

.density-compact .nodes-list {
  display: table;
  border-collapse: collapse;
  border-spacing: 0; }
  .density-compact .nodes-list .table-header-group {
    display: table-header-group;
    font-weight: 700; }
    .density-compact .nodes-list .table-header-group .table-header-row {
      display: table-row;
      border: 2px solid #dbdbdb; }
      .density-compact .nodes-list .table-header-group .table-header-row .table-cell:not(.nodes-details-location) {
        display: table-cell;
        padding: 0.5rem 1rem; }
        .density-compact .nodes-list .table-header-group .table-header-row .table-cell:not(.nodes-details-location) .cell-content {
          display: flex; }
          .density-compact .nodes-list .table-header-group .table-header-row .table-cell:not(.nodes-details-location) .cell-content .cell-name {
            flex-grow: 1; }
          .density-compact .nodes-list .table-header-group .table-header-row .table-cell:not(.nodes-details-location) .cell-content .order_by {
            flex-grow: 0; }
            .density-compact .nodes-list .table-header-group .table-header-row .table-cell:not(.nodes-details-location) .cell-content .order_by a {
              padding-left: 0.5rem; }
      .density-compact .nodes-list .table-header-group .table-header-row .table-cell.table-header-field {
        padding: 0.5rem 1.75rem;
        text-align: right; }
      .density-compact .nodes-list .table-header-group .table-header-row .nodes-details-location {
        display: none; }
  .density-compact .nodes-list article {
    display: table-row-group; }
    .density-compact .nodes-list article .nodes-details {
      display: table-row;
      border: 1px solid #dbdbdb; }
      .density-compact .nodes-list article .nodes-details .nodes-details-name .location,
      .density-compact .nodes-list article .nodes-details .nodes-details-name .latest-time,
      .density-compact .nodes-list article .nodes-details .nodes-details-name .flowviz-url {
        display: none; }
      .density-compact .nodes-list article .nodes-details .nodes-details-location {
        display: none; }
      .density-compact .nodes-list article .nodes-details .nodes-details-name,
      .density-compact .nodes-list article .nodes-details .nodes-details-ts,
      .density-compact .nodes-list article .nodes-details .nodes-details-field,
      .density-compact .nodes-list article .nodes-details .nodes-details-na,
      .density-compact .nodes-list article .nodes-details .nodes-details-miscellaneous {
        display: table-cell;
        padding: 0.5rem 1rem; }
      .density-compact .nodes-list article .nodes-details .nodes-details-na,
      .density-compact .nodes-list article .nodes-details .nodes-details-field {
        padding: 0.5rem 1.75rem;
        text-align: right; }
        .density-compact .nodes-list article .nodes-details .nodes-details-na .level-none,
        .density-compact .nodes-list article .nodes-details .nodes-details-na .level-vertical,
        .density-compact .nodes-list article .nodes-details .nodes-details-field .level-none,
        .density-compact .nodes-list article .nodes-details .nodes-details-field .level-vertical {
          border-right-width: 6px;
          border-right-style: solid;
          border-right-color: transparent;
          padding-right: 8px; }
        .density-compact .nodes-list article .nodes-details .nodes-details-na .level-very-good,
        .density-compact .nodes-list article .nodes-details .nodes-details-na .level-good,
        .density-compact .nodes-list article .nodes-details .nodes-details-field .level-very-good,
        .density-compact .nodes-list article .nodes-details .nodes-details-field .level-good {
          border-right-color: #00b494; }
        .density-compact .nodes-list article .nodes-details .nodes-details-na .level-acceptable,
        .density-compact .nodes-list article .nodes-details .nodes-details-field .level-acceptable {
          border-right-color: #faad50; }
        .density-compact .nodes-list article .nodes-details .nodes-details-na .level-poor,
        .density-compact .nodes-list article .nodes-details .nodes-details-field .level-poor {
          border-right-color: #ff5153; }
        .density-compact .nodes-list article .nodes-details .nodes-details-na .level-extremely-poor,
        .density-compact .nodes-list article .nodes-details .nodes-details-field .level-extremely-poor {
          border-right-color: #ce93d8; }
      .density-compact .nodes-list article .nodes-details .nodes-details-empty {
        display: none; }
      .density-compact .nodes-list article .nodes-details .unit,
      .density-compact .nodes-list article .nodes-details .valuename {
        display: none; }
      .density-compact .nodes-list article .nodes-details .nodes-details-miscellaneous .container-border-left {
        border-left: 1px solid #dbdbdb;
        text-align: center;
        display: flex; }
    .density-compact .nodes-list article .nodes-details:nth-child(even) {
      background-color: #fafafa; }
    .density-compact .nodes-list article .nodes-details:last-child {
      border-width: 1px 1px 2px; }
    .density-compact .nodes-list article .nodes-details:hover,
    .density-compact .nodes-list article .nodes-details:focus {
      background: lightblue; }

.nodes-container-details .nodes-details {
  display: flex;
  flex-direction: column;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #ffffff;
  margin-bottom: 1.5rem; }
  .nodes-container-details .nodes-details .nodes-details-name {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    align-items: center;
    padding: 1rem; }
    .nodes-container-details .nodes-details .nodes-details-name .nodes-details-title {
      font-weight: 700; }
    .nodes-container-details .nodes-details .nodes-details-name .location,
    .nodes-container-details .nodes-details .nodes-details-name .latest-time {
      font-size: 0.875em;
      margin-left: 0.8em;
      color: #bdbdbd; }
    .nodes-container-details .nodes-details .nodes-details-name .flowviz-url {
      margin-left: auto; }
  .nodes-container-details .nodes-details .nodes-details-field {
    display: flex;
    justify-content: space-around;
    padding: 1.5rem;
    align-items: center;
    text-align: center; }
    .nodes-container-details .nodes-details .nodes-details-field .level-none,
    .nodes-container-details .nodes-details .nodes-details-field .level-vertical {
      border-left-width: 6px;
      border-left-style: solid;
      border-left-color: transparent;
      padding-left: 0.8em; }
    .nodes-container-details .nodes-details .nodes-details-field .level-very-good,
    .nodes-container-details .nodes-details .nodes-details-field .level-good {
      border-left-color: #00b494; }
    .nodes-container-details .nodes-details .nodes-details-field .level-acceptable {
      border-left-color: #faad50; }
    .nodes-container-details .nodes-details .nodes-details-field .level-poor {
      border-left-color: #ff5153; }
    .nodes-container-details .nodes-details .nodes-details-field .level-extremely-poor {
      border-left-color: #ce93d8; }
    .nodes-container-details .nodes-details .nodes-details-field .value {
      font-size: 1.5rem; }
    .nodes-container-details .nodes-details .nodes-details-field .unit {
      font-size: 0.875em;
      color: #bdbdbd; }
    .nodes-container-details .nodes-details .nodes-details-field .valuename {
      font-size: 0.875em;
      color: #79b7f5; }

.datepicker-modal .modal-card {
  width: 423px; }

.datepicker-modal .datepicker-modal-content {
  width: auto; }

.datepicker-modal footer {
  color: unset;
  font-size: unset;
  position: unset;
  bottom: unset;
  left: unset;
  text-align: unset;
  width: unset; }

.graph-tab-container .tabs {
  overflow: hidden; }
  .graph-tab-container .tabs ul .tab-li-filter {
    display: flex;
    margin-left: auto;
    align-items: center; }
    .graph-tab-container .tabs ul .tab-li-filter .button:nth-child(n + 2) {
      margin-left: 0.3rem; }

.time-range .apply-filter {
  margin: 0 1rem; }

.time-range .time-range-title {
  text-align: right;
  font-size: 1.4em; }

.time-range .time-range-input > label {
  width: 140px;
  text-align: right; }

.quick-ranges {
  margin-left: 5px;
  padding: 0;
  flex-grow: 0; }
  .quick-ranges .quick-ranges-buttons {
    margin-top: 0.5em; }
  .quick-ranges .quick-ranges-title {
    font-size: 1.4em; }

.btn-hour.is-active {
  background-color: #3273dc;
  color: #ffffff;
  border-color: unset; }

.node-stage {
  min-height: 100vh;
  margin: 1.5rem;
  margin-bottom: 0; }

.graph-stage {
  min-height: 83vh;
  border: 1px solid #dbdbdb;
  border-top: unset;
  background-color: #ffffff; }

.graph-container {
  width: 96%;
  margin: 1rem;
  min-height: 80vh; }

.tabs.is-boxed {
  margin-bottom: 0; }

.infoboxes-node {
  flex-direction: row; }

.infobox.infobox-node {
  width: 30%;
  margin-left: 2.1rem;
  margin-top: 2.1rem; }

.spinner-container {
  height: 100%;
  z-index: 9999;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  border-top: unset; }

@keyframes donut-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  .spinner-container .donut {
    margin: 20% auto auto;
    border: 7px solid rgba(0, 0, 0, 0.1);
    border-left-color: #7983ff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: donut-spin 1.2s linear infinite; }

.message-container {
  display: none;
  background-color: #ffffff;
  height: 100%;
  overflow: auto;
  text-align: center;
  font-size: 1.5rem;
  z-index: 1;
  border: 1px solid #dbdbdb;
  border-top: unset; }
  .message-container .message-error {
    display: block;
    margin-top: 20%; }

.tab-disabled {
  pointer-events: none;
  opacity: 0.6; }

.loc-select {
  margin-left: 1.5em; }

.z-index-zero {
  z-index: 0 !important; }

.information-section .column {
  padding: 0;
  padding-right: 20px; }

.modal-background {
  cursor: default; }

.modal-btn-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px; }

.modal-card-foot-empty {
  padding-top: 0;
  padding-bottom: 1rem;
  background-color: white;
  border-top: none; }

h3.node-information {
  font-size: 1rem;
  padding-bottom: 20px; }

h3.hardware-information {
  font-size: 1rem;
  padding-top: 20px;
  padding-bottom: 20px; }

.padding-6 {
  padding: 6px; }

.nodes-batch-invalid {
  background-color: #fed7d7; }

.create-form-container {
  margin: 0 1.5rem; }
  .create-form-container .field-title {
    font-size: 1.25rem;
    font-weight: 500; }
  .create-form-container .controls {
    margin-bottom: 0.75rem; }
  .create-form-container .hidden {
    display: none; }
  .create-form-container .taxonomy_categories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .create-form-container .taxonomy_categories .taxonomy_category {
      padding-right: 2rem; }

#div_id_status .controls {
  display: flex;
  flex-direction: column;
  padding: 0.5rem; }

#div_id_status .radio {
  margin: 0; }

#div_id_status label.radio {
  padding: 0.5rem; }
  #div_id_status label.radio input {
    margin-right: 0.5rem; }

/*
 *  REPORTS
 */
table.reports {
  width: 100%;
  margin-top: 1em;
  text-align: left; }
  table.reports th {
    font-weight: bold; }
  table.reports td, table.reports th {
    padding: 4px 5px;
    text-align: center; }

.reports-menu-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2rem 1.5rem; }

.float-right {
  float: right; }

.tablebox {
  margin: 0 1.5em; }
  .tablebox .new-report {
    margin: 1em 0; }

.reports-index .infoboxes .infobox {
  height: auto; }
  .reports-index .infoboxes .infobox .infobox-body {
    text-align: left;
    height: auto; }
    .reports-index .infoboxes .infobox .infobox-body .infobox-content {
      padding: 1em 1em;
      text-align: left;
      width: 100%; }

.reports-container .reports-form {
  margin-bottom: 2rem; }
  .reports-container .reports-form div {
    padding: 0.25rem; }
  .reports-container .reports-form #button-id-select-all {
    width: 230px;
    margin: 0.5rem auto 1.5rem; }
  .reports-container .reports-form #submit-id-generate {
    display: block; }

#div_id_fields div label {
  margin-right: 0.5rem; }
  #div_id_fields div label input {
    margin-right: 0.5rem; }

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover,
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: lightblue; }

table thead tr:hover {
  background-color: unset; }

.nodes-details .nodes-details-field.reports-welcome-message {
  display: block;
  text-align: left; }

.change-password {
  margin-left: 1em;
  margin-top: 1em; }

.reset-password {
  margin-left: 1em;
  margin-top: 1em; }

.registration-form {
  margin-left: 1em;
  margin-top: 1em; }

.profile-container {
  box-sizing: border-box;
  margin: 0 auto;
  width: 80%; }
  .profile-container .profile-section {
    display: flex;
    flex-direction: row;
    padding: 1.5rem 0;
    border-bottom: 1px solid lightgrey; }
  .profile-container .section-name {
    font-size: 1.5rem;
    font-weight: bold;
    width: 40%; }
  .profile-container .section-form {
    width: 60%; }
    .profile-container .section-form .section-fields .control-group {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
    .profile-container .section-form .section-fields .controls select {
      margin: 0.5rem 0; }
    .profile-container .section-form .section-fields .api-buttons {
      display: flex;
      justify-content: flex-end; }
      .profile-container .section-form .section-fields .api-buttons div {
        padding-left: 0.2rem; }
    .profile-container .section-form .section-fields .submit {
      text-align: right;
      margin-top: 0.5rem; }
    .profile-container .section-form .section-fields #div_id_role .controls {
      padding: 0.5rem; }
    .profile-container .section-form .section-fields #div_id_role .radio {
      margin: 0; }
    .profile-container .section-form .section-fields #div_id_role label.radio {
      padding: 0.5rem; }
      .profile-container .section-form .section-fields #div_id_role label.radio input {
        margin-right: 0.5rem; }

.btn-user {
  margin-top: 0.5rem; }

#id_language {
  width: 8rem; }

.spacer {
  margin-bottom: 1rem; }

#div_id_notifications .controls {
  display: flex;
  flex-direction: column; }

#div_id_notifications div label {
  margin-right: 0.5rem; }
  #div_id_notifications div label input {
    margin-right: 0.5rem; }

.users-container {
  margin: 3rem 1.5rem 1.5rem;
  display: block; }

.users-details {
  display: flex;
  flex-direction: column;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #ffffff;
  margin-bottom: 1.5rem; }

nav.users-nav-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 1.5rem; }

.table-title {
  font-size: 1.25em;
  font-weight: bold; }

form.user-edit {
  display: inline; }

.users-batch-invalid {
  background-color: #fed7d7; }

.errorlist {
  color: #ef4444; }

.nodes-content {
  margin: 1.5rem; }

.new-user-container {
  margin: 0 1.5rem; }
  .new-user-container .new-user-form h1 {
    font-size: 1.5rem;
    font-weight: bold;
    color: unset; }
  .new-user-container .new-user-form div {
    padding: 0.25rem; }

table tr:hover {
  background-color: lightblue; }

table tr:focus-within {
  background-color: lightblue; }

.activation-form {
  display: inline-block; }
  .activation-form .activation-btn {
    cursor: pointer; }

.select:not(.is-multiple):not(.is-loading)::after {
  z-index: 0; }

.shibo-index {
  margin: -0.75rem; }

.shibo-modal .modal .modal-background {
  background-color: rgba(0, 0, 0, 0.6); }

.shibo-modal .modal .modal-card {
  margin: 12rem auto auto auto; }
  .shibo-modal .modal .modal-card .modal-card-head {
    justify-content: center;
    background-color: #ffffff;
    border-bottom: unset; }
    .shibo-modal .modal .modal-card .modal-card-head .modal-title {
      font-size: 2rem; }
    .shibo-modal .modal .modal-card .modal-card-head i {
      font-size: 2.7rem;
      color: #ff3860; }
  .shibo-modal .modal .modal-card .modal-card-foot {
    justify-content: center;
    border-top: unset; }
    .shibo-modal .modal .modal-card .modal-card-foot .button {
      width: 5rem; }
    .shibo-modal .modal .modal-card .modal-card-foot a {
      width: 5rem;
      margin-left: 13rem; }

.note {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(35, 209, 96, 0.6);
  text-align: center;
  line-height: 2.5;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px black;
  -moz-box-shadow: 0 0 5px black;
  box-shadow: 0 0 5px black;
  -webkit-transform: translateY(-50px);
  -webkit-animation: slideDown 2.5s 1.0s 1 ease forwards;
  -moz-transform: translateY(-50px);
  -moz-animation: slideDown 2.5s 1.0s 1 ease forwards; }

@-webkit-keyframes slideDown {
  0%, 100% {
    -webkit-transform: translateY(-50px); }
  10%, 90% {
    -webkit-transform: translateY(0px); } }

@-moz-keyframes slideDown {
  0%, 100% {
    -moz-transform: translateY(-50px); }
  10%, 90% {
    -moz-transform: translateY(0px); } }

.view-stage {
  min-height: 100vh;
  padding-left: 1rem; }

table.views {
  margin-top: 1em; }
  table.views th, table.views td {
    padding: .5rem 1rem; }

.new-view-container {
  margin: 0 1.5rem; }
  .new-view-container .new-view-form h1 {
    font-size: 1.5rem;
    color: unset; }
  .new-view-container .new-view-form .new-view-form-header {
    font-size: 1.25rem; }
  .new-view-container .new-view-form div {
    padding: 0.25rem; }
  .new-view-container .new-view-form .hidden {
    display: none; }

.modal-frame .modal .modal-background {
  background-color: rgba(0, 0, 0, 0.6); }

.modal-frame .modal .modal-card {
  margin: 12rem auto auto auto; }
  .modal-frame .modal .modal-card .modal-card-head {
    justify-content: center;
    background-color: #ffffff;
    border-bottom: unset; }
    .modal-frame .modal .modal-card .modal-card-head .modal-title {
      font-size: 2rem; }
    .modal-frame .modal .modal-card .modal-card-head i {
      font-size: 2.7rem;
      color: #ff3860; }
  .modal-frame .modal .modal-card .modal-card-foot {
    justify-content: center;
    border-top: unset; }
    .modal-frame .modal .modal-card .modal-card-foot .button {
      width: 5rem; }
    .modal-frame .modal .modal-card .modal-card-foot a {
      width: 5rem; }

.modal-frame #qr-canvas {
  width: 12rem; }

.tags-stage {
  width: 100%;
  height: 100%; }

#div_id_nodes .controls {
  display: flex;
  flex-direction: column; }

.table-header-row {
  display: flex; }

.density-wide .tags-list {
  display: block; }
  .density-wide .tags-list .table-header-group {
    display: none; }
  .density-wide .tags-list article {
    display: flex;
    flex-direction: column; }
    .density-wide .tags-list article .tags-details {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      border: 1px solid #e6e6e6;
      border-radius: 4px;
      background-color: #ffffff; }
      .density-wide .tags-list article .tags-details .tags-details-ts {
        display: none; }
      .density-wide .tags-list article .tags-details .tags-details-name {
        display: flex;
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
        align-items: center;
        padding: 1rem; }
        .density-wide .tags-list article .tags-details .tags-details-name .tags-details-title {
          font-weight: 700; }
        .density-wide .tags-list article .tags-details .tags-details-name .latest-time {
          font-size: 0.875em;
          margin-left: 0.8em;
          color: #bdbdbd; }
        .density-wide .tags-list article .tags-details .tags-details-name .button-group {
          margin-left: auto; }
      .density-wide .tags-list article .tags-details .tags-details-field {
        display: flex;
        flex-direction: column;
        padding: 2rem;
        align-items: center;
        flex-grow: 1; }
        .density-wide .tags-list article .tags-details .tags-details-field .level-none,
        .density-wide .tags-list article .tags-details .tags-details-field .level-vertical {
          border-left-width: 6px;
          border-left-style: solid;
          border-left-color: transparent;
          padding-left: 0.8em; }
        .density-wide .tags-list article .tags-details .tags-details-field .level-very-good,
        .density-wide .tags-list article .tags-details .tags-details-field .level-good {
          border-left-color: #00b494; }
        .density-wide .tags-list article .tags-details .tags-details-field .level-acceptable {
          border-left-color: #faad50; }
        .density-wide .tags-list article .tags-details .tags-details-field .level-poor {
          border-left-color: #ff5153; }
        .density-wide .tags-list article .tags-details .tags-details-field .level-extremely-poor {
          border-left-color: #ce93d8; }
        .density-wide .tags-list article .tags-details .tags-details-field .value {
          font-size: 1.5rem; }
        .density-wide .tags-list article .tags-details .tags-details-field .unit {
          font-size: 0.875em;
          color: #bdbdbd; }
        .density-wide .tags-list article .tags-details .tags-details-field .valuename {
          display: inline-block;
          font-size: 0.875em;
          color: #79b7f5; }
      .density-wide .tags-list article .tags-details .tags-details-na {
        display: none; }
      .density-wide .tags-list article .tags-details .tags-details-empty {
        padding: 2rem; }
      .density-wide .tags-list article .tags-details .tags-details-miscellaneous {
        display: none; }
    .density-wide .tags-list article .tags-details:not(:last-child) {
      margin-bottom: 3rem; }

.density-compact.tags-container {
  border: 2px solid #f5f5f5;
  border-radius: 6px;
  padding: 1.5rem;
  background-color: #ffffff; }

.density-compact .tags-list {
  display: table;
  border-collapse: collapse;
  border-spacing: 0; }
  .density-compact .tags-list .table-header-group {
    display: table-header-group;
    font-weight: 700; }
    .density-compact .tags-list .table-header-group .table-header-row {
      display: table-row;
      border: 2px solid #dbdbdb; }
      .density-compact .tags-list .table-header-group .table-header-row .table-cell {
        display: table-cell;
        padding: 0.5rem 1rem; }
        .density-compact .tags-list .table-header-group .table-header-row .table-cell .cell-content {
          display: flex; }
          .density-compact .tags-list .table-header-group .table-header-row .table-cell .cell-content .cell-name {
            flex-grow: 1; }
          .density-compact .tags-list .table-header-group .table-header-row .table-cell .cell-content .order_by {
            flex-grow: 0; }
            .density-compact .tags-list .table-header-group .table-header-row .table-cell .cell-content .order_by a {
              padding-left: 0.5rem; }
      .density-compact .tags-list .table-header-group .table-header-row .table-cell.table-header-field {
        padding: 0.5rem 1.75rem;
        text-align: right; }
  .density-compact .tags-list article {
    display: table-row-group; }
    .density-compact .tags-list article .tags-details {
      display: table-row;
      border: 1px solid #dbdbdb; }
      .density-compact .tags-list article .tags-details .tags-details-name .latest-time,
      .density-compact .tags-list article .tags-details .tags-details-name .button-group {
        display: none; }
      .density-compact .tags-list article .tags-details .tags-details-name,
      .density-compact .tags-list article .tags-details .tags-details-ts,
      .density-compact .tags-list article .tags-details .tags-details-field,
      .density-compact .tags-list article .tags-details .tags-details-na,
      .density-compact .tags-list article .tags-details .tags-details-miscellaneous {
        display: table-cell;
        padding: 0.5rem 1rem; }
      .density-compact .tags-list article .tags-details .tags-details-na,
      .density-compact .tags-list article .tags-details .tags-details-field {
        padding: 0.5rem 1.75rem;
        text-align: right; }
        .density-compact .tags-list article .tags-details .tags-details-na .level-none,
        .density-compact .tags-list article .tags-details .tags-details-na .level-vertical,
        .density-compact .tags-list article .tags-details .tags-details-field .level-none,
        .density-compact .tags-list article .tags-details .tags-details-field .level-vertical {
          border-right-width: 6px;
          border-right-style: solid;
          border-right-color: transparent;
          padding-right: 8px; }
        .density-compact .tags-list article .tags-details .tags-details-na .level-very-good,
        .density-compact .tags-list article .tags-details .tags-details-na .level-good,
        .density-compact .tags-list article .tags-details .tags-details-field .level-very-good,
        .density-compact .tags-list article .tags-details .tags-details-field .level-good {
          border-right-color: #00b494; }
        .density-compact .tags-list article .tags-details .tags-details-na .level-acceptable,
        .density-compact .tags-list article .tags-details .tags-details-field .level-acceptable {
          border-right-color: #faad50; }
        .density-compact .tags-list article .tags-details .tags-details-na .level-poor,
        .density-compact .tags-list article .tags-details .tags-details-field .level-poor {
          border-right-color: #ff5153; }
        .density-compact .tags-list article .tags-details .tags-details-na .level-extremely-poor,
        .density-compact .tags-list article .tags-details .tags-details-field .level-extremely-poor {
          border-right-color: #ce93d8; }
      .density-compact .tags-list article .tags-details .tags-details-empty {
        display: none; }
      .density-compact .tags-list article .tags-details .unit,
      .density-compact .tags-list article .tags-details .valuename {
        display: none; }
      .density-compact .tags-list article .tags-details .tags-details-miscellaneous .container-border-left {
        border-left: 1px solid #dbdbdb;
        text-align: center;
        display: flex; }
    .density-compact .tags-list article .tags-details:nth-child(even) {
      background-color: #fafafa; }
    .density-compact .tags-list article .tags-details:last-child {
      border-width: 1px 1px 2px; }
    .density-compact .tags-list article .tags-details:hover,
    .density-compact .tags-list article .tags-details:focus {
      background: lightblue; }

.tags-container-details {
  margin: 1.5rem; }

.tags-container-details .tags-details {
  display: flex;
  flex-direction: column;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #ffffff;
  margin-bottom: 1.5rem; }
  .tags-container-details .tags-details .tags-details-name {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    align-items: center;
    padding: 1rem; }
    .tags-container-details .tags-details .tags-details-name .tags-details-title {
      font-weight: 700; }
    .tags-container-details .tags-details .tags-details-name .latest-time {
      font-size: 0.875em;
      margin-left: 0.8em;
      color: #bdbdbd; }
    .tags-container-details .tags-details .tags-details-name .button-group {
      margin-left: auto; }
  .tags-container-details .tags-details .tags-details-field {
    display: flex;
    justify-content: space-around;
    padding: 1.5rem;
    align-items: center;
    text-align: center; }
    .tags-container-details .tags-details .tags-details-field .level-none,
    .tags-container-details .tags-details .tags-details-field .level-vertical {
      border-left-width: 6px;
      border-left-style: solid;
      border-left-color: transparent;
      padding-left: 0.8em; }
    .tags-container-details .tags-details .tags-details-field .level-very-good,
    .tags-container-details .tags-details .tags-details-field .level-good {
      border-left-color: #00b494; }
    .tags-container-details .tags-details .tags-details-field .level-acceptable {
      border-left-color: #faad50; }
    .tags-container-details .tags-details .tags-details-field .level-poor {
      border-left-color: #ff5153; }
    .tags-container-details .tags-details .tags-details-field .level-extremely-poor {
      border-left-color: #ce93d8; }
    .tags-container-details .tags-details .tags-details-field .value {
      font-size: 1.5rem; }
    .tags-container-details .tags-details .tags-details-field .unit {
      font-size: 0.875em;
      color: #bdbdbd; }
    .tags-container-details .tags-details .tags-details-field .valuename {
      font-size: 0.875em;
      color: #79b7f5; }

.datepicker-modal .modal-card {
  width: 423px; }

.datepicker-modal .datepicker-modal-content {
  width: auto; }

.datepicker-modal footer {
  color: unset;
  font-size: unset;
  position: unset;
  bottom: unset;
  left: unset;
  text-align: unset;
  width: unset; }

.graph-tab-container .tabs {
  overflow: hidden; }
  .graph-tab-container .tabs ul .tab-li-filter {
    display: flex;
    margin-left: auto;
    align-items: center; }
    .graph-tab-container .tabs ul .tab-li-filter .button:nth-child(n + 2) {
      margin-left: 0.3rem; }

.time-range .apply-filter {
  margin: 0 1rem; }

.time-range .time-range-title {
  text-align: right;
  font-size: 1.4em; }

.time-range .time-range-input > label {
  width: 140px;
  text-align: right; }

.quick-ranges {
  margin-left: 5px;
  padding: 0;
  flex-grow: 0; }
  .quick-ranges .quick-ranges-buttons {
    margin-top: 0.5em; }
  .quick-ranges .quick-ranges-title {
    font-size: 1.4em; }

.timerange-btn {
  border-width: 1px !important;
  border-color: #d6d3d1 !important;
  border-radius: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  font-weight: 700; }

.timerange-btn.is-active,
.timerange-btn.is-active:hover {
  background-color: #2366d1 !important;
  border-color: transparent !important;
  color: #ffffff; }

.btn-hour.is-active {
  background-color: #3273dc;
  color: #ffffff;
  border-color: unset; }

.tag-stage {
  min-height: 100vh;
  margin: 1.5rem;
  margin-bottom: 0; }

.graph-stage {
  min-height: 83vh;
  border: 1px solid #dbdbdb;
  border-top: unset;
  background-color: #ffffff; }

.graph-container {
  width: 96%;
  margin: 1rem;
  min-height: 80vh; }

.tabs.is-boxed {
  margin-bottom: 0; }

.infoboxes-node {
  flex-direction: row; }

.infobox.infobox-node {
  width: 30%;
  margin-left: 2.1rem;
  margin-top: 2.1rem; }

.spinner-container {
  height: 100%;
  z-index: 9999;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  border-top: unset; }

@keyframes donut-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  .spinner-container .donut {
    margin: 20% auto auto;
    border: 7px solid rgba(0, 0, 0, 0.1);
    border-left-color: #7983ff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: donut-spin 1.2s linear infinite; }

.tag-message-container {
  background-color: #ffffff;
  height: 100%;
  overflow: auto;
  text-align: center;
  font-size: 1.5rem;
  z-index: 1;
  border: 1px solid #dbdbdb;
  border-top: unset; }
  .tag-message-container .message-error {
    display: block;
    margin-top: 20%; }

.tab-disabled {
  pointer-events: none;
  opacity: 0.6; }

.loc-select {
  margin-left: 1.5em; }

.z-index-zero {
  z-index: 0 !important; }

.information-section .column {
  padding: 0;
  padding-right: 20px; }

.modal-background {
  cursor: default; }

.modal-btn-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px; }

.modal-card-foot-empty {
  padding-top: 0;
  padding-bottom: 1rem;
  background-color: white;
  border-top: none; }

/*
 *  ORGs
 */
.icon-container {
  display: flex; }
  .icon-container form {
    padding-right: 0.2rem; }

tr.grey-out {
  background-color: lightgrey; }

.hidden {
  display: None; }

.spinner {
  width: 100px;
  height: 100px;
  display: block; }

.data-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  column-gap: 1em;
  row-gap: 1.2em; }

.level-1-row {
  background-color: #dbeafe; }

.level-2-row {
  background-color: #d1fae5; }

.level-3-row {
  background-color: #fee2e2; }

.level-4-row {
  background-color: #fef3c7; }

/*
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

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

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

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.static {
  position: static;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.-mb-px {
  margin-bottom: -1px;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.table-header-group {
  display: table-header-group;
}

.hidden {
  display: none;
}

.w-full {
  width: 100%;
}

.min-w-full {
  min-width: 100%;
}

.flex-1 {
  flex: 1 1 0%;
}

.border-collapse {
  border-collapse: collapse;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-stone-200 {
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.p-4 {
  padding: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.align-middle {
  vertical-align: middle;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-4 {
  line-height: 1rem;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-stone-400 {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.hover\:border-stone-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.hover\:border-blue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.hover\:bg-stone-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
}

.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.hover\:text-stone-600:hover {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1280px) {
  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }
}
