        &:last-child {
          border-top-right-radius: 4px;
          border-bottom-right-radius: 4px;
          border-left: none;
        }
      }
    }
  }
}

.@{prefixClass}-fullscreen {
  width: auto;

  .@{prefixClass}-full-header {
    border-bottom: none;
  }

  .@{prefixClass} {
    &-column-header {
      text-align: right;
      padding-right: 12px;
    }
    &-cell {
      padding: 0;
    }
    &-cell .@{prefixClass}-date,
    &-month-panel-cell .@{prefixClass}-month-panel-month {
      display: block;
      height: 116px;
      width: auto;
      border-radius: 0;
      margin: 0 4px;
      border: none;
      border-top: 2px solid #eee;
      text-align: right;
      padding-right: 8px;
    }
    &-selected-day .@{prefixClass}-date,
    &-month-panel-selected-cell .@{prefixClass}-month-panel-month {
      background-color: #ebfaff;
      color: #666;
    }
    &-today .@{prefixClass}-date,
    &-month-panel-selected-cell .@{prefixClass}-month-panel-month {
      border-top-color: #1890FF;
      color: #1890FF;
    }
  }
}

.@{prefixClass}-picker {
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: 1000;

  &-hidden {
    display: none;
  }
}

@input-box-height: 35px;

.@{prefixClass}-range {
  width: 502px;
  overflow: hidden;

  &-part {
    width: 250px;
    position: relative;

    .@{prefixClass}-time-picker {
      top: 69px;
      &-panel {
        &-select {
          width: 77px;
        }
      }
    }
  }

  &-left {
    float: left;
    .@{prefixClass}-time-picker-panel {
      &-select:last-child {
        border-right: 1px solid #e9e9e9;
      }

    }
  }

  &-right {
    float: right;
    .@{prefixClass}-time-picker-panel {
      left: 21px;

      &-select:first-child {
        border-left: 1px solid #e9e9e9;
      }
    }
  }

  &-middle {
    position: absolute;
    margin-left: -10px;
    text-align: center;
    height: @input-box-height;
    line-height: @input-box-height;
  }
  .@{prefixClass}-date-panel::after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
  }

  .@{prefixClass}-input-wrap {
    height: @input-box-height;
  }
  .@{prefixClass}-input,
  .@{timePickerClass}-input {
    padding: 1px 7px;
    height: 22px;
  }

  .@{prefixClass}-body,
  .@{prefixClass}-decade-panel-body,
  .@{prefixClass}-year-panel-body,
  .@{prefixClass}-month-panel-body {
    border-bottom: 1px solid #e9e9e9;
  }

  &.@{prefixClass}-week-number {
    width: 574px;

    .@{prefixClass}-range {
      &-part {
        width: 286px;
        .@{prefixClass}-time-picker {
          top: 69px;
          &-panel {
            &-select {
              width: 89px;
            }
          }
        }
      }
      &-right {
        .@{prefixClass}-time-picker-panel {
          left: 36px;
        }
      }
    }
  }

  .@{prefixClass}-year-panel,
  .@{prefixClass}-month-panel,
  .@{prefixClass}-decade-panel {
    top: @input-box-height;
  }
  .@{prefixClass}-month-panel .@{prefixClass}-year-panel {
    top: 0;
  }
  .@{prefixClass}-decade-panel-table,
  .@{prefixClass}-year-panel-table,
  .@{prefixClass}-month-panel-table {
    height: 198px;
  }

  .@{prefixClass}-in-range-cell {
    background: #ebf4f8;
    border-radius: 0;
  }

  &-bottom {
    text-align: right;
  }

  .@{prefixClass}-footer{
    border-top: none;
    padding: 0;
    &-btn {
      padding: 10px 12px 10px 0;
    }
  }
  .@{prefixClass}-ok-btn {
    position: static;
  }
  .@{prefixClass}-today-btn {
    float: left;
  }
}

@prefixClass: rc-calendar;
@timePickerClass: rc-time-picker;

.@{prefixClass} {
  box-sizing: border-box;
  * {
    box-sizing: border-box;
  }
}

.@{prefixClass}-hidden {
  display: none;
}



