#myReportAttributeList {
    background-color: white;
    /* border-right: 1px solid #00000015; */
    /* box-shadow: 0 0 2px 2px #00000015; */
    /* height: calc(100vh - 58px); */
    font-size: 14px;
    overflow: hidden;
    position: relative;
    /* text-transform: uppercase; */
    user-select: none;
    -webkit-user-select: none;
    width: 218px;
    z-index: 2;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#myReportAttributeList .loader {
    animation: rotate 2s infinite linear;
}

#myReportAttributeList .loader:before {
    content: '\E1D4';
    font-family: 'FontAwesome';
}

.resultTabs .uTabsHeader label {
    border: thin solid #eee;
    font-size: 14px;
    padding: 2px 14px;
}

#myReportAttributeList > div > .sectionTitle,
#myReportVisualizationConfig .sectionTitle,
#myReportDashboardConfig .sectionTitle {
    align-items: center;
    background: #FFF;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px, rgba(0, 0, 0, 0.1) 0px -4px 16px;
    height: 30px;
    display: flex;
    font-size: 10px;
    justify-content: space-between;
    line-height: 200%;
    padding: 5px;
    text-transform: uppercase;
}


.configController #myReportVisualizationConfig .sectionTitle{
    padding: 5px 10px;
}

#myReportAttributeList > div > .sectionTitle > span:nth-child(2) {
    align-items: center;
    border-radius: 2px;
    cursor: pointer;
    display: flex;
    font-size: 10px !important;
    height: 20px;
    justify-content: center;
    width: 20px;
}

#myReportAttributeList > div > .sectionTitle > div:nth-child(2) > div:hover {
    background: #00000030;
    color: white;
}

#myReportAttributeList > div > .sectionTitle:has(select),
#myReportVisualizationConfig .sectionTitle:has(select),
#myReportDashboardConfig .sectionTitle:has(select) {
    padding-left: 0;
}

#myReportAttributeList > div > .sectionTitle select,
#myReportVisualizationConfig .sectionTitle select,
#myReportDashboardConfig .sectionTitle select {
    cursor: pointer;
    font-size: 10px;
    height: 16px;
}

#myReportAttributeList #allAttributesContainer {
    height: calc(100vh - 249px);
    overflow-y: scroll;
    position: relative;
}

#myReportAttributeList #allAttributesContainer #allAttributes {
    min-height: 100%;
}

#myReportAttributeList #allAttributesContainer #allAttributes > div.virtualListItem {
    position: absolute;
    width: 100%;
}

#myReportAttributeList #allAttributesContainer #allAttributes > *:not(.virtualListItem) {
    display: none !important;
}

#myReportAttributeList #attributeList .attributeType {
    align-items: center;
    background: #717F4B;
    border-radius: 2px;
    color: white;
    display: flex;
    font-size: 8px;
    height: 20px;
    justify-content: center;
    max-width: 20px;
    margin-inline: 5px;
    min-width: 20px;
    padding: 2px;
    text-transform: uppercase;
}

#myReportAttributeList #attributeList .higherOrderAttribute .attributeType {
    background: #6667AB;
}

#myReportAttributeList .header {
    align-items: center;
    border-bottom: thin solid #00000030;
    display: flex;
    height: 35px;
    padding-left: 10px;
}

.rotate90 {
    transform: rotate(90deg);
}

#myReportAttributeList .selectedAttribute {
    color: #717F4B;
    display: block !important;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#myReportAttributeList .higherOrderAttribute.selectedAttribute {
    color: #6667AB;
}

#myReportAttributeList .higherOrderObject {
    color: #6667AB;
}

#myReportAttributeList .selectedAttribute .attributeType {
    font-weight: normal;
}

#myReportAttributeList .attributeContainer, #myReportAttributeList .transformerContainer {
    display: flex;
    font-size: 11px;
    justify-content: space-between;
    margin-left: 15px;
    width: calc(100% - 20px);
}

#myReportAttributeList .transformerContainer {
    margin-left: 30px;
}

#myReportAttributeList .aggregatorContainer {
    display: flex;
    font-size: 11px;
    justify-content: space-between;
    margin-left: 55px;
    width: calc(100% - 60px);
}

#myReportAttributeList > #attributeList > #filterObjectsAndAttributes {
    border-color: #eee;
    font-size: 12px;
    margin: 5px;
    padding: 2px 6px;
    width: calc(100% - 10px);
}

#myReportAttributeList .handsontable table,
#myReportAttributeList .handsontable tbody,
#myReportAttributeList .handsontable tr,
#myReportAttributeList .handsontable td:first-of-type,
#myReportAttributeList .handsontable tr:first-child td {
  border: 0;
}

#myReportAttributeList .htBorders {
    display: none !important;
}

