.mCarouselPropertiesWrap {
  padding: 12px;
  .ant-form-item {
    margin-bottom: 12px !important;
  }
  .imgTitle {
    font-size: 13px;
    color: #2d3040;
  }

  .imgCot {
    display: flex;
    align-items: center;
    flex-direction: column;

    .imgItem {
      margin-top: 10px;
      display: flex;
      width: 100%;
      flex-direction: column;

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

      .fullUrl {
        display: flex;
        width: 100%;
        margin-top: 4px;

        .urlInp {
          width: 100%;
          position: relative;

          .linkBut {
            position: absolute;
            cursor: pointer;
            right: 6px;
            bottom: 7px;
          }
        }

        .delIcon {
          // width: 42px;
          margin-left: 4px;
        }
      }
    }
  }

  .addBut {
    margin: 10px 0;
  }

  // :global{
  .ant-upload-list {
    display: none !important;
  }

  // }
}
