.path-Menu--container {
  z-index: 300;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px 0px;
  border: 1px solid #cccccc;
  background-color: rgba( 255, 255, 255 ,  1 );
  background-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
  line-height: inherit;
  min-width: 100%;
  width: 100%;
  max-height: 295px;
  display: flex;
  flex-direction: column; }
  .path-Menu--container .bolt-list-cell {
    border: none !important; }
  .path-Menu--container .path-List {
    margin: 5px 0px 0px 0px;
    overflow: auto;
    max-height: 260px;
    outline: none;
    width: 100%;
    flex: 1 auto; }
    .path-Menu--container .path-List .path-Element {
      height: 32px;
      cursor: pointer;
      white-space: nowrap;
      width: 100%; }
      .path-Menu--container .path-List .path-Element:hover {
        background-color: rgba( 239, 246, 252 ,  1 );
        background-color: rgba( var(--palette-primary-tint-40,239, 246, 252) ,  1 ); }
      .path-Menu--container .path-List .path-Element.highlighted {
        background-color: rgba( 239, 246, 252 ,  1 );
        background-color: rgba( var(--palette-primary-tint-40,239, 246, 252) ,  1 ); }
        @media screen and (-ms-high-contrast: active) {
          .path-Menu--container .path-List .path-Element.highlighted {
            outline: 2px dotted rgba( 166, 166, 166 ,  1 ); } }
      .path-Menu--container .path-List .path-Element.bold {
        font-weight: 600; }
  .path-Menu--container .message {
    color: rgba(0, 0, 0, .55);
    color: var(--text-secondary-color,rgba(0, 0, 0, .55));
    padding: 6px 12px 6px 12px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 0 auto;
    min-height: 28px; }
  .path-Menu--container .resizer {
    cursor: se-resize;
    position: absolute;
    right: 0;
    bottom: 0;
    outline: none;
    margin: 5px; }
