.common-style {
  // padding: 12px;

  .ant-collapse>.ant-collapse-item>.ant-collapse-header {
    padding-left: 16px;
  }

  .ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow {
    left: 0
  }

  .ant-collapse>.ant-collapse-item {
    border-bottom: unset;
  }

  .ant-collapse {
    border: unset;
    background-color: unset;
  }

  .addBut {
    margin: 10px 0;
  }

  .ant-form-item {
    margin-bottom: 8px;
  }

  // padding: 12px;

  .imgTitle {
    color: #2d3040;
  }

  .addBut {
    margin: 10px 0;
  }

  .imgUpload {
    display: flex;
    width: 100%;

    .move {
      // width: 42px;
      height: 60px;
      margin-right: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }

    .upload {
      width: 100%;
      height: 60px;
      text-align: center;
      border: 1px solid #e0e0e0;
      border-radius: 2px;
      position: relative;

      .imgModal {
        display: none;
      }

      &:hover {
        .imgModal {
          display: flex;
          align-items: center;
          justify-content: center;
          position: absolute;
          width: 100%;
          height: 60px;
          left: 0;
          top: 0;
          background: rgba(0, 0, 0, 0.3);
        }
      }
    }

    .uploading {
      width: 100%;
      height: 60px;
      border: 1px dotted #e0e0e0;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 2px;
      background-color: #f5f6f7;
    }
  }
}
