/* CSS - Cascading Style Sheet */
/* Palette color codes */
/* Palette URL: http://paletton.com/#uid=13p0u0kex8W2uqu8af7lEqaulDE */

/* Feel free to copy&paste color codes to your application */

/* As hex codes */
.color-primary-0 {
  color: #19282c;
}

/* Main Primary color */
.color-primary-1 {
  color: #7a8184;
}
.checked {
  right: 0px;
}
.color-primary-2 {
  color: #39474b;
}

.color-primary-3 {
  color: #2d6d82;
}

.color-primary-4 {
  color: #108fb9;
}

/* As RGBa codes */
.rgba-primary-0 {
  color: rgba(25, 40, 44, 1);
}

/* Main Primary color */
.rgba-primary-1 {
  color: rgba(122, 129, 132, 1);
}

.rgba-primary-2 {
  color: rgba(57, 71, 75, 1);
}

.rgba-primary-3 {
  color: rgba(45, 109, 130, 1);
}

.rgba-primary-4 {
  color: rgba(16, 143, 185, 1);
}

/* Generated by Paletton.com Â© 2002-2014 */
/* http://paletton.com */

:root {
  --color-0: rgba(25, 40, 44, 1);
  --color-1: rgba(122, 129, 132, 1);
  --color-2: rgba(57, 71, 75, 1);
  --color-3: rgba(45, 109, 130, 1);
  --color-4: rgba(16, 143, 185, 1);

  --bg-color: var(--color-0);
  --bg-color-2: rgb(60, 80, 85);
  --bg-light-color: rgba(48, 61, 65, 1);
  --bg-dark-color: rgba(24, 31, 33, 1);
  --bg-hover-color: var(--color-2);

  --font-color: #9aa1a4;
  --font-color-2: #ddd;
  --font-color: #cccccc;
  --border-color: black;

  --measurement-detail-node-bg-light: var(--color-1);
  --measurement-detail-node-bg-dark: var(--color-2);
  --measurement-detail-area-bg-color: #eee;
}
.pointCloudsList {
  font-size: 16px;
  cursor: pointer;
}
#sidebar_root {
  color: #ffffff;
}

.potree_failpage {
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  margin: 15px;
}

.potree_failpage a {
  color: initial !important;
  text-decoration: underline !important;
}

.potree_info_text {
  color: white;
  font-weight: bold;
  text-shadow: 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black,
    -1px -1px 1px black;
}

.showItem {
  display: block;
}

.hideItem {
  display: none;
}

.potree_message {
  width: 500px;
  background-color: var(--bg-color);
  padding: 5px;
  margin: 5px;
  border-radius: 4px;
  color: var(--font-color);
  font-family: Arial;
  opacity: 0.8;
  border: 1px solid black;
  display: flex;
  overflow: auto;
}

.potree_message_error {
  background-color: red;
}

#potree_description {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1000;
}

#sidebar_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 700;
}

.potree_sidebar_brand {
  margin: 1px 25px;
  line-height: 2em;
  font-size: 100%;
  font-weight: bold;
  position: relative;
  display: flex;
  flex-direction: row;
}
#scene_control_toolbar {
  display: flex;
  align-items: center;
  user-select: none;
}
#scene_control_buttons {
  display: flex;
  align-items: center;
  display: flex;
  background-color: rgba(30, 30, 30, 0.75);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  margin-right: 10px;
}
/* Orbit controls settings */
#settings-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(30, 30, 30, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 20px;
  z-index: 9999999999;
  width: 400px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: 2px solid #333333;
}

#settings-modal h2 {
  color: white;
  margin: 0;
  font-size: 24px;
}

#close-settings {
  position: absolute;
  right: 0px;
  top: 0px;
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
}

.settings-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.settings-header p {
  margin: 0;
  text-align: center;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.control-options-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 10px;
}

.control-option {
  width: 30%;
  background-color: #333;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 10px 5px 10px;
  cursor: pointer;
  transition: background-color 0.2s, border 0.2s;
}

.control-option.active {
  background-color: #444;
}

.control-option img {
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
}

.control-option span {
  color: white;
  text-align: center;
  font-size: 14px;
}

.point-size-label {
  color: white;
  display: block;
  margin-bottom: 10px;
}