.@{prefixClass} {
  position: relative;
  outline: none;
  font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans-serif;
  width: 253px;
  border: 1px solid #ccc;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 5px #ccc;
  background-clip: padding-box;
  border: 1px solid #ccc;
  line-height: 1.5;

  &-date-panel, &-panel {
    position: relative;
    outline: none;
  }

  &-week-number {
    width: 286px;

    &-cell {
      text-align: center;
    }
  }

  &-header {
    padding: 0 10px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    border-bottom: 1px solid #ccc;

    > a {
      font-weight: bold;
      display: inline-block;
      padding: 0px 5px;
      line-height: 34px;
      text-align: center;
      width: 30px;

      &:hover {
        cursor: pointer;
        color: #23c0fa;
      }
    }

    .@{prefixClass}-prev-month-btn {
      position: absolute;
      left: 25px;

      &:after {
        content: '‹'
      }
    }

    .@{prefixClass}-next-month-btn {
      position: absolute;
      right: 25px;

      &:after {
        content: '›'
      }
    }
  }

  &-year-select, &-month-select, &-day-select {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    padding: 0 8px;
    line-height: 34px;

    &:hover {
      cursor: pointer;
      color: #23c0fa;
    }
    &.@{prefixClass}-time-status:hover{
      cursor: pointer;
      color: #666;
    }
  }

  &-prev-month-btn,
  &-next-month-btn,
  &-prev-year-btn,
  &-next-year-btn {
    position: absolute;
    top: 0;
    cursor: pointer;
    color: #999;
    font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", sans-serif;
    padding: 0 5px;
    font-size: 16px;
    display: inline-block;
    line-height: 34px;

    &:hover {
      color: #23c0fa;
    }
  }

  &-next-year-btn {
    right: 0;

    &:after {
      content: '»'
    }
  }

  &-prev-year-btn {
    left: 0;

    &:after {
      content: '«'
    }
  }

  &-body {
    padding: 9px 10px 10px;
    height: 217px;
  }

  table {
    border-collapse: collapse;
    max-width: 100%;
    background-color: transparent;
    width: 100%;
  }

  table, td, th, td {
    border: none;
  }

  &-table {
    border-spacing: 0;
    margin-bottom: 0;
  }

  &-column-header {
    line-height: 18px;
    padding: 6px 0;
    width: 33px;
    text-align: center;
    .@{prefixClass}-column-header-inner {
      display: block;
      font-weight: normal;
    }
  }

  &-week-number-header {
    .@{prefixClass}-column-header-inner {
      display: none;
    }
  }

  &-cell {
    padding: 1px 0;
  }

  &-date {
    display: block;
    margin: 0 auto;
    color: #666;
    border-radius: 4px 4px;
    width: 26px;
    height: 26px;
    padding: 0;
    background: transparent;
    line-height: 26px;
    text-align: center;

    &:hover {
      background: #ebfaff;
      cursor: pointer;
    }
  }

  &-selected-day &-date {
    background: tint(#3fc7fa, 80%);
  }

  &-selected-date &-date {
    background: #1890FF;
    color: #fff;
    &:hover {
      background: #1890FF;
    }
  }

  &-today &-date {
    border: 1px solid #1890FF;
  }

  &-disabled-cell &-date {
    cursor: not-allowed;
    color: #bcbcbc;
    background: #f3f3f3;
    border-radius: 0;
    width: auto;

    &:hover {
      background: #f3f3f3;
    }
  }

  &-disabled-cell-first-of-row &-date {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  &-disabled-cell-last-of-row &-date {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  &-last-month-cell &-date, &-next-month-btn-day &-date {
    color: #bbb;
  }

  &-footer {
    border-top: 1px solid #ccc;
    padding: 10px 0;
    text-align: center;
    position: relative;

    .@{timePickerClass} {
      width: 90px;
      &-input {
        height: 24px;
      }
    }
    &-show-ok {
      text-align: right;
      .@{prefixClass} {
        &-footer-btn {
          padding-right: 12px;
        }

        &-time-picker-btn {
          margin-left: 0;
          padding: 0 12px;
        }
        &-today-btn {
          float: left;
          padding-left: 12px;
        }
      }
    }
  }

  &-footer-btn {
    margin-top: 2px;

    &:after {
      content: 'x';
      height: 0;
      font-size: 0;
      overflow: hidden;
      clear: both;
    }
  }

  &-time-picker-btn {
    margin-left: 10px;
  }

  &-today-btn, &-ok-btn, &-time-picker-btn {
    display: inline-block;
    text-align: center;
    color: #f46830;

    &:hover {
      cursor: pointer;
      color: #23c0fa;
    }

    &-disabled {
      color: #bbb;
      &:hover {
        color: #bbb;
      }
    }
  }

  &-today-btn {
    padding-left: 10px;
  }
}
.@{prefixClass}-decade-panel {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 10;
  position: absolute;
  outline: none;
}

.@{prefixClass}-decade-panel-hidden {
  display: none;
}

.@{prefixClass}-decade-panel-header {
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  position: relative;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  border-bottom: 1px solid #ccc;

  > a {
    font-weight: bold;
    display: inline-block;
    padding: 1px 5px;
    text-align: center;
    width: 30px;

    &:hover {
      cursor: pointer;
      color: #23c0fa;
    }
  }
}

.@{prefixClass}-decade-panel-prev-century-btn, .@{prefixClass}-decade-panel-next-century-btn {
  position: absolute;
  top: 0;
}

.@{prefixClass}-decade-panel-next-century-btn {
  &:after {
    content: '»'
  }
}

.@{prefixClass}-decade-panel-prev-century-btn {
  user-select: none;
  left: 0;
  &:after {
    content: '«'
  }
}

.@{prefixClass}-decade-panel-next-century-btn {
  user-select: none;
  right: 0;
}

.@{prefixClass}-decade-panel-body {
  padding: 9px 10px 10px;
  position: absolute;
  bottom: 0;
  top: 34px;
}

.@{prefixClass}-decade-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}

.@{prefixClass}-decade-panel-cell {
  text-align: center;
}

.@{prefixClass}-decade-panel-decade {
  display: block;
  margin: 0 auto;
  color: #666;
  border-radius: 4px 4px;
  height: 36px;
  padding: 0;
  background: transparent;
  line-height: 36px;
  text-align: center;

  &:hover {
    background: #ebfaff;
    cursor: pointer;
  }
}

.@{prefixClass}-decade-panel-selected-cell .@{prefixClass}-decade-panel-decade {
  background: #1890FF;
  color: #fff;

  &:hover {
    background: #1890FF;
    color: #fff;
  }
}

.@{prefixClass}-decade-panel-last-century-cell, .@{prefixClass}-decade-panel-next-century-cell {
  .@{prefixClass}-decade-panel-decade{
    user-select: none;
    -webkit-user-select: none;
    color: rgba(0, 0, 0, 0.25);
  }
}
.calendar-input() {
  height: 25px;
  position: relative;
  display: inline-block;
  margin: 0 0;
  padding: 4px 10px;
  border-radius: 6px 6px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  color: #666;
  line-height: 1.5;
  transform: border 0.3s cubic-bezier(0.35, 0, 0.25, 1), background 0.3s cubic-bezier(0.35, 0, 0.25, 1), box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1);

  &:hover {
    border-color: #23c0fa;
  }

  &:focus {
    border-color: #23c0fa;
    box-shadow: 0 0 3px #23c0fa;
  }
}
.@{prefixClass}-month-panel {
  left: 0;
  top:0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 10;
  position: absolute;
  outline: none;
}

.@{prefixClass}-month-panel-hidden {
  display: none;
}

.@{prefixClass}-month-panel-header {
  padding: 0 10px;
  height: 34px;
  line-height: 30px;
  position: relative;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  border-bottom: 1px solid #ccc;

  > a {
    font-weight: bold;
    display: inline-block;
    padding: 4px 5px;
    text-align: center;
    width: 30px;

    &:hover {
      cursor: pointer;
      color: #23c0fa;
    }
  }
}

.@{prefixClass}-month-panel-prev-year-btn, .@{prefixClass}-month-panel-next-year-btn {
  position: absolute;
  top: 0;
}

.@{prefixClass}-month-panel-next-year-btn {
  &:after {
    content: '»'
  }
}

.@{prefixClass}-month-panel-prev-year-btn {
  user-select: none;
  left: 0;

  &:after {
    content: '«'
  }
}

.@{prefixClass}-month-panel .@{prefixClass}-month-panel-year-select {
  width: 180px;
}

.@{prefixClass}-month-panel-year-select-arrow {
  display: none;
}

.@{prefixClass}-month-panel-next-year-btn {
  user-select: none;
  right: 0;
}

.@{prefixClass}-month-panel-body {
  padding: 9px 10px 10px;
  position: absolute;
  top: 34px;
  bottom: 0;
}

.@{prefixClass}-month-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}

