.insight-dashboard {
  font-family: Noto Sans, Arial, Verdana, sans-serif;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.insight-dashboard-container {
  position: relative;
}

.insight-dashboard-selector-container {
  overflow: auto;
}

.insight-dashboard-content-container {
  overflow: auto;
}

.insight-dashboard-canvas {
  display: flex;
  flex-wrap: wrap;
  vertical-align: top;
  min-height: 60vh;
  overflow: hidden;
}

.insight-dashboard-header {
  padding: 4px;
  font-size: 2em;
  color: #444444;
  width: 100%;
}

.insight-dashboard-title {
  padding: 0 0 12px 4px;
  font-size: 15px;
  color: #444444;
  width: 100%;
}

.insight-dashboard-block {
  padding: 0;
  display: flex;
}

.insight-dashboard-map-title {
  fill: #635f5d;
  font-size: 15px;
}

.insight-dashboard-svg-title {
  fill: #635f5d;
  font-size: 15px;
}

.chart-table {
  color: #635f5d;
  border-spacing: 0;
}

.chart-table th {
  text-align: left;
  font-weight: normal;
  font-size: 1.2em;
  background-color: #f2f2f2;
  height: 2em;
}

.chart-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.chart-table tr {
  height: 20px;
}

.chart-table tr:hover {
  background-color: #e5e5e5;
}

.chart-table th,
.chart-table td {
  padding: 0.25ex 0.7em 0.25ex 0.7ex;
}

.insight-dashboard-card {
  margin: 5px;
  background-color: #f2f6fa;
  opacity: 0.8;
  position: relative;
  border-radius: 5px;
}

.insight-dashboard-card-title {
  padding-top: 10px;
  padding-bottom: 0;
  color: #635f5d;
  font-size: 15px;
  height: 3em;
  text-align: center;
}

.insight-dashboard-card-body {
  overflow: auto;
}

.insight-dashboard-tabular {
  margin: 5px;
  background-color: #f2f6fa;
  opacity: 0.8;
  position: relative;
  border-radius: 5px;
  display: flex;
  flex-flow: column;
}

.insight-dashboard-tabular-title {
  padding-top: 5px;
  padding-bottom: 0;
  color: #635f5d;
  font-size: 15px;
  height: 2em;
  text-align: center;
}

.insight-dashboard-tabular-filter {
  margin: 10px 10px 0 10px;
  color: #635f5d;
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.insight-dashboard-tabular-filter-title {
    width: 60px;
  margin-right: 5px;
  color: #2244aa;
}

.insight-dashboard-tabular-filter-form {
  margin: 0;
}

.insight-dashboard-tabular-table {
  margin: 10px;
  overflow: auto;
}

.insight-dashboard-tabular-table table {
  border-collapse: collapse;
  color: #5e5e5e;
  width: 100%;
}

.insight-dashboard-tabular-table th {
  padding: 5px;
  text-align: left;
  font-weight: normal;
  color: #1a4189;
  background-color: #dde2e566;
}

.insight-dashboard-tabular-table td,
.insight-dashboard-tabular-table tr {
  padding: 5px;
}

.insight-dashboard-tabular-table tr:nth-child(even) {
  background-color: #dde2e544;
}

.insight-dashboard-tabular-table tr:hover {
  background-color: #dde2e599;
}

.insight-dashboard-tabular-summary-row {
  color: #880000;
}

.insight-dashboard-tabular-table th.left,
.insight-dashboard-tabular-table td.left {
  text-align: left;
}

.insight-dashboard-tabular-table th.center,
.insight-dashboard-tabular-table td.center {
  text-align: center;
}

.insight-dashboard-tabular-table th.num,
.insight-dashboard-tabular-table td.num {
  text-align: right;
}

.insight-dashboard-tabular-table th.right,
.insight-dashboard-tabular-table td.right {
  text-align: right;
}

.insight-dashboard-tabular-table td.mw100 {
  min-width: 100px;
}

.insight-dashboard-tabular-table td.mw150 {
  min-width: 150px;
}

.insight-dashboard-tabular-table td.mw200 {
  min-width: 200px;
}

.insight-dashboard-tabular-table td.nowrap {
  white-space: nowrap;
}

.insight-dashboard-tabular-table td.filter {
  cursor: pointer;
}

.insight-dashboard-tabular-table td.filter:hover {
  color: #aa0000;
}

.insight-dashboard-title-symbol-svg {
}

.insight-dashboard-title-symbol-html {
  position: absolute;
}

.insight-dashboard-title-button-html {
  position: absolute;
  cursor: pointer;
  padding: 2px;
  border: 1px solid transparent;
  box-sizing: content-box;
  display: flex;
  padding: 4px;
}

.insight-dashboard-title-button-html:hover {
  border: 1px solid #bbbbbb88;
  border-radius: 3px;
}

.insight-dashboard-single {
  position: relative;
  margin: 5px;
  background-color: #f4f8ff;
  opacity: 0.8;
  border-radius: 5px;
}

.insight-dashboard-single-value {
  text-align: center;
  font-size: 22px;
  line-height: 40px;
  padding-top: 20px;
  color: #635f5d;
}

.insight-dashboard-single-label {
  text-align: center;
  font-size: 14px;
  color: #888899;
}

.muuri-grid {
  position: relative;
}

.item {
  display: block;
  position: absolute;
  z-index: 1;
}

.muuri-item {
  overflow: hidden;
}

.item.muuri-item-dragging {
  z-index: 3;
}

.item.muuri-item-releasing {
  z-index: 2;
}

.item.muuri-item-hidden {
  z-index: 0;
}

.muuri-item-content {
  position: relative;
}

.chart {
  font-size: 1.1em;
}

.chart-line-axis {
  font-size: 0.8em;
}

.chart-line-axis .tick line {
  stroke-opacity: 0.2;
}

.chart-line-axis .domain {
  stroke-opacity: 0.4;
}

.chart-line {
  fill: none;
  stroke-width: 2px;
  opacity: 0.8;
}

.chart-node-link {
  stroke-width: 2px;
  stroke: red;
}

.chart-point-mark {
  fill: #d44646;
  stroke-width: 1px;
  stroke: white;
}

.chart-line-label {
  fill: #444444;
  font-size: 11px;
  text-anchor: middle;
}

.chart-bar {
  fill: steelblue;
  opacity: 0.7;
}

.chart-bar:hover {
  opacity: 0.9;
}

.chart-bar-label {
  fill: #666666;
  font-size: 9px;
}

.chart-legend {
  fill: #222222;
  font-size: 11px;
}

.chart-title {
  fill: #635f5d;
  font-size: 15px;
  text-anchor: middle;
}

.chart-title-small {
  fill: #635f5d;
  font-size: 13px;
  text-anchor: middle;
}

.chart-subtitle {
  fill: #635f5d;
  font-size: 11px;
  text-anchor: middle;
}

.chart-x-axis-label,
.chart-y-axis-label,
.chart-z-axis-label {
  fill: #635f5d;
  font-size: 11px;
}

.chart-tooltip {
  font-size: 12px;
  background-color: #ffffffcc;
  position: absolute;
  border: 0 solid;
  border-radius: 5px;
  padding: 5px 40px 5px 10px;
  z-index: 900000;
  white-space: nowrap;
}

/* The container */
.checkbox-container {
  display: inline-block;
  position: relative;
  padding: 0 10px 0 20px;
}

/* Create a custom checkbox */
.checkbox-container .checkmark {
  position: absolute;
  left: 0;
  margin: 3px;
}

.attached-files-canvas {
  height: 100%;
  overflow: auto;
  padding: 10px;
}

.attached-files-block {
  text-align: center;
  width: 200px;
  margin: 0 auto 40px auto;
}

.attached-files-block img {
  display: inline;
  min-height: 100px;
  max-height: 100%;
  max-width: 100%;
  padding: 5px;
  transition: transform 0.2s;
  cursor: pointer;
}

.attached-files-block img:hover {
  transform: scale(1.05);
}

.attached-files-label,
.attached-files-date {
  font-size: 12px;
}

.attached-files-date {
  font-size: 11px;
  color: #aaaaaa;
}

.attached-files-description {
  font-size: 12px;
  color: #aaaaaa;
}

.attached-files-geometry {
  font-size: 11px;
  color: #3366aa;
}

.attached-files-geometry:hover {
  font-size: 11px;
  color: #0066ee;
  cursor: pointer;
}

.attached-files-location {
  font-size: 12px;
  color: #444444;
  display: flex;
  justify-content: center;
}

.attached-files-location .location {
  vertical-align: middle;
  line-height: 24px;
}

.attached-files-location .image {
  padding: 4px;
  min-height: 16px;
  height: 16px;
  width: 16px;
  opacity: 1;
}

.attached-files-loading {
  background-color: #f0f0f0;
  width: 120px;
  height: 150px;
  margin: 0 auto 0 auto;
  text-align: center;
  font-size: 0.8em;
}

.attached-files-hide {
  display: none;
}

.item.dsh-muuri-h10 {
  height: 100px;
}

.item.dsh-muuri-w10 {
  width: 100px;
}

.item.dsh-muuri-h12 {
  height: 125px;
}

.item.dsh-muuri-w12 {
  width: 125px;
}

.item.dsh-muuri-h15 {
  height: 150px;
}

.item.dsh-muuri-w15 {
  width: 150px;
}

.item.dsh-muuri-h17 {
  height: 175px;
}

.item.dsh-muuri-w17 {
  width: 175px;
}

.item.dsh-muuri-h20 {
  height: 200px;
}

.item.dsh-muuri-w20 {
  width: 200px;
}

.item.dsh-muuri-h22 {
  height: 225px;
}

.item.dsh-muuri-w22 {
  width: 225px;
}

.item.dsh-muuri-h25 {
  height: 250px;
}

.item.dsh-muuri-w25 {
  width: 250px;
}

.item.dsh-muuri-h27 {
  height: 275px;
}

.item.dsh-muuri-w27 {
  width: 275px;
}

.item.dsh-muuri-h30 {
  height: 300px;
}

.item.dsh-muuri-w30 {
  width: 300px;
}

.item.dsh-muuri-h32 {
  height: 325px;
}

.item.dsh-muuri-w32 {
  width: 325px;
}

.item.dsh-muuri-h35 {
  height: 350px;
}

.item.dsh-muuri-w35 {
  width: 350px;
}

.item.dsh-muuri-h37 {
  height: 375px;
}

.item.dsh-muuri-w37 {
  width: 375px;
}

.item.dsh-muuri-h40 {
  height: 400px;
}

.item.dsh-muuri-w40 {
  width: 400px;
}

.item.dsh-muuri-h45 {
  height: 450px;
}

.item.dsh-muuri-w45 {
  width: 450px;
}

.item.dsh-muuri-h50 {
  height: 500px;
}

.item.dsh-muuri-w50 {
  width: 500px;
}

.item.dsh-muuri-h55 {
  height: 550px;
}

.item.dsh-muuri-w55 {
  width: 550px;
}

.item.dsh-muuri-h60 {
  height: 600px;
}

.item.dsh-muuri-w60 {
  width: 600px;
}

.item.dsh-muuri-h65 {
  height: 650px;
}

.item.dsh-muuri-w65 {
  width: 650px;
}

.item.dsh-muuri-h67 {
  height: 675px;
}

.item.dsh-muuri-w67 {
  width: 675px;
}

.item.dsh-muuri-h70 {
  height: 700px;
}

.item.dsh-muuri-w70 {
  width: 700px;
}

.item.dsh-muuri-h75 {
  height: 750px;
}

.item.dsh-muuri-w75 {
  width: 750px;
}

.item.dsh-muuri-h80 {
  height: 800px;
}

.item.dsh-muuri-w80 {
  width: 800px;
}

.item.dsh-muuri-h90 {
  height: 900px;
}

.item.dsh-muuri-w90 {
  width: 900px;
}

.item.dsh-muuri-h100 {
  height: 1000px;
}

.item.dsh-muuri-w100 {
  width: 1000px;
}

.item.dsh-muuri-h110 {
  height: 1100px;
}

.item.dsh-muuri-w110 {
  width: 1100px;
}

.item.dsh-muuri-h120 {
  height: 1200px;
}

.item.dsh-muuri-w120 {
  width: 1200px;
}

.insight-dashboard-pie-slice {
  opacity: 0.8;
  stroke: white;
  stroke-width: 1px;
}

.insight-dashboard-pie-label text {
  fill: #666666;
  font-size: 11px;
}

.insight-dashboard-pie-label text tspan {
  fill: #888888;
  font-size: 10px;
}

.insight-dashboard-pie-line polyline {
  fill: none;
  stroke: #888888;
}

::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-corner {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 9999px;
  background-color: #aaaaaa22;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #aaaaaa33;
}

.map-path-active {
  fill: red !important;
}

.map-path-inactive {
  fill: darkgray;
}

.tippy-box[data-theme~='fycelium-light'] {
  background: #ffffff88;
  color: #444444;
}

.tippy-box[data-theme~='fycelium-light'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #ffffff88;
}

.tippy-box[data-theme~='fycelium-light'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: #ffffff88;
}

.select2-container {
  z-index: 999999;
  text-align: left !important;
}

.dataTables_filter {
  margin-bottom: 10px;
}

table.dataTable thead th, table.dataTable tfoot th {
  font-weight: normal;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 5px;
}

.dataTables_wrapper .dataTables_filter input {
  padding: 2px;
  outline-color: transparent;
}