.report {
  position: absolute;
  top: -38px;
  left: 15px;
  line-height: 1.0;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  padding: 6px 15px;
  border: 1px solid;
  border-color: #ffffff;
  border-radius: 3px;
}
.report:hover {
  color: #ffc600;
  border-color: #ffc600;
}
.report-modal-header {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
}
.report-modal-header p {
  margin-bottom: 0;
}
.report-modal-header button {
  font-size: 34px;
  position: absolute;
  right: calc(1rem - 8px);
  line-height: 1.0;
  top: calc(1rem - 4px);
}
.report-modal-error {
  color: #d51919;
  display: none;
}
.report-modal-submit {
  border-radius: 20px;
  border: 1px solid;
  border-color: #0cb5dd;
  color: #0cb5dd;
  padding: 5px 20px;
  background: transparent;
}
.report-modal-submit:disabled {
  border-color: #c1c5c8;
  color: #c1c5c8;
}
.report-modal-submit:enabled:hover {
  border-color: #ffc600;
  color: #ffc600;
}
textarea.report-form-control,
textarea.report-form-control:hover,
textarea.report-form-control:focus {
  height: auto;
}
.report-form-control,
.report-form-control:hover,
.report-form-control:focus {
  height: calc(1.5em + .75rem + 2px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  resize: none;
  width: 100%;
  border-radius: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-bottom: 1px solid;
  background: transparent;
  border-color: #0cb5dd;
  color: #262a30;
  box-shadow: none;
}
.report-form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.report-form-control::placeholder {
  color: #bbbbbb;
}
.report-form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.report-form-control::-moz-placeholder {
  color: #bbbbbb;
}
.report-form-control:-moz-placeholder {
  color: #bbbbbb;
}
.report-form-control.warning {
  border-color: #d51919;
}
.report-attach {
  font-size: 1rem;
  margin-bottom: 6px;
}
.report-files {
  padding: 0;
  width: 100%;
  min-height: 100px;
  box-shadow: none;
  border: 1px dashed #0cb5dd;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  z-index: 1810;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px auto;
}
.report-files.files-warning {
  border: 1px dashed #d51919;
}
.report-modal .dz-button {
  width: 100%;
  height: 100px;
  font-size: 0;
  box-shadow: none;
  border: 1px dashed #0cb5dd;
  background-color: transparent;
  position: relative;
  z-index: 1500;
}
.report-modal .dz-button::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url('/assets/img/upload.png');
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: center center;
  z-index: 1501;
}
.report-modal .dz-preview {
  height: 50px;
  padding: 0 10px;
  width: fit-content;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1500;
}
.report-modal .dz-preview .dz-image,
.report-modal .dz-preview .dz-size,
.report-modal .dz-preview .dz-error-message,
.report-modal .dz-preview .dz-error-mark,
.report-modal .dz-preview .dz-success-mark {
  display: none;
}
.report-modal .dz-remove {
  margin-left: 10px;
  color: #d51919;
}
.report-modal .form-submit {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% - 2rem);
  align-items: center;
}
.report-modal .report-modal-success {
  color: green;
  display: none;
  line-height: 1.5;
  padding: 0;
  margin-left: auto;
  margin-bottom: 0;
  width: min-content;
  text-align: center;
}

@media (max-width: 575.98px) {
  .report-modal-header h3 {
    font-size: 20px;
  }
}