.@{prefixClass}-month-panel-cell {
  text-align: center;



  .@{prefixClass}-month-panel-month {
    display: block;
    width: 46px;
    margin: 0 auto;
    color: #666;
    border-radius: 4px 4px;
    height: 36px;
    padding: 0;
    background: transparent;
    line-height: 36px;
    text-align: center;

    &:hover {
      background: #ebfaff;
      cursor: pointer;
    }
  }

  &-disabled{
    .@{prefixClass}-month-panel-month {
      color: #bfbfbf;

      &:hover {
        background: white;
        cursor: not-allowed;
      }
    }
  }
}

.@{prefixClass}-month-panel-selected-cell .@{prefixClass}-month-panel-month {
  background: #1890FF;
  color: #fff;

  &:hover {
    background: #1890FF;
    color: #fff;
  }
}

.@{prefixClass}-month-header-wrap {
  position: relative;
  height: 308px;
}
.@{prefixClass} {
  &-picker {
    .effect() {
      animation-duration: .3s;
      animation-fill-mode: both;
      transform-origin: 0 0;
      display: block !important;
    }

    &-slide-up-enter {
      .effect();
      opacity: 0;
      animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
      animation-play-state: paused;
    }

    &-slide-up-appear {
      .effect();
      opacity: 0;
      animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
      animation-play-state: paused;
    }

    &-slide-up-leave {
      .effect();
      opacity: 1;
      animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
      animation-play-state: paused;
    }

    &-slide-up-enter&-slide-up-enter-active&-placement-bottomLeft,
    &-slide-up-enter&-slide-up-enter-active&-placement-bottomRight,
    &-slide-up-appear&-slide-up-appear-active&-placement-bottomLeft,
    &-slide-up-appear&-slide-up-appear-active&-placement-bottomRight {
      animation-name: rcDropdownSlideUpIn;
      animation-play-state: running;
    }

    &-slide-up-enter&-slide-up-enter-active&-placement-topLeft,
    &-slide-up-enter&-slide-up-enter-active&-placement-topRight,
    &-slide-up-appear&-slide-up-appear-active&-placement-topLeft,
    &-slide-up-appear&-slide-up-appear-active&-placement-topRight {
      animation-name: rcDropdownSlideDownIn;
      animation-play-state: running;
    }

    &-slide-up-leave&-slide-up-leave-active&-placement-bottomLeft,
    &-slide-up-leave&-slide-up-leave-active&-placement-bottomRight {
      animation-name: rcDropdownSlideUpOut;
      animation-play-state: running;
    }

    &-slide-up-leave&-slide-up-leave-active&-placement-topLeft,
    &-slide-up-leave&-slide-up-leave-active&-placement-topRight {
      animation-name: rcDropdownSlideDownOut;
      animation-play-state: running;
    }

    @keyframes rcDropdownSlideUpIn {
      0% {
        opacity: 0;
        transform-origin: 0% 0%;
        transform: scaleY(0);
      }
      100% {
        opacity: 1;
        transform-origin: 0% 0%;
        transform: scaleY(1);
      }
    }

    @keyframes rcDropdownSlideUpOut {
      0% {
        opacity: 1;
        transform-origin: 0% 0%;
        transform: scaleY(1);
      }
      100% {
        opacity: 0;
        transform-origin: 0% 0%;
        transform: scaleY(0);
      }
    }

    @keyframes rcDropdownSlideDownIn {
      0% {
        opacity: 0;
        transform-origin: 100% 100%;
        transform: scaleY(0);
      }
      100% {
        opacity: 1;
        transform-origin: 100% 100%;
        transform: scaleY(1);
      }
    }
    @keyframes rcDropdownSlideDownOut {
      0% {
        opacity: 1;
        transform-origin: 100% 100%;
        transform: scaleY(1);
      }
      100% {
        opacity: 0;
        transform-origin: 100% 100%;
        transform: scaleY(0);
      }
    }
  }
}