.slider-container {
  position: relative;
  height: 30px;
}

.slider-track {
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #555;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
  z-index: 0;
}

#point-size-slider {
  position: absolute;
  width: 100%;
  height: 30px;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  outline: none;
}

#measurement-tooltip {
  position: absolute;
  background-color: rgba(30, 30, 30, 0.75);
  backdrop-filter: blur(14px);
  color: white;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 14px;
  white-space: nowrap;
  pointer-events: none;
  z-index: 10000;
  transform: translateX(-50%);
  border: 1px solid #333333;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: row;
}

#measurement-tooltip img {
  width: 24px;
  height: 24px;
}

#measurement-tooltip span {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  flex-wrap: wrap;
  word-wrap: break-word;
  max-width: 200px;
  white-space: normal; 
  line-height: 20px;
}

#point-size-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
}

#point-size-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
}

#slider-thumb {
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #23d7ff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

#slider-thumb::after {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
}

#view_toggle_buttons {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  height: 54px;
  justify-content: space-around;
  margin-right: 10px;
}
#show2Dview {
  width: 48px;
  height: 54px;
  display: flex;
  background-color: rgba(30, 30, 30, 0.75);
  backdrop-filter: blur(10px);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  justify-content: center;
  align-items: center;
}
#show3Dview {
  display: flex;
  width: 48px;
  justify-content: center;
  align-items: center;
  height: 54px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: rgba(30, 30, 30, 0.75);
  backdrop-filter: blur(10px);
}

.active_button {
  background-color: rgba(61, 61, 61, 1) !important;
}

#potree_quick_buttons {
  position: fixed;
  z-index: 99990000;
  bottom: 10px;
  left: 350px;
  display: flex;
}
#toggleButton {
  position: fixed;
  background: #1a1a1a;
  width: 28px;
  height: 32px;
  z-index: 100;
  cursor: pointer;
  bottom: calc(50% - 60px);
  border-radius: 0px 10px 10px 0px;
  left: 334px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 90000000;
  transition: 0.3s;
}
#toggleButtonIcon {
  transition: 0.3s;
}
.potree_mmenu_toggle img {
  height: 10px;
}

#measurementDescription {
  overflow-y: auto;
  vertical-align: top;
  height: 80px;
  resize: none;
}

.text-field-container {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}

.text-field__input {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0px 10px;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background-color: #333333;
  border: 1px solid #4c4b4b;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

.text-field__input[rows] {
  height: auto;
  min-height: 80px;
  resize: none;
  padding-top: 20px;
}

.floating-label {
  position: absolute;
  left: 10px;
  top: 24px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #999;
  pointer-events: none;
  transition: all 0.2s ease;
}

.text-field__input:focus + .floating-label,
.text-field__input:not(:placeholder-shown) + .floating-label {
  top: 10px;
  font-size: 12px;
  color: #999;
}

.text-field__input:focus {
  outline: 0;
  border-color: #fff;
  background-color: #3a3a3a;
}

.text-field__input::placeholder {
  color: transparent;
}

.inputArea {
  margin-top: 20px;
}

.text-field__measurements {
  background-color: #262626;
  font-size: 18px;
  width: 70%;
  display: none;
  margin-right: 10px;
  padding: 8px;
}
.measurementNameDiv,
.outputNameDiv {
  display: block;
  font-size: 14px;
  padding: 8px;
  margin-right: 10px;
  padding-left: 0px;
  font-weight: 600;
}
.measurementActive {
  background-color: #474747;
  border-radius: 10px;
}
.labelForMeasurementInput {
  font-size: 14px;
  color: #999999;
  padding: 10px;
  font-weight: 400;
}

#potree_map {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
  transition: 0.2s;
  z-index: 999999;
  clip: auto !important;
  clip-path: none !important;
  overflow: visible !important;
}

