.mk-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: 100%;
  height: 100%;

  font-size: 12px;
  font-weight: 400;
  color: #bcbcbc;
}

.mk-empty__icon-bg {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 80px;
  height: 80px;

  background: #f7f7f7;
  border-radius: 50%;

  overflow: hidden;
}