.@{prefixClass}-time-input {
  .calendar-input();
  width:40px;
}
.@{prefixClass}-time-panel {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 10;
  position: absolute;
  outline: none;
}

.@{prefixClass}-time-panel-header {
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  position: relative;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  border-bottom: 1px solid #ccc;
}

.@{prefixClass}-time-panel-body {
  padding: 9px 10px 10px;
}

.@{prefixClass}-time-panel-title {
  width: 180px;
  font-weight: bold;
  display: inline-block;
  padding: 4px 5px;
  text-align: center;
  height: 30px;
  line-height: 22px;
  border-radius: 4px;
}


.@{prefixClass}-time-panel-table {
  table-layout: fixed;
  width: 100%;
  height:255px;
  border-collapse: separate;
}

.@{prefixClass}-time-panel-cell {
  text-align: center;
  height: 42px;
  vertical-align: middle;
}

.@{prefixClass}-time-panel-time {
  line-height: 26px;
  display: block;
  border-radius: 4px;
  width:26px;
  margin: 0 auto;

  &:hover {
    background: #ebfaff;
    cursor: pointer;
  }
}


.@{prefixClass}-time-panel-selected-cell .@{prefixClass}-time-panel-time {
  background: #1890FF;
  color: #fff;

  &:hover {
    background: #1890FF;
    color: #fff;
  }
}
.@{prefixClass}-year-panel {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 10;
  position: absolute;
  outline: none;
}

.@{prefixClass}-year-panel-hidden {
  display: none;
}

.@{prefixClass}-year-panel-header {
  padding: 0 10px;
  height: 34px;
  line-height: 30px;
  position: relative;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  border-bottom: 1px solid #ccc;

  > a {
    font-weight: bold;
    display: inline-block;
    padding: 4px 5px;
    text-align: center;
    width: 30px;

    &:hover {
      cursor: pointer;
      color: #23c0fa;
    }
  }
}

.@{prefixClass}-year-panel-prev-decade-btn, .@{prefixClass}-year-panel-next-decade-btn {
  position: absolute;
  top: 0;
}

.@{prefixClass}-year-panel-next-decade-btn {
  &:after {
    content: '»'
  }
}

.@{prefixClass}-year-panel-prev-decade-btn {
  user-select: none;
  left: 0;

  &:after {
    content: '«'
  }
}

.@{prefixClass}-year-panel .@{prefixClass}-year-panel-decade-select {
  width: 180px;
}

.@{prefixClass}-year-panel-decade-select-arrow {
  display: none;
}

.@{prefixClass}-year-panel-next-decade-btn {
  user-select: none;
  right: 0;
}

.@{prefixClass}-year-panel-body {
  padding: 9px 10px 10px;
  position: absolute;
  bottom: 0;
  top: 34px;
}

.@{prefixClass}-year-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}

.@{prefixClass}-year-panel-cell {
  text-align: center;
}

.@{prefixClass}-year-panel-year {
  display: block;
  width: 46px;
  margin: 0 auto;
  color: #666;
  border-radius: 4px 4px;
  height: 36px;
  padding: 0;
  background: transparent;
  line-height: 36px;
  text-align: center;

  &:hover {
    background: #ebfaff;
    cursor: pointer;
  }
}

.@{prefixClass}-year-panel-selected-cell .@{prefixClass}-year-panel-year {
  background: #1890FF;
  color: #fff;

  &:hover {
    background: #1890FF;
    color: #fff;
  }
}