#potree_render_area {
  position: absolute;
  top: 60px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: left 0.2s;
  transition: 0.3s;
  background-color: #000;
}
#mapTools {
  position: fixed;
  z-index: 100;
  bottom: 5px;
  right: 5px;
  border-radius: 10px;
}
#changeLayerType {
  cursor: pointer;
}
#expandMap {
  background-color: #515151;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  cursor: pointer;
  background-image: url("./resources/icons/expandMap.svg");
  background-position: center;
  background-repeat: no-repeat;
}
#changeLayerType {
  margin-bottom: 4px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background-image: url("./resources/icons/sateliteView.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.sateliteViewApplied {
  background-image: url("./resources/icons/mapView.svg") !important;
}
.potree-panel {
  border: 1px solid black;
  border-radius: 0.4em;
  padding: 0px;
  background-color: var(--bg-light-color);
}

.potree-panel-heading {
  background-color: var(--bg-dark-color);
}

a:hover,
a:visited,
a:link,
a:active {
  color: #ccccff;
  text-decoration: none;
}

.annotation {
  position: absolute;
  padding: 10px;
  opacity: 0.5;
  transform: translate(-50%, -30px);
  will-change: left, top;
}

.annotation-titlebar {
  color: white;
  background-color: black;
  border-radius: 1.5em;
  border: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1em;
  opacity: 1;
  margin: auto;
  display: table;
  padding: 1px 8px;
  cursor: pointer;
}

.annotation-expand {
  color: white;
  font-size: 0.6em;
  opacity: 1;
}

.annotation-action-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  text-align: center;
  font-family: Arial;
  font-weight: bold;
  cursor: pointer;
}

.annotation-action-icon:hover {
  filter: drop-shadow(0px 0px 1px white);
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.annotation-item {
  color: white;
  background-color: black;
  opacity: 0.5;
  border-radius: 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  padding: 1px 8px 0px 8px;
  font-weight: bold;
  display: flex;
  cursor: default;
}

.annotation-item:hover {
  opacity: 1;
  box-shadow: 0 0 5px #ffffff;
}

.annotation-main {
  display: flex;
  flex-grow: 1;
}

.annotation-label {
  display: inline-block;
  height: 100%;
  flex-grow: 1;
  user-select: none;
  -moz-user-select: none;
  z-index: 100;
  vertical-align: middle;
  line-height: 1.5em;
  font-family: Arial;
  font-weight: bold;
  cursor: pointer;
  white-space: nowrap;
}

.annotation-description {
  position: relative;
  color: white;
  background-color: black;
  padding: 10px;
  margin: 5px 0px 0px 0px;
  border-radius: 4px;
  display: none;
  max-width: 500px;
  width: 500px;
}

.annotation-description-close {
  filter: invert(100%);
  float: right;
  opacity: 0.5;
  margin: 0px 0px 8px 8px;
}

.annotation-description-content {
  color: white;
}

.annotation-icon {
  width: 20px;
  height: 20px;
  filter: invert(100%);
  margin: 2px 2px;
  opacity: 0.5;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

body {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
}

.axis {
  font: 10px sans-serif;
  color: var(--font-color);
}

.axis path {
  fill: rgba(255, 255, 255, 0.5);
  stroke: var(--font-color);
  shape-rendering: crispEdges;
  opacity: 0.7;
}
#changeLayerType {
  color: white;
}
#tools {
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0px);
  z-index: 99999;
  padding-left: 5px;
  background-color: #262626;
  display: flex;
  justify-content: center;
  border-radius: 10px;
}
.axis line {
  fill: rgba(255, 255, 255, 0.5);
  stroke: var(--font-color);
  shape-rendering: crispEdges;
  opacity: 0.1;
}

.tick text {
  font-size: 12px;
}

.scene_header {
  display: flex;
  cursor: pointer;
  padding: 2px;
}

#bookmarkButton {
  display: none;
}

#targetButton {
  display: none;
}

.scene_content {
  background-color: #262626;
  border-radius: 10px 10px 0px 0px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 320px;
  height: 420px;
  transition: 0.3s;
}
.minimizeSceneProperties {
  bottom: -379px;
}
.maximizeSceneProperties {
  bottom: 0px;
}

.rotateBtn {
  transform: rotate(180deg);
  transition: 0.2s;
}

