/***BEGIN DirectoryDropdown.css***/
.directory-dropdown-action {
  align-self: stretch;
  justify-content: flex-start; }

.directory-dropdown-link.bolt-link.subtle:hover {
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  background: transparent; }

.directory-dropdown-content {
  max-width: 100%; }
  .directory-dropdown-content .bolt-list-box-divider-row {
    display: none;
    /* let group provider handle adding group headers without showing dividers */ }
  .directory-dropdown-content .directory-favorite-cell.favorited {
    visibility: visible; }

.directory-dropdown-link .bolt-table-cell-content {
  padding: 0; }

.directory-dropdown-link {
  height: 32px; }

.directory-dropdown-expandable-button-container .bolt-dropdown-expandable-button-label {
  display: flex;
  flex-direction: row;
  align-items: center; }

@media screen and (max-width: 1023px) {
  .directory-dropdown-sprints-ff-enableddirectory-selector-dropdown .bolt-dropdown-expandable-button-label {
    display: block;
    max-width: 10rem; } }

@media screen and (max-width: 599px) {
  .hide-on-mobile {
    display: none; } }
/***END DirectoryDropdown.css***/

/***BEGIN DirectoryView.css***/
.directory-favorite-cell.favorited {
  visibility: visible; }
/***END DirectoryView.css***/

