.tabs[data-v-1d4a8d24] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  position: relative;
}
.tabs[data-v-1d4a8d24]::after {
    content: ' ';
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #55ca7d;
    bottom: 0;
    left: 0;
}
.tabs .tabs-list[data-v-1d4a8d24] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
}
.tabs .tabs-card[data-v-1d4a8d24] {
    border-top: 1px solid #55ca7d;
    border-right: 1px solid #55ca7d;
    color: #55ca7d;
    line-height: 1.5;
    font-size: 1.2em;
    display: inline-block;
    padding: 0.2em 0.5em;
    background-color: white;
    position: relative;
    z-index: 1;
}
[data-v-1d4a8d24] .description {
  overflow: hidden;
  max-height: 250px;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  margin: 1em 0 1em 0;
}
[data-v-1d4a8d24] .description > div {
    color: #757775;
    border: 2px dashed #55ca7d;
    background-color: #f0fdf5;
    padding: 1em;
}
[data-v-1d4a8d24] .description h3 {
    color: #55ca7d;
    font-weight: bold;
    margin-bottom: 0.5em;
}
[data-v-1d4a8d24] .description p {
    margin-bottom: 0.3em;
}
.description.hidden[data-v-1d4a8d24] {
  max-height: 0px;
}
.toggle[data-v-1d4a8d24] {
  cursor: pointer;
}
[data-v-1d4a8d24] .ant-pro-page-header-wrap-children-content {
  margin: 0;
}

.remove-icon[data-v-938fee8a] {
  position: absolute;
  display: none;
  cursor: pointer;
  color: red;
  border-radius: 50%;
  border: 1px solid #dbd9d9;
  width: 26px;
  line-height: 26px;
  text-align: center;
  right: -13px;
  top: -14px;
  background-color: white;
}
.pic-thumb[data-v-938fee8a] {
  border: 1px solid #dbd9d9;
  position: relative;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAEBJREFUOE9jPHHixH8GIoC5uTkRqhgYGEcNxBlOo2GIM2iGQLL5//8/UTnl5MmTxOWUUQNxhtNoGOLOKYM+2QAAb9tnU1GFuRIAAAAASUVORK5CYII=);
}
.pic-thumb:hover .remove-icon[data-v-938fee8a] {
    display: block;
}
.pic-thumb img[data-v-938fee8a] {
    max-height: 100px;
}

