/*!
 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
}

/* Doxa App-workflow - Remove the sequence number */
.t-WizardSteps-marker::before {
  content: none !important;
}
/* Doxa App-workflow -  Increase size of wizard step circles */
.t-WizardSteps .t-WizardSteps-marker {
  width: 1.6rem;
  height: 1.6rem;
  font-size: 0.1rem; /* controls the icon/text size */
  box-shadow: var(--ut-wp-marker-color) inset 0 0 0 1px;
}
.t-WizardSteps-step.is-current .t-WizardSteps-marker {
    background-color: #eecb76;
    color: rgb(43, 43, 43) !important;
}