#toggleSceneProperties {
  cursor: pointer;
}
#show_2d_profile {
  cursor: pointer;
  background-color: #515151;
  width: 275px;
  height: 30px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  border-radius: 10px;
  padding: 0px;
  margin: 0px;
  border: 0px;
}
#sldProfileWidth {
  background-color: #515151;
  padding-left: 5px;
}
#sldProfileWidth:focus {
  border: 0px !important;
}
#show_2d_profile:hover {
  background-color: #666666;
}
.ui-button-icon-only {
  border-radius: 5px !important;
}
.measurementIcon {
  max-width: 20px;
  max-height: 20px;
}
.properties_header {
  border-bottom: 1px solid #3e3e3e;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.properties_header_rows {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.ml-auto {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.ml-auto .measurementIcon {
  margin-left: 0.75rem;
  cursor: pointer;
}
.showMeasurements {
  right: 0px;
  transition: 0.2s;
}

.hideMeasurements {
  right: -320px;
  transition: 0.2s;
}
#height_label {
  margin: 20px;
}
.measurementName {
  font-size: 14px;
  font-weight: 600;
  padding-left: 10px;
}
#scene_object_properties {
  background-color: rgba(30, 30, 30, 0.75) !important;
  backdrop-filter: blur(10px);
  position: fixed;
  top: 70px;
  bottom: 10px;
  right: 10px;
  min-height: 100px;
  width: 270px;
  font-size: 16px;
  border-radius: 10px;
  z-index: 99999999999999;
  padding-bottom: 15px;
  transition: 0.2s;
  padding: 15px;
  border: 2px solid #333333;
  overflow-y: auto;
  max-height: 80vh
}
#measurementsToggleBtn {
  cursor: pointer;
  width: 28px;
  height: 32px;
  position: fixed;
  background-color: #1a1a1a;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 0px 0px 10px;
  right: 314px;
  bottom: calc(50% - 60px);
  z-index: 99;
  transition: 0.2s;
}
#measurementsToggleBtnIcon {
  transform: rotate(180deg);
  transition: 0.3s;
}
.exportItemSubMenu {
  overflow: hidden;
  position: absolute;
  background-color: #333333;
  border-radius: 10%;
  z-index: 9999999999;
  transition: 0.2s;
  top: 30px;
  left: -50%;
  display: none;
}
#exportItemSubMenu a {
  color: #fff;
  font-size: 16px;
}
.subMenuChildrenActive {
  display: block;
}
#exportItem {
  margin-top: 10px;
  align-items: center;
  position: relative;
}
.export-list-item {
  padding: 10px;
}
.export-list-item:hover {
  background-color: #515151;
  cursor: pointer;
}
#pointcloudFiles {
  transform: translateY(2px);
}
#exportFiles img:hover {
  cursor: pointer;
}
#menuItem {
  margin-top: 10px;
}
.langItem {
  padding: 5px;
}
.langItem:hover {
  background-color: #666666;
  border-radius: 10%;
  cursor: pointer;
}
#lngHeader:hover {
  cursor: pointer;
}
#menuItem img:hover {
  cursor: pointer;
}
#measurementsToggleBtn:hover {
  background-color: #262626;
}
#measurement_buttons {
  display: flex;
  background-color: rgba(30, 30, 30, 0.75);
  backdrop-filter: blur(10px);
  border-radius: 15px;
}

#navigation {
  position: absolute;
  left: 349px;
  top: 10px;
  flex-direction: row;
  z-index: 999999;
  background-color: rgba(30, 30, 30, 0.75);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  transition: 0.3s;
  display: block;
  gap: 20px;
}
#navigation img {
  width: 24px;
  height: 24px;
}
#navigation .button-icon {
  border-radius: 20px;
}
.measurement_properties {
  width: 250px;
  margin-top: 30px;
  font-size: 16px;
  color: #fff;
}
.measurement_value_table {
  margin-top: 10px;
}
#optPointSizing-menu {
  background-color: #515151;
  color: #efefef;
  font-size: 16px;
}
#optShape-menu {
  background-color: #515151;
  color: #efefef;
  font-size: 16px;
}
.coordinates_table_container table td {
  width: 33%;
  text-align: center;
}
.measurementTableContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 5px;
  flex: 1;
}
.measurementMenuTitle {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  flex: 1;
}
.measurementValue {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}

