.nav-bottom-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  gap: 8px;
  width: 68px;
  height: 68px;
  border-radius: 16px;
  cursor: pointer;
}

.nav-bottom-btn-filter {
  background: #fff;

  cursor: pointer;
}

.mdi-palette-outline,
.mdi-circle-opacity,
.mdi-resize,
.mdi-crop,
.bi-brush,
.bi-fonts,
.bi-puzzle,
.bi-emoji-wink,
.mdi-rounded-corner,
.mdi-rotate-3d-variant {
  width: 24px;
  height: 24px;
  display: flex;
  font-size: 24px;
  color: #000;
  padding: 0;
}

.nav-bottom-label {
  margin-top: 1px;
  font-size: 12px;
  line-height: 22px;
  color: #000;
  font-family: sans-serif;
}

.nav-bottom-btn:hover {
  background: #cecece;
}