.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;
}

.c-btn[data-v-f0eb8190] {
  background-color: #55ca7d;
  color: white;
}
.c-btn[data-v-f0eb8190]:hover {
    color: black;
}
[data-v-f0eb8190] .ant-table thead th {
  background-color: #ededed;
  font-weight: bold;
}
.dot-label[data-v-f0eb8190] {
  padding-left: 15px;
  position: relative;
}
.dot-label[data-v-f0eb8190]::after {
  content: ' ';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: green;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 5px;
}
.dot-label.dot-label-warning[data-v-f0eb8190]::after {
  background-color: red;
}

