#modal_eventInvitees {
  --color_primary1: #7d7de6;
  --color_primary1-accent: #6161d4;
  display: none;
  font-size: 20px;
  z-index: 7; }
  #modal_eventInvitees .modalBackdrop_tableCenter1_top1 {
    top: 7%; }
  #modal_eventInvitees .modalContent {
    box-sizing: border-box;
    width: auto;
    min-width: 100px;
    max-width: 91vw;
    max-height: 77vh;
    margin-top: 0;
    padding: 0;
    background-color: white; }
    #modal_eventInvitees .modalContent .modalContentPadded {
      padding: 20px 14px;
      padding-bottom: 70px; }
    #modal_eventInvitees .modalContent .modal_bottomActions_frameInner {
      width: 95%;
      max-width: 91vw; }
    @media only screen and (max-width: 900px) {
      #modal_eventInvitees .modalContent {
        border: 0px;
        max-height: 70vh; }
        #modal_eventInvitees .modalContent .modal_topBlock_sticky {
          width: 86%; } }
  #modal_eventInvitees a {
    text-decoration: none;
    color: unset; }
  #modal_eventInvitees .divbutton {
    display: inline-block;
    line-height: 1.3em;
    padding: 3px 16px;
    border-radius: 2px;
    font-size: 16px;
    cursor: pointer;
    background-color: #fbfbfb;
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: black; }
    #modal_eventInvitees .divbutton:hover {
      background-color: #ebf1ff; }
  #modal_eventInvitees .title {
    font-weight: 700;
    font-size: 27px;
    padding-bottom: 9px;
    border-bottom: 2px solid var(--color_primary1); }
  #modal_eventInvitees .button_full-instructions {
    display: inline-block;
    margin-left: 11px;
    vertical-align: bottom;
    transition: all 0.2s;
    border-radius: 4px;
    cursor: pointer;
    padding: 3 15;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 500;
    background-color: var(--color_primary1-accent);
    color: white; }
    #modal_eventInvitees .button_full-instructions i {
      margin-left: 4px; }
    #modal_eventInvitees .button_full-instructions:hover {
      background-color: var(--color_primary1); }
  #modal_eventInvitees .clippable-container .divbutton.clipped-toggle {
    display: inline-block;
    padding: 4px 11px;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 4px;
    cursor: pointer;
    background-color: white;
    border: 2px solid #7d7de6;
    color: #3535aa; }
    #modal_eventInvitees .clippable-container .divbutton.clipped-toggle.readMore {
      display: none; }
    #modal_eventInvitees .clippable-container .divbutton.clipped-toggle:hover {
      color: black;
      font-weight: 600; }
  #modal_eventInvitees .clippable-container.clipped .clippable {
    max-height: 24px;
    overflow: hidden; }
  #modal_eventInvitees .clippable-container.clipped .divbutton.clipped-toggle.readLess {
    display: none; }
  #modal_eventInvitees .clippable-container.clipped .divbutton.clipped-toggle.readMore {
    display: inline-block; }
  #modal_eventInvitees .helpful-tip {
    box-sizing: border-box;
    padding: 8 10;
    border-radius: 4px;
    width: 100%;
    background-color: var(--color_primary1);
    color: white; }
    #modal_eventInvitees .helpful-tip .header .icon {
      display: inline-block;
      vertical-align: top; }
      #modal_eventInvitees .helpful-tip .header .icon svg {
        width: 28px;
        height: 28px; }
    #modal_eventInvitees .helpful-tip .header .text {
      display: inline-block;
      vertical-align: top;
      font-size: 16px; }
      #modal_eventInvitees .helpful-tip .header .text .title {
        display: inline-block;
        font-size: 21px;
        font-weight: 600;
        padding-bottom: 1px;
        padding-left: 3;
        padding-right: 8;
        border-bottom: 2px solid var(--color_primary1-accent); }
    #modal_eventInvitees .helpful-tip .body {
      font-size: 16px;
      margin-top: 7px; }
      #modal_eventInvitees .helpful-tip .body span.warning1 {
        display: inline-block;
        font-weight: 700;
        border-bottom: 3px solid #ff8787; }
      #modal_eventInvitees .helpful-tip .body ol, #modal_eventInvitees .helpful-tip .body ul {
        margin-block-start: 0;
        margin-inline-start: 0;
        padding-inline-start: 19px; }
        #modal_eventInvitees .helpful-tip .body ol li, #modal_eventInvitees .helpful-tip .body ul li {
          margin-bottom: 8px; }
      #modal_eventInvitees .helpful-tip .body ul li {
        margin-bottom: 4px; }
      #modal_eventInvitees .helpful-tip .body a {
        color: #3e52c3;
        text-decoration: none;
        border-bottom: 1px solid #3e52c3; }
  #modal_eventInvitees .checkbox_option-row {
    display: inline-block; }
    #modal_eventInvitees .checkbox_option-row .checkbox_div-wrap, #modal_eventInvitees .checkbox_option-row .checkbox_option-displayName {
      display: inline-block;
      vertical-align: baseline; }
    #modal_eventInvitees .checkbox_option-row .checkbox_div-wrap {
      vertical-align: top; }
    #modal_eventInvitees .checkbox_option-row .checkbox_option-displayName {
      vertical-align: top;
      font-size: 18px;
      font-weight: 600;
      color: #3a3d43;
      margin-left: 24px; }
  #modal_eventInvitees .modal_section {
    box-sizing: border-box;
    margin-bottom: 10px;
    padding-bottom: 20px; }
    #modal_eventInvitees .modal_section .section_title1 {
      font-weight: 700;
      font-size: 27px;
      margin-left: 0px;
      padding-bottom: 8px;
      border-bottom: 2px solid #85b9dc; }
    #modal_eventInvitees .modal_section .form_labelTop1 {
      width: 100%; }
    #modal_eventInvitees .modal_section .option-label, #modal_eventInvitees .modal_section .form_labelTop1_label {
      font-size: 18px;
      font-weight: 600; }
    #modal_eventInvitees .modal_section .detail-text {
      margin-top: 11px;
      margin-left: 12px;
      padding-bottom: 5px;
      padding-left: 15px;
      border-left: 2.5px solid var(--appColor_green1);
      font-size: 15.5px; }
    #modal_eventInvitees .modal_section .option-row {
      margin-bottom: 10px; }
      #modal_eventInvitees .modal_section .option-row a {
        padding: 0 3;
        border-bottom: 2px solid var(--color_primary1); }
        #modal_eventInvitees .modal_section .option-row a i {
          font-size: 0.88em;
          margin-left: 2px; }
        #modal_eventInvitees .modal_section .option-row a:hover {
          font-weight: 500;
          border-color: var(--appColor_green1); }
    #modal_eventInvitees .modal_section .select-container select {
      font-size: 19px;
      font-weight: 400;
      min-width: 80px;
      border-radius: 2px; }
  #modal_eventInvitees .modal_section.header-block input[type="file"] {
    color: white;
    font-size: 17px; }
  #modal_eventInvitees .modal_section.header-block .csv-info {
    font-size: 15px; }
  #modal_eventInvitees .modal_section.invitee-list {
    position: relative;
    width: 95%;
    max-width: 95%; }
    #modal_eventInvitees .modal_section.invitee-list .table {
      position: relative;
      width: max-content;
      max-width: 100%;
      overflow: auto; }
    #modal_eventInvitees .modal_section.invitee-list table, #modal_eventInvitees .modal_section.invitee-list tr, #modal_eventInvitees .modal_section.invitee-list th, #modal_eventInvitees .modal_section.invitee-list td {
      border-spacing: 0; }
    #modal_eventInvitees .modal_section.invitee-list table {
      border: 1px solid rgba(0, 0, 0, 0.2); }
    #modal_eventInvitees .modal_section.invitee-list td, #modal_eventInvitees .modal_section.invitee-list tr {
      border: 1px solid rgba(0, 0, 0, 0.13); }
    #modal_eventInvitees .modal_section.invitee-list th {
      border: 0px; }
    #modal_eventInvitees .modal_section.invitee-list table {
      border-radius: 2px; }
      #modal_eventInvitees .modal_section.invitee-list table thead tr {
        background: #d0d0d0; }
      #modal_eventInvitees .modal_section.invitee-list table thead th {
        text-align: left;
        padding: 3 3; }
      #modal_eventInvitees .modal_section.invitee-list table thead select {
        font-size: 15px;
        max-width: 130px; }
      #modal_eventInvitees .modal_section.invitee-list table td {
        font-size: 14px;
        max-width: 160px; }
        #modal_eventInvitees .modal_section.invitee-list table td input {
          font-size: 14.5px; }
