.ags_name {
    display: none;
  }

  .label-bh-name {
    color: #787276;
    opacity: 100%;
    font-size: 0.85rem;
    font-weight: normal;
    font-family: sans-serif;
    background: rgba(0, 0, 0, 0.6);
  }
  .label-bh-depth {
    color: #787276;
    opacity: 100%;
    font-size: 0.65rem;
    font-weight: normal;
    font-family: sans-serif;
    background: rgba(0, 0, 0, 0.6);
  }

  .label-scale-text {
    color: #787276;
    opacity: 0.85;
    font-size: 0.65rem;
    font-weight: normal;
    background: rgba(0, 0, 0, 0.6);
  }

  .label-bh-soiltype {
    color: #787276;
    opacity: 0.85;
    font-size: 0.75rem;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.6);
  }
.labelBhName {
    color: #3C4858;
    opacity: 100%;
    font-size: 0.75rem;
    font-family: sans-serif;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.6);
}

.dark-version .labelBhName,
.dark-version .label-bh-name,
.dark-version .label-bh-depth,
.dark-version .label-scale-text,
.dark-version .label-bh-soiltype{
  color:rgba(255, 255, 255, 0.9);
}

.label-scale-text {
    color: #787276;
    opacity: 0.85;
    font-size: 0.65rem;
    font-weight: normal;
    background: rgba(0, 0, 0, 0.6);
}

.colorCodeShowcase {
    height: 0.75rem;
    width: 1.75rem;
    border: gray;
    filter: drop-shadow(0 10px 8px #0000000a) drop-shadow(0 4px 3px #0000001a);
}

.legend3d {
    position: absolute;
    font-size: small;
    top: 4px;
    right: 4px;
    width: 100%;
    max-width: 150px;
    padding: 5px 10px;
    box-sizing: border-box;
    text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 1;
}

.color-div {
    width: 30px;
    height: 30px;
    margin: 5px;
    text-align: center;
    line-height: 30px;
    color: white;
}

.color-div-wide {
    width: 60px;
    height: 30px;
}

.legendTitle {
    text-anchor: middle;
    font-size: 0.85rem;
    fill: #4F4F4F;
    font-weight: 300;
}
.dark-version .legendTitle {
    fill: #f3f3f3;
}

.x-axis path,
.x-axis tick,
.x-axis line {
    fill: none;
    stroke: none;
}

.legend-container {
    display: flex;
    background: rgba(0, 0, 0, 0.045);
    position: absolute;
    font-size: small;
    top: 2px;
    right: 2px;
}

.filter-toolbar {
    position: absolute;
    color: #000000;
    background: rgba(0, 0, 0, 0.001);
    top: 2px;
    left: 2px;
    padding: 10px;
    box-sizing: border-box;
    z-index: 102;
}

#info {
    position: absolute;
    top: 0px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-align: right;
    z-index: 101;
    background: rgba(0, 0, 0, 0.005);
}

.legend-bottom {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
    padding: 0.25rem 0 0 0;
    box-sizing: border-box;
    text-align: center;
    z-index: 1;
}

/* Toggle button for surface visibility control */
.bootstrap-select .dropdown-toggle.btn-link .filter-option-inner-inner {
    color: #999999;
}

.form-check-input.toggleComponentVisibility.togglePointCloudPlain[data-id="elevation"]:not(:disabled):checked {
    background-color: #ff8b39;
    border-color: #ff8b39;
}
.form-check-input.toggleComponentVisibility.togglePointCloudPlain[data-id="elevation"]:not(:disabled):checked:after {
    border-color: #ff8b39;
}

.form-check-input.toggleComponentVisibility.togglePointCloudPlain[data-id="rocklevel"]:not(:disabled):checked {
    background-color: #5d4037;
    border-color: #5d4037;
}
.form-check-input.toggleComponentVisibility.togglePointCloudPlain[data-id="rocklevel"]:not(:disabled):checked:after {
    border-color: #5d4037;
}

.form-check-input.toggleComponentVisibility.togglePointCloudPlain[data-id="waterlevel"]:not(:disabled):checked {
    background-color: #248dc5;
    border-color: #248dc5;
}
.form-check-input.toggleComponentVisibility.togglePointCloudPlain[data-id="waterlevel"]:not(:disabled):checked:after {
    border-color: #248dc5;
}


.legend-category {
    display: grid;
    grid-template-columns: 1fr 8fr;
    padding-bottom: 14px
}

.legend-3d {
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fit, 160px);
    row-gap: 0.6rem;
    column-gap: 0.8rem
}

/* Bottom tabs holder(TOC and Borehole list) */
.tabs-mover {
    height: 0px;
    bottom: 2px;
    right: 2px;
}

.tabs-mover.is-visible {
    transform: translateY(0);
    box-shadow: 0 -40px 40px #0009;
    height: 420px;
}

.tabs-mover .tabs-targets {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.tabs-mover.is-visible .tabs-targets {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.95;
    overflow: hidden;
}

.form-check .form-check-sign:before {
    background-color: rgba(0, 0, 0, 0.25);
    transform: scale3d(1.5, 1.5, 1);
}

/* Legend Toggler Styles */
.legend-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0; /* Legend starts hidden */
    overflow: hidden; /* Hide the content of the legend when it’s not visible */
    transition: height 0.3s ease-in-out;
    background-color: rgba(224, 224, 224, 0.85);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    z-index: 100
}

/* .legend-3d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    padding: 18px;
    row-gap: 0.75rem;
    column-gap: 1.25rem
} */

.color-box {
    display: inline-block;
    width: 38px;
    height: 27px;
    margin-right: 15px;
    vertical-align: middle;
}

img.color-box { 
    object-fit: cover;
    object-position: center;
}

.color-box:hover {
    scale: 1.75;
    transition: scale 0.15s ease-in-out;
}

.toggle-button {
    position: absolute;
    bottom: 0;
    left: 45%;
    /* transform: translateX(-50%); */
    transition: bottom 0.3s ease-in-out;
    z-index: 101;
    padding-bottom:1px
}

.arrow-up::before, .arrow-down::before {
    content: '';
    display: inline-block;
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.arrow-up::before {
    border-bottom: 5px solid white;
}

.arrow-down::before {
    border-top: 5px solid white;
}

/* Info on hover box styles */
.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.parameter_indicator_div {
    font-size: 12px;
    box-shadow: 0px 0px 6px #b3b3b380;
    border: 1px solid rgba(143, 150, 150, 0.25);
    border-radius: 0.225rem;
    background-color: #c0c0c0cc;
    color: #404040;
    padding: 0.1rem;
    pointer-events: none;
    z-index: 250;
}

.param-label,
.depth-label {
    line-height: normal;
}
.param-bh-label{
    line-height: normal;
    background: #aaaaaa;
    border-radius: 0.225rem;
}

.bs-actionsbox .bs-select-all {
    display: none;
}