.market-logo-uploader {
  //display: block;
  .c7n-upload-select {
    border-radius: 50% !important;
    display: flex;
    margin: 0 auto !important;
    border: none !important;
    width: 80px;
    height: 80px;
    .c7n-upload {
      position: relative;
    }
  }
  &-imgContainer {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 20px;
    margin: 32px 0;
    p {
      display: flex;
      justify-content: center;
      font-size: 13px;
      color: rgba(0, 0, 0, 0.54);
      margin-top: 0;
      margin-bottom: 4px;
      span {
        display: inline-block;
        text-align: center;
        margin-top: 6px;
      }
    }
  }
  &-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    i {
      width: 100%;
      height: 100%;
      color: white;
      display: none;
      font-size: 30px !important;
    }
  }
  .dimback {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    i {
      width: 100%;
      height: 100%;
      color: white;
      display: none;
      font-size: 30px !important;
    }
  }
  .c7n-upload.c7n-upload-select.c7n-upload-select-picture-card:hover {
    background: rgba(0, 0, 0, 0.26);
    .dimback {
      background: #000;
      i {
        display: flex;
        justify-content: center;
        align-items: center;
      }
      img {
        opacity: 0.26;
        filter: alpha(opacity=60);
      }
    }
    .market-logo-uploader-img {
      i {
        display: flex;
        justify-content: center;
        align-items: center;
      }
    }
  }
}

