:host {
  width: 100%;
}
:host .cmfcorecontrolsactionBarmaincontainersmall {
  max-height: 74px;
  padding: 2px;
}
:host .cmf-core-controls-actionBar-main-container {
  width: 100%;
  height: 100%;
  max-height: 84px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  padding: 4px 0px;
  position: relative;
}
:host .cmf-core-controls-actionBar-main-container.scrollable {
  overflow-x: auto;
  overflow-y: hidden;
  max-height: 90px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  :host .cmf-core-controls-actionBar-main-container {
    max-height: 74px;
    padding: 2px;
  }
}
:host .cmf-core-controls-actionBar-main-container.cmf-core-controls-actionBar-main-container-small {
  max-height: 74px;
  padding: 2px;
}
:host .cmf-core-controls-actionBar-main-container cmf-core-controls-context-menu {
  width: 100%;
  min-width: 32px;
  height: auto;
}
:host .cmf-core-controls-actionBar-main-container cmf-core-controls-context-menu ::ng-deep > div {
  height: 100%;
}
:host .cmf-core-controls-actionBar-main-container .cmf-core-controls-action-bar-right-align {
  margin-left: auto;
  -webkit-box-ordinal-group: 21;
          order: 20;
  display: -webkit-box;
  display: flex;
}
:host .cmf-core-controls-actionBar-main-container .other-actions-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
}
