/***BEGIN DashboardDirectory.css***/
.team-panel-button {
  background-color: transparent !important;
  color: rgba(0, 90, 158, 1) !important;
  color: var(--communication-foreground,rgba(0, 90, 158, 1)) !important;
  padding: 0px; }
  .team-panel-button .bolt-button-text {
    font-weight: normal; }
    .team-panel-button .bolt-button-text:hover {
      color: rgba( 0, 69, 120 ,  1 );
      color: rgba( var(--palette-primary-shade-30,0, 69, 120) ,  1 ); }
/***END DashboardDirectory.css***/

/***BEGIN OwnerCell.css***/
.dashboards-directory-row-owner-cell {
  display: flex;
  flex-direction: row; }
  .dashboards-directory-row-owner-cell .dashboard-owner-persona {
    margin-top: 7px;
    margin-left: 6px; }
  .dashboards-directory-row-owner-cell .owner-name {
    margin-left: 8px; }
/***END OwnerCell.css***/

