.MYUI-IconButton {
  width: auto;
  min-width: 36px;
  min-height: 36px;
  display: flex;
  border-radius: var(--border_radius_low);
}

.MYUI-IconButton[data-after_or_before="true"] {
  min-width: max-content;
}

.MYUI-IconButton[data-mode="m"] {
  min-width: 0px;
  min-height: 0px;
  padding: 3px;
}

.MYUI-IconButton[data-background="true"] {
  background: rgba(var(--background_primary), 0.6);
}

.MYUI-IconButton__children {
  height: 100%;
  /*padding: var(--padding_low);*/
  display: flex;
  justify-content: center;
  align-items: center;
}


.MYUI-IconButton__in {
  cursor: pointer;
}

.MYUI-IconButton button {
  color: var(--text_primary)
}


.MYUI-IconButton--touch {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.MYUI-IconButton__in {
  display: flex;
  align-items: center;
  justify-content: center;
}

.MYUI-IconButton__after {
  padding: 0px 5px;
  color: var(--text_primary);
  line-height: var(--font_size_callout);
  font-size: var(--font_size_callout);
}