:host {
  display: inline-block;
}
:host .popover-container {
  display: inline-block;
}
:host .popover-container .popover-anchor {
  display: inline-block;
}
 /deep/ .cmf-core-controls-popover-body {
  min-width: 192px;
  max-width: 432px;
  min-height: 52px;
  padding: 16px 28px 16px 16px;
  position: absolute;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
}
 /deep/ .cmf-core-controls-popover-body /deep/ .cmf-core-controls-popover-arrow {
  position: absolute;
  height: 12px;
  width: 16px;
  width: 0;
  height: 0;
  bottom: -12px;
  right: 16px;
}
 /deep/ .cmf-core-controls-popover-body /deep/ .cmf-core-controls-popover-arrow.bottom {
  bottom: auto;
  top: -12px;
}
 /deep/ .cmf-core-controls-popover-body /deep/ .cmf-core-controls-popover-arrow.right {
  right: auto;
  left: 16px;
}
 /deep/ .cmf-core-controls-popover-body.cmf-core-controls-popover-visible {
  visibility: visible;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 1;
}
 /deep/ .cmf-core-controls-popover-body .cmf-core-controls-popover-close-icon {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  font-size: 14px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}
 /deep/ .cmf-core-controls-popover-body .cmf-core-controls-popover-close-icon:hover {
  cursor: pointer;
}
 /deep/ .cmf-core-controls-popover-body .cmf-core-controls-popover-body-content {
  max-width: 388px;
}
 /deep/ .cmf-core-controls-popover-title-container {
  height: 28px;
  margin: -16px -28px 10px -16px;
}
 /deep/ .cmf-core-controls-popover-title-container .cmf-core-controls-popover-title {
  line-height: 16px;
  padding: 5px;
  font-size: 12px;
  height: 28px;
}
 /deep/ .cmf-core-controls-popover-title-container .cmf-core-controls-popover-title div {
  float: left;
}
 /deep/ .cmf-core-controls-popover-title-container .cmf-core-controls-popover-title div.cmf-core-controls-popover-title-icon {
  font-size: 14px;
  line-height: 16px;
}
