.add-new-pet-content,
.new-pet-manage-plan,
.new-pet-manage-plan-confirmation,
.new-pet-confirmation {
  background-color: #fff;
  padding: 15px;
}
.pet-photo-upload {
  width: 100px;
  height: 100px;
  background-color: #87d1e6;
  color: #fff;
  border: 1px solid #d9d9d9;
  padding: 10px;
  border-radius: 50%;
  font-size: 3.75rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.photo-file-upload {
  text-align: center;
  width: 100px;
  margin: auto;
}
.photo-file-upload input[type="file"] {
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.plan-other-desc,
.pet-other-details {
  padding: 15px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
/* .plan-relocation{padding-top:15px;} */
.plan-relocation .form-control {
  width: 45%;
}
.confirmation-section {
  padding-top: 15px;
  padding-bottom: 15px;
}
.new-pet-confirmation img {
  border-radius: 50%;
}
.new-pet-confirmation .form-actions {
  padding-top: 15px;
}
.new-pet-plan-details {
  padding-bottom: 10px;
}
.new-pet-plan-details .plan-image img {
  width: 90px;
}
.new-pet-plan-details .plan-image {
  max-width: 125px;
}
.pet-det-content .col-lg-3 {
  max-width: 105px;
  padding-right: 0;
}
/* #add-new-pet-form .form-label{margin-bottom:0px} */
.add-new-pet,
.manage-plan {
  background-color: #f3f3f3;
  padding: 20px 0;
  margin-top: 20px;
}
.pet-det-content {
  font-weight: 500;
}
.add-new-pet-content .form-actions {
  padding-top: 30px;
  padding-bottom: 20px;
}
.confirmCancelModal .modal-actions {
  margin-top: 15px;
}
.photo-file-upload label {
  padding-top: 15px;
}

.manage-plan h4 img {
  width: 55px;
}
.plan-other-desc p a {
  display: block;
}
.plan-other-desc {
  border-bottom: 0;
}

#addPetModal .dropzone {
  border-radius: 16px;
  border: 2px dashed #159ec5 !important;
  aspect-ratio: 1;
  background-image: url(../images/add-photo-img.svg);
  background-repeat: no-repeat;
  background-position: center;
  /* background-size: contain; */
  background-size: calc(100% - 40px);
}

#addPetModal .add-pet-photo-dropzone {
  position: relative;
  margin-top: 32px;
}

#addPetModal .dropzone {
  border: none !important;
  margin-bottom: 24px !important;
}

#addPetModal .add-pet-photo-dropzone:before,
#addPetModal .add-pet-photo-dropzone:after,
#addPetModal .dropzone:before,
#addPetModal .dropzone:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border-width: 2px;
  position: absolute;
  border-color: #f26322;
}
#addPetModal .dropzone:after {
  bottom: 0;
  right: 0;
  border-right-style: solid;
  border-bottom-style: solid;
  border-bottom-right-radius: 16px;
}
#addPetModal .dropzone:before {
  bottom: 0;
  left: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-bottom-left-radius: 16px;
}
#addPetModal .add-pet-photo-dropzone:after {
  top: 0;
  right: 0;
  border-right-style: solid;
  border-top-style: solid;
  border-top-right-radius: 16px;
}
#addPetModal .add-pet-photo-dropzone:before {
  top: 0;
  left: 0;
  border-left-style: solid;
  border-top-style: solid;
  border-top-left-radius: 16px;
}

.dropzone.dz-started {
  background-image: none !important;
}
/* remove the circle effect */
.cropper-view-box,
.cropper-wrap-box {
  border-radius: 0 !important;
}
.croppereditor .cropper-view-box,
.croppereditor .cropper-wrap-box {
  border-radius: 0 !important;
}
/* changes the dark background to very light blue */
.dropzone .cropper-modal {
  background-color: #dcf0f6;
  opacity: 0.67;
}

@media (max-width: 991px) {
  .add-new-pet,
  .manage-plan {
    background-color: #fff;
    border-top: 1px solid #d9d9d9;
  }
  .manage-plan .container {
    padding-left: 0;
    padding-right: 0;
  }
  .add-new-pet .container {
    padding-left: 0;
    padding-right: 0;
  }
  .manage-plan h4,
  .new-pet-confirmation h4 {
    padding-bottom: 10px; /*border-bottom: 1px solid #d9d9d9;*/
  }
  .new-pet-plan-details {
    padding-top: 10px;
  }
  /* #add-new-pet-form{padding-top:10px;} */
  .pet-det-content .col-lg-3 {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .new-pet-confirmation a.orange-outlined {
    padding: 5px 10px;
    height: auto;
  }
  .plan-relocation .form-control {
    width: 100%;
  }
}
