.cmf-menu-mobile {
  position: fixed;
  z-index: 3;
  top: 59px;

  overflow: auto hidden;
  display: flex;
  flex-direction: row;

  width: 100%;
  height: 32px;

  font-size: 16pt;

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

  .cmf-menu-mobile-simplebar {
    width: 100%;
  }
}

::ng-deep {
  .cmf-menu-mobile-simplebar {
    .simplebar-content-wrapper {
      overflow: scroll hidden;

      .simplebar-content {
        display: flex;
        flex-direction: row;
        width: auto;
      }
    }

    .simplebar-track.simplebar-horizontal {
      display: none;
    }
  }
}
