.div-reviews {
    padding: 30px;
    background: white;
    border: 5px solid #76bf5c;
}
.reviews-form-add {
  /* max-width: 820px; */

  margin: auto;
}

/* REMOVE FUCKING BOOTSTRAP STYLES */
.reviews-form-add label {
  font: inherit !important;
  margin-bottom: 0 !important;
}

.reviews-form-add-dialog-btn-close {
  padding: 2px;
  display: grid;
  place-content: center;
  border: 0;
  background: transparent;
  flex-shrink: 0;
  margin-left: auto;
  cursor: pointer;
}

.reviews-form-add-dialog-title {
  font-size: 20px;
  font-weight: bold;
  /* REMOVE FUCKING TEMPLATE STYLES */
  margin: 0 !important;
}

.reviews-form-add-dialog-header {
  background: rgba(107, 114, 128, 0.05);
  padding: 20px;
  display: flex;
  align-items: center;
}

.reviews-form-add-dialog-body {
  display: grid;
  gap: 15px;
  padding: 0 20px 20px 20px;
}

.reviews-form-add-dialog-body [data-form-field-type="hidden"] {
  display: none;
}

.reviews-form-add-dialog-footer {
  background: rgba(107, 114, 128, 0.05);
  display: grid;
  padding: 20px;
}

.reviews-form-add-rating-input-stars {
  position: relative;
  width: 200px;
  height: 40px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23cdcdcd'%3E%3Cpath d='M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z' /%3E%3C/svg%3E")
    0 repeat-x;
  background-size: 40px auto;
  background-repeat: repeat-x;
}

.reviews-form-add-rating-input-star {
  position: absolute;
  top: 0;
  cursor: pointer;
  left: 0;
  margin: 0;
  height: 40px;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 40px auto;
  background-repeat: repeat-x;
  /* REMOVE FUCKING BOOTSTRAP */
  margin: 0 !important;
}

.reviews-form-add-rating-input-star:focus {
  outline: 2px solid #000;
}

.reviews-form-add-rating-input-star:not(:disabled):hover,
.reviews-form-add-rating-input-star:checked {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23fcbe59'%3E%3Cpath d='M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z' /%3E%3C/svg%3E")    0 repeat-x;
}

.reviews-form-add-rating-input-star:focus ~ .reviews-form-add-rating-input-star,
.reviews-form-add-rating-input-star:not(:disabled):hover
  ~ .reviews-form-add-rating-input-star {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23cdcdcd'%3E%3Cpath d='M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z' /%3E%3C/svg%3E")
    0 repeat-x;
}

.reviews-form-add-rating-input-star:nth-of-type(1) {
  z-index: 5;
  width: 40px;
}

.reviews-form-add-rating-input-star:nth-of-type(2) {
  z-index: 4;
  width: 80px;
}

.reviews-form-add-rating-input-star:nth-of-type(3) {
  z-index: 3;
  width: 120px;
}

.reviews-form-add-rating-input-star:nth-of-type(4) {
  z-index: 2;
  width: 160px;
}

.reviews-form-add-rating-input-star:nth-of-type(5) {
  z-index: 1;
  width: 200px;
}

.reviews-form-add-input-field {
  display: grid;
  gap: 10px;
}

.reviews-form-add-input-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1.5px solid transparent;
  border-radius: 4px;
  padding: 8px;
  resize: vertical;

  font-family: inherit;

  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
  box-shadow: 0 1px 5px rgba(107, 114, 128, 0.25);
}

.reviews-form-add-btn-send {
  padding: 12px;
  font-family: inherit;
  font-weight: bold;
  background: #76bf5c;
  border: 1.5px solid transparent;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  background-color: #76bf5c;
  font-size: 18px;
  font-family: BebasNeue-Bold;
  color: rgb(255, 255, 255);
}

.reviews-form-add-dialog-btn-open {
  padding: 12px;
  font: inherit;
  background: #55bc51;
  border: 1.5px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}

.reviews-form-add-input-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.reviews-form-add-input-dropzone-showcase {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.reviews-form-add-input-dropzone-showcase [data-files-dropzone-showcase-item] {
  position: relative;
}

.reviews-form-add-input-dropzone-showcase
  [data-files-dropzone-showcase-item]
  [data-files-dropzone-control] {
  position: absolute;
  left: 80%;
  bottom: 80%;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  background: #fff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  box-shadow: 0 1px 5px rgba(107, 114, 128, 0.25);
  cursor: pointer;
}

.reviews-form-add-input-dropzone-showcase img {
  display: block;
  margin: 5px;
  width: 120px;
  height: 120px;
  border-radius: 5px;
  object-fit: cover;
  box-shadow: 0 1px 5px rgba(107, 114, 128, 0.25);
}

.reviews-form-add-input-dropzone-zone {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(107, 114, 128, 0.25);
}

.reviews-form-add-input-dropzone-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.reviews-form-add-input-dropzone-input:focus
  + .reviews-form-add-input-dropzone-display {
  border-style: solid;
  border-color: #000;
}

.reviews-form-add-input-dropzone-display {
  padding: 50px;
  border: 2px dashed rgba(107, 114, 128, 0.4);
}

.reviews-form-add-input-dropzone-display-group {
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes reviews-form-add-dialog-slide-in-up-animation {
  from {
    transform: translateY(20px);
  }
}

@keyframes reviews-form-add-dialog-slide-out-down-animation {
  to {
    transform: translateY(20px);
  }
}

.reviews-form-add-dialog {
  position: fixed;
  inset: 0;
  margin: 0;
  border: 0;
  box-shadow: 0 1px 5px rgba(107, 114, 128, 0.25);
  overflow-y: auto;
  padding: 0;
  border-radius: 0;
  background: #fff;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
}

@media (min-width: 768px) {
  .reviews-form-add-dialog {
    /* min-height: auto; */
    min-height: 98%;
    /* height: 90%; */
    height: 98%;
    margin: auto;
    /* min-width: auto; */
    min-width: 98%;
    border-radius: 5px;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: no-preference) {
  .reviews-form-add-dialog {
    transition: opacity 0.5s cubic-bezier(0.25, 0, 0.3, 1);
    animation: reviews-form-add-dialog-slide-out-down-animation 0.5s
      cubic-bezier(0.25, 0, 0.3, 1) forwards;
    animation-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
  }

  .reviews-form-add-dialog[open] {
    animation: reviews-form-add-dialog-slide-in-up-animation 0.5s
      cubic-bezier(0.25, 0, 0.3, 1) forwards;
  }
}
