.patient-form-image-wrap {
  height:300px;
  width:300px;
  position:relative;
}

.patient-form-image-remove-btn {
  position:absolute;
  top:20px;
  right:20px;
  color:white;
  width:20px;
  background:rgba(0,0,0,0.8);
}

.patient-form-image-remove-btn1 {
    position:absolute;
    top:30px !important;
    right:20px;
    color:black;
    width:20px;
    background:rgba(0,0,0,0.8);
}


.likar-form-image-input {
  position: absolute;
  left:50%;
  top:50%;
  transform:translate(-94%,-45%) scale(0.4);
}

#patient_img {
  position: absolute;
  top:0;
  height:100%;
  left:0;
  width:100%;
  z-index:2;
  background-color:white;
}

#patient_img img {
  object-fit: contain;
}

.tox-tinymce + label {
  margin-top: 20px;
}

.image-container,
.form-tip-section .form-tip-section--attach {
  height:300px;
  width:300px;
  position:relative;
}

.image-wrapper,
.form-tip-section #patient_img > span {
  position: absolute;
  top:0;
  height:100%;
  left:0;
  width:100%;
  z-index:2;
  background-color:white;
}

.image-wrapper button,
.form-tip-section #patient_img button {
  position:absolute;
  top:20px;
  right:20px;
  color:white;
  width:20px;
  background:rgba(0,0,0,0.8);
}

.image-state--empty,
.form-tip-section--attach-empty {
  position: absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}