#myReportAttributeList .selectedAttributeCount {
    margin-inline: 5px;
}

#myReportAttributeList .objectName {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

#myReportAttributeList span:has(> .attributeName) {
    max-width: 182px;
    min-width: 182px;
}

#myReportAttributeList span:has(> .objectName) {
    max-width: 202px;
    min-width: 202px;
}

#myReportAttributeList span.transformer:has(> .attributeName) {
    max-width: unset !important;
    min-width: unset !important;
    width: 92.5% !important;
}

#myReportAttributeList .attributeName {
    cursor: pointer;
    display: flex;
    max-width: 120px;
}

#myReportAttributeList .wtHider,
#myReportAttributeList .wtHolder {
    overflow-x: hidden;
    width: 100% !important;
}

#myReportAttributeList i.fa-solid.fa-caret-right {
    align-items: center;
    display: flex;
    height: 20px;
    justify-content: center;
    width: 20px;
}

#myReportAttributeList i.fa-solid.fa-caret-right.rotate90 {
    margin-top: -2px;
}

#myReportAttributeList .attributeActions {
    margin-left: auto;
}

#myReportAttributeList .attributeContainer .aggregator button {
    opacity: 0;
}

#myReportAttributeList .attributeContainer .aggregator:hover .aggregateActions button {
    opacity: 1;
}

#myReportAttributeList .attributeActions button,
#myReportAttributeList .aggregateActions button {
    aspect-ratio: 1;
    background: white;
    border-color: #00000050;
    color: #00000090;
    font-size: 10px !important;
    height: 20px;
    opacity: 0;
    padding: 2px;
}

#myReportAttributeList .virtualListItem:hover button {
    opacity: 1;
}

#myReportAttributeList .higherOrderAttribute .attribute.addNewAttribute {
    cursor: pointer;
    flex-grow: 1;
}

#myReportAttributeList .higherOrderAttribute .attribute.addNewAttribute span {
    color: #6667AB;
    display: block;
    width: 100%;
}

/* #myReportAttributeList .attribute:hover .attribute {
    color: #0F8EC7;
} */

#myReportAttributeList .fa-solid.fa-caret-right,
#myReportAttributeList .attributeContainer .fa-light.fa-pen,
#myReportAttributeList .fa-light.fa-plus,
#myReportAttributeList .fa-light.fa-rotate-right,
#myReportAttributeList .fa-light.fa-rotate,
#myReportAttributeList .fa-light.fa-edit,
#myReportAttributeList .bi.bi-filetype-py,
#myReportAttributeList .fa-light.fa-chart-network {
    align-items: center;
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 8px;
    height: 100%;
    justify-content: center;
    margin: 0 !important;
    width: 20px;
    height: 20px;
}

#myReportAttributeList .aggregator {
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    margin-left: 35px;
}

#myReportAttributeList .aggregator:hover {
    background-color: #00000005;
    color: #000;
    cursor: pointer;
}

#myReportAttributeList button.selectedFilter + button.selectedGroup {
    border-left: thin solid #FFFFFF80;
}

#myReportAttributeList .btn-secondary.focus, .btn-secondary:focus {
    box-shadow: none;
}

#myReportAttributeList button:not(.queryButton) {
    background-color: white;
    border-radius: 0;
    border-top: thin solid #00000030;
    bottom: 0;
    color: black;
    position: sticky;
    height: 20px;
    width: 20px;
    padding: 0;
    font-size: 11px;
}

#myReportAttributeList .attributeActions button.selectedObject,
#myReportAttributeList button.selectedFilter {
    background: #F5F5F5;
    color: black;
    opacity: 1;
}

#myReportAttributeList button * {
    pointer-events: none;
}

.addNewAttributePopover {
    border: thin solid #00000030;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 25px 20px -20px;
    min-height: 150px;
    min-width: 350px;
    padding: 8px;
}

.addNewAttributePopover .title {
    align-items: center;
    color: #6667AB !important;
    display: flex;
    font-size: 11px !important;
    height: 18px;
    justify-content: space-between;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.addNewAttributePopover .title i {
    color: #EE1C5D;
    font-size: 16px !important;
}

.addNewAttributePopover .body {
    color: #888;
    font-size: 12px;
    height: max-content;
}

.addNewAttributePopover .body textarea {
    border-color: #00000010;
    color: #333;
    font-size: 11px !important;
    min-height: 60px;
    outline: none;
    width: 100%;
}

.addNewAttributePopover .body input {
    border-color: #00000010;
    color: #333;
    font-size: 11px !important;
    outline: none;
    width: 100%;
}

.addNewAttributePopover .saveNewAttributeButtonContainer {
    margin-top: 14px;
}

.addNewAttributePopover .saveNewAttributeButton {
    background-color: white;
    border-radius: 0;
    border: thin solid #00000030;
    bottom: 0;
    columns: #888;
    padding: 5px 0;
}

.addNewAttributePopover .sortable-ghost {
    display: none !important;
}

.addNewAttributePopover .newAttributeSQLContainer:has(.sortable-ghost) textarea {
    border: thin dashed black;
}

.addNewAttributePopover .newAttributeSQLContainer #newAttributeSQL {
    border: 1px solid #ebebeb;
}

