#block-trim-the-tail-th-webform-purina-breeder-club-pop-up {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
}

.webform-submission-purina-breeder-club-form {
  position: relative;
  z-index: 200;
  background-color: #ffffff;
  box-shadow: 0 4rem 6rem rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  margin: 1rem;
  padding: 1.5rem;
}

.webform-submission-purina-breeder-club-form .form__content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#block-trim-the-tail-th-webform-purina-breeder-club-pop-up
  .webform-submission-purina-breeder-club-form
  .form-item-markup {
  margin-top: 0;
}

.webform-submission-purina-breeder-club-form
  .purina-breeder-club__close-modal-wrapper {
  position: absolute;
  top: -2.5rem;
  right: -1.5rem;
  display: inline-block;
  width: auto;
  margin: 0 !important;
}

.webform-submission-purina-breeder-club-form
  .purina-breeder-club__close-modal
  button {
  border: none;
  background-color: transparent;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.webform-submission-purina-breeder-club-form
  .purina-breeder-club__close-modal
  button
  span {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  color: #e91c24;
  font-size: 2rem;
}

.webform-submission-purina-breeder-club-form .purina-breeder-club__confirmation > div {
  margin: 0;
}

.messages--error {
  display: none !important
}
