.empty-message{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  svg{
    width: 150px;
    margin: auto;
    display: block;
    opacity: .6;
    margin-bottom: $size-medium;
    color: $primary-color;
  }
  h4{
    color: $theme-color-1;
    font-size: 1.6em;
  }
}