.dashboard-chart-summary {
  display: flex;
  align-items: flex-start;
}

.dashboard-chart-summary .summary-inner {
  width: 100%;
  -webkit-align-self: center;
  align-self: center;
}

.gift_card_item .card {
  position: relative;
}

.gift_card_item .btn-hide-project-tile {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 26px;
  height: 26px;
  line-height: 22px;
  padding: 0;
  border: none;
  background: none;
  color: #5b5b5b;
  font-size: 18px;
  box-shadow: none;
}

.gift_card_item .btn-hide-project-tile:focus {
  outline: none;
  box-shadow: none;
}

.gift_card_item .btn-hide-project-tile:hover {
  background: #f5f5f5;
  color: #111;
}

#gift-project-search {
  max-width: 320px;
}
