.help_section {
  box-shadow: 0 1px 2px 0 rgb(69 53 88 / 22%);
  border-radius: 4px;
  padding: 1rem;
  margin-top: 1rem;
  background-color: white;
}

#button-status{
  color: white;
}

.help_section__options {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.help_section__options .help_section__options_icon {
  display: block;
  width: 52px;
  height: 52px;
  background: url(/modules/custom/xm_core/css/../icons/help_section.svg) no-repeat;
  margin-bottom: 1rem;
}

.help_section__options .help_section__options_button_cancel {
  margin-top: 1rem;
  color: #409;
  font-size: 0.8rem;
  font-weight: bold;
}

.help_section__options .button {
  font-size: 0.9rem;
}

.help_section__form_modal,
.help_section-unsubscribe_form_modal {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgb(69 53 88 / 22%);
}

.help_section__form_modal .form-actions {
  position: absolute;
  z-index: 1;
  bottom: 5px;
  right: 24px;
}

.help_section__form_modal .form-actions .form-submit {
  padding: 4px 22px;
}

.help_section__form_modal .help_section__form_modal__button_close {
  position: absolute;
  bottom: 5px;
  right: 167px;
  border: none;
  background: none;
  color: #409;
  font-weight: bold;
  text-decoration: underline;
}

.help_section__form_modal h3 {
  margin: 1.8rem 0 0;
}

.help_section__form_modal__content_form{
  text-align: justify;
  padding: 3rem;
}

.help_section__form_modal__content_form .status--info {
  border: 1px solid #2AAFD2;
  border-radius: 4px;
  padding-left: 3rem;
  background: url("/modules/custom/xm_core/css/../icons/info.svg") no-repeat;
  background-size: 28px;
  background-position: 8px 6px;
  text-align: left;
  font-size: 0.9rem;
}

.help_section-unsubscribe_form_modal__content_unsubscribe_form {
  position: relative;
}

.help_section-unsubscribe_form_modal__content_unsubscribe_form .form-submit {
  position: absolute;
  right: 0px;
  bottom: -75px;
  width: auto;
  padding: 4px 22px;
}
.help_section-unsubscribe_form_modal__content_unsubscribe_form  .help_section-unsubscribe_form_modal__content_unsubscribe_form-close {
  position: absolute;
  right: 250px;
  bottom: -68px;
}
.help_section__form_modal__content_form .options-categories {
  border-top: 1px solid #ccc;
  padding: 1rem 0;
  margin: 1rem 0;
}

.help_section__form_modal__content_form .options-categories legend {
  color: #151619;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.help_section__form_modal__content_form .form-item--checkboxes .form-item,
.help_section__form_modal__content_form .agree-policies .form-item {
  display: flex;
  align-items: flex-start;
  margin: 0;
}

.help_section__form_modal__content_form .form-item--checkboxes .form-item .form-checkbox,
.help_section__form_modal__content_form .agree-policies .form-item .form-checkbox {
  width: auto;
}

.help_section__form_modal__content_form .agree-policies .form-item .form-checkbox {
  order: -1;
  margin-right: 8px;
  margin-left: 8px;
}

.help_section__form_modal__content_form .agree-policies .form-item a {
  font-size: 0.9rem;
  color: #409;
}

.help_section__form, .help_section-unsubscribe_form {
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100vh;
  visibility: hidden;
}

.help_section__form.modal-is-open, .help_section-unsubscribe_form.modal-is-open {
  visibility: visible;
  opacity: 1;
  z-index: 999;
  background-color: rgba(0,0,0,.64);
  top: 0;
  width: 100%;
  z-index: 10000;
}

.help_section__form_modal, .help_section-unsubscribe_form_modal {
  width: 100%;
  max-width: 800px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 769px)  {
  .help_section__form_modal, .help_section-unsubscribe_form_modal {
    width: 100%;
    max-width: 864px;
    position: relative;
    overflow: hidden; 
  }
}

.help_section__form_modal__content {
  width: 100%;
  height: 605px;
  position: relative;
  max-height: 606px;
  overflow-y: auto;
  overflow-x: hidden;
}

.help_section-unsubscribe_form_modal__content {
  width: 100%;
  max-width: 800px;
  height: 300px;
  position: relative;
}

.help_section__form_modal__content_header_close  {
  font-family: Nunito,sans-serif;
  font-weight: 100;
  background-color: white;
  position: absolute;
  top: 15px;
  right: 15px;
  border: 0;
  border-radius: 0;
  width: 40px;
  height: 40px;
  font-size: 2.5rem;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
}

.help_section-unsubscribe_form_modal__content_header_close {
  color: white;
  position: absolute;
  top: -51px;
  right: -32px;
  border: 0;
  border-radius: 0;
  width: 40px;
  height: 40px;
  color: black;
}

@media (max-width: 600px) {

  .help_section__form_modal__content {
    height: 400px;
    max-height: 606px;
    overflow: initial;
    padding-right: 18px;
  }

  .gin--vertical-toolbar .help_section__form.modal-is-open, .help_section-unsubscribe_form.modal-is-open {
    top: 178px;
    height: calc(100vh - 151px);
    box-sizing: border-box;
  }

  .help_section__form.modal-is-open, .help_section-unsubscribe_form.modal-is-open {
    top: 132px;
    height: calc(100vh - 120px);
    box-sizing: border-box;
  }

  .help_section__form_modal .form-actions{
    position: relative;
    margin-top: 59px;
    width: 50%;
  }

  .help_section__form_modal .help_section__form_modal__button_close {
    display: none;
}

  .help_section__form_modal, .help_section-unsubscribe_form_modal{
    overflow: scroll;
    
  }
}

.help_section__form_modal .webform-options-display-three-columns{
  display: grid;
  grid-template-columns: repeat(3, 1fr);

}

@media (max-width: 600px) {
  .help_section__form_modal .webform-options-display-three-columns{
    display: block; 
  }
}

#edit-accept-data-processing--description{
  margin-top: -10px;
}