.@{prefixClass}-year-panel-last-decade-cell, .@{prefixClass}-year-panel-next-decade-cell {
  .@{prefixClass}-year-panel-year{
    user-select: none;
    -webkit-user-select: none;
    color: rgba(0, 0, 0, 0.25);
  }
}













.sdd-checkboxGroup-container {
    width: 100%;
    .labelCheckbox-content-wrapper {
        display: inline-flex;
    }
    .labelCheckboxGroup {
        label.ant-checkbox-wrapper {
            margin-left: 0;
            margin-right: 8/@px-unit;
            &:last-of-type {
                margin-right: 0/@px-unit;
            }
        }
    }
    .sdd-vertical-checkboxGroup {
        label.ant-checkbox-wrapper {
            margin-left: 0;
            margin-right: 0/@px-unit;
        }
    }
}













@CheckboxInnerMaxWidth: 24/@px-unit;

.sdd-checkbox-container {
    display: inline-block;
    width: 100%;
    .labelCheckbox {
        width: 100%;
    }
    .ant-checkbox + span {
        display: inline-block;
    }
    .labelCheckbox-content-wrapper {
        display: inline-flex;
        width: 100%;
    }
}

.label-custom-wrapper {
    .sdd-checkbox-container {
        .ant-checkbox + span {
            width: calc(100% - @CheckboxInnerMaxWidth);
        }    
    }
}



.LabelFileReader-IEInput{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:999;
    opacity:0;
}

.IE-submit-button {
    position:relative;
    float:left;
    margin-left: 8/@px-unit;
}
.IE-sdd-form {
    height:0;
    width:0;
    opacity:0;
}
.upload-sdd-button {
    float: left;
    margin-left: 8/@px-unit;
}
.select-btn {
    display: inline-flex;
    float: left;
    margin-left: 8/@px-unit;
}
input.ant-input.fileReader-input {
    width: 200/@px-unit;
    float: left;
}


.LabelFileReaderRenovation-IEInput {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
}

.IE-submit-button {
    position: relative;
    float: left;
    margin-left: 8/@px-unit;
}

.IE-sdd-form {
    height: 0;
    width: 0;
    opacity: 0;
}

.fileReader-btn-content {
    width: 320/@px-unit;
    height: 32/@px-unit;
    border: 1px solid rgb(217, 220, 224);
    border-radius: 4/@px-unit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    input.ant-input.fileReader-input {
        width: 300/@px-unit;
        height: 30/@px-unit;
        border: none;
        cursor: default;
    }

}

.upload-sdd-button {
    float: left;
    margin-left: 8/@px-unit;
}

.fileReader-link-button {
    float: left;
    margin-left: 8/@px-unit;
    padding: 0;
}

.select-btn {
    display: inline-flex;
    float: left;
    margin-left: 8/@px-unit;
}

.fileReader-select-btn {
    border: none;
}

.fileReader-select-btn {
    width: 30/@px-unit;
    height: 30/@px-unit;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

    svg {
        width: 16/@px-unit;
    }
}

.fileReader-select-btn-disabled {
    cursor: not-allowed;
    width: 30/@px-unit;
    height: 30/@px-unit;
    display: flex;
    align-items: center;
    justify-content: center;

    svg {
        path {
            fill: rgb(157, 166, 177);
        }
    }
}

.fileReader-select-btn:hover {
    svg {
        path {
            fill: rgb(41, 141, 255);
        }
    }
}

.fileReader-select-btn:active {
    svg {
        path {
            fill: rgb(0, 87, 217);
        }
    }
}


.fileReader-input:focus,
.fileReader-input:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}




@IPV4-baseColor: @SddContentBgColor; 
@IPV4-inputBorderColor: @SddInputBorderColor; 
@IPV4-disabledColor:@SddDisableInputBgColor; 
@IPV4-borderColor: @SddInputBorderColorNo1; 
@IPV4-explainColor: @status-error-stroke-1-normal; 

@ipv4Input-borderColor: @SddInputBorderColor;
@ipv4Input-borderColor-hover: @brand-stroke-1-hover; 
@ipv4Input-borderColor-focus: @brand-stroke-1-active; 
@ipv4Input-borderColor-shadow: @brand-stroke-2-normal; 

@ipv4Input-error-borderColor: @status-error-stroke-1-normal; 
@ipv4Input-error-borderColor-hover: @status-error-stroke-1-hover; 
@ipv4Input-error-borderColor-focus: @status-error-stroke-1-active; 
@ipv4Input-error-borderColor-shadow: @status-error-stroke-3-normal; 

.Loop(@index) when(@index<7){
    input:nth-child(@{index}){
        border-left: none;
        border-right: none;
    }
    
    .Loop(@index+1);
 
}


