/*
 * DO NOT EDIT THIS FILE.
 * Find the correct source file and do your changes there.
 * @preserve
 */
.block-bgcchub-base-report-issue {
  bottom: 75px;
  color: #003B4A;
  right: 20px;
  position: fixed;
  z-index: 100;
}

.block-bgcchub-base-report-issue .contextual { display: none !important; }

.block-bgcchub-base-report-issue .reportissue {
  position: fixed;
  bottom: 75px;
  right: 20px;
  padding: 18px 18px;
  background: #F8DB4A;
  border-color: #F8DB4A;
  border-radius: 23px;
  color: #003B4A;
  font-family: "Poppins", sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 1000;
  background-image: url(../../images/icons/report.png);
  background-repeat: no-repeat;
  background-position: 15px 15px;
  width: 45px;
  height: 45px;
  box-shadow: 0 2px .2em gray;
}

.block-bgcchub-base-report-issue .reportissue:hover {
  background-color: #15C3A5;
  border-color: #15C3A5;
  color: #003B4A;
}

.block-bgcchub-base-report-issue a:focus-visible .reportissue {
  outline: 3px solid #003B4A;
  outline-offset: 2px;
}
