.upload_image_clear {
  text-decoration: underline;
  cursor: pointer;
  font-weight: bolder;
}

.drop-area {
  position: relative;
  border: 2px dashed #ccc;
  border-radius: 20px;
  width: 100%;
  font-family: sans-serif;
  margin: 0 auto 0;
  padding: 20px;
  text-align: center;
}
.drop-area.highlight {
  border-color: purple;
}
.drop-area .uploads_instruction_area {
  display: none;
}
.drop-area .uploads_instruction_area.is-active {
  display: block;
}
.drop-area .status-indicator {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.drop-area .status-indicator > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}
.drop-area .status-indicator > div > p {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  background-image: url("/wp-content/plugins/wp-opinions/images/circle_loader.gif");
  background-position: top center;
  background-repeat: no-repeat;
  padding: 1em;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: 100px;
  border-radius: 1em;
}
.drop-area .status-indicator.is-active {
  display: block;
}
.drop-area h1 {
  font-size: 1.25em;
  font-weight: 700;
  margin: 0px;
}
.drop-area p {
  margin: 0px;
}
.drop-area .my-form {
  margin-bottom: 10px;
}
.drop-area #gallery {
  margin-top: 10px;
}
.drop-area #gallery img {
  width: 150px;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.drop-area label span {
  text-decoration: underline;
  cursor: pointer;
}
.drop-area .button {
  display: inline-block;
  padding: 10px;
  background: #ccc;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.drop-area .button:hover {
  background: #ddd;
}
.drop-area input[type=file] {
  display: none;
}
.drop-area .error-message {
  display: none;
  color: rgb(220, 53, 69);
  background-color: rgba(220, 53, 69, 0.5);
}
.drop-area .error-message.is-active {
  display: block;
}
.drop-area .warning-message {
  display: none;
  color: #343a40;
  background-color: #ffc107;
}
.drop-area .warning-message.is-active {
  display: block;
}
.drop-area .uploads_gallery {
  display: none;
  justify-content: center;
  gap: 1em;
  align-items: center;
  padding: 1em;
}
.drop-area .uploads_gallery.is-active {
  display: flex;
  flex-wrap: wrap;
}
.drop-area .uploads_gallery img {
  max-height: 200px;
}
.drop-area .uploads_gallery_message {
  display: none;
}
.drop-area .uploads_gallery_message.is-active {
  display: block;
}

.upload_doc_icon_container {
  text-align: center;
}

.upload_doc_icon {
  position: relative;
  width: 100px;
  height: 128px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  color: white;
  overflow: hidden;
  margin: auto;
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.75);
}
.upload_doc_icon:hover {
  color: white;
}
.upload_doc_icon:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #fff #fff rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.5);
  display: block;
  width: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
}
.upload_doc_icon.doc_pdf:after {
  content: "PDF";
}
.upload_doc_icon.doc_ai:after {
  content: "AI";
}
.upload_doc_icon.doc_esp:after {
  content: "ESP";
}
.upload_doc_icon.doc_general:after {
  content: "File";
}
.upload_doc_icon.doc_generic {
  padding: 0.5em;
  box-sizing: border-box;
  font-size: 1.25em;
  text-decoration: none;
  text-align: center;
}
.upload_doc_icon.doc_generic:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.35);
}

/*# sourceMappingURL=upload.css.map */
