.chart-tpe-chooser {
  display: inline;
  position: relative;
  max-width: 15rem;
}
.chart-tpe-chooser input {
  display: none;
}
.chart-tpe-chooser label {
  margin: 0 4px 4px 0;
  border: 1px solid #ccc;
  padding: 6px 8px;
  font-size: 1.33em;
  vertical-align: middle;
}
.chart-tpe-chooser .tooltip {
  width: max-content;
  max-width: 30ch;
}
.chart-tpe-chooser.compact label {
  padding: 2px 4px;
}
.chart-tpe-chooser input:checked + label {
  background: #ddf;
}
.chart-tpe-chooser input[disabled] + label svg {
  opacity: 0.43;
}
.chart-tpe-chooser svg.icon {
  width: 24px;
  height: 24px;
  vertical-align: -4px;
}
.chart-tpe-chooser i.fa-table {
  font-size: 24px;
  vertical-align: -2px;
}
.visual-type-chooser {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  grid-gap: 8px;
}
.visual-type-chooser > span {
  border: 1px solid #ccc;
}
.visual-type-chooser > span.disabled {
  opacity: 50%;
}
.visual-type-chooser input {
  display: none;
}
.visual-type-chooser input:checked + label {
  background: #ddf;
}
.visual-type-chooser label {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 6px 0;
  height: 100%;
}
.visual-type-chooser label > i {
  font-size: 32px;
  margin: 8px 0 0;
  height: 36px;
}
.visual-type-chooser label > span {
  font-size: 80%;
  display: block;
  margin: auto 0;
}
.visual-type-chooser label.alert-info {
  grid-column: span 2;
}
.apexcharts-tooltip.smart-target-notice::after {
  content: "Monthly/quarterly targets for smart indicators might display small variations based on the exact number of days in the period";
  font-size: 85%;
  margin: 4px 8px 8px;
  font-style: italic;
  display: inline-block;
  order: 1000;
  max-width: 38ch;
  white-space: normal;
}
table.tailRight tr > *:not(:first-child),
table.tailRight thead tr:not(:first-child) {
  text-align: right;
}
table.tailRight > thead > tr > th[colspan] {
  text-align: center;
}
tbody.total-1 > tr > td:last-child,
tbody.total-3 > tr > td:nth-last-child(-n+3) {
  font-weight: bold;
  color: #777;
}
table.colgroup3n_1 thead th[colspan],
table.colgroup3n_1 thead tr:not(:first-child) > :nth-child(3n+1) {
  border-left-width: 2px;
}
table.colgroup3n_1 tbody tr > :nth-child(3n+2) {
  border-left-width: 2px;
}
.loading-indicator-container {
  position: relative;
}
.loading-indicator-container > .loading-indicator {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  background: rgba(255, 255, 255, 0.7);
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.active-focus,
tr.table-active > * {
  background: #feb !important;
}
.mapPlot {
  width: 100%;
  height: 85vh;
  margin: auto;
  max-width: 170vh;
}
.leaflet-marker-icon.map-count {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  overflow: visible;
  line-height: 30px;
  white-space: nowrap;
}
.leaflet-marker-icon .fas {
  color: white;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  text-align: center;
}
.leaflet-marker-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.leaflet-marker-icon svg path {
  stroke: black;
  stroke-width: 0.2px;
}
.map-count.map-count-0 {
  background: rgba(0, 123, 221, 0.7);
  color: white;
}
.map-count.map-count-1 {
  background: rgba(0, 227, 150, 0.7);
}
.map-count.map-count-2 {
  background: rgba(254, 176, 25, 0.7);
}
.map-count.map-count-3 {
  background: rgba(255, 69, 96, 0.7);
}
.map-count.map-count-4 {
  background: rgba(119, 93, 208, 0.7);
  color: white;
}
.map-count.map-count-5 {
  background: rgba(112, 112, 112, 0.7);
  color: white;
}
.map-count.map-count-6 {
  background: rgba(160, 224, 64, 0.7);
}
.map-count.map-count-7 {
  background: rgba(136, 64, 80, 0.7);
  color: white;
}
.marker-cluster {
  overflow: hidden;
}
.marker-cluster span {
  position: relative;
  text-shadow: 0 0 1px white;
}
.marker-cluster div {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
}
.marker-cluster .map-count {
  position: absolute;
  margin: 0;
  border-radius: 0;
  width: 100%;
}
.leaflet-marker-icon .crude-pin {
  display: block;
  border-radius: 50% 50% 0;
  transform: rotate(45deg);
  height: 80%;
  border: 1px solid #222;
  margin: 22% 0 0 7%;
  width: 80%;
}
.col-Large .crude-pin {
  height: 100%;
  width: 100%;
  margin: 0;
}
button.map-count {
  height: 1.2em;
  vertical-align: 22%;
  border: none;
  border-radius: 50%;
  padding: 0;
  width: 1.2em;
  margin: 0 4px 0 12px;
}
button.map-count-icon {
  font-size: 120%;
  margin-left: 12px;
  visibility: hidden;
}
button.map-count-icon > .fas {
  visibility: visible;
}
.map-series-togglers {
  text-align: center;
  font-size: 0.9rem;
}
.map-series-togglers .notShown {
  opacity: 0.6;
}
.col-Large .map-series-togglers {
  font-size: 1rem;
}
.apexcharts-yaxis-annotations rect {
  opacity: 0.3;
}
.dropdown-container {
  position: relative;
  overflow: visible;
}
.dropdown-content {
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  z-index: 100;
}
ul.checkbox-tree {
  margin: 0;
  padding-left: 0;
}
ul.checkbox-tree li {
  list-style: none;
}
ul.checkbox-tree li ul {
  padding-left: 1rem;
}
ul.checkbox-tree li input:first-child {
  margin-right: 4px;
}
ul.checkbox-tree .inactive {
  text-decoration: line-through;
  text-decoration-color: rgba(0, 0, 0, 0.3);
}
.btn-close.btn-sm {
  font-size: 0.8em;
}
.wide-modal .modal-dialog {
  min-width: 70vw;
  position: sticky;
  top: 0;
}
.wide-modal .modal-dialog .modal-body > .flex-column {
  max-height: calc(100vh - 14rem);
}
.currency-picker ul,
ul.select-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.select-list > li {
  cursor: pointer;
  white-space: nowrap;
}
ul.select-list > li:hover {
  background: #feb;
}
ul.select-list > li.empty-notice {
  background: transparent;
  cursor: auto;
}
table.table-separate {
  border-collapse: separate;
}
table.table-separate tr > * {
  border-bottom: none !important;
  border-left: none !important;
}
table.table-separate tr > *:last-child {
  border-right: none;
}
.rearranger [draggable=true] {
  cursor: move;
}
tbody.rearranger tr.drag-over-before > * {
  border-top: var(--dragged-size) solid rgba(255, 192, 0, 0.4) !important;
}
tbody.rearranger tr.drag-over-after > * {
  border-bottom: var(--dragged-size) solid rgba(255, 192, 0, 0.4) !important;
}
.rearranger:not(.rearranger-horiz) .drag-over-before:not(tr) {
  border-top: var(--dragged-size) solid rgba(255, 192, 0, 0.4) !important;
}
.rearranger:not(.rearranger-horiz) .drag-over-after:not(tr) {
  border-bottom: var(--dragged-size) solid rgba(255, 192, 0, 0.4) !important;
}
div.rearranger-horiz .drag-over-before {
  border-left: var(--dragged-size) solid rgba(255, 192, 0, 0.4) !important;
}
div.rearranger-horiz .drag-over-after {
  border-right: var(--dragged-size) solid rgba(255, 192, 0, 0.4) !important;
}
input.toggler,
.toggle-closer {
  display: none;
}
input.toggler:checked ~ .toggle-opener {
  display: none;
}
input.toggler:checked ~ .toggle-closer {
  display: block;
}
input.toggler:not(:checked) ~ .toggled {
  display: none;
}
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 55px;
  flex: auto 0 0;
  height: 24px;
  vertical-align: middle;
  color: white;
  font-variant: small-caps;
  min-width: max-content;
  z-index: 1;
}
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bs-gray-500, #abbac3);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 14px;
  z-index: -1;
}
.toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 0px;
  bottom: 1px;
  border: 1px solid black;
  background-color: white;
  box-shadow: 1px 1px 2px #468;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.toggle-switch .no {
  margin: 0 5px 0 21px;
}
.toggle-switch .yes {
  margin: 0 23px 0 3px;
}
.toggle-switch input:checked ~ .no,
.toggle-switch input:not(:checked) ~ .yes {
  display: none;
}
.toggle-switch.two-way .slider,
.toggle-switch input:checked + .slider {
  background-color: var(--bs-primary, #428bca);
}
.toggle-switch input:focus + .slider {
  box-shadow: 0 0 3px #feb;
}
.toggle-switch input:checked + .slider:before {
  left: calc(100% - 21px);
}
.toggle-switch .slider.disabled {
  z-index: unset;
}
.number-box {
  border-radius: 1rem;
  border: 1px solid #ccc;
  padding: 1rem 2rem;
  text-align: center;
  background: radial-gradient(3em at bottom right, #ccd, #ccd 33%, #dde 34%, #dde 66%, #eef 67%, #eef 100%, transparent);
  max-width: 100%;
  width: fit-content;
  margin: auto;
  overflow-x: auto;
  position: relative;
}
.number-box.no-target .central-number {
  margin-left: 0;
}
.number-box .big-icon {
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  font-size: 2em;
  max-width: 2.75rem;
}
.number-box .numbers-row {
  display: grid;
  align-items: baseline;
  margin: 8px 0;
  justify-content: space-evenly;
  grid-template-columns: 1fr auto 1fr;
}
.number-box .central-number {
  margin: 0 0.5rem 0 2rem;
  grid-column: 2;
}
.number-box .big-number {
  font-size: 2.5em;
  color: black;
  line-height: 1.2;
}
.number-box .big-icon ~ .title {
  padding: 0 1rem;
}
.number-box .title,
.number-box .tgt-val {
  color: #444;
  font-size: 1.2em;
}
.number-box .unit {
  color: #777;
  margin: 0 3px;
}
.number-box .target-pct {
  font-weight: bold;
  font-size: 1.2em;
  white-space: nowrap;
}
.number-box .target-pct .fa {
  margin-left: 2px;
}
.number-box .tgt-label {
  grid-column: 1;
  grid-row: 2;
}
.number-box .below-central {
  grid-column: 2;
  grid-row: 2;
}
.number-box .below-central .unit {
  display: block;
}
.icon-picker .icon-picker-search {
  display: flex;
}
.icon-picker .icon-picker-search .btn-close {
  margin-left: auto;
}
.icon-picker > .select-list {
  text-align: center;
}
.icon-picker > .select-list > li:not(.empty-notice) {
  font-size: 24px;
  line-height: 36px;
  width: 36px;
  display: inline-block;
}
.zIndex-100 {
  z-index: 100;
}
.right-0 {
  right: 0;
}
.nav-user-photo {
  margin: -4px 8px 0 0;
  border-radius: 100%;
  border: 2px solid #FFF;
  width: 50px;
  height: 50px;
}
a {
  color: #428bca;
  text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  content: "\f105";
  color: #b2b6bf;
  padding: 0;
  margin: 1px 8px 0 0;
}
.breadcrumb > li,
.breadcrumb > li.active {
  color: #555;
  padding: 0 3px;
}
.tooltip.hover,
.tooltip.hover-prev {
  display: none;
}
.fa > .tooltip {
  font: 13px 'Open Sans', sans-serif;
}
*:hover > .tooltip.hover,
*:hover + .tooltip.hover-prev {
  background: white;
  color: black;
  padding: 2px 4px;
  border: 1px solid #ccc;
  border-radius: 8px;
  opacity: 1;
  filter: none;
  display: block;
}
.leaderboard .area-label {
  position: relative;
  top: 0.8em;
  margin-bottom: 0.8em;
  display: inline-block;
}
.leaderboard .btn.btn-app.btn-xs {
  min-width: 54px;
  padding: 8px 8px 7px 8px;
  width: auto;
}
.dataTables_wrapper .controls,
.dataTables_wrapper .form-group {
  display: inline;
}
.dataTables_wrapper .help-block {
  display: none;
}
.dataTables_wrapper .control-label:empty {
  display: none;
}
.dataTables_wrapper .justify-content-end .form-group {
  display: flex!important;
  justify-content: flex-end !important;
}
.flex-wrap-list {
  list-style-position: inside;
  margin: 1em 0;
  display: flex;
  flex-wrap: wrap;
}
.flex-wrap-list .sc-tag {
  margin: 0 1em 1em 0;
}
.flex-row-spaced {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.file-dropper {
  border: 2px dashed grey;
  flex-grow: 1;
  padding: 1rem;
  max-width: 60ex;
  text-align: center;
}
.table-responsive .loading-indicator {
  max-height: 88vh;
}
.table-scroll {
  max-height: 60vh;
  width: 100%;
  overflow-y: auto;
  border: solid #ddd;
  border-width: 1px 0;
  margin-bottom: 2rem;
  position: relative;
  scroll-padding: 3em;
}
.table-scroll .loading-indicator {
  max-height: 60vh;
}
.table-scroll table {
  margin: 0;
  border-top: none;
  border-bottom: none;
}
.table-scroll table tr:last-child {
  border-bottom: none;
}
.table-scroll thead {
  position: sticky;
  top: 0;
  z-index: 99;
}
.table-scroll .table-bordered thead th:not(.search-focus) {
  box-shadow: -0.5px 0 0 0.5px #d0d0d0;
}
.table-scroll .sticky-bottom {
  margin-bottom: 0 !important;
}
.dropdown-content.table-scroll {
  position: absolute;
}
.table-enhanced > thead > tr > th {
  position: relative;
  padding-right: 1.25rem;
  vertical-align: middle;
}
.table-enhanced .column-sorter {
  position: absolute;
  right: 4px;
  top: calc(50% - 0.5em);
  font-size: 16px;
  cursor: pointer;
}
.table-enhanced .column-sorter input {
  width: 10ex;
  font-weight: normal;
}
.table-enhanced .column-sorter.bolder {
  text-shadow: 0 0 3px orange;
}
.table-enhanced .column-sorter + .column-sorter,
.table-enhanced .column-sorter + span .column-sorter {
  right: 18px;
}
.table-enhanced th .select-list {
  right: 4px;
  z-index: 1080;
  font-weight: normal;
}
.table-enhanced th .select-list li {
  padding: 2px 4px;
}
.table-enhanced th .select-list li:not(:first-child) {
  border-top: 1px solid #ddd;
}
.table-enhanced th.rot90 {
  writing-mode: tb-rl;
}
.table-enhanced th.rot90 > * {
  writing-mode: lr;
}
.table-enhanced th.horiz-filter .select-list {
  right: -50%;
  display: flex;
}
.table-enhanced th.horiz-filter .select-list li:not(:first-child) {
  border: solid #ddd;
  border-width: 0 0 0 1px;
}
.table-enhanced th.search-focus {
  box-shadow: 0 0 1px 1px blue inset;
  border-radius: 4px !important;
}
.table-filterer {
  display: block;
  text-align: right;
  font-size: 1.1em;
  padding: 8px 0;
}
.table-filterer input {
  text-align: left;
}
.table-filterer > .fa {
  position: relative;
  display: inline-block;
  width: 0;
  right: 2.5ex;
}
.table-filterer > .fa-times {
  cursor: pointer;
}
.table-filterer > .fa-search {
  color: #d5d5d5;
}
.collapse-controls > span {
  margin: 0.5rem;
  display: inline-block;
}
.collapse-controls > span > label {
  margin-left: 0.25rem;
}
.width-limited {
  max-width: 720px;
  margin: 1rem auto;
}
input.amount {
  width: 18ex !important;
}
.currency-picker button {
  height: 26px;
  border: 1px solid #ccc;
  padding: 0 4px 0 0;
  background: transparent;
  font-size: 16px;
}
.currency-picker button .currency-flag {
  vertical-align: middle;
  margin-right: 4px;
}
.currency-picker button img.currency-flag {
  vertical-align: -4px;
}
.autocomplete .select-list {
  max-height: 12em;
  overflow: auto;
  scrollbar-width: thin;
}
.autocomplete .select-list li {
  padding: 6px 8px;
}
.autocomplete .select-list li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
.currency-picker ul {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 1px;
}
.currency-picker ul li,
.currency-all ul.select-list li {
  display: inline-block;
  margin: 1px 1px 0 0;
}
.currency-flag {
  display: inline-block;
  width: 30px;
  height: 20px;
}
.currency-flag-lg {
  width: 48px;
  height: 32px;
}
.currency-all ul.select-list {
  margin: 0 0 26px 0;
}
.currency-tag {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 1px;
  margin-right: 4px;
}
select.hide-empty-opt > option[value=''] {
  display: none;
}
.series-address-editor {
  display: flex;
  gap: 0.25rem;
}
.series-address-editor > :nth-child(n+2) {
  flex-grow: 100;
}
.series-address-editor > select {
  width: 13ch;
  flex-grow: 1;
}
.indicator-monetary .controls > .d-inline-block:first-child {
  flex-grow: 0;
  margin-right: 1ex;
}
.tags-list-flex,
.tags-select {
  padding: 4px;
  display: inline-flex;
  gap: 4px;
  flex-wrap: wrap;
  max-width: 100%;
  overflow: auto;
}
.any-all-tags-select {
  display: flex;
  align-items: baseline;
  position: relative;
}
.tags-select {
  border: 1px solid #ccc;
}
.tags-select:focus-within {
  border-color: #f59942;
}
.tags-select span:last-child {
  flex: 8ex 1;
}
.tags-select input {
  border: none;
  width: 100%;
}
.tags-select input:focus {
  outline: none;
}
.tags-select > .dropdown-container {
  position: revert;
}
.tags-select > .dropdown-container > .dropdown-content {
  left: 0;
}
.custom-field-selects {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10ex, auto) minmax(300px, 1fr));
  gap: 12px;
  align-items: baseline;
}
.custom-field-selects .badge .fa-close,
.custom-field-selects .badge .fa-times {
  cursor: pointer;
}
.grid-column-all {
  grid-column: 1 / -1;
}
.grid-column-2-end {
  grid-column: 2 / -1;
}
.custom-field-selects .badge,
.tags-list-flex .badge {
  border-radius: 3px;
  padding: 3px 7px;
  font-size: inherit;
  line-height: inherit;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.custom-field-selects .badge .btn,
.tags-list-flex .badge .btn {
  vertical-align: baseline;
  color: inherit;
  padding: 0 2px;
}
.badge .btn.btn-close {
  padding: 0;
}
.grid-col-span-2 {
  grid-column-end: span 2;
}
.table-structure-2 {
  display: table;
}
.table-structure-2 > :not(script) {
  display: table-row;
}
.table-structure-2 > :not(script) > :not(script) {
  display: table-cell;
  padding: 6px;
}
.table-structure-2 > :not(script) > :not(script):first-child {
  padding-left: 0;
}
.table-structure-2 > :not(script) > :not(script):last-child {
  padding-right: 0;
}
.colour-picker {
  position: relative;
  margin-right: 0.5rem;
}
.colour-picker.no-colour::after {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 1px;
}
.colour-block {
  background: currentColor;
  height: 1em;
  width: 4ex;
  margin: auto;
}
.colour-picker.no-colour::after,
.no-colour .colour-block {
  background-size: 8px 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2 2'%3E%3Cpath opacity='0.3' fill='rgb(0,96,128)' fill-rule='evenodd' d='M0 0h1v1H0V0zm1 1h1v1H1V1z'/%3E%3C/svg%3E");
  background-color: white;
}
.address-panel .loc-virtual ~ .rural-urban {
  display: inline-block;
}
.address-panel .loc-virtual:checked ~ .virtual-address-panel {
  display: flex;
}
.address-panel .loc-virtual:checked ~ .real-address-panel {
  display: none;
}
.address-panel .loc-virtual:checked ~ .rural-urban {
  display: none;
}
.address-panel .loc-virtual ~ .virtual-address-panel {
  display: none;
}
.address-panel .loc-virtual ~ .real-address-panel {
  display: inline;
}
.address-panel .loc-virtual + label,
.address-panel .rural-urban span.lbl {
  margin-right: 4ex;
}
.address-panel .addr-details {
  margin: 0.25rem 0.75rem;
}
.address-panel .addr-details th {
  min-width: 17ex;
  width: 15%;
}
.address-panel .addr-details td {
  width: 85%;
}
.address-panel .addr-details td,
.address-panel .addr-details th {
  padding: 2px 0;
}
.address-panel .addr-details input {
  width: 100%;
  padding: 3px;
}
.address-panel .addr-details th.req::after {
  content: "*";
  color: var(--bs-danger, red);
}
.address-panel .addr-map-container {
  height: 0;
  position: relative;
  padding-bottom: 65%;
  border: 1px solid #999;
}
@media (orientation: portrait) {
  .address-panel .addr-map-container {
    padding-bottom: 100%;
    min-height: 60vh;
  }
}
.address-panel .addr-map-canvas {
  position: absolute;
  right: 0;
  bottom: 1.6em;
  left: 0;
  top: 0;
}
.address-panel .addr-map-note {
  position: absolute;
  bottom: 0.1em;
  width: 100%;
  text-align: center;
  display: none;
}
.address-panel .addr-msg {
  margin: 5px 0 10px 0;
}
.address-panel .addr-msg2 {
  margin-top: 10px;
}
.address-panel .addr-msg3 {
  margin-bottom: 10px;
}
.sc-icon-2_5x {
  font-size: 2.5em;
  vertical-align: -7%;
}
.btn.btn-control {
  color: #333;
  color: ButtonText;
  background-color: #ccc;
  background-color: ButtonFace;
  border: 1px solid #555;
  border-color: ButtonBorder;
  padding: 0 0.25rem;
}
.btn.btn-control:hover {
  color: #333;
  color: -moz-ButtonHoverText;
  background-color: #bbb;
  background-color: -moz-ButtonHoverFace;
  border: 1px solid #555;
  border-color: ButtonBorder;
}
.form-field-flex {
  display: flex;
  border-top: 2px solid #ccc;
  margin: 1rem 0;
  padding-top: 1rem;
  align-items: center;
}
.form-field-flex:first-child {
  border-top: none;
}
.form-field-flex > .input {
  flex: 300px 1 0;
  margin: 1rem 0;
  position: relative;
}
.form-field-flex > .input .modal {
  --bs-modal-color: var(--bs-body-color);
}
.form-field-flex .control-label {
  font-weight: 600;
  font-size: 1.25em;
  display: inline;
}
.form-field-flex .controls {
  display: flex;
  align-items: baseline;
  margin-top: 1.5rem;
}
.form-field-flex .controls > :not(.unit) {
  flex: auto 1 1;
}
.form-field-flex .controls .unit {
  padding: 6px 1rem;
  border-radius: var(--bs-border-radius);
  background: #eee;
  font-weight: 500;
  margin-left: 1rem;
  min-width: 5rem;
  text-align: center;
  color: black;
}
.form-field-flex > .post {
  margin-left: 4rem;
  position: relative;
  display: flex;
  box-shadow: 0 0 3px #646464;
  min-height: 11rem;
  width: 22ex;
  text-align: center;
  color: #555;
}
.form-field-flex.empty-submission .controls {
  display: none;
}
.form-field-flex.empty-submission > .post {
  min-height: 7rem;
}
.form-field-flex.missing-upstream .controls > :not(.unit) {
  display: none;
}
.form-field-flex.missing-upstream .controls::before {
  content: "One or more indicators needed for previewing the calculation here is missing from the form due to access controls.";
  color: var(--bs-danger);
  font-style: italic;
  flex-grow: 1;
}
.form-field-flex .post .target {
  text-transform: uppercase;
  margin: auto;
  text-align: center;
  color: black;
}
.form-field-flex .target b {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.25em;
}
.form-field-flex .target b small {
  font-weight: normal;
}
.form-field-flex .post .tgt-notice,
.form-field-flex .post .tgt-xRate {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 1.25em;
}
.form-field-flex .post .tgt-xRate {
  bottom: 0;
  font-size: 85%;
  white-space: nowrap;
}
.form-field-flex .tgt-notice i {
  color: #555;
  margin-left: 1ex;
}
.form-field-flex .tgt-notice.above-tgt {
  color: #4880a8;
  background: #e0e8f4;
}
.form-field-flex .tgt-notice.below-tgt {
  color: #8048a8;
  background: #e8def4;
}
.form-field-flex input.touched:invalid {
  box-shadow: 0 0 2px #a94442 !important;
  border: 1px solid #a94442;
}
.score-card {
  border: 1px solid lightblue;
  padding: 0.5rem;
  margin-bottom: 2rem;
  position: relative;
}
.score-card.empty-submission .form-field-flex {
  display: none;
}
.score-card.empty-submission::after {
  content: "Skipping this will cause any dependent indicators to become unknown and can wrongly influence initiative totals. Only skip if really unknown or not applicable.";
  color: var(--bs-danger);
  font-style: italic;
  display: block;
}
.score-card .control-label {
  font-weight: 400;
}
.score-card .form-field-flex:last-child {
  margin-bottom: 0;
}
.score-card:not(:first-child) {
  margin-top: 3rem;
}
.score-card:not(:first-child)::before {
  content: "";
  border-top: 2px solid #ccc;
  display: block;
  top: -2rem;
  position: relative;
  margin: 0 -1ex;
}
img.preview + input[type="file"] {
  display: inline;
}
form img.preview {
  max-height: 80px;
  max-width: 120px;
  margin: 0 2ex 0 0;
}
.inline-radio {
  display: inline-block;
  margin-right: 2ex;
  white-space: nowrap;
}
.inline-radio input {
  margin-right: 1ex;
}
.inline-radio * {
  display: inline-block;
}
.label {
  padding: 0.2em 0.6em 0.3em;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
.label {
  border-radius: 0;
  text-shadow: none;
  font-weight: normal;
  display: inline-block;
  --label-bg: var(--bs-gray-500, #ABBAC3);
  background-color: var(--label-bg);
}
.label[class*="col-"][class*="arrow"] {
  min-height: 0;
}
.label[class*="arrow"] {
  outline: calc(1.1 * var(--arrow-size)) solid var(--label-bg);
}
.label.arrowed,
.label.arrowed-in {
  margin-left: var(--arrow-size);
}
.label.arrowed-right,
.label.arrowed-in-right {
  margin-right: var(--arrow-size);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::safari-only,
  .label:empty {
    display: inline-block;
  }
  ::safari-only,
  .badge:empty {
    display: inline-block;
  }
}
.badge {
  text-shadow: none;
  font-size: 12px;
  padding-top: 1px;
  padding-bottom: 3px;
  font-weight: normal;
  line-height: 15px;
  --label-bg: var(--bs-gray-500, #ABBAC3);
  background-color: var(--label-bg);
}
.badge.no-radius {
  border-radius: 0;
}
.badge.radius-1 {
  border-radius: 1px;
}
.badge.radius-2 {
  border-radius: 2px;
}
.badge.radius-3 {
  border-radius: 3px;
}
.badge.radius-4 {
  border-radius: 4px;
}
.badge.radius-5 {
  border-radius: 5px;
}
.badge.radius-6 {
  border-radius: 6px;
}
.label-transparent,
.badge-transparent {
  background-color: transparent !important;
}
.label-grey,
.badge-grey {
  --label-bg: #A0A0A0;
}
.label-info,
.badge-info {
  --label-bg: var(--bs-info, #3A87AD);
}
.label-primary,
.badge-primary {
  --label-bg: var(--bs-primary, #428BCA);
}
.label-success,
.badge-success {
  --label-bg: var(--bs-success, #82AF6F);
}
.label-danger,
.badge-danger {
  --label-bg: var(--bs-danger, #D15B47);
}
.label-important,
.badge-important {
  --label-bg: var(--bs-danger, #D15B47);
}
.label-inverse,
.badge-inverse {
  --label-bg: var(--bs-dark, #333333);
}
.label-warning,
.badge-warning {
  --label-bg: var(--bs-warning, #F89406);
}
.label-pink,
.badge-pink {
  --label-bg: var(--bs-pink, #D6487E);
}
.label-purple,
.badge-purple {
  --label-bg: var(--bs-purple, #9585BF);
}
.label-yellow,
.badge-yellow {
  --label-bg: var(--bs-yellow, #FEE188);
}
.label-light,
.badge-light {
  --label-bg: var(--bs-light, #E7E7E7);
}
.badge-yellow,
.label-yellow {
  color: #996633 !important;
}
.badge-light,
.label-light {
  color: #888 !important;
}
.badge-btn {
  color: var(--bs-btn-color);
  background: var(--bs-btn-bg);
}
.label {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.label.arrowed-right {
  clip-path: polygon(0 0, 100% 0, calc(100% + var(--arrow-size)) 50%, 100% 100%, 0 100%);
}
.label.arrowed-in-right {
  clip-path: polygon(0 0, calc(100% + var(--arrow-size)) 0%, 100% 50%, calc(100% + var(--arrow-size)) 100%, 0 100%);
}
.label.arrowed {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, calc(-1 * var(--arrow-size)) 50%);
}
.label.arrowed.arrowed-right {
  clip-path: polygon(0 0, 100% 0, calc(100% + var(--arrow-size)) 50%, 100% 100%, 0 100%, calc(-1 * var(--arrow-size)) 50%);
}
.label.arrowed.arrowed-in-right {
  clip-path: polygon(0 0, calc(100% + var(--arrow-size)) 0%, 100% 50%, calc(100% + var(--arrow-size)) 100%, 0 100%, calc(-1 * var(--arrow-size)) 50%);
}
.label.arrowed-in {
  clip-path: polygon(0 0, 100% 0, 100% 100%, calc(-1 * var(--arrow-size)) 100%, 0 50%, calc(-1 * var(--arrow-size)) 0%);
}
.label.arrowed-in.arrowed-right {
  clip-path: polygon(0 0, 100% 0, calc(100% + var(--arrow-size)) 50%, 100% 100%, calc(-1 * var(--arrow-size)) 100%, 0 50%, calc(-1 * var(--arrow-size)) 0%);
}
.label.arrowed-in.arrowed-in-right {
  clip-path: polygon(0 0, calc(100% + var(--arrow-size)) 0%, 100% 50%, calc(100% + var(--arrow-size)) 100%, calc(-1 * var(--arrow-size)) 100%, 0 50%, calc(-1 * var(--arrow-size)) 0%);
}
.label {
  font-size: 12px;
  line-height: 1.15;
  --arrow-size: 5px;
}
.label-lg {
  padding: 0.3em 0.6em 0.4em;
  font-size: 13px;
  line-height: 1.1;
  --arrow-size: 6px;
}
.label-xlg {
  padding: 0.3em 0.7em 0.4em;
  font-size: 14px;
  line-height: 1.3;
  --arrow-size: 7px;
}
.label-sm {
  padding: 0.2em 0.4em 0.3em;
  font-size: 11px;
  line-height: 1;
  --arrow-size: 4px;
}
.label-sz-rel {
  padding: 0.1em 0.6em 0.2em;
  font-size: 0.9em;
  line-height: 1;
  --arrow-size: 0.4em;
}
.label > span {
  line-height: 1;
  vertical-align: bottom;
}
.timeline-container {
  position: relative;
  padding-top: 4px;
  margin-bottom: 32px;
}
.timeline-container:last-child {
  margin-bottom: 0;
}
.timeline-container:before {
  /* the vertical line running through icons */
  content: "";
  display: none;
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
  border: 1px solid #E2E3E7;
  background-color: #E7EAEF;
  width: 4px;
  border-width: 0 1px;
}
.timeline-container:first-child:before {
  border-top-width: 1px;
}
.timeline-container:last-child:before {
  border-bottom-width: 1px;
}
.timeline-container .timeline-indicator {
  font-size: 0;
  height: 12px;
  line-height: 12px;
  width: 12px;
  border-width: 1px !important;
  background-color: #FFFFFF !important;
  position: absolute;
  left: 85px;
  top: 3px;
  opacity: 1;
  border-radius: 100%;
  display: inline-block;
  padding: 0;
}
.timeline-item {
  padding-bottom: 22px;
  margin-bottom: 0;
  position: relative;
}
.timeline-item:last-child {
  padding-bottom: 0;
}
.timeline-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 90px;
  top: 5px;
  bottom: -5px;
  border-width: 0;
  background-color: #DDD;
  width: 2px;
  max-width: 2px;
}
.timeline-item:last-child:before {
  display: none;
}
.timeline-item:first-child:before {
  display: block;
}
.timeline-item .widget-box {
  background-color: #F2F6F9;
  color: #595C66;
  margin: 0;
  position: relative;
  max-width: none;
  margin-left: 112px;
}
.timeline-item .transparent {
  background-color: transparent !important;
}
.timeline-item .transparent .widget-box {
  border-left: none !important;
}
.timeline-item .transparent .widget-header {
  background-color: transparent !important;
  border-bottom-width: 0;
}
.timeline-item .transparent .widget-header > .widget-title {
  margin-left: 8px;
}
.timeline-item:nth-child(even) .widget-box {
  background-color: #F3F3F3;
  color: #616161;
}
.timeline-item:nth-child(even) .widget-box.transparent {
  border-left-color: #DBDBDB !important;
}
.timeline-item:nth-child(even) .widget-box.transparent .widget-header {
  background-color: #EEE !important;
}
.timeline-item .widget-main {
  margin: 0;
  position: relative;
  max-width: none;
  border-bottom-width: 0;
}
.timeline-item .widget-body {
  background-color: transparent;
}
.timeline-info {
  float: left;
  width: 100px;
  text-align: center;
  position: relative;
}
.timeline-info img {
  border-radius: 100%;
  max-width: 42px;
}
.timeline-info .label,
.timeline-info .badge {
  font-size: 12px;
}
.timeline-date {
  display: inline-block;
  width: 72px;
  text-align: right;
  margin-right: 25px;
  color: #777;
}
.programme-progress {
  font-weight: bold;
  height: 60px;
  position: relative;
}
.programme-progress .programme-start {
  float: left;
  color: #999999;
}
.programme-progress .programme-end {
  float: right;
  color: #999999;
}
.programme-progress .progress-indicator {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 24px;
  height: 6px;
  padding: 0 38px 0 0;
  border-radius: 3px;
  background: #b8b8b8;
}
.programme-progress .progress-indicator.red {
  background: #ff4040;
}
.programme-progress .progress-indicator.amber {
  background: #ff9040;
}
.programme-progress .progress-indicator.green {
  background: #40e840;
}
.programme-progress .progress-indicator > div {
  position: relative;
  height: 6px;
  border-radius: 3px;
}
.programme-progress .progress-indicator > div > i {
  position: absolute;
  border: double rgba(0, 0, 0, 0.6);
  border-width: 0 7px;
  border-radius: 3px;
  font-size: 28px;
  line-height: 6px;
  color: rgba(0, 0, 0, 0.6);
}
.programme-progress .progress-indicator > div > span {
  position: absolute;
  top: -9px;
  height: 24px;
  width: 38px;
  background: url("/assets/images/rocket-small.png") center;
  background-size: contain;
  padding-top: 24px;
  color: #999999;
}
.infobox-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, 210px);
  justify-content: center;
}
.infobox {
  --ib-col: var(--bs-gray-700);
  color: var(--ib-col);
  margin: -1px 0 0 -1px;
  padding: 8px 3px 6px 9px;
  border: 1px dotted var(--ib-col);
  position: relative;
  display: flex;
  align-items: start;
}
.infobox > .infobox-icon,
.infobox > .infobox-progress {
  width: 44px;
}
.infobox > .infobox-icon > .info-icon {
  height: 42px;
  margin: 0 1px;
  padding: 1px 1px 0 2px;
  background-color: var(--ib-col);
  text-align: center;
  position: relative;
  border-radius: 100%;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.infobox > .infobox-icon > .info-icon::before {
  font-size: 24px;
  display: block;
  padding: 6px 0 7px;
  width: 40px;
  border-radius: 100%;
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.2);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
}
.infobox .infobox-content:first-child {
  font-weight: bold;
}
.infobox > .infobox-data {
  display: inline-block;
  font-size: 13px;
  line-height: 21px;
  padding-left: 8px;
}
.infobox > .infobox-data > .infobox-data-number {
  display: block;
  font-size: 22px;
  margin: 2px 0 4px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.infobox > .infobox-data > .infobox-text {
  display: block;
  font-size: 16px;
  margin: 2px 0 4px;
  text-shadow: none;
}
.infobox > .stat {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 11px;
  color: var(--bs-gray-500);
  font-size: 13px;
}
.infobox .percentage {
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  padding-top: 0.8rem;
}
.infobox .easy-pie-chart {
  position: relative;
  text-align: center;
}
.infobox .easy-pie-chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.infobox-dark {
  background-color: var(--ib-col);
  border-color: transparent !important;
  border-width: 0;
  color: #FFF;
}
.infobox-dark > .infobox-icon > .info-icon {
  box-shadow: none;
  background: transparent;
}
.infobox-dark > .infobox-icon > .info-icon::before {
  background: transparent;
  text-shadow: none;
  font-size: 30px;
}
a.infobox:hover {
  color: var(--ib-col);
}
a.infobox-dark:hover {
  color: rgba(255, 255, 255, 0.9);
}
.infobox-primary {
  --ib-col: var(--bs-primary);
}
.infobox-pink {
  --ib-col: var(--bs-pink);
}
.infobox-blue {
  --ib-col: var(--bs-blue);
}
.infobox-orange {
  --ib-col: var(--bs-orange);
}
.infobox-green {
  --ib-col: var(--bs-green);
}
.infobox-grey {
  --ib-col: var(--bs-gray-500);
}
.infobox-purple {
  --ib-col: var(--bs-purple);
}
.infobox-red {
  --ib-col: var(--bs-red);
}
body {
  overflow: hidden;
}
.left-sidebar {
  order: -1;
  --bs-nav-link-font-size: 14px;
  --bs-nav-link-padding-y: 0.3rem;
}
.left-sidebar.reset-font-size {
  --bs-nav-link-font-size: 1rem;
}
.left-sidebar,
.left-sidebar .offcanvas {
  background-color: var(--sc-sidebar-bg, var(--bs-dark)) !important;
}
.left-sidebar a,
.left-sidebar .nav-link {
  color: var(--sc-sidebar-link, rgba(255, 255, 255, 0.7));
}
.left-sidebar .nav-link.active {
  background-color: var(--sc-sidebar-active, rgba(255, 255, 255, 0.1));
}
.left-sidebar .offcanvas {
  width: 230px !important;
}
.left-sidebar .list-unstyled {
  padding-left: 1rem;
}
.left-sidebar .dropdown-menu a {
  color: unset;
}
.nav-link[data-bs-target] {
  cursor: pointer;
}
/*header, .header{
    background-color: var(--sc-header-bg, var(--bs-white));
}*/
img.hostLogo {
  max-width: 100%;
  max-height: 47px;
}
.breadcrumb-item + .breadcrumb-item::before {
  margin: 4px 7px 0 1px;
}
.dataTables_wrapper .row:last-child,
.dataTables_wrapper .row:last-child {
  border-bottom: 1px solid #e0e0e0;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: var(--bs-light);
}
.submenu-content {
  display: none;
  inset: 0px auto auto 0px;
  transform: translate3d(195px, 0px, 0px);
}
.submenu:hover .submenu-content {
  display: block;
}
.logo {
  background-color: var(--sc-logo-bg, transparent);
}
.table-light.table-bordered {
  border-color: var(--bs-border-color);
}
#header-actions {
  display: flex;
  align-items: baseline;
  margin-left: auto;
}
#header-actions .table-filterer {
  font-size: 1rem;
  line-height: 2;
  margin-left: 1rem;
}
.table-filterer input {
  display: unset;
  width: unset;
}
table .profile-picture img {
  max-width: 4em;
  max-height: 4em;
  white-space: pre-line;
}
.table-scroll {
  border: 1px solid var(--bs-border-color);
}
.table-light-bordered {
  border: 1px solid var(--bs-border-color);
  border-collapse: separate;
  border-spacing: 0;
}
.table-light-bordered td,
.table-light-bordered th {
  border-color: var(--bs-border-color);
}
.table-light-bordered th {
  font-weight: 400;
}
.table-light-bordered td:not(:first-child),
.table-light-bordered th:not(:first-child) {
  border-left-width: 1px;
}
.table-light-bordered > :last-child > tr:last-child > * {
  border-bottom: none;
}
.table-light-bordered thead {
  background: var(--bs-light, #f8f9fa);
}
.table-scroll .table-light-bordered {
  border: none;
}
table.table-condensed > :not(caption) > tr > * {
  padding: 2px;
}
.first-col-left tr > :first-child {
  text-align: left;
}
.toolbar-offset {
  position: relative;
  top: 0.5rem;
  z-index: 100;
}
:not([hidden]) + .show-after-hidden {
  display: none;
}
tr.col-group-start {
  position: relative;
}
tr.col-group-start > td {
  padding-top: 0.75em !important;
}
tr.col-group-start .horiz-divider {
  position: absolute;
  top: -0.25em;
  left: 0;
  right: 0;
}
.horiz-divider {
  display: flex;
  align-items: center;
  line-height: 0.25em;
  gap: 0.125em;
  margin-bottom: 0.5em;
}
.horiz-divider::after,
.horiz-divider::before {
  border-bottom: 1px dotted #555;
  flex: 4ch 1 0;
  content: "";
  height: 0.25em;
}
.stack-vertical > div {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.sc-logo {
  height: 2em;
}
.btn-accent {
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
}
.btn-xs {
  --bs-btn-padding-x: 0.25rem;
  --bs-btn-padding-y: 0.1rem;
  --bs-btn-font-size: 0.8rem;
  --bs-btn-border-radius: 0.2rem;
}
.btn-bg-light {
  --bs-btn-bg: var(--bs-light);
}
.text-btn {
  color: var(--bs-btn-color) !important;
  background: var(--bs-btn-bg) !important;
}
.btn-provider-facebook {
  --bs-btn-color: #fff;
  --bs-btn-bg: #3b5998;
  --bs-btn-hover-bg: #4874c0;
}
.btn-provider-google {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dd4b39;
  --bs-btn-hover-bg: #f25240;
}
.btn-login-sso::after {
  content: "SSO";
}
.bg-sidebar-horizon {
  background: linear-gradient(var(--sc-logo-bg, var(--sc-sidebar-bg)) 0 33.3%, var(--sc-sidebar-bg) 33.3% 100%);
}
th[data-bulk] {
  width: 1.5rem;
}
.table-scroll.vh-58 {
  max-height: 58vh;
}
.table-scroll.short {
  max-height: 38vh;
}
.selectClassOptions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: baseline;
}
.selectClassOptions > span.active {
  border: 2px dotted red;
  padding: 4px 4px 0;
}
.selectClassOptions > span.active > span {
  max-width: 35ex;
}
.selectClassOptions > span > span {
  min-width: 7ex;
  max-width: 14ex;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.grid-30ex {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30ex, auto));
}
.tooltip.hover,
.tooltip.hover-prev {
  position: absolute;
}
.tag-tooltips-within .tooltip.hover {
  white-space: pre;
  left: 0;
}
.toggled-labels {
  font-variant: small-caps;
  display: inline-flex;
}
.toggled-labels label {
  margin: 0 0.25rem;
}
.colour-picker {
  display: inline-block;
}
.no-colour::after {
  top: 0.7px;
  right: 15px;
  bottom: 0.7px;
}
input[type=color].full-swatch {
  padding: 0;
  vertical-align: -0.4em;
  border: none;
  height: 28px;
}
.org-searcher {
  display: flex;
  column-gap: 1ex;
  align-items: stretch;
}
.org-searcher > .autocomplete {
  flex-grow: 1;
}
.org-search-results {
  display: flex;
  margin-top: 12px;
  padding-top: 12px;
  gap: 12px;
  border-top: 1px solid #ccc;
  overflow: auto;
  min-height: 5em;
  flex: 1 10 auto;
}
.org-search-results .results-list {
  display: flex;
  flex: 1 1 auto;
  width: 35ch;
}
.org-search-results .results-list li {
  padding: 6px 0;
}
.org-search-results .loading-indicator {
  overflow: hidden;
}
.org-search-results .org-detail {
  flex: 1 1 70ch;
}
.org-search-results .custom-field-selects {
  grid-template-columns: repeat(auto-fit, minmax(10ex, auto) minmax(220px, 1fr));
}
.org-search-results .org-mission {
  padding-left: 6px;
  border-left: 2px solid #ddd;
  margin: 8px 0;
  clear: both;
}
input[type=checkbox].sz-2x {
  width: 2em;
  height: 2em;
}
.table-structure-3 {
  display: table;
  border-collapse: separate;
  border-spacing: 0.5rem;
}
.table-structure-3 > * {
  display: table-row-group;
}
.table-structure-3 > * > * {
  display: table-row;
}
.table-structure-3 > * > * > * {
  display: table-cell;
}
.table-structure-3 > * > * > .toggle-switch {
  display: inline-block;
}
form input[type="number"]::-webkit-outer-spin-button,
form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form input[type="number"] {
  -moz-appearance: textfield;
}
.form-std {
  --sc-label-width: 11rem;
  --sc-ctl-width: 27rem;
}
@media (max-width: 479.99px) {
  .form-std {
    --sc-label-width: 100%;
  }
}
.form-std.labels-auto {
  --sc-label-width: auto;
}
.form-std.labels-xl {
  --sc-label-width: 27rem;
}
@media (min-width: 768px) and (max-width: 1199.99px) {
  .form-std.labels-expand-md-xl {
    --sc-label-width: 100%;
  }
}
.form-std .form-group {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 0.5rem;
}
.form-std .form-group .form-control {
  display: inline;
  vertical-align: baseline;
}
.form-std input[type="date"] {
  display: block!important;
}
.form-std .fld-label,
.form-std .question > label,
.form-std .form-group > label {
  color: var(--bs-secondary);
  margin: 0 0.25rem 0.5rem 0;
  width: var(--sc-label-width);
}
.form-std .fld-label.required::after,
.form-std .question > label.required::after,
.form-std .form-group > label.required::after {
  content: "*";
  color: var(--bs-danger);
}
.form-std .question {
  display: flex;
}
.form-std .question > div:first-child {
  color: var(--bs-secondary);
  margin: 0 0.25rem 0.5rem 0;
  width: var(--sc-label-width);
}
.form-std fieldset .form-group > label {
  font-size: inherit !important;
  color: inherit;
}
.form-std fieldset.ps-2 .form-group > label {
  width: calc(var(--sc-label-width) - .5rem);
}
.form-std .toggle-switch-line > label:first-child {
  width: var(--sc-label-width);
}
.form-std .fld-ctls {
  flex: 25ex 1 0;
}
.form-std .fld-ctls select {
  max-width: 20ex;
}
.form-std .fld-ctls input[type="file"] {
  max-width: 45ex;
}
.form-std .form-group > .controls {
  flex: auto 1 0;
  width: var(--sc-ctl-width);
}
.form-std .form-group > .controls select {
  max-width: 100%;
  min-width: 10ch;
  width: auto;
}
.form-std .form-group.fit-content {
  --sc-ctl-width: fit-content;
}
.form-std .idNumber-type-radio {
  display: grid;
  grid-template-columns: repeat(auto-fill, 3ex 35ex);
}
.form-std .two-column-grid {
  grid-template-columns: 1fr 1fr;
  column-gap: 3rem;
}
.form-std .info,
.form-std .help,
.form-std .note {
  color: var(--bs-gray-600);
  font-size: 0.875em;
}
.form-std .info,
.form-std .error,
.form-std .help,
.form-std .note {
  margin-left: 0.25rem;
  display: inline-block;
  min-width: 30ex;
}
.form-std .error {
  color: var(--bs-danger);
  font-size: 0.875em;
  /*small*/
}
.form-std .question > label + div {
  display: inline-block;
  width: 30ex;
  vertical-align: top;
}
.form-std .address-block {
  color: var(--bs-gray-600);
}
.form-std .address-block th {
  font-weight: 500;
  color: var(--bs-secondary);
}
.form-std .col-sm-3.control-label {
  padding-left: 0;
}
.grid-column-all {
  grid-column: 1 / -1;
}
.font-small-caps {
  font-variant: small-caps !important;
}
.mix-difference {
  mix-blend-mode: difference;
}
.opportunities-filter .controls {
  position: relative;
}
.opportunities-filter input.dates {
  width: 100%;
}
.opportunities-filter .clearer + input {
  padding-left: 4ex;
}
.opportunities-filter .clearer {
  position: absolute;
  top: 0.3em;
}
.opportunities-filter #filter-indicators {
  display: none;
}
.opportunities-filter #filter-indicators i {
  margin: 0 2px;
}
.opportunities-filter .collapsed #filter-indicators {
  display: inline-block;
}
.parallax {
  overflow: hidden auto;
  padding: 0;
  perspective: 1px;
  perspective-origin: 0 100%;
  --plx-dist: 1;
  transform: translateZ(0);
}
.parallax-bg {
  position: relative;
  transform-style: preserve-3d;
}
.parallax-bg::after {
  position: absolute;
  inset: 0;
  transform-origin: 0 100%;
  transform: translateZ(calc(-1px * var(--plx-dist))) scale(calc(1 + var(--plx-dist)));
  content: "";
  z-index: -1;
  background: var(--bg-img, none) repeat-y center center / max(var(--plx-aspect, 1.33) * 100vh,100%) auto;
}
@media (max-width: 767.99px) {
  .parallax-0-mobile {
    --plx-dist: 0 !important;
    transform: none;
  }
  .parallax-0-mobile.parallax-bg::after,
  .parallax-0-mobile .parallax-bg::after {
    transform: none;
  }
}
.parallax-0 {
  --plx-dist: 0 !important;
  transform: none;
}
.parallax-0.parallax-bg::after,
.parallax-0 .parallax-bg::after {
  transform: none;
}
.clip-circle {
  clip-path: circle();
}
.full-below-top {
  height: calc(100vh - 4rem);
}
.banner-logo {
  max-height: 4rem;
  max-width: 75%;
  height: auto;
}
hr.small {
  display: inline-block;
  width: 6rem;
  border-bottom: 2px solid var(--bs-border-color);
}
th {
  font-weight: normal;
}
.multiline {
  --bs-gutter-y: 0.25rem;
  --bs-gutter-x: 0.3rem;
}
.no-hover:hover {
  --bs-btn-hover-bg: var(--bs-btn-bg);
  --bs-btn-hover-border-color: var(--bs-btn-border-color);
  --bs-btn-active-bg: var(--bs-btn-bg);
  --bs-btn-active-border-color: var(--bs-btn-border-color);
}
.btn-app {
  width: 100px;
}
.wizard-steps {
  list-style: none;
  display: flex;
}
.wizard-steps > li,
.wizard-steps > li > a:first-child:last-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 0 solid var(--bs-border-color);
  flex: 20ch 1 1;
  position: relative;
}
.wizard-steps > li.active {
  --bs-border-color: var(--bs-primary);
}
.wizard-steps > li::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: calc(1.3rem - 3px);
  left: 0;
  right: 0;
  border-top-width: 5px;
  border-style: solid;
  border-color: inherit;
}
.wizard-steps > li:first-child::after {
  left: calc(50% + 1.3rem);
}
.wizard-steps > li:last-child::after {
  right: calc(50% + 1.3rem);
}
.wizard-steps .step {
  width: 2.6rem;
  height: 2.6rem;
  font-size: 1.25rem;
  line-height: 1.8rem;
  border-radius: 50%;
  border-width: 5px;
  border-style: solid;
  border-color: inherit;
  text-align: center;
  background: white;
  z-index: 1;
  display: inline-block;
}
.semi-wide-modal .modal-dialog {
  min-width: 55vw;
}
.semi-wide-modal .modal-dialog .flex-column {
  max-height: 80vh;
}
.form-input-no-label {
  display: inline-block;
}
input.locker {
  display: none;
}
input.locker:checked + .fas::after {
  content: "\f023";
}
input.locker:not(:checked) + .fas::after {
  content: "\f09c";
  color: #888;
}
.scroll-box {
  border: 1px solid var(--bs-border-color);
  padding: 0 0.75rem;
  margin-bottom: 1rem;
  max-height: 420px;
  overflow-y: auto;
}
.scroll-box-list-item {
  display: flex;
  align-items: baseline;
  padding: 0.25rem 0;
}
.scroll-box-list-item input {
  margin-right: 0.25rem;
}
.scroll-box-list-item div {
  margin-left: 10px;
}
.wide-modal .columns-50 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50ex, 1fr));
  max-height: 10em;
}
.wide-modal scroll-box-list-item {
  align-items: baseline;
}
.wide-modal .tags-list-flex {
  max-height: 6.8em;
}
.bigger-120 {
  font-size: 120%;
}
.hover-drop {
  overflow: visible;
}
.hover-drop:hover .dropdown-menu {
  display: block;
}
.navbar input.toggler:checked ~ .toggled {
  position: absolute;
  left: 100%;
  background: white;
  border: 1px solid #dee2e6;
  white-space: nowrap;
}
.navbar input.toggler:checked ~ .toggled .nav-link {
  color: black;
}
.col-Tiny {
  flex: 3 1 320px;
  max-width: 440px;
}
.col-Tiny .mapPlot {
  height: 220px;
}
.col-Small {
  flex: 4 1 480px;
  max-width: 620px;
}
.col-Small .mapPlot {
  height: 270px;
}
.col-Small .number-box {
  font-size: 108%;
}
.col-Medium {
  flex: 5 1 620px;
  max-width: 840px;
}
.col-Medium .mapPlot {
  height: 320px;
}
.col-Medium .number-box {
  font-size: 120%;
}
.col-Large {
  flex: 6 1 980px;
}
.col-Large .number-box {
  font-size: 130%;
}
.card *:not(:first-child) .number-box {
  margin-top: 0.5rem;
}
.flex-vert-middle {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.table-responsive {
  max-height: 88vh;
}
.table-responsive thead {
  position: sticky;
  top: 0;
}
.table-responsive tfoot {
  position: sticky;
  bottom: 0;
  outline: 1px solid #bbbcbe;
}
.buttonset {
  width: fit-content;
}
.buttonset .lblAndBtn {
  display: flex;
  gap: 0.25rem 1rem;
  margin-top: 0.5rem;
}
.buttonset .lblAndBtn .toggle-switch {
  margin-left: auto;
}
input.icon-pick {
  display: none;
}
.currency-all {
  position: relative;
}
ul.tree li.tree-folder {
  list-style: none;
  border-left: 1px dotted var(--bs-primary);
  padding-left: 0.5rem;
}
ul.tree .tree-folder-header::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  border-top: 1px dotted var(--bs-primary);
  left: -0.5rem;
  margin: 0 0.25rem 0 -0.5rem;
  vertical-align: middle;
}
ul.tree .tree-folder-header > .btn-group {
  margin-left: 0.25rem;
}
ul.tree li.deleted > div > label {
  text-decoration: line-through;
}
#limiterBox {
  border: 1px solid var(--bs-border-color);
  background: white;
  text-align: right;
  font-size: smaller;
  padding: 1px 0;
  border-radius: 0.25rem;
}
.form-builder {
  margin: 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  padding-top: 12px;
}
.form-builder .question-options {
  padding-bottom: 12px;
}
.form-builder .form-preview ul {
  margin-left: 0;
  list-style: none;
}
.form-builder .form-preview li {
  margin: 1px 0;
  padding: 2px;
}
.form-builder .form-preview li label {
  display: block;
}
.form-builder .form-preview li.active {
  background: #fff0d8;
  border: 2px dotted orange;
  padding: 0;
}
.form-builder .badge.p-3 {
  padding: 0.5rem !important;
  margin-right: 0.25rem;
}
.form-builder .form-check-label {
  color: var(--bs-body-color);
}
.dashboard-adder {
  margin-top: 0.25rem;
  gap: 0.5rem 1rem;
  border: 1px solid var(--bs-warning);
  justify-content: center !important;
}
.dashboard-adder select {
  max-width: max(40ch, 100% - 20ch);
  display: inline-block;
}
.dashboard-adder .select-list {
  right: -17ch;
}
.chart-editor {
  display: flex;
  gap: 0.5rem;
  align-items: start;
  flex-wrap: wrap;
}
.chart-editor .form-select {
  max-width: 50ch;
}
.chart-editor .multi-select {
  padding: 0.25rem 0 0.25rem 0.25rem;
  max-height: 7rem;
  overflow: auto;
  margin: 0;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.25rem 0 0 0.25rem;
}
.chart-editor .multi-select li {
  display: inline-flex;
  margin-right: 0.75rem;
}
.chart-editor .multi-select li label {
  margin-left: 0.25rem;
}
.chart-editor .tags-select .badge {
  font-size: 0.875rem;
  align-self: baseline;
}
.chart-editor .chart-preview {
  margin-top: 0.5rem;
  width: 50ch;
  flex-grow: 5;
  min-height: 6rem;
  z-index: 0;
}
.chart-editor .chart-preview .mapPlot {
  height: 320px;
  min-height: 40vh;
  max-height: 60vh;
}
.chart-editor .chart-preview.preview-table {
  height: max-content;
  overflow: auto;
}
.chart-editor .table-structure-3 {
  flex-grow: 1;
}
.chart-editor .table-structure-3 > * > * > * {
  max-width: 50ch;
}
.space-above-tr td {
  border-top: var(--space-above, 0px) solid transparent;
}
/* Keyframes */
@keyframes wiggle {
  0%,
  50% {
    transform: rotateZ(0);
  }
  55% {
    transform: rotateZ(-12deg);
  }
  60% {
    transform: rotateZ(8deg);
  }
  63% {
    transform: rotateZ(-8deg);
  }
  66% {
    transform: rotateZ(5deg);
  }
  69% {
    transform: rotateZ(-3deg);
  }
  72%,
  100% {
    transform: rotateZ(0);
  }
}
.attention-anim {
  animation: wiggle 5s linear infinite;
}
.bg-alert {
  background-color: var(--bs-alert-bg) !important;
}
.form-select .ts-control {
  padding: 0!important;
  border: none!important;
}
.form-select .ts-control input {
  font-size: 0.875rem !important;
  padding-top: 0.075rem !important;
  padding-bottom: 0.075rem !important;
}
.form-select .ts-control div {
  margin-bottom: 0!important;
  padding-top: 1px!important;
  padding-bottom: 1px!important;
}
.ts-control {
  padding-top: 0.35rem !important;
  padding-bottom: 0.35rem !important;
  padding-left: 0.5rem !important;
  min-height: 1.93rem !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center !important;
  background-size: 16px 12px!important;
}
.ts-control input {
  font-size: 0.875rem !important;
}
.ts-control div {
  margin: 0 0.2rem !important;
  padding: 0 0.2rem !important;
}
.width-unset {
  width: unset!important;
}
.daterangepicker.dropdown-menu {
  max-width: 500px;
  z-index: 3000;
}
.daterangepicker .calendar.left {
  float: left!important;
}