#minimizeProperties {
  transform: rotate(180deg);
}
#classificationToggleBtn {
  width: 30px;
  height: 12px;
  border-radius: 20px;
  background-color: #272727;
  position: relative;
}
#classificationToggle {
  display: flex;
  flex: 2;
  text-align: end;
  cursor: pointer;
  justify-content: flex-end;
}
.jstree-icon .jstree-themeicon {
  display: none !important;
}

.fake {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 20%;
  border: 2px solid #999999;
  position: relative;
  margin-right: 15px;
  cursor: pointer;
  background-color: transparent;
}

.fake::before {
  content: "";
  position: absolute;
  left: 18.75%;
  right: 12.5%;
  top: 23.44%;
  bottom: 23.44%;
  opacity: 0;
  transition: 0.2s;
  background-position: center;
  background-repeat: no-repeat;
}

.checkbox:checked + .fake::before {
  opacity: 1;
  background-image: url("./resources/icons/checkbox.svg");
}

.checkbox:checked + .fake {
  border: 2px solid #23d7ff;
}

#properties {
  padding: 15px 20px;
  font-size: 16px;
}
.checkbox {
  display: none;
}
.pv-panel-heading {
  padding: 4px !important;
  display: flex;
  flex-direction: row;
}
#classificationList {
  margin-top: 20px;
}

.outputItemIcon {
  margin-right: 10px;
  max-width: 24px;
  max-height: 24px;
}
.pv-menu-list {
  list-style-type: none;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}
.ui-slider {
  margin-top: 5px;
  margin-bottom: 10px;
  background: none;
}
.ui-selectmenu-button.ui-button {
  width: 100% !important;
}

.pv-menu-list > li > .ui-slider {
  background-color: var(--color-1) !important;
}

.ui-slider-handle:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.ui-widget {
  box-sizing: border-box;
}

.panel-body > li > .ui-slider {
  background-color: var(--color-1) !important;
  background: none;
  border: 1px solid black;
}

.panel-body > div > li > .ui-slider {
  background-color: var(--color-1) !important;
  background: none;
  border: 1px solid black;
}

#optPointsizing-button {
  margin-top: 15px !important;
}
#sidebar-view:hover {
  cursor: pointer;
}
.ui-selectmenu-open {
  z-index: 9999999999999999999 !important;
}
#sidebar-layers:hover {
  cursor: pointer;
}
#layers-type {
  position: relative;
}
.measurement_header {
  margin-left: 10px;
  font-weight: 700;
  font-size: 20px;
}
#invertBtn:hover {
  background-color: #666666;
}
#invertBtn {
  cursor: pointer;
  background-color: #515151;
  width: 275px;
  height: 30px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 300;
  border-radius: 10px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.measurementHeader {
  flex: 2;
  font-size: 20px;
  margin-left: 10px;
}
.ui-button:hover {
  background: #666666;
}
.button-icon {
  width: 54px;
  height: 54px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-icon:hover {
  background-color: #414141;
  cursor: pointer;
}

#setting_button {
  background-color: rgba(30, 30, 30, 0.75);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  margin-right: 10px;
}

#setting_button:hover {
  background-color: #414141;
  cursor: pointer;
}

#pcListWrapper,
#pcListWrapper ul,
#pcListWrapper li {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  list-style: none;
  font-size: 16px;
}
#pcListWrapper ul {
  margin: 0 0 0 21px;
}
#pcListWrapper > li:not(:only-child),
#pcListWrapper li li {
  position: relative;
  padding: 3px 0 0 20px;
}

#pcListWrapper li:not(:last-child) {
  border-left: 1px solid #666666;
}

#pcListWrapper li li:before,
#pcListWrapper > li:not(:only-child):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1.4em;
  border-bottom: 1px solid #666666;
}
#pcListHeader div {
  padding: 20px;
  border-radius: 10px;
}

#pcListHeader div:hover {
  background-color: #515151;
  cursor: pointer;
}
#pcListItems div:hover {
  background-color: #515151;
  cursor: pointer;
}
#pcListWrapper li:last-child:before {
  width: calc(1.4em - 1px);
  border-left: 1px solid #666666;
}

