.userInviteForm {
  .matomo-save-button {
    position: absolute;
    bottom: 0;
  }

  .siteSelector {
    width: calc(~'100% - 25px');
  }

  .sites_autocomplete {
    margin-bottom: 1rem;

    .title {
      &,span {
        max-width: none;
      }
    }
  }

  .invite-notes {
    margin-top: 25px;
  }
}

.resend-invite-confirm-modal {
  .success-copied {
    color: #5D9E52;
    margin-right: 15px;
  }
  .modal-notes{
    float: left;
    display: inline-block;
    margin-top: 15px;
    padding-left: 15px;
    color: red;
  }
  .modal-title {
    font-size: 20px;
    line-height: 20px;
    padding-top: 0;
    font-weight: 600;
  }
  p {
    font-size: 14px!important;
  }
}
