.empty-message {
  margin-bottom: 3.75rem;
}
.empty-message .card:hover {
  box-shadow: 0 3px 4.75px 0.25px rgba(24, 23, 24, 0.03) !important;
}
.empty-message__main-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 120px;
  width: 50%;
  margin: 0 auto 1.25rem;
  border: 1px solid #dee2e6;
}
.empty-message__main-text > div:first-of-type {
  font-size: 16px;
}
.empty-message__main-text > div:last-of-type {
  font-size: 12px;
}
.empty-message__filters-list {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  margin: 0.625rem auto 1.25rem;
}
.empty-message__filters-list .filter-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
  height: 35px;
  margin: 0 0 0.625rem 0.625rem;
  padding: 0 10px;
  border: 1px solid #dee2e6;
  cursor: pointer;
  font-size: 12px;
}
.empty-message__filters-list i {
  display: flex;
  margin-right: 5px;
  color: #4E5C6E;
  font-size: 16px;
}
