@import '../styles/styles.scss';
.crumb-title {
  color: var(--p-primary-color);
}
.crumb-title + .crumb-title {
  padding-left: .5rem;
  &::before {
    padding-right: .5rem;
    // color: var(--breadcrumb-divider-color);
    content: var(--breadcrumb-divider, "/");
  }
}
:host::ng-deep {
  .p-button-text.p-button-secondary {
    color:var(--p-surface-700);
  }
  .title-action {
    .p-button{
      padding: 0;
    }
  }
  .new-action {
    .p-button {
      padding: 0;
      button {
        padding-top: 2px;
        height: 100%;
        align-items: center;
      }
    }
  }

  .select-crumb {
    .p-button {
      padding: 0;
      background-color: #fff;
      line-height: 1;

      button {
        padding: 0;
        width: 17px;
        height: 17px;
        // width: 20px;
        // height: 20px;
      }
    }
  }
  .p-popover-content {
    padding:.5rem
  }
  .left-btn {
    .p-button {
      height: 33px;
      min-width: 51px;
    }
  }
}
// .current-title {
//   width: calc(100% - 105px);
// }
