@charset "utf-8";

#subject-textbook-question {

  .ant-row {
    .anticon-minus-circle-o {
      position: absolute;
      right: 10px;
      top: 11px;
    }

    .ant-form-item-children>.anticon-minus-circle-o {
      position: absolute;
      right: 10px;
      top: 1px;
    }

    .ant-checkbox-wrapper {
      position: absolute;
      top: 8px;
    }
  }

  .drag {
    .ant-list-item {
      padding: 0;
    }

    .ant-list-item-action {
      width: 100px;
      padding-bottom: 25px;
      padding-right: 20px;
    }

    .ant-col-4 {
      text-align: center;
    }
  }
}