.mx-side-sheet-container {
  max-width: 320px;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.mx-side-sheet-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 64px 20px 24px;
  gap: 8px;
  button {
    position: absolute;
    right: 19px;
    top: 14px;
  }
}

.mx-side-sheet-content {
  flex: 1;
  height: 0;
}

.not-found-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  gap: 12px;

  mat-icon {
    width: 80px;
    height: 80px;
  }

  span {
    text-align: center;
  }
}