.label-hd-version {
    .LabelIPV4 {
        border-radius: @radius-m;
    }
}
.LabelIPV4 {
    border-width: 1/@px-unit;
    border-style: solid;
    border-radius: 2/@px-unit;
    border-color: @ipv4Input-borderColor;
    transition: all 0.3s linear;
}
.LabelIPV4:not(.ipv4-disabled):hover {
    border-color: @ipv4Input-borderColor-hover;
}
.LabelIPV4.ipv4-active:not(.ipv4-disabled) {
    border-color: @ipv4Input-borderColor-focus;
    box-shadow: 0 0 0 2/@px-unit @ipv4Input-borderColor-shadow;
}
.has-error {
    .LabelIPV4 {
        border-color: @ipv4Input-error-borderColor;
    }
    .LabelIPV4:hover {
        border-color: @ipv4Input-error-borderColor-hover;
    }
    .LabelIPV4.ipv4-active {
        border-color: @ipv4Input-error-borderColor-focus;
        box-shadow: 0 0 0 2/@px-unit @ipv4Input-error-borderColor-shadow;
    }    
}

.LabelIPV4 {
    display: flex;
    align-items: center;
    .ant-input:not(:first-child):not(:last-child) {
        border-radius: 0;
    }
    .ant-input:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .ant-input:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .mac-input {
        border: none !important;
        box-shadow: none !important;
        position: relative;
        ime-mode: disabled;
        width: 22%;
        background-color: @neutral-bg-5-normal;
        text-align: center;
        vertical-align: top;
        padding: 4/@px-unit 4/@px-unit;
        margin-right: 0/@px-unit;
        transition: none;
    }
    .mac-point {
        border: none !important;
        box-shadow: none !important;
        background-color: @neutral-bg-5-normal;
        vertical-align: top;
        padding: 4/@px-unit 0 4/@px-unit 0;
        text-align: center;
        width: 4%;
        margin-right: 0/@px-unit;
        font-weight: bold;
        transition: none;
        &:disabled {
            cursor: default;
        }
        &.dot-focus {
            outline: 0;
        }

    }
    .mac-point.input-disabled {
        cursor: not-allowed;
    }
    .input-disabled {
        background-color: @neutral-bg-disabled;
    }
    .ant-input-group.ant-input-group-compact > *:not(:last-child) {
        margin-right: 0/@px-unit;
    }
}

.LabelIPV6 {
  display: flex;
  .ipv6-separator {
    display: inline-block;
    width:30px;
    height: 32px;
    text-align: center;
    line-height: 32px;
  }
  .ipv6-number {
    width:104px;
  }
}




.label-textArea {
    width: 350/@px-unit;
}

.labelInputNumber {
    width: 100%;
}

.labelInput {
    .ant-input-number-group-addon {
        background: #fff;
    }
    .ant-input-group-addon{
        background: #fff;
    }
    .ant-input-number-group-addon .ant-select-open .ant-select-selector, .ant-input-number-group-addon .ant-select-focused .ant-select-selector{
        color: black !important;
    }
    .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector{
        border: rgba(0, 0, 0, 0.85);
        box-shadow: none;
    }
}


@macInput-baseColor: @SddContentBgColor;

@macInput-borderColor: @SddInputBorderColor;
@macInput-borderColor-hover: @brand-stroke-1-hover; 
@macInput-borderColor-focus: @brand-stroke-1-active; 
@macInput-borderColor-shadow: @brand-stroke-2-normal; 

@macInput-error-borderColor: @status-error-stroke-1-normal; 
@macInput-error-borderColor-hover: @status-error-stroke-1-hover; 
@macInput-error-borderColor-focus: @status-error-stroke-1-active; 
@macInput-error-borderColor-shadow: @status-error-stroke-3-normal; 

@macInput-explainColor: @status-error-stroke-1-normal;

.LoopMac(@index) when(@index<11){
    .ant-input:nth-child(@{index}){
        border-left: none;
        border-right: none;
    }
    
    .LoopMac(@index+1);
 
}

.label-hd-version {
    .LabelMac {
        border-radius: @radius-m;
    }
}
.LabelMac {
    border-width: 1/@px-unit;
    border-style: solid;
    border-radius: 2/@px-unit;
    border-color: @macInput-borderColor;
    transition: all 0.3s linear;
}
.LabelMac:not(.mac-disabled):hover {
    border-color: @macInput-borderColor-hover;
}

.LabelMac.mac-active:not(.mac-disabled) {
    border-color: @macInput-borderColor-focus;
    box-shadow: 0 0 0 2/@px-unit @macInput-borderColor-shadow;
}
.has-error {
    .LabelMac:not(.mac-disabled) {
        border-color: @macInput-error-borderColor;
    }
    .LabelMac:not(.mac-disabled):hover {
        border-color: @macInput-error-borderColor-hover;
    }
    .LabelMac.mac-active:not(.mac-disabled) {
        border-color: @macInput-error-borderColor-focus;
        box-shadow: 0 0 0 2/@px-unit @macInput-error-borderColor-shadow;
    }
}

