/* Shared */
/* line 2, app/assets/stylesheets/application/lineChart.scss */
.chart {
  position: relative;
}

/* line 6, app/assets/stylesheets/application/lineChart.scss */
.chart .chart-svg {
  display: block;
  overflow: visible;
}

/* line 11, app/assets/stylesheets/application/lineChart.scss */
.chart .is-clickable {
  cursor: pointer;
}

/* line 15, app/assets/stylesheets/application/lineChart.scss */
.chart .chart-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s, visibility 0.15s;
  z-index: 1;
}

/* line 28, app/assets/stylesheets/application/lineChart.scss */
.chart .chart-tooltip.is-visible {
  visibility: visible;
  opacity: 1;
}

/* line 33, app/assets/stylesheets/application/lineChart.scss */
.chart .zero-line,
.chart .axis line,
.chart .axis path {
  stroke: #e5e5e5;
}

/* line 39, app/assets/stylesheets/application/lineChart.scss */
.chart .axis text {
  font-size: 12px;
  fill: #666;
}

/* line 44, app/assets/stylesheets/application/lineChart.scss */
.chart .trend-line {
  stroke: #1e3a8a;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Scatter */
/* line 52, app/assets/stylesheets/application/lineChart.scss */
.scatter-chart .matrix-line {
  stroke: #e5e5e5;
  stroke-width: 1.25px;
}

/* line 57, app/assets/stylesheets/application/lineChart.scss */
.scatter-chart .tick-line {
  stroke: #e5e5e5;
}

/* line 61, app/assets/stylesheets/application/lineChart.scss */
.scatter-chart .grid-line {
  stroke: #e5e5e5;
}

/* line 65, app/assets/stylesheets/application/lineChart.scss */
.scatter-chart .dot-circle {
  fill: #6366f1;
}

/* line 69, app/assets/stylesheets/application/lineChart.scss */
.scatter-chart .dot-circle.is-active {
  stroke: #000;
  stroke-width: 1px;
}

/* line 74, app/assets/stylesheets/application/lineChart.scss */
.scatter-chart .dot-label-text {
  pointer-events: none;
  fill: #666;
  font-size: 12px;
}

/* line 80, app/assets/stylesheets/application/lineChart.scss */
.scatter-chart .matrix-rect {
  fill: #f9fafb;
}

/* Bar */
/* line 85, app/assets/stylesheets/application/lineChart.scss */
.bar-chart .bar-rect {
  fill: #6366f1;
}

/* line 89, app/assets/stylesheets/application/lineChart.scss */
.bar-chart .bar-rect.is-active {
  fill: #60a5fa;
}

/* Stacked Bar */
/* line 94, app/assets/stylesheets/application/lineChart.scss */
.stacked-bar-chart.stacked-bar-chart-spaced .bar-rect {
  stroke: #fff;
  stroke-width: 1px;
}

/* line 99, app/assets/stylesheets/application/lineChart.scss */
.stacked-bar-chart .bar-rect.is-active {
  opacity: 0.7;
}

/* Scatter Time */
/* line 104, app/assets/stylesheets/application/lineChart.scss */
.scatter-time-chart .benchmark-line {
  stroke: #c0c9d3;
  stroke-width: 1.75px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* line 111, app/assets/stylesheets/application/lineChart.scss */
.scatter-time-chart .dot-circle {
  fill: #6366f1;
}

/* line 115, app/assets/stylesheets/application/lineChart.scss */
.scatter-time-chart .dot-circle.transparent {
  opacity: 0.2;
}

/* line 119, app/assets/stylesheets/application/lineChart.scss */
.scatter-time-chart .dot-circle.is-active {
  stroke: #000;
  stroke-width: 1.5px;
}

/* Line */
/* line 125, app/assets/stylesheets/application/lineChart.scss */
.line-chart .background-line {
  stroke: #6366f1;
  stroke-dasharray: 3 5;
  stroke-width: 1.75px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* line 133, app/assets/stylesheets/application/lineChart.scss */
.line-chart .foreground-line {
  stroke: #6366f1;
  stroke-width: 1.75px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* line 140, app/assets/stylesheets/application/lineChart.scss */
.line-chart .benchmark-background-line {
  stroke: #c0c9d3;
  stroke-dasharray: 2;
  stroke-width: 1px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* line 148, app/assets/stylesheets/application/lineChart.scss */
.line-chart .benchmark-foreground-line {
  stroke: #c0c9d3;
  stroke-width: 1.75px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* line 155, app/assets/stylesheets/application/lineChart.scss */
.line-chart .dot-circle {
  fill: #60a5fa;
}

/* line 159, app/assets/stylesheets/application/lineChart.scss */
.line-chart .benchmark-dot-circle {
  fill: #c0c9d3;
}

/* line 163, app/assets/stylesheets/application/lineChart.scss */
.line-chart .focus-line {
  stroke: #bbb;
  stroke-dasharray: 1 2;
  stroke-width: 1px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.1s visibility 0.1s;
}

/* line 172, app/assets/stylesheets/application/lineChart.scss */
.line-chart .focus-line.has-ticks {
  stroke: #aaa;
  stroke-dasharray: 2 3;
}

/* line 177, app/assets/stylesheets/application/lineChart.scss */
.line-chart .focus-line.is-visible {
  visibility: visible;
  opacity: 1;
}
/* line 1, app/assets/stylesheets/application/bumpChart.scss */
.bump-chart .chart-svg {
  display: block;
  overflow: visible;
}

/* line 6, app/assets/stylesheets/application/bumpChart.scss */
.bump-chart .axis {
  color: #666;
}

/* line 10, app/assets/stylesheets/application/bumpChart.scss */
.bump-chart .axis--right--names {
  color: #000;
}

/* line 14, app/assets/stylesheets/application/bumpChart.scss */
.bump-chart .axis text {
  font-size: 14px;
}

/* line 18, app/assets/stylesheets/application/bumpChart.scss */
.bump-chart .axis--right--names text {
  cursor: default;
  font-weight: 600;
}

/* line 23, app/assets/stylesheets/application/bumpChart.scss */
.bump-chart .link {
  fill: none;
}

/* line 27, app/assets/stylesheets/application/bumpChart.scss */
.bump-chart .link__bg {
  stroke: #fff;
  stroke-width: 6px;
}

/* line 32, app/assets/stylesheets/application/bumpChart.scss */
.bump-chart .link__fg {
  stroke-width: 2px;
}

/* line 36, app/assets/stylesheets/application/bumpChart.scss */
.bump-chart .link__fg.is-flat,
.bump-chart .node__circle.is-flat {
  stroke: #bdbdbd;
}

/* line 41, app/assets/stylesheets/application/bumpChart.scss */
.bump-chart .link__fg.is-up,
.bump-chart .node__circle.is-up {
  stroke: #00a8e8;
}

/* line 46, app/assets/stylesheets/application/bumpChart.scss */
.bump-chart .link__fg.is-down,
.bump-chart .node__circle.is-down {
  stroke: #ed3b9c;
}

/* line 51, app/assets/stylesheets/application/bumpChart.scss */
.bump-chart .node__circle {
  fill: #fff;
  stroke-width: 2px;
}

/* line 56, app/assets/stylesheets/application/bumpChart.scss */
.bump-chart .link,
.bump-chart .node {
  transition: stroke-opacity 0.15s;
}

/* line 61, app/assets/stylesheets/application/bumpChart.scss */
.bump-chart .is-highlighting .is-muted {
  stroke-opacity: 0.4;
}
/* Important: application.tailwind.css contains additional styles that rely on tailwind */

.introjs-overlay {
  position: absolute;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 999999;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.introjs-skipbutton {
  display: none;
}

.introjs-showElement {
  z-index: 9999999 !important;
}

tr.introjs-showElement > td {
  z-index: 9999999 !important;
  position: relative;
}

tr.introjs-showElement > th {
  z-index: 9999999 !important;
  position: relative;
}

.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: #fff;
  opacity: 0;
}

.introjs-relativePosition {
  position: relative;
}

.introjs-helperLayer {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.introjs-helperLayer * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.introjs-helperLayer :before {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.introjs-helperLayer :after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.introjs-tooltipReferenceLayer {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  visibility: visible; /* https://github.com/usablica/intro.js/issues/2081 */
  z-index: 100000000;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.introjs-helperNumberLayer {
  color: #9e9e9e;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.introjs-arrow {
  border: 7px solid transparent;
  content: "";
  position: absolute;
}

.introjs-arrow.top {
  top: -14px;
  left: 14px;
  border-bottom-color: #fff;
}

.introjs-arrow.top-right {
  top: -14px;
  right: 14px;
  border-bottom-color: #fff;
}

.introjs-arrow.top-middle {
  top: -14px;
  left: 50%;
  margin-left: -7px;
  border-bottom-color: #fff;
}

.introjs-arrow.right {
  right: -14px;
  top: 14px;
  border-left-color: #fff;
}

.introjs-arrow.right-bottom {
  bottom: 14px;
  right: -14px;
  border-left-color: #fff;
}

.introjs-arrow.bottom {
  bottom: -14px;
  left: 14px;
  border-top-color: #fff;
}

.introjs-arrow.bottom-right {
  bottom: -14px;
  right: 14px;
  border-top-color: #fff;
}

.introjs-arrow.bottom-middle {
  bottom: -14px;
  left: 50%;
  margin-left: -7px;
  border-top-color: #fff;
}

.introjs-arrow.left {
  left: -14px;
  top: 14px;
  border-right-color: #fff;
}

.introjs-arrow.left-bottom {
  left: -14px;
  bottom: 14px;
  border-right-color: #fff;
}

.introjs-tooltip {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  background-color: #fff;
  min-width: 250px;
  max-width: 360px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 30px rgba(33, 33, 33, 0.3);
  box-shadow: 0 3px 30px rgba(33, 33, 33, 0.3);
  -webkit-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}

.introjs-tooltiptext {
  padding: 0.25rem 0.875rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.introjs-dontShowAgain {
  padding-left: 20px;
  padding-right: 20px;
}

.introjs-dontShowAgain input {
  padding: 0;
  margin: 0;
  margin-bottom: 2px;
  display: inline;
  width: 10px;
  height: 10px;
}

.introjs-dontShowAgain label {
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 0;
  background-color: #fff;
  color: #616161;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.introjs-tooltip-title {
  font-size: 18px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  float: left;
  line-height: 32px;
}

.introjs-tooltip-header {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
}

.introjs-tooltip-header:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.introjs-tooltipbuttons {
  padding: 10px;
  padding-top: 3px;
  text-align: right;
}

.introjs-tooltipbuttons:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.introjs-prevbutton {
  display: none;
}

.introjs-nextbutton {
  float: right;
}

.introjs-disabled {
  color: #9e9e9e;
  border-color: #bdbdbd;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}

.introjs-disabled:focus,
.introjs-disabled:hover {
  color: #9e9e9e;
  border-color: #bdbdbd;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}

.introjs-hidden {
  display: none;
}

.introjs-bullets {
  text-align: center;
  position: absolute;
  left: 0.875rem;
  bottom: 14px;
}

.introjs-bullets ul {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  clear: both;
  margin: 0 auto 0;
  padding: 0;
  display: inline-block;
}

.introjs-bullets ul li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px;
}

.introjs-bullets ul li a {
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}

.introjs-bullets ul li a:focus,
.introjs-bullets ul li a:hover {
  background: #999;
}

.introjs-bullets ul li a.active {
  background: #999;
}

.introjs-progress {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px;
  border-radius: 4px;
  background-color: #e0e0e0;
}

.introjs-progressbar {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c;
}

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}

.introjs-fixedTooltip {
  position: fixed;
}

.introjs-hint {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  background: 0 0;
  width: 20px;
  height: 15px;
  cursor: pointer;
}

.introjs-hint:focus {
  border: 0;
  outline: 0;
}

.introjs-hint:hover > .introjs-hint-pulse {
  background-color: rgba(60, 60, 60, 0.57);
}

.introjs-hidehint {
  display: none;
}

.introjs-fixedhint {
  position: fixed;
}

@-webkit-keyframes introjspulse {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px transparent;
    box-shadow: 0 0 0 10px transparent;
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes introjspulse {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px transparent;
    box-shadow: 0 0 0 10px transparent;
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
}

.introjs-hint-pulse {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-animation: introjspulse 2s infinite;
  animation: introjspulse 2s infinite;
}

.introjs-hint-no-anim .introjs-hint-pulse {
  -webkit-animation: none;
  animation: none;
}

.introjs-hint-dot {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: 0 0;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  position: absolute;
  top: -18px;
  left: -18px;
  z-index: 1;
  opacity: 0;
}
/* line 1, app/assets/stylesheets/application/tippy.scss */
.tippy-box[data-theme~="dx"] {
  color: #26323d;
  padding: 0.5rem 0.35rem;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px 6px rgba(154, 161, 177, 0.15), 0 4px 20px -8px rgba(36, 40, 47, 0.25), 0 4px 2px -2px rgba(91, 94, 105, 0.15);
  background-color: white;
  border-radius: 6px;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
  font-size: 12px;
  line-height: 16px;
  z-index: 99999999;
}

/* line 16, app/assets/stylesheets/application/tippy.scss */
.tippy-box[data-theme~="dx"][data-placement^="top"] > .tippy-arrow::before {
  border-top-color: white;
}

/* line 20, app/assets/stylesheets/application/tippy.scss */
.tippy-box[data-theme~="dx"][data-placement^="bottom"] > .tippy-arrow::before {
  border-bottom-color: white;
}

/* line 24, app/assets/stylesheets/application/tippy.scss */
.tippy-box[data-theme~="dx"][data-placement^="left"] > .tippy-arrow::before {
  border-left-color: white;
}

/* line 28, app/assets/stylesheets/application/tippy.scss */
.tippy-box[data-theme~="dx"][data-placement^="right"] > .tippy-arrow::before {
  border-right-color: white;
}

/* line 32, app/assets/stylesheets/application/tippy.scss */
.tippy-box[data-theme~="dx"] > .tippy-backdrop {
  background-color: white;
}

/* line 36, app/assets/stylesheets/application/tippy.scss */
.tippy-box[data-theme~="dx"] > .tippy-svg-arrow {
  fill: white;
}

/* line 41, app/assets/stylesheets/application/tippy.scss */
.tippy-box[data-theme~="dark"] {
  color: #ffffff;
  padding: 0.35rem 0.35rem;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px 6px rgba(154, 161, 177, 0.15), 0 4px 20px -8px rgba(36, 40, 47, 0.25), 0 4px 2px -2px rgba(91, 94, 105, 0.15);
  background-color: #1f262d;
  border-radius: 6px;
  font-size: 12px;
}

/* line 53, app/assets/stylesheets/application/tippy.scss */
.tippy-box[data-theme~="dark"][data-placement^="top"] > .tippy-arrow::before {
  border-top-color: #1f262d;
}

/* line 57, app/assets/stylesheets/application/tippy.scss */
.tippy-box[data-theme~="dark"][data-placement^="bottom"] > .tippy-arrow::before {
  border-bottom-color: #1f262d;
}

/* line 61, app/assets/stylesheets/application/tippy.scss */
.tippy-box[data-theme~="dark"][data-placement^="left"] > .tippy-arrow::before {
  border-left-color: #1f262d;
}

/* line 65, app/assets/stylesheets/application/tippy.scss */
.tippy-box[data-theme~="dark"][data-placement^="right"] > .tippy-arrow::before {
  border-right-color: #1f262d;
}

/* line 69, app/assets/stylesheets/application/tippy.scss */
.tippy-box[data-theme~="dark"] > .tippy-backdrop {
  background-color: #1f262d;
}

/* line 73, app/assets/stylesheets/application/tippy.scss */
.tippy-box[data-theme~="dark"] > .tippy-svg-arrow {
  fill: #1f262d;
}
/* line 1, app/assets/stylesheets/application/sortable.scss */
.sortable-item {
  padding: 10px 15px 10px 5px;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  cursor: text;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

/* line 13, app/assets/stylesheets/application/sortable.scss */
.text-input[disabled] {
  background-color: #e5e5e5;
  cursor: not-allowed;
}

/* line 18, app/assets/stylesheets/application/sortable.scss */
.add-option-box {
  cursor: pointer;
  color: #888888;
}

/* line 23, app/assets/stylesheets/application/sortable.scss */
.sortable-item:focus-within {
  outline: 0 !important;
  border: 1px solid #ccc;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1) !important;
}

/* line 29, app/assets/stylesheets/application/sortable.scss */
.handle {
  margin-right: 15px;
  cursor: move;
}

/* line 34, app/assets/stylesheets/application/sortable.scss */
.editable-content {
  flex-grow: 1;
  border: none;
  background: transparent;
  outline: none;
}

/* line 41, app/assets/stylesheets/application/sortable.scss */
.editable-content:focus {
  border-bottom: 2px solid #007bff;
  outline: none;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

/* line 49, app/assets/stylesheets/application/sortable.scss */
.duplicate-option .editable-content {
  border-bottom: 2px solid red;
}
/*





*/
