.editor-bsview-customStyle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  height: 24px;
  padding: 8px;
  color: rgba(28, 36, 46, 0.25);
  cursor: pointer;
}
.editor-bsview-customStyle .down {
  display: block;
}
.editor-bsview-customStyle .close {
  display: none;
}
.editor-bsview-selectText {
  border: 1px solid #47e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 2px;
  height: 24px;
  padding: 8px;
  color: rgba(28, 36, 46, 0.25);
  cursor: pointer;
}
.editor-bsview-selectText .down {
  display: block;
}
.editor-bsview-selectText .close {
  display: none;
}
.editor-bsview-selectText > div {
  color: #47e;
}
.editor-bsview-customStyle:hover .close {
  display: block;
}
.editor-bsview-customStyle:hover .down {
  display: none;
}
.app-bsview-customer-normalBtn {
  padding: 2px;
  text-align: center;
  margin-bottom: 8px;
  font-size: 12px;
  cursor: pointer;
}
.editor-bsview-iconBtn {
  padding: 2px;
  text-align: center;
  margin-bottom: 8px;
  font-size: 12px;
  cursor: pointer;
  padding: 4px;
  color: #47e;
  background: rgba(68, 119, 238, 0.06);
}
.editor-bsview-borderBtn {
  padding: 2px;
  text-align: center;
  margin-bottom: 8px;
  font-size: 12px;
  cursor: pointer;
  color: #47e;
  border: 1px solid #47e;
  border-radius: 100px;
}
.editor-bsview-ligthColor {
  padding: 2px;
  text-align: center;
  margin-bottom: 8px;
  font-size: 12px;
  cursor: pointer;
  color: #47e;
  background: rgba(68, 119, 238, 0.1);
  border-radius: 100px;
}
.editor-bsview-primaryBtn {
  padding: 2px;
  text-align: center;
  margin-bottom: 8px;
  font-size: 12px;
  cursor: pointer;
  background: #47e;
  color: #fff;
  border-radius: 100px;
}
.editor-bsview-cutsomBtn {
  padding: 2px;
  text-align: center;
  margin-bottom: 8px;
  font-size: 12px;
  cursor: pointer;
  margin-bottom: 0;
  color: rgba(28, 36, 46, 0.75);
}
.editor-bsview-popoverContent {
  width: 8%;
}
.editor-bsview-popoverContent .editor-popover-inner-content {
  margin-top: -13px !important;
  background: #fff;
}