.addNewAttributePopover .newAttributeSQLContainer .attribute-decision-table .thead {
    background: #FBFBFB;
    border: thin solid #00000020;
    color: black;
    display: flex;
    height: 45px;
    width: 100%;
}

.addNewAttributePopover .newAttributeSQLContainer .attribute-decision-table .thead > div,
.addNewAttributePopover .newAttributeSQLContainer .attribute-decision-table .tbody > div {
    border-right: thin solid #00000020;
    padding: 2px 6px;
    width: 100%;
}

.addNewAttributePopover .newAttributeSQLContainer .attribute-decision-table .tbody > div {
    display: flex;
}

.addNewAttributePopover .newAttributeSQLContainer .attribute-decision-table .thead > div:nth-child(2),
.addNewAttributePopover .newAttributeSQLContainer .attribute-decision-table .tbody > div > div:nth-child(2) {
    width: 100px;
}

.addNewAttributePopover .newAttributeSQLContainer .attribute-decision-table .thead .header-row2 {
    display: flex;
    height: 20px;
}

.addNewAttributePopover .newAttributeSQLContainer .attribute-decision-table .cell-value {
    display: flex;
    margin-right: 4px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.addNewAttributePopover .newAttributeSQLContainer .attribute-decision-table .cell-value select {
    height: 21px;
    width: 35px;
}

.addNewAttributePopover .newAttributeSQLContainer .attribute-decision-table .cell-value .attributeName {
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis;
}

.addNewAttributePopover .newAttributeSQLContainer .attribute-decision-table .tbody {
    border: thin solid #00000020;
    border-top: 0;
    max-height: 120px;
    overflow: auto;
}

.addNewAttributePopover .newAttributeSQLContainer .attribute-decision-table .tbody .table-row {
    height: 30px;
    margin: 0;
    padding-right: 0;
    width: 100%;
}

.addNewAttributePopover .newAttributeSQLContainer .attribute-decision-table .tbody .table-row > div {
    padding: 2px;
}

.addNewAttributePopover .newAttributeSQLContainer .attribute-decision-table .tbody .table-row > div:nth-child(1) {
    display: flex;
    width: 100%;
}

.addNewAttributePopover .aceEditorContainer {
    height: 100px;
}

.addNewAttributePopover .aceEditorContainer * {
    font-family: 'Roboto Mono' !important
}

.addNewAttributePopover .newAttributeFilters {
    border: 1px solid #eee;
    height: 93px;
}

.addNewAttributePopover small span {
    font-size: 8px !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.ace_autocomplete {
    z-index: 99999999 !important;
}

#newDataSourceModal .new-data-source-modal {
    padding: 10px;
    max-height: 90vh;
}

#newDataSourceModal .new-data-source-modal .db-options {
    column-count: 2;
    column-gap: 5px;
    width: 100%;
}

#newDataSourceModal .new-data-source-modal .db-options .db-option {
    border: 1px solid #00000010;
    border-radius: 2px;
    margin: 0 0 5px 0;
}

#newDataSourceModal .new-data-source-modal .db-options .db-option:has(input:checked) {
    border: 1px solid darkgrey;
}

#newDataSourceModal .new-data-source-modal .db-options .db-option label {
    cursor: pointer;
    display: flex;
    font-size: 12px;
    height: 100%;
    justify-content: center;
    margin: 0;
    padding: 10px;
    width: 100%;
    -webkit-user-select: none;
}

#newDataSourceModal .new-data-source-modal .db-options .db-option input:checked + label,
#newDataSourceModal .new-data-source-modal .db-options .db-option:hover label {
    background-color: #DEE2E6;
    color: black;
}

#kaggleDatasetOptions {
    border: thin solid #00000030;
    height: 270px;
    overflow: hidden;
    overflow-y: scroll;
}

#kaggleDatasetOptions .kaggleDataset {
    border: 1px solid #00000010;
    border-radius: 2px;
    cursor: pointer;
    margin: 5px;
    max-width: calc(100% - 5px) !important;
    padding: 10px;
    position: relative;
    width: 100%;
}

#kaggleDatasetOptions .kaggleDataset .subTitle {
    display: -webkit-box;
    font-size: 8px;
    max-height: 120px;
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

