
    .plugin-content{
        overflow-y:scroll;
    }
    .plugin-content::-webkit-scrollbar {
        width: 4px;
    }
    .plugin-content::-webkit-scrollbar-thumb {
        background: rgba(128,128,128,0.5);
    }
    .plugin-content::-webkit-scrollbar-track {
        background: transparent;
    }
    [data-ref="aipDiv"] {
  position: absolute;
  top: 30px !important;
  width: 100%;
  background-color: transparent !important;
  border-style: solid !important;
  border-width: 0.75px 0px !important;
  border-color: rgba(128, 128, 128, 0.5) !important;
  border-radius: 0px !important;
  color: inherit !important;
}
[data-ref="aipDiv"] .section-head {
  position: relative;
  font-size: 16px;
  line-height: 1.4em;
}
[data-ref="aipDiv"] .section-checkbox {
  font-size: 16px;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  width: 30px;
  color: inherit !important;
  cursor: pointer;
}
[data-ref="aipDiv"] .section-checkbox:focus {
  outline: 0;
}
[data-ref="aipDiv"] .section-checkbox::before {
  content: '\25BD\00a0\00a0';
}
[data-ref="aipDiv"] .section-checkbox:checked::before {
  padding-top: 3px;
  content: '\25B7\00a0\00a0';
}
[data-ref="aipDiv"] .space-div {
  height: 2px;
}
[data-ref="aipDiv"] .section-checkbox:checked + label + .space-div {
  height: 10px;
}
[data-ref="aipDiv"] .section-checkbox:checked + label + .space-div + div {
  display: none;
}
[data-ref="aipDiv"] .section-content {
  margin-bottom: 4px;
}
.list-line-div {
  margin: 1px;
  border: 0px;
  font-size: 13px;
  line-height: 1.3;
  margin-left: 15px;
}
.list-line-div .bullet {
  height: 8px;
  width: 8px;
  border-radius: 8px;
  border: 1px solid;
  display: inline-block;
  margin-right: 10px;
  opacity: 0;
}
.list-line-div .list-line-div-txt {
  padding: 1px;
  cursor: pointer;
  border-radius: 3px;
  width: fit-contents;
  opacity: 0.8;
}
.list-line-div.highlight .list-line-div-txt {
  font-weight: bold;
  opacity: 1;
}
.list-line-div.highlight .bullet {
  opacity: 1;
}
.list-line-div .message {
  display: none;
}
.list-line-div.loading-asp .message {
  display: inline-block;
}
.list-line-div .closing-x-small {
  text-transform: none;
  line-height: 1.3;
  color: white;
  background-color: #9D0300;
  cursor: pointer;
  position: absolute;
  margin: 2px 0px 0px 12px;
  font-size: 10px;
  z-index: 10;
  width: 1.3em;
  height: 1.3em;
  border-radius: 1.3em;
  display: none;
  opacity: 0.5;
  text-align: center;
}
.list-line-div .closing-x-small::before {
  content: "\2716";
}
.list-line-div:hover .closing-x-small {
  opacity: 1;
}
.list-line-div:hover .list-line-div-txt {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0px 4px 0px 4px;
}
.aipHead {
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  height: 20px;
  margin: 5px 0px 0px 1px;
}
.aipInfo {
  position: absolute;
  padding: 5px;
  font-size: 12px;
  color: black;
  bottom: 27px;
  width: 100%;
  overflow-y: scroll;
  background-color: transparent !important;
  border-style: solid !important;
  border-width: 0.75px 0px !important;
  border-color: rgba(128, 128, 128, 0.5) !important;
  border-radius: 0px !important;
  color: inherit !important;
}
.aipFoot {
  position: absolute;
  font-size: 10px;
  bottom: 0px;
  height: 27px;
  margin-left: 1px;
}
.drag-handle {
  box-sizing: border-box;
  height: 30px;
  width: 90px;
  position: absolute;
  margin-left: -45px;
  margin-top: -15px;
  left: calc(50%);
  cursor: pointer;
}
.drag-handle::before {
  content: ' ';
  box-sizing: border-box;
  position: absolute;
  left: 30px;
  top: 10px;
  width: 30px;
  height: 10px;
  border: 1px solid #969696;
  border-radius: 4px;
  background-color: rgba(230, 230, 230, 0.5);
}
