cmf-core-controls-dropdown {
  min-width: 135px;
}
cmf-core-controls-dropdown cmf-core-controls-title-dropdown {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-align: center;
          align-items: center;
  height: 36px;
  padding: 0 4px 0 4px;
}
cmf-core-controls-dropdown cmf-core-controls-title-dropdown .placeholder {
  -webkit-box-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
cmf-core-controls-dropdown cmf-core-controls-title-dropdown .placeholder .mainTitle {
  font-family: "open-sans-regular";
  font-size: 12px;
  text-transform: uppercase;
}
cmf-core-controls-dropdown cmf-core-controls-title-dropdown .placeholder .value {
  font-family: "open-sans-regular";
  font-size: 12px;
  padding-left: 2px;
  text-transform: uppercase;
}
