#potree_toolbar {
    position: absolute;
    top: 5px;
    left: 60px;
    z-index: 1000;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 5px;
}

#potree_toolbar > span {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.potree_toolbar_label {
    color: #fff;
    font-size: 0.8em;
    margin-bottom: 3px;
    text-align: center;
}

.potree_toolbar_separator {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 5px;
}

#potree_toolbar select {
    min-width: 100px;
}

#potree_toolbar .button-icon {
    cursor: pointer;
}

#potree_toolbar .button-icon:hover {
    filter: brightness(1.3);
}

#potree_toolbar .annotation-action-icon {
    cursor: pointer;
    filter: invert(1);
}

#potree_toolbar .annotation-action-icon:hover {
    filter: invert(1) brightness(1.3);
}

#sldPointBudget {
    width: 120px;
}

#entwine_logo_container {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
}

#entwine_logo {
    height: 40px;
}