.msListWrapper,
.msListWrapper ul,
.msListWrapper li {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  list-style: none;
  font-size: 16px;
}
.msListWrapper ul {
  margin: 0 0 0 21px;
}
.msListWrapper > li:not(:only-child),
.msListWrapper li li {
  position: relative;
  padding: 0 0 0 10px;
}
.msListWrapper li:not(:last-child) {
  border-left: 1px solid #666666;
}
.msListWrapper li li:before,
.msListWrapper > li:not(:only-child):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 1.4em;
  border-bottom: 1px solid #666666;
}

.msListItems div:hover {
  background-color: #515151;
  cursor: pointer;
}

.msListWrapper li:last-child:before {
  width: 25px;
  border-left: 1px solid #666666;
}

.outputListWrapper,
.outputListWrapper ul,
.outputListWrapper li {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  list-style: none;
  font-size: 16px;
}
.outputListWrapper ul {
  margin: 0 0 0 21px;
}
.outputListWrapper > li:not(:only-child),
.outputListWrapper li li {
  position: relative;
  padding-left: 10px;
}

.outputListWrapper li:not(:last-child) {
  border-left: 1px solid #666666;
}

.outputListWrapper li li:before,
.outputListWrapper > li:not(:only-child):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 1.4em;
  border-bottom: 1px solid #666666;
}

/* Вертикальная линия последнего пункта в списка */
.outputListWrapper li:last-child:before {
  width: 25px;
  border-left: 1px solid #666666;
}

.accordion > h3 {
  background-color: var(--bg-color-2) !important;
  background: #f6f6f6 50% 50% repeat-x;
  border: 1px solid black;
  color: var(--font-color-2);
  cursor: pointer;
  margin: 2px 0 0 0;
  padding: 4px 10px 4px 30px;
  box-shadow: 0px 3px 3px #111;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000,
    -1px 1px 0 #000, 1px 1px 0 #000;
  font-size: 1em;
}

.accordion > h3:hover {
  filter: brightness(125%);
}

.accordion-content {
  padding: 0px 0px !important;
  border: none !important;
}

.icon-bar {
  height: 4px !important;
  border: 1px solid black;
  background-color: white;
  border-radius: 2px;
}

.canvas {
  -webkit-transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s,
    width 0.35s;
  transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s, width 0.35s;
}

#profile_window {
  background-color: var(--bg-color);
}

#profile_titlebar {
  background-color: var(--bg-color-2);
  color: var(--font-color-2);
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000,
    -1px 1px 0 #000, 1px 1px 0 #000;
  font-size: 1em;
  font-weight: bold;
}

#profile_window_title {
  position: absolute;
  margin: 5px;
}

.profile-container-button {
  cursor: pointer;
}

.profile-button:hover {
  background-color: #0000cc;
}

.unselectable {
  user-select: none;
}

.selectable {
  user-select: text;
}
.selected {
  background-color: #616161;
}
.activeMeasurement {
  background-color: #494949;
}

#annotations {
  display: none;
}
.measurementItems,
.outputItems {
  transition: 0.3s;
  border-radius: 10px;
  padding: 7px 7px 7px 5px;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  align-items: center;
}
.outputWrapper {
  margin-left: 15px;
}
.measurementItemsWrapper {
  transition: 0.3s;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

#measurementsWrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

#closeFilesBtn:hover {
  cursor: pointer;
}
.divider {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
  font-size: 90%;
  letter-spacing: 1px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 1px !important;
}

.divider > span {
  position: relative;
  display: inline-block;
}

.divider > span:before,
.divider > span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  height: 1px;
  background: #b2b2b2;
}

.divider > span:before {
  right: 100%;
  margin-right: 5px;
}

.divider > span:after {
  left: 100%;
  margin-left: 5px;
}

.ol-dragbox {
  background-color: rgba(255, 255, 255, 0.4);
  border-color: rgba(100, 150, 0, 1);
  border: 1px solid red;
}

.text-icon {
  opacity: 0.5;
  height: 24px;
}

.text-icon:hover {
  opacity: 1;
}

.input-grid-cell {
  flex-grow: 1;
  margin: 0px 3px 0px 3px;
}

.input-grid-label {
  flex-grow: 1;
  margin: 0px 3px 0px 3px;
  text-align: center;
  font-weight: bold;
}

.input-grid-cell > input {
  width: 100%;
}

.invalid_value {
  color: #e05e5e;
}

