.formWrapper {
  :global {
    .ant-modal-body {
      padding: 24px 24px 0 24px;
    }
    .ant-form-item-label {
      margin-left: -10px !important;
    }
  }
}
.tips {
  margin-top: -8px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.desc {
  margin-top: -8px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.decrease {
  color: rgba(0, 0, 0, 0.65);
  line-height: 32px;
  cursor: pointer;
  margin-right: 6px;
}

.increase {
  margin-bottom: 24px;
  cursor: pointer;

  svg {
    fill: #2b6de5;
  }

  span:last-child {
    margin-left: 8px;
  }
}
.timeWrapper {
  display: flex;
  align-items: center;
}
.timeDesc {
  margin-right: 8px;
}
.labelWrapper {
  margin-right: 82px;
}
.requiredStyle {
  color: red;
}
.contactsWrapper {
  margin-bottom: 8px;
  position: relative;
  left: -10px;
}
.contactIcon {
  position: relative;
  top: 1px;
  margin-right: 6px;
}
.contactUsable {
  .contactIcon();
  cursor: pointer;
  color: rgba(0, 0, 0, 0.45);
}
.contactDisabled {
  .contactIcon();
  cursor: auto !important;
  color: rgba(0, 0, 0, 0.25);
}
.forceWrapper {
  // margin-left: 8px;
  position: relative;
  top: 6px;
}
.forceTitle {
  margin: 0 8px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.85);
}
.iconStyle {
  &:hover {
    color: #2b6de5;
  }
}