.LabelMac {
    display: flex;
    align-items: center;
    .ant-input:not(:first-child):not(:last-child) {
        border-radius: 0;
    }
    .ant-input:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .ant-input:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .mac-input {
        width: 15%;
        border: none !important;
        box-shadow: none !important;
        background-color: @neutral-bg-5-normal;
        ime-mode: disabled;
        text-align: center;
        padding: 4/@px-unit 4/@px-unit;
        margin-right: 0/@px-unit;
        vertical-align: top;
        transition: none;

    }
    .mac-point {
        border: none !important;
        box-shadow: none !important;
        background-color: @neutral-bg-5-normal;
        text-align: center;
        vertical-align: top;
        padding: 4/@px-unit 0 4/@px-unit 0;
        width: 2%;
        margin-right: 0/@px-unit;
        font-weight: bold;
        transition: none;
        &:disabled {
            cursor: default;
        }
    }
    .mac-point.input-disabled {
        cursor: not-allowed;
    }
    .input-disabled {
        background-color:@neutral-bg-disabled;
    }
    .ant-input-group.ant-input-group-compact > *:not(:last-child) {
        margin-right: 0/@px-unit;
    }
}



@LabelNumberAreaIconWidth : 12/@px-unit;
@LabelNumberAreaIconWidthSub : 13/@px-unit;
.labelNumberArea-numberInput {
    float: left;
    width: calc((100% - @LabelNumberAreaIconWidthSub) / 2);
}
.labelNumberArea-icon {
    float: left;
    width: @LabelNumberAreaIconWidth;
    text-align: center;
}



