.editor-actionSearch-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  padding-left: 8px;
  margin-left: 6px;
  position: relative;
}
.editor-actionSearch-wrap::before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #E5E5E5;
  position: absolute;
  left: 0;
  top: 5px;
}
.editor-actionSearch-icon {
  fill: #47e;
}
.editor-actionSearch-input {
  border: none !important;
  font-size: 12px !important;
  border-color: transparent !important;
  box-shadow: none !important;
  padding: 4px 8px !important;
}
.editor-actionSearch-input input {
  font-size: 12px;
}
.editor-actionSearch-input:focus {
  border: 0 !important;
  box-shadow: none !important;
}
.editor-actionSearch-popover-content::-webkit-scrollbar {
  width: 10px;
  height: 20px;
}
.editor-actionSearch-popover-content {
  width: 540px;
  padding: 0 0 8px 0;
}
.editor-actionSearch-popover-content-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  background-color: #F6F8FA;
}
.editor-actionSearch-popover-content-head span {
  color: rgba(28, 36, 46, 0.45);
  font-size: 12px;
  font-weight: 400;
}
.editor-actionSearch-popover-content-head > div:nth-child(1) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.editor-actionSearch-popover-content-head > div:nth-child(1) > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-color: #47e;
  border-radius: 4px;
}
.editor-actionSearch-popover-content-head > div:nth-child(1) > div svg {
  fill: #fff;
}
.editor-actionSearch-popover-content-head > div:nth-child(2) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  fill: rgba(28, 36, 46, 0.45);
  cursor: pointer;
}
.editor-actionSearch-popover-content-head > div:nth-child(2):hover {
  fill: #47e;
}
.editor-actionSearch-popover-content-head > div:nth-child(2):hover span {
  color: #47e;
}
.editor-actionSearch-popover-content-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 12px;
  padding: 0 12px;
  width: 100%;
}
.editor-actionSearch-popover-content-list-clean {
  cursor: pointer;
}
.editor-actionSearch-popover-content-list-clean:hover {
  color: #47e !important;
}
.editor-actionSearch-popover-content-list > div:nth-child(1) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 18px;
  padding: 12px 0;
}
.editor-actionSearch-popover-content-list > div:nth-child(1) span {
  color: rgba(28, 36, 46, 0.45);
}
.editor-actionSearch-popover-content-list ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.editor-actionSearch-popover-content-list ul li {
  background-color: rgba(68, 119, 238, 0.1);
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 2px 8px;
  border-radius: 2px;
  color: rgba(28, 36, 46, 0.85);
  cursor: pointer;
}
.editor-actionSearch-overlay {
  padding: 0 !important;
}
.editor-actionSearch-overlay .editor-popover-arrow {
  display: none !important;
}
.editor-actionSearch-overlay .editor-popover-inner-content {
  padding: 0 !important;
}
.editor-actionSearch-result {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.editor-actionSearch-result li {
  width: 100%;
  min-height: 40px;
  padding: 8px 12px;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.editor-actionSearch-result li:hover {
  background-color: rgba(28, 36, 46, 0.04);
  border-radius: 4px;
}
.editor-actionSearch-result li > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.editor-actionSearch-result li > span {
  font-size: 12px;
  color: rgba(28, 36, 46, 0.45);
  padding-left: 22px;
  padding-top: 5px;
}
.editor-actionSearch-modal-content {
  background-color: #fff;
  min-height: 300px;
  width: 861px;
  border-radius: 4px;
}
.editor-actionSearch-modal-top {
  width: 100%;
  height: 56px;
  box-shadow: 0px 4px 10px 0px rgba(90, 121, 179, 0.15);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: 12px;
}
.editor-actionSearch-modal-input {
  border: 0 !important;
  box-shadow: none !important;
}
.editor-actionSearch-modal-input input {
  border: 0 !important;
}
.editor-actionSearch-modal-input input:focus {
  border: 0 !important;
  box-shadow: none !important;
}
.editor-actionSearch-modal-before {
  padding-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.editor-actionSearch-modal-close {
  width: 65px;
  height: 100%;
  border-left: 1px solid #F0F0F0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.editor-actionSearch-modal .editor-actionSearch-tips-wrap {
  padding: 8px 20px;
}
.editor-actionSearch-modal .editor-actionSearch-tips-wrap + div {
  padding: 0 8px;
}
.editor-actionSearch-modal .editor-modal-body {
  padding: 0 !important;
}
.editor-actionSearch-modal .editor-modal-close {
  display: none;
}
.editor-actionSearch-notFound {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: rgba(28, 36, 46, 0.45);
  padding: 24px 0;
}
.editor-actionSearch-notFound img {
  width: 100px;
}
.editor-actionSearch-compIcon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 2px;
}
.editor-actionSearch-tips-wrap {
  padding: 8px 12px;
}
.editor-actionSearch-tips {
  padding: 8px;
  border: 1px dashed rgba(68, 119, 238, 0.2);
  border-radius: 4px;
  background-color: rgba(68, 119, 238, 0.1);
  color: rgba(28, 36, 46, 0.85);
  font-size: 12px;
  line-height: 16px;
}
.editor-actionSearch-tips .strong {
  font-weight: 600;
}
.editor-actionSearch-tips .item {
  padding: 0 8px;
  position: relative;
}
.editor-actionSearch-tips .item:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #e5e5e5;
}