.jstree-themeicon-custom {
  background-size: 16px !important;
}
.jstree_children {
  display: flex;
  justify-content: space-around;
  height: 36px;
}
.jstree-default .jstree-clicked {
  background-color: #515151 !important;
  border-radius: 10px !important;
  width: 207px !important;
}
.jstree-anchor {
  width: 207px !important;
  padding: 5px !important;
  font-family: Futura PT;
}
.jstree-default .jstree-hovered {
  background-color: #262626 !important;
  border-radius: 10px !important;
  width: 207px !important;
}

.ui-state-active {
  background: #efefef !important;
  color: black !important;
}

.cesium-viewer .cesium-viewer-cesiumWidgetContainer {
  position: absolute;
  height: 100%;
  width: 100%;
}
.zs_widget {
  padding: 2px;
  height: 4em;
  user-select: none;
}

.zs_core {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.zs_handle {
  position: absolute;
  top: 0px;
  bottom: 0px;
  border: 1px solid black;
  border-radius: 3px;
  background-color: rgb(166, 169, 170);
  width: 8px;
  user-select: none;
  width: 1.2em;
  height: 1.2em;
  top: calc(50% - 0.6em);
}

.zs_stretch {
  position: absolute;
  top: 0px;
  bottom: 0px;
  border: 1px solid black;
  border-radius: 3px;
  background-color: rgb(166, 169, 170);
  width: 8px;
  user-select: none;
  width: 1.2em;
  height: 1.2em;
  top: calc(50% - 0.6em);
  color: black;
  font-weight: bold;
  font-size: 1.2em;
  font-family: arial;
}

.zs_handle:hover {
  background-color: lightgreen;
}

.zs_inside {
  position: absolute !important;
  width: 100%;
  border: 1px solid black;
  background-color: white;
  top: calc(50% - 0.326em);
  height: 0.652em;
  cursor: zoom-in;
}

.zs_outside {
  position: absolute !important;
  width: 100%;
  background-color: var(--color-1) !important;
  top: calc(50% - 0.326em);
  height: 0.652em;
  cursor: zoom-in;
}

.zs_visible_range_label {
  position: absolute;
  bottom: 0px;
  pointer-events: none;
}

.zs_visible_range_label_left {
  left: 0px;
}

.zs_visible_range_label_right {
  right: 0px;
}

.zs_chosen_range_label {
  position: absolute;
  pointer-events: none;
}

.measurementName {
  color: #fff;
}

#potree_sidebar_container {
  padding: 20px;
  position: absolute;
  z-index: 9999;
  width: 280px;
  border-radius: 20px;
  top: 70px;
  left: 10px;
  height: calc(100% - 120px);
  overflow-y: auto;
  background-color: rgba(30, 30, 30, 0.75);
  transition: 0.3s;
  backdrop-filter: blur(10px);
  border: 2px solid #333333;
}

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  margin: 20px 0;
}

::-webkit-scrollbar-thumb {
  background-color: #414141;
  border-radius: 10px;
}

.heading {
  text-align: center;
  margin-top: 10px;
}

.collapse-measurements-button {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.collapse-measurements-button img {
  transition: transform 0.3s;
  transform: rotate(90deg);
}

.collapse-measurements-button.collapsed img {
  transform: rotate(0deg);
}

.msListItems.collapsed {
  display: none;
}

.measurementItems {
  transition: 0.3s;
  border-radius: 10px;
  padding: 7px 7px 7px 5px;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  align-items: center;
  margin-left: 15px;
}

.outputItems,
.outputHeader {
  padding: 10px;
}

#processingResults.collapsed {
  display: none;
}

/* Стиль для заполненной части слайдера */
.slider-filled {
  position: absolute;
  height: 4px;
  background-color: #23d7ff; /* Синий цвет как у ползунка */
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 2px;
  pointer-events: none; /* Чтобы не мешать взаимодействию со слайдером */
  z-index: 1; /* Выше чем фон, но ниже чем ползунок */
}

/* Обновляем стиль для трека слайдера */
.slider-track {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #555;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
  z-index: 0;
}

/* Обновляем стиль для ползунка, чтобы он был поверх заполненной части */
#slider-thumb {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #23d7ff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
