.SuiteSidebar-container:has(> .unidentified-assets-sidebar.open) {
    display: block;
    width: 330px;
}

.unidentified-assets-sidebar.SuiteSidebar {
    width: 330px;

    .unidentified-assets-list {
        list-style: none;
        width: 100%;
        padding: 0;
        margin: 0;

        li {
            padding: 12px 0;
            width: 100%;
        }
    }
}

.asset-report-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.Sidebar {
    position: relative !important;
    .ReactModal-close.btn {
        margin-left: auto;
    }

    .ReactModal-body {
        display: flex;
        flex-direction: column;
    }
}

.truncated-cell {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: auto;
}
