.pm-panel-bar {
  display: flex;
  align-items: center;
  height: 45px;
  background-color: #108ee9;
  color: #fff;
  font-size: 18px;
}
.pm-panel-bar-left {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.pm-panel-bar-title {
  height: 40px;
  line-height: 40px;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pm-panel-bar-light {
  background-color: #fff;
  color: #108ee9;
}
.pm-panel-bar-light .pm-panel-bar-title {
  color: #000;
}
