.scrollBar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.scrollBar::-webkit-scrollbar-thumb {
  width: 10px;
  background: #f2f2f2;
  border-radius: 0;
}
.scrollBar::-webkit-scrollbar-track,
.scrollBar::-webkit-scrollbar,
.scrollBar::-webkit-scrollbar-corner {
  background: #bfbfbf;
  border-radius: 0;
}
.scrollBar::-webkit-scrollbar-track {
  border-color: #bfbfbf;
}
.editor-modal-wrap:not(.editor-actionmenu-modal) {
  text-align: center;
}
.editor-modal-wrap:not(.editor-actionmenu-modal):before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.editor-modal-wrap:not(.editor-actionmenu-modal) .editor-modal {
  top: 0;
  display: inline-block;
  padding-bottom: 0;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .editor-modal-wrap:not(.editor-actionmenu-modal) .editor-modal {
    flex: 1;
  }
}
.flexModal {
  top: 100px;
}
.flexModal.editor-modal {
  top: 100px;
}
.flexModal .editor-modal-content {
  display: flex;
  flex-direction: column;
  min-height: 320px;
  max-height: calc(100vh - 80px);
  overflow: hidden;
}
.flexModal .editor-modal-body {
  flex: 1;
  overflow-y: auto;
}
.flexModal .editor-modal-body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.flexModal .editor-modal-body::-webkit-scrollbar-thumb {
  width: 10px;
  background: #f2f2f2;
  border-radius: 0;
}
.flexModal .editor-modal-body::-webkit-scrollbar-track,
.flexModal .editor-modal-body::-webkit-scrollbar,
.flexModal .editor-modal-body::-webkit-scrollbar-corner {
  background: #bfbfbf;
  border-radius: 0;
}
.flexModal .editor-modal-body::-webkit-scrollbar-track {
  border-color: #bfbfbf;
}
.flexModal .editor-modal-body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.flexModal .editor-modal-body::-webkit-scrollbar-thumb {
  width: 10px;
  background: #f2f2f2;
  border-radius: 0;
}
.flexModal .editor-modal-body::-webkit-scrollbar-track,
.flexModal .editor-modal-body::-webkit-scrollbar,
.flexModal .editor-modal-body::-webkit-scrollbar-corner {
  background: #bfbfbf;
  border-radius: 0;
}
.flexModal .editor-modal-body::-webkit-scrollbar-track {
  border-color: #bfbfbf;
}
