/*!
 Copyright (c) 2020, 2024, Oracle and/or its affiliates.
 */

.right-margin
{
    margin-right: 6px;
}
.left-margin
{
    margin-left: 5px;
}
.top-margin
{
    margin-top: 6px;
}
.no-background-color img
{
    background-color: unset !important
}

.doxa-sticky-tree {
    position: fixed;
    top: 245px;
    right: 25px;
    width: 250px;
    z-index: 800;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    max-height: 90vh;
    border-radius: 7px;
}
.doxa-tree-done, .doxa-tree-done + a.a-TreeView-label
{
    color: #00567a !important;
}
.doxa-tree-lock, .doxa-tree-lock + a.a-TreeView-label
{
    color: #bdbcbc
}