.empty.empty-container {
  width: 100%;
  padding: 32px 0;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
