.portlet-content {
  padding: 0px;
}
.portlet-content .portlet-header {
  display: none;
}

div:has(> .whistleblowingFM) {
  background-color: #F6F7F880;
}

html[dir=ltr] .attachment-icon {
  right: 16px;
}
html[dir=ltr] .taglib-captcha .lexicon-icon {
  margin-left: 15px;
}

html[dir=rtl] .whistleblowing-fm-div .violation-label-attachment select.form-control {
  background-color: #FFF;
}
html[dir=rtl] .attachment-icon {
  left: 16px;
}
html[dir=rtl] .taglib-captcha .lexicon-icon {
  margin-right: 15px;
}

.rbpw-revamp-form input[type=radio]:checked:before {
  border: 7px solid #553E99;
}

.whistleblowing-fm-div {
  margin-top: 104px;
  margin-bottom: 120px;
}
.whistleblowing-fm-div .whistleblowingFM {
  display: flex;
  flex-direction: column;
  padding: 48px;
  gap: 40px;
}
.whistleblowing-fm-div .whistleblowingFM .form-input-field {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 50%;
}
.whistleblowing-fm-div .whistleblowingFM .form-input-field .violation-label-attachment, .whistleblowing-fm-div .whistleblowingFM .form-input-field .user-contact-info-div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.whistleblowing-fm-div .whistleblowingFM .form-input-field .rbpw-heading-5 {
  display: block !important;
  color: var(--secondary-new-900, #17054B);
}
.whistleblowing-fm-div .whistleblowingFM .form-input-field .custom-radio-btn {
  flex-direction: column;
  display: flex;
  gap: 8px;
}
.whistleblowing-fm-div .whistleblowingFM .form-input-field .radio label {
  color: var(--tertiary-new-700, #5A6572);
  font-family: "rb-regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.18px;
  padding-left: 32px;
}
.whistleblowing-fm-div .whistleblowingFM .form-input-field .rbpw-label-2-regular::placeholder {
  color: var(--tertiary-new-600, #697786);
}
.whistleblowing-fm-div .whistleblowingFM .form-input-field .rbpw-label-2-regular {
  color: var(--tertiary-new-600, #697786);
}
.whistleblowing-fm-div .whistleblowingFM .form-input-field .input-checkbox-wrapper label {
  font-weight: 500px;
}
.whistleblowing-fm-div .whistleblowingFM .uploadFileClass[type=file]::file-selector-button {
  display: none;
}
.whistleblowing-fm-div .whistleblowingFM .uploadFileClass {
  border: 2px solid var(--tertiary-new-300, #B6BCC7) !important;
  padding: 12px 16px 12px 16px !important;
}
.whistleblowing-fm-div .whistleblowingFM .uploadFileClass:hover {
  cursor: pointer;
}
.whistleblowing-fm-div .whistleblowingFM .attachment-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 14px;
  z-index: 1;
}
.whistleblowing-fm-div .whistleblowingFM .recaptcha .callback-captcha-label {
  display: none;
}
.whistleblowing-fm-div .whistleblowingFM .recaptcha .taglib-captcha .lexicon-icon {
  margin-top: 15px;
}
.whistleblowing-fm-div .control-label {
  display: none;
}

@media only screen and (max-width: 768px) {
  .whistleblowing-fm-div {
    margin-top: 48px;
    margin-bottom: 64px;
  }
  .whistleblowing-fm-div .whistleblowingFM {
    display: flex;
    flex-direction: column;
    padding: 24px 20px;
    gap: 24px;
  }
  .whistleblowing-fm-div .whistleblowingFM .form-input-field {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .whistleblowing-fm-div .whistleblowingFM .form-input-field .rbpw-heading-5 {
    display: block !important;
    color: var(--secondary-new-900, #17054B);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.4px;
  }
  .whistleblowing-fm-div .whistleblowingFM .form-input-field .radio label {
    color: var(--tertiary-new-700, #5A6572);
    font-family: "rb-regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.18px;
    padding-left: 32px;
  }
}
.captcha-error {
  color: #b95000;
}

#check-img {
  width: 60px;
  height: 60px;
}

.report-received-div, #send-error-msg, .captcha-validation-error, .captcha-error, label span.reference-mark {
  display: none;
}

.attachmentClass {
  font-weight: normal;
  color: var(--secondary);
}