@import "../../styles/variables.scss";

.cropper {
}

.input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.upload {
  position: relative;
  margin-right: $m-spacing;
  margin-bottom: $m-spacing;
}

.saveButton {
  margin-right: $m-spacing;
}

.croppieWrapper {
  margin-right: $l-spacing;
}

.croppie {
  border-radius: $base-border-radius;
  display: block;
  position: relative;
  margin: 0 auto;
  width: 150px;
  height: 150px;
}

.circleContent {
  margin: 0 auto;
  margin-bottom: $m-spacing;
}

.contentWrapper {
  display: flex;
  align-items: center;
  padding: $l-spacing 0 $xl-spacing;
}

.inactive {
  display: none;
}

.disabledInput {
  cursor: default;
}
