.ac-upload-image {
  background-color: transparent;
  border: 1px dashed $primary-10;
  border-radius: 4px;
  overflow: hidden;

  &.is-disable {
    label {
      opacity: 0.5;
      cursor: not-allowed;
    }
  }

  label {
    display: block;
    cursor: pointer;
    padding: 20px;

    .ms-upload-logo {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 auto 30px;
      border: 1px solid $color-border;
    }

    .drag-and-drop-msg {
      font-size: 1rem;
      color: $color-text;
      font-weight: 400;
      margin-bottom: 10px;

      span {
        color: $color-heading;
      }
    }

    .img-size-msg {
      font-size: 12px;
      color: $color-heading;
    }
  }

  input {
    display: none;
  }

  .is-danger {
    font-size: 12px;
    line-height: 22px;
    color: $danger;
    text-align: left;
  }
}
