.invite_wizard {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  margin: 1rem;
  padding: 1rem;
  min-width: 50%;
  margin-left: auto;
  margin-right: auto;
  max-width: 70%;
  max-width: fit-content;
}
.invite_wizard .invite_wizard_step {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f3f3f3;
  display: flex;
  flex-direction: row;
  padding: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.invite_wizard .invite_wizard_step.message {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #eeeecc;
}
.invite_wizard .invite_wizard_step .invite_wizard_step_full {
  width: 100%;
  flex: 0 0 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
}
.invite_wizard .invite_wizard_step .invite_wizard_step_full.vis {
  max-height: unset;
}
.invite_wizard .invite_wizard_step .invite_wizard_table {
  margin: 1rem;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-collapse: collapse;
  text-align: left;
  min-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.invite_wizard .invite_wizard_step .invite_wizard_table th {
  font-weight: 500;
  font-size: 1rem;
  padding: 0.5rem;
  color: #ffffff;
  background: #3a3a3a;
}
.invite_wizard .invite_wizard_step .invite_wizard_table td {
  padding: 0.5rem;
  font-size: 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.invite_wizard .invite_wizard_step .invite_wizard_step_icon {
  align-self: center;
  margin-right: 1rem;
}
.invite_wizard .invite_wizard_step .invite_wizard_step_icon span {
  display: block;
  width: 3rem;
  height: 3rem;
  background: #1a1a1a;
  color: #ffffff;
  border-radius: 50%;
  align-self: center;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  line-height: 3rem;
}
.invite_wizard .invite_wizard_step .invite_wizard_step_title {
  align-self: center;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.invite_wizard .invite_wizard_step .invite_wizard_step_title .invite_wizard_step_title_heading {
  font-weight: 500;
  font-size: 1.2rem;
}
.invite_wizard .invite_wizard_step .invite_wizard_step_title .invite_wizard_step_title_info {
  font-weight: 100;
  font-size: 0.8rem;
}
.invite_wizard .invite_wizard_step .invite_wizard_step_title .invite_wizard_step_title_info .ruleswarn {
  background: #cc0000;
  color: #ffffff;
  padding: 0.2rem;
  margin-top: 0.5rem;
  display: inline-block;
}
.invite_wizard .invite_wizard_step .invite_wizard_step_info {
  align-items: flex-start;
}
.invite_wizard .invite_wizard_step .invite_wizard_step_info button {
  min-width: 10rem;
}
.invite_wizard .invite_wizard_step .invite_wizard_step_status {
  text-align: right;
  align-self: center;
  font-style: italic;
  font-size: 0.85rem;
  min-width: 10rem;
  max-width: 10rem;
}

.inviteheader_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 1rem;
}
.inviteheader_inner .inviteheader_image {
  height: 5rem;
  margin-right: 2rem;
}
@media only screen and (max-width: 55rem) {
  .inviteheader_inner .inviteheader_image {
    height: 3.5rem;
    margin-right: 1rem;
  }
}
.inviteheader_inner .inviteheader_image img {
  width: auto;
  height: 100%;
}
.inviteheader_inner .inviteheader_image2 {
  height: 5rem;
  margin-left: 2rem;
}
@media only screen and (max-width: 55rem) {
  .inviteheader_inner .inviteheader_image2 {
    height: 3.5rem;
    margin-left: 1rem;
  }
}
.inviteheader_inner .inviteheader_image2 img {
  width: auto;
  height: 100%;
}
.inviteheader_inner .inviteheader_title {
  text-align: center;
  font-weight: 600;
  flex: 1;
}

body.invite #header {
  height: unset !important;
}
body.invite #header .header_content {
  height: unset !important;
}
body.invite #iwrap #content_m #middle_column {
  /*  max-height:unset !important;*/
}

/*# sourceMappingURL=modules-invite-scss-invite.css.map */
