.modal-section[data-v-905570b0] {
  border: 1px #e9ecf7 solid;
  box-shadow: 0 0 0 3px rgba(233, 236, 247, 0.2);
  border-radius: 3px;
  margin: 20px;
}
.modal-section > .header[data-v-905570b0] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    position: relative;
}
.modal-section > .header .title[data-v-905570b0] {
      flex: 1;
      margin-right: 10px;
      min-width: 100px;
      padding: 0 8px 0 24px;
      position: relative;
}
.modal-section > .header .title[data-v-905570b0]::before {
        background-color: #378FFF;
        box-shadow: 0 3px 6px rgba(55, 143, 255, 0.2);
        border-radius: 50%;
        content: '';
        height: 8px;
        left: 8px;
        top: 50%;
        margin-top: -4px;
        position: absolute;
        width: 8px;
}
.modal-section > .header .title span[data-v-905570b0] {
        display: block;
        font-size: 1rem;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.modal-section > .header .icon-toggle[data-v-905570b0] {
      align-items: center;
      cursor: pointer;
      display: flex;
      font-size: 20px;
      flex-shrink: 0;
      justify-content: center;
      height: 28px;
      width: 28px;
      transition: all 0.4s ease;
}
.modal-section > .header .icon-toggle.expanded[data-v-905570b0] {
        transform: rotate(180deg);
}
.modal-section > .header .extra[data-v-905570b0] {
      align-items: center;
      display: flex;
      justify-content: flex-end;
      position: relative;
}
.modal-section > .body[data-v-905570b0] {
    border-top: 1px #eee solid;
}