@SddPasswordCheckStatusWeakColor:@status-error-bg-1-normal; 
@SddPasswordCheckStatusMiddleColor:@status-warning-bg-1-normal; 
@SddPasswordCheckStatusStrongColor:@status-success-bg-1-normal; 
@CheckTipsGapWidth: 25/@px-unit; 
.label-passwordCheck-tip {
    float: left;
    border-radius: 4/@px-unit;
    background-color: @SddPasswordCheckStatusbgColor;
    height: 8/@px-unit;
    width: calc((100% - @CheckTipsGapWidth) / 3);
    margin: 0 4/@px-unit;
    margin-top: 8/@px-unit;
    -webkit-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.label-passwordCheck-status-weak-1 {
    background-color: @SddPasswordCheckStatusWeakColor;
}
.label-passwordCheck-status-middle-1 {
    background-color: @SddPasswordCheckStatusMiddleColor;
}
.label-passwordCheck-status-middle-2 {
    background-color: @SddPasswordCheckStatusMiddleColor;
}

.label-passwordCheck-status-strong-1 {
    background-color: @SddPasswordCheckStatusStrongColor;
}
.label-passwordCheck-status-strong-2 {
    background-color: @SddPasswordCheckStatusStrongColor;
}
.label-passwordCheck-status-strong-3 {
    background-color: @SddPasswordCheckStatusStrongColor;
}

@labelPasswordCheckPopoverDistance: 0;
@password-check-tip-gap: 4/@px-unit;
.LabelPasswordCheckPopover-Wrapper {
    .ant-popover {
        width: 100%;
    }
    .ant-popover-arrow {
        display: none;
    }
    .ant-popover-inner {
        padding: 0;
        max-width: none;
    }
    .ant-popover-inner-content {
        padding: 2/@px-unit 8/@px-unit;
    }
    .ant-popover-placement-top,
    .ant-popover-placement-topLeft,
    .ant-popover-placement-topRight {
      padding-bottom: @labelPasswordCheckPopoverDistance !important;
    }
    .ant-popover-placement-right,
    .ant-popover-placement-rightTop,
    .ant-popover-placement-rightBottom {
      padding-left: @labelPasswordCheckPopoverDistance !important;
    }
  
    .ant-popover-placement-bottom,
    .ant-popover-placement-bottomLeft,
    .ant-popover-placement-bottomRight {
      padding-top: @labelPasswordCheckPopoverDistance !important;
    }
  
    .ant-popover-placement-left,
    .ant-popover-placement-leftTop,
    .ant-popover-placement-leftBottom {
      padding-right: @labelPasswordCheckPopoverDistance !important;
    }

    .password-popover-content {
        .password-popover-rule-content {
            display: flex;
            flex-wrap: nowrap;
            flex-direction: column;
        }
        .password-popover-rule-content-item {
            display: flex;
            padding-top: 5/@px-unit;
            padding-bottom: 5/@px-unit;
            align-items: baseline;
            .rule-checkStatus-icon {
                line-height: 0;
                font-size: 16/@px-unit;
                margin-right: 8/@px-unit;
                .check-icon {
                    color: @status-success-fg-1-normal;
                }
                .uncheck-icon {
                    color: @SddLayoutContentColor;
                    svg {
                        circle {
                            stroke: @status-success-fg-1-normal;
                        }
                    }
                }
            }
        }
    }
    .gap-divider {
        margin: 0;
        margin-top:  2/@px-unit;
        margin-bottom: 2/@px-unit;
    }
    .password-popover-strength-content {
        padding-bottom: 12/@px-unit;
        .password-popover-strength-tip {
            display: flex;
            min-height: 32/@px-unit;
            align-items: center;
            justify-content: space-between;
        }
        .password-popover-strength-status {
            display: flex;
            align-items: center;
            margin-top: 8/@px-unit;
            margin-left: -(@password-check-tip-gap / 2);
            margin-right: -(@password-check-tip-gap / 2);
            .label-passwordCheck-tip {
                flex-grow: 1;
                margin: 0 @password-check-tip-gap / 2;
            }
        }
    
    }
}




































@RadioInnerMaxWidth: 24/@px-unit;

.sdd-radio-container {
    display: inline-block;
    width: 100%;
    .labelRadio {
        width: 100%;
    }
    .ant-radio + span {
        display: inline-block;
    }
    .labelRadio-content-wrapper {
        display: inline-flex;
        width: 100%;
    }
}


.label-custom-wrapper {
    .sdd-radio-container {
        .ant-radio + span {
            width: calc(100% - @RadioInnerMaxWidth);
        }    
    }
}




.sdd-vertical-radioGroup {
    height: auto;
}

.sdd-radioGroup-container {
    width: 100%;
    .labelRadio-content-wrapper {
        display: inline-flex;
    }
}















.rangeslider {
  margin: 12/@px-unit 0 18/@px-unit 0;
  position: relative;
  background: #e6e6e6;
  -ms-touch-action: none;
  touch-action: none;

  &,
  .rangeslider__fill {
    display: block;
    box-shadow: inset 0 1/@px-unit 3/@px-unit rgba(0, 0, 0, 0.4);
  }
  .rangeslider__handle {
    background: #fff;
    border: 1/@px-unit solid #ccc;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    outline: none;
    box-shadow: 0 1/@px-unit 3/@px-unit rgba(0, 0, 0, 0.4), 0 -1/@px-unit 3/@px-unit rgba(0, 0, 0, 0.4);
    .rangeslider__active {
      opacity: 1;
    }
  }

  .rangeslider__handle-tooltip {
    width: 40/@px-unit;
    height: 40/@px-unit;
    text-align: center;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    font-weight: normal;
    font-size: 14/@px-unit;
    transition: all 100ms ease-in;
    border-radius: 4/@px-unit;
    display: inline-block;
    color: white;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    span {
      margin-top: 12/@px-unit;
      display: inline-block;
      line-height: 100%;
    }
    &:after {
      content: ' ';
      position: absolute;
      width: 0;
      height: 0;
    }
  }
}


.rangeslider-horizontal {
  height: 8/@px-unit;
  border-radius: 10/@px-unit;
  .rangeslider__fill {
    height: 100%;
    background-color: @SddlinkColor;
    border-radius: 10/@px-unit;
    top: 0;
  }
  .rangeslider__handle {
    width: 12/@px-unit;
    height: 12/@px-unit;
    border-radius: 30/@px-unit;
    top: -10%;
  }
  .rangeslider__handle-tooltip {
    top: -55/@px-unit;
    &:after {
      border-left: 8/@px-unit solid transparent;
      border-right: 8/@px-unit solid transparent;
      border-top: 8/@px-unit solid rgba(0, 0, 0, 0.8);
      left: 50%;
      bottom: -8/@px-unit;
      transform: translate3d(-50%, 0, 0);
    }
  }
}


.rangeslider-vertical {
  margin: 20/@px-unit auto;
  height: 150/@px-unit;
  max-width: 8/@px-unit;
  background-color: transparent;

  .rangeslider__fill,
  .rangeslider__handle {
    position: absolute;
  }

  .rangeslider__fill {
    width: 100%;
    background-color: @SddlinkColor;
    box-shadow: none;
    bottom: 0;
  }
  .rangeslider__handle {
    width: 12/@px-unit;
    height: 12/@px-unit;
    left: -2/@px-unit;
    border-radius: 50%;
    box-shadow: none;
  }
  .rangeslider__handle-tooltip {
    left: -100%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    &:after {
      border-top: 8/@px-unit solid transparent;
      border-bottom: 8/@px-unit solid transparent;
      border-left: 8/@px-unit solid rgba(0, 0, 0, 0.8);
      left: 100%;
      top: 12/@px-unit;
    }
  }
}



.rangeslider-reverse {
  &.rangeslider-horizontal {
    .rangeslider__fill {
      right: 0;
    }
  }
  &.rangeslider-vertical {
    .rangeslider__fill {
      top: 0;
      bottom: inherit;
    }
  }
}


.rangeslider__labels {
  .rangeslider-vertical & {
    position: relative;
    list-style-type: none;
    margin: 0 0 0 24/@px-unit;
    padding: 0;
    text-align: left;
    width: 250/@px-unit;
    height: 100%;
    left: 10/@px-unit;

    .rangeslider__label-item {
      position: relative;
      transform: translate3d(0, -50%, 0);
      &::before {
        content: '';
        width: 10/@px-unit;
        height: 2/@px-unit;
        background: black;
        position: absolute;
        left: -14/@px-unit;
        top: 50%;
        transform: translateY(-50%);
        z-index: -1;
      }
    }
  }

  .rangeslider__label-item {
    position: absolute;
    font-size: 14/@px-unit;
    cursor: pointer;
    display: inline-block;
    top: 8/@px-unit;
    transform: translate3d(-50%, 0, 0);
  }
}


.labelSlider-float-left{
    float: left;
    width: 14/@px-unit;
    cursor: pointer;