body {
  margin: 0;
  padding: 0;
  /* background-color: #00AA96; */
  background-color: #F9D86A;
  /* background-color: #EEEEEE; */
  /* background: linear-gradient( to right top, #F9D86A, #13AFCD); */
}

.empty {
  height: 100vh;
  width: 100%;
}

.empty-content {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  padding-top: 48vh;
  text-align: center;
  color: white;
  font-weight: 300;
  font-size: 14px;
  font-family: Helvetica;
}

.icon {
  width: 16px;
  height: 16px;
  mask-size: 100%;
  mask-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  vertical-align: middle;
  background-color: white;
  /* background-color: #B4BDCA; */
}

.icon-not-found {
  -webkit-mask-image: url('icon-not-found.svg');
}
