@import "https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp";

body {
  scroll-behavior: smooth;
}

.whistleblowing-report {
  --blue-color: #171c8f;
  font-size: 0.75rem;
}

.whistleblowing-report .wr-hr {
  margin: 2.5rem 0;
}

.whistleblowing-report .wr-ttl {
  font-size: 1.5rem;
  color: var(--blue-color);
}

.whistleblowing-report .wr-section-ttl {
  font-size: 1rem;
}

.whistleblowing-report .wr-btn,
.whistleblowing-report .wr-btn:hover {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  background-color: var(--blue-color);
  color: white;
}

.whistleblowing-report .wr-icon-plus {
  width: 1.4rem;
  height: 1.4rem;
}

.whistleblowing-report .wr-icon-remove {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  color: red;
}

.whistleblowing-report .wr-icon-down {
  width: 8px;
  height: 8px;
  position: absolute;
  transform: rotate(90deg);
  top: calc(50% - 3px);
  right: 16px;
}

.whistleblowing-report .wr-collection-item-line {
  border-top: 1px dashed #ccc;
  margin-top: 2rem;
}

.whistleblowing-report .wr-upload-wrapper .material-icons-outlined {
  font-size: 4rem;
}

.whistleblowing-report .wr-upload-content {
  text-align: center;
}

.whistleblowing-report .wr-upload-content svg {
  width: 3rem;
  height: 3rem;
  margin: auto;
  display: block;
}

.whistleblowing-report .dropzone.dz-clickable {
  background-color: transparent;
}

.whistleblowing-report .wr-upload-remove .wr-upload-remove-icon {
  width: 0.75rem;
  color: white;
}

label.error {
  display: block;
  color: red;
  margin-top: 0.5rem;
}
.fallback {
  width: 100%;
  height: 100px;
  background-color: gray;
}

.whistleblowing-report .wr-upload-wrapper .material-icons-outlined {
  font-size: 4rem;
}

.dz-message {
  display: none;
}
@media screen and (min-width: 31.25rem) {
  .whistleblowing-report .wr-ttl {
    font-size: 2rem;
  }
}

@media screen and (min-width: 64rem) {
  .whistleblowing-report .wr-btn,
  .whistleblowing-report .wr-btn:hover {
    padding: 10px 24px;
  }

  .whistleblowing-report .wr-ttl {
    font-size: 3rem;
  }

  .whistleblowing-report .wr-section-ttl {
    font-size: 1.5rem;
  }

  .whistleblowing-report {
    font-size: 1.063rem;
  }
}
