.arx-click-menu {
    background-color: white;
    padding: .5rem 0;
    border: 1px solid rgba(0, 0, 0, .15);
    display: flex;
    flex-direction: column;
    max-width: 400px;
    min-width: 250px;
}

.arx-click-menu .dropdown-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.context-menu-header {
    font-weight: bold;;
}