﻿.guide-dashboard {
  margin: 20px;
}

.guide-overview .umb-table__name {
  display: none;
}

.search-box {
  position: absolute;
  top: 0;
  right: 0;
}

.guide-tools-container {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0rem;
  gap: 1rem;
}

.selected {
  background-color: salmon;
}
