li.disable-scope, li.disable-scope a {
    pointer-events: none;
    color: #ccc !important;
}
li.temp-disable-scope, li.temp-disable-scope a {
    pointer-events: none;
    color: #888 !important;
}

.indicator-image {
     min-height: 200px;
}

#indicator-chart{
	height:250px;
	width:100%;
}

.indicator-edit-links-wrapper .views-field.views-field-edit-node{
	    margin-top: 0px; 
}
.indicator-edit-link {
	min-height: 40px;
	padding: 5px;
}


.source-wrapper {
  font-size: 12px;
}


.btn-outline-secondary {
  --bs-btn-border-color: transparent !important;
}
i.fa-solid.fa-circle-dot {
  position: absolute;
  margin-top: -15px;
  margin-right: 15px;
  color: #80b638;
  font-size: 10px;
}

/* Tooltip wrapper around an admin link; a flex item, so it shrink-wraps
   the button and needs no size of its own. */
.indi-menu-btn {
  cursor: pointer;
}

div.ramps-diverging, div.ramps-sequential {
    display: flex;
}
.ramp {
    padding: 2px;
}
.color-swatch-wrapper .ramp.selected {
    background-color: #fff;
}

.ramp.selected.card-selected-color {
    transform-origin: top left;
    transform: rotate(-90deg) translate(-100%);
    margin-top: 0%;
    width: 30px;
    border-radius: 3px;
}
div.color-selected-wrapper {
    cursor: pointer;
    overflow: auto;
}
div.active-color-selected {
    height: 30px;
    width: 105px;
}

.legend-unit,
.legend-nan {
  flex-grow: 1;
  flex-basis: 0;
}

.legend-text {
  font-size: 0.8em;
}

.indicator-title {
  font-size: 20px;
}

.noUi-vertical .noUi-handle {
  height: 16px !important;
  border: none;
  cursor: row-resize;
}

.indicator-stats-slider {
  height: 180px;
  top: 80px;
  margin-bottom: -180px;
}

.noUi-target {
  border: 0px;
  box-shadow: unset;
}

.noUi-vertical .noUi-handle:before {
  top: 6px !important;
}


.noUi-vertical .noUi-handle:after {
  top: 10px !important;
}

.noUi-vertical{
  width: 10px;
}

.noUi-connects {
  border-radius: 0px;
}
select.number-of-classes {
  width: 50px;
}

.nav.indicator-card-tabs {
  padding-right: 0;
}

.color-swatch-wrapper{
  position: absolute;
  bottom: 0;
  left: 0;
}

.indicator-card .form-control {
  /* Background: the skin token (akp/css/ct_override.css); the border differs from it. */
  border: var(--bs-border-width) solid #282d30;
}