.report-abuse-form .report-abuse-text {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  color: #4c555f;
  display: block;
  text-align: center;
}
.report-abuse-form .select-abuse-type {
  width: 100%;
  height: 40px;
  font-size: 1.4rem;
  border: 1px solid #c4e2ec;
  cursor: pointer;
}
.report-abuse-form .select-abuse-type::-moz-placeholder {
  font-size: 1.6rem;
}
.report-abuse-form .select-abuse-type::placeholder {
  font-size: 1.6rem;
}
.report-abuse-form .select-abuse-type:hover,
.report-abuse-form .select-abuse-type :active,
.report-abuse-form .select-abuse-type :focus {
  outline: none;
  border: 1px solid #00c3e6;
}
.report-abuse-form .grecaptcha-badge {
  visibility: hidden;
}
