.cmf-menu-mobile-item-more-matmenu-btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;

  width: 100%;
  height: 32px;
  padding: 0 12px;

  font-size: 12pt;

  background-color: var(--app-toolbar-bg-color);
  border: none;

  .check {
    float: right;
  }
}