#kaggleDatasetOptions .kaggleDataset .usability {
    align-items: center;
    background-color: #00000020;
    border: 1px solid #00000010;
    border-radius: 5px;
    color: #000000;
    display: flex;
    font-size: 9px;
    height: 16px;
    justify-content: center;
    top: 5px;
    font-size: 8px;
    max-height: 16px;
    min-width: 28px;
    padding-inline: 4px;
    position: absolute;
    right: 5px;
}

#kaggleDatasetOptions .kaggleDataset .tags {
    display: table-cell;
}

#kaggleDatasetOptions .kaggleDataset .tag {
    align-items: center;
    background-color: #00000020;
    border-radius: 2px;
    color: black;
    display: flex;
    float: left;
    font-size: 9px;
    justify-content: center;
    margin: 4px;
    margin-left: 0;
    padding: 4px;
}

#kaggleDatasetOptions .kaggleDataset:hover,
input[name="kaggleDataset"]:checked + label .kaggleDataset,
input[type="checkbox"]:checked + .label .kaggleDataset {
    background-color: #00000020;
    color: black;
}

#kaggleDatasetOptions .kaggleDataset .showOnHoverOnly {
    background-color: white;
    border: 1px solid #00000010;
    cursor: pointer;
    display: none;
    max-height: 80vh;
    overflow: auto;
    position: fixed;
    top: 50%;
    transform: translateY(-50%) translateX(345px);
    padding: 10px;
}

#kaggleDatasetOptions .kaggleDataset:hover .showOnHoverOnly {
    border-radius: 4px;
    box-shadow: 2px 2px 4px 2px #00000020;
    display: block;
    max-width: 400px;
    min-width: 200px;
    z-index: 2;
}

#kaggleDatasetOptions .kaggleDataset .showOnHoverOnly.columns .titleContainer {
    border-bottom: thin solid #00000020;
    padding: 5px 0;
    position: relative;
}

#kaggleDatasetOptions .kaggleDataset .showOnHoverOnly.columns .titleContainer:nth-last-child(1) {
    border-bottom: 0;
}

#kaggleDatasetOptions .kaggleDataset .showOnHoverOnly .title {
    font-weight: 600;
    font-size: 9px;
}

#preProcessAPI {
    height: 150px;
}

#preProcessAPI:not(.donotHighlightLine) .ace_text-layer .ace_line_group:nth-child(1),
#preProcessAPI:not(.donotHighlightLine) .ace_text-layer .ace_line_group:nth-last-child(1) {
    background-color: #00000020;
}

#exploring, #attributeList {
    margin: 5px;
    position: relative;
}

#exploring.loading,
#attributeList.loading {
    pointer-events: none;
}

#exploring.loading:before,
#attributeList.loading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000010;
}

.noTextOverflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#newDataSourceModal .accessManagement span.button {
    border-radius: 2px;
    cursor: pointer;
    padding: 2px 4px;
}

#newDataSourceModal .accessManagement span.button:hover {
    background-color: #00000025;
}

#showUsersForDataSourceAccess,
#showUsersForDashboardAccess,
#showReportsForDrillThroughAccess {
    background: white;
    padding: 2px 5px;
    box-shadow: 0 20px 27px 0 rgba(0,0,0,.05);
    border: 1px solid #00000030;
    border-radius: 0 0 4px 4px;
    border-top: 0;
    cursor: pointer;
}

#showUsersForDataSourceAccess > div > div,
#showReportsForDrillThroughAccess > div > div,
#showUsersForDashboardAccess > div > div {
    border-bottom: thin solid #00000010;
    padding-block: 4px;
}

#showUsersForDataSourceAccess > div > div:nth-last-child(1),
#showReportsForDrillThroughAccess > div > div:nth-last-child(1),
#showUsersForDashboardAccess > div > div:nth-last-child(1) {
    border-bottom: 0;
}

#showUsersForDataSourceAccess > div > div:hover,
#showReportsForDrillThroughAccess > div > div:hover,
#showUsersForDashboardAccess > div > div:hover {
    background: #00000005;
}

.exploreAttributeData {
    height: 300px;
    width: 200px !important;
}

.exploreAttributeData .table-wrapper {
    height: 100%;
    width: 100%;
}

.exploreAttributeData .table-wrapper .table-viz {
    margin: 0;
    padding: 0;
}

#currentlyExploringDB {
    border: 1px solid #00000030;
    width: -webkit-fill-available;
    margin: 5px;
}

#displayAttributesFor {
    border: thin solid #00000030;
    margin: 5px;
}

.hoa-versions .version {
    border: thin solid #00000040;
    margin-bottom: 5px;
    padding: 5px;
}

.uMainModalBackground:has(.hoa-versions) {
    z-index: 99999999
}
