body {
  padding-bottom: 150px; }

.section_newUserWarningTips {
  position: relative;
  box-sizing: border-box;
  width: 90%;
  max-width: 95vw;
  margin-top: 10px;
  padding: 7 17;
  font-size: 15.5px;
  background: white;
  color: black;
  border: 2px solid #dd53d8;
  border-radius: 4px; }
  .section_newUserWarningTips .textStart {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    color: #9c1212; }
  .section_newUserWarningTips .helpful-tip {
    position: relative;
    display: block;
    max-width: 90%;
    background-color: #efefef;
    padding: 8 10;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 10px; }
    .section_newUserWarningTips .helpful-tip > div.text {
      display: inline-block;
      vertical-align: top;
      width: 600px;
      max-width: 90%;
      font-size: 14px;
      margin-top: 1px; }
    .section_newUserWarningTips .helpful-tip > div.icon {
      display: inline-block;
      vertical-align: top; }
      .section_newUserWarningTips .helpful-tip > div.icon svg {
        width: 19px;
        height: 19px; }

.section_pageHeader {
  padding-top: 75px;
  width: 95%;
  margin: auto; }
  .section_pageHeader .row > * {
    vertical-align: top; }
  .section_pageHeader .button {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    padding: 6px 20px;
    margin-top: -1px;
    cursor: pointer;
    background-color: white;
    color: black;
    border: 1px solid rgba(0, 0, 0, 0.7);
    border-radius: 4px; }
  @media only screen and (max-width: 900px) {
    .section_pageHeader .button {
      font-size: 16px;
      padding: 6px 17px; } }
  .section_pageHeader .button:hover {
    background-color: #fff6ff; }
  .section_pageHeader .button.hidden {
    display: none; }
  .section_pageHeader .button.createEvent {
    padding-left: 14px; }
  @media only screen and (max-width: 900px) {
    .section_pageHeader .button.createEvent {
      padding-left: 13px; } }
  .section_pageHeader .button.clearFilters {
    margin-left: 6px; }

.event-browse-section {
  margin-top: 20px;
  margin-bottom: 30px; }
  .event-browse-section .timeBlock {
    position: relative;
    width: 100%;
    margin: auto;
    margin-bottom: 30px; }
    .event-browse-section .timeBlock .timestamp {
      font-size: 23px;
      color: white;
      font-weight: 700;
      padding: 6px 10px;
      background-color: rgba(0, 0, 0, 0.63);
      border-radius: 4px; }

.eventRow {
  width: 95%;
  margin: auto;
  margin-bottom: 20px; }
  .eventRow .eventCard {
    position: relative;
    width: auto;
    max-width: 88%;
    padding: 6px 8px;
    margin-left: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: var(--appColor_grey1);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
    font-size: 18px; }
    .eventRow .eventCard .eventdetail_title, .eventRow .eventCard .eventdetail_hostedby {
      margin-left: -8px;
      background-color: #ebeaff; }
    .eventRow .eventCard .eventdetail_title {
      font-weight: 600;
      font-size: 1.1em;
      padding-top: 5px;
      padding-left: 8px; }
      .eventRow .eventCard .eventdetail_title a {
        color: black;
        line-height: 1;
        text-decoration: none; }
        .eventRow .eventCard .eventdetail_title a:hover {
          text-decoration: underline; }
      @media only screen and (max-width: 900px) {
        .eventRow .eventCard .eventdetail_title {
          font-size: 0.97em; } }
    .eventRow .eventCard .eventdetail_hostedby {
      font-size: 0.9em;
      font-weight: 400;
      padding-bottom: 5px;
      padding-left: 8px;
      padding-top: 2px; }
      .eventRow .eventCard .eventdetail_hostedby a {
        color: unset;
        text-decoration: unset; }
        .eventRow .eventCard .eventdetail_hostedby a:hover {
          text-decoration: underline; }
    .eventRow .eventCard .eventdetail_starttime {
      margin-top: 3px;
      font-size: 16.5px; }
    .eventRow .eventCard .icon_location {
      display: inline-block;
      fill: black;
      width: 14px;
      height: 14px;
      margin-right: 3px;
      margin-bottom: -2px; }
    .eventRow .eventCard .eventdetail_location {
      font-size: 16px; }
    .eventRow .eventCard[data-location="virtual-gv"] .eventdetail_location {
      display: none; }
    .eventRow .eventCard .eventdetail_description {
      font-weight: 400;
      font-size: 16px;
      margin-top: 11px;
      margin-bottom: 3px;
      padding-top: 3.5px;
      border-top: 2px solid var(--appColor_grey3);
      overflow-x: hidden; }
    @media only screen and (max-width: 900px) {
      .eventRow .eventCard .eventdetail_description {
        font-size: 14px; } }
    .eventRow .eventCard .eventdetail_description p {
      margin-block-end: 0;
      margin-block-start: 0; }
    .eventRow .eventCard .eventdetail_description img {
      display: none; }
    .eventRow .eventCard .eventdetail_description ol, .eventRow .eventCard .eventdetail_description ul {
      padding-inline-start: 25px;
      margin-block-start: 5px;
      margin-block-end: 0; }
      .eventRow .eventCard .eventdetail_description ol li, .eventRow .eventCard .eventdetail_description ul li {
        margin-block-start: 0.6em; }
      .eventRow .eventCard .eventdetail_description ol li.ql-indent-1, .eventRow .eventCard .eventdetail_description ul li.ql-indent-1 {
        margin-inline-start: 25px; }
      .eventRow .eventCard .eventdetail_description ol li.ql-indent-2, .eventRow .eventCard .eventdetail_description ul li.ql-indent-2 {
        margin-inline-start: 45px; }
      .eventRow .eventCard .eventdetail_description ol li.ql-indent-3, .eventRow .eventCard .eventdetail_description ul li.ql-indent-3 {
        margin-inline-start: 65px; }
    .eventRow .eventCard .eventdetail_description ul li.ql-indent-1 {
      list-style-type: circle; }
    .eventRow .eventCard .eventdetail_description ul li.ql-indent-2 {
      list-style-type: square; }
    .eventRow .eventCard .eventdetail_description ol {
      list-style-type: none;
      counter-reset: list0 list1; }
      .eventRow .eventCard .eventdetail_description ol li:not(.ql-indent-1):not(.ql-indent-2):not(.ql-indent-3)::before {
        margin-left: -1em;
        width: 1em;
        counter-increment: list0;
        content: counter(list0) ". "; }
      .eventRow .eventCard .eventdetail_description ol li.ql-indent-1 {
        list-style-type: disc; }
      .eventRow .eventCard .eventdetail_description ol li.ql-indent-2 {
        list-style-type: circle; }
      .eventRow .eventCard .eventdetail_description ol li.ql-indent-3 {
        list-style-type: square; }
    .eventRow .eventCard .eventdetail_rsvpCount {
      display: inline-block;
      background-color: #43a07c;
      color: white;
      border-radius: 5px;
      font-size: 15px;
      padding: 3px 10px;
      margin-top: 4px; }
    .eventRow .eventCard .eventCard_main-buttons {
      margin-top: 10px; }
      .eventRow .eventCard .eventCard_main-buttons button {
        font-size: 16px;
        border: 1px solid rgba(0, 0, 0, 0.7);
        border-radius: 2px;
        margin-right: 10px; }
    .eventRow .eventCard a.joinEvent {
      text-decoration: none;
      font-size: 0; }
    .eventRow .eventCard button, .eventRow .eventCard .divbutton, .eventRow .eventCard div svg {
      transition: background-color 0.2s, fill 0.2s, border-color 0.2s, color 0.2s; }
    .eventRow .eventCard button.joinEvent {
      font-weight: 600;
      padding: 3px 18px;
      color: white;
      background-color: var(--appColor_purple1); }
      .eventRow .eventCard button.joinEvent:hover {
        background-color: #43a07c; }
      .eventRow .eventCard button.joinEvent.external {
        background-color: #606163; }
        .eventRow .eventCard button.joinEvent.external:hover {
          background-color: #84888c; }
    .eventRow .eventCard button.copyURL {
      font-weight: 400;
      padding: 3px 18px;
      background-color: #ececec;
      color: black; }
      .eventRow .eventCard button.copyURL:hover {
        background-color: #e2e2e2; }
    .eventRow .eventCard button.reserveEventSeat {
      font-weight: 400;
      padding: 3px 18px;
      color: white;
      background-color: #4268d2; }
      .eventRow .eventCard button.reserveEventSeat:hover {
        background-color: #2c50b5; }
    .eventRow .eventCard button.reserveEventSeat_cancel {
      font-weight: 700;
      padding: 3px 15px;
      border: 1px solid rgba(0, 0, 0, 0.3);
      color: white;
      background-color: #29af7b; }
      .eventRow .eventCard button.reserveEventSeat_cancel:hover {
        background-color: var(--appColor_blue1); }
    .eventRow .eventCard .divbutton_hideCard {
      display: inline-block;
      margin-right: 0px;
      vertical-align: top;
      position: absolute;
      right: 5;
      top: 5; }
      .eventRow .eventCard .divbutton_hideCard svg {
        cursor: pointer;
        vertical-align: top;
        height: 26px;
        width: 26px;
        border-radius: 13px;
        box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.14);
        fill: #153f2f; }
        .eventRow .eventCard .divbutton_hideCard svg:hover {
          transform: scale(1.1, 1.12);
          fill: var(--appColor_purple1); }
      .eventRow .eventCard .divbutton_hideCard svg.button_restore {
        display: none;
        fill: white;
        background-color: #383a39;
        padding: 5;
        height: 20px;
        width: 20px; }
    .eventRow .eventCard[data-dismissed="1"] .divbutton_hideCard svg.button_remove {
      display: none; }
    .eventRow .eventCard[data-dismissed="1"] .divbutton_hideCard svg.button_restore {
      display: inline-block; }
    .eventRow .eventCard .divbutton_edit {
      display: inline-block;
      margin-right: 0px;
      vertical-align: top;
      position: absolute;
      right: 5;
      bottom: 5;
      cursor: pointer;
      border-radius: 28px;
      box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.24);
      background-color: white;
      padding: 10; }
      .eventRow .eventCard .divbutton_edit svg {
        vertical-align: top;
        height: 20px;
        width: 20px;
        fill: var(--appColor_purple1); }
      .eventRow .eventCard .divbutton_edit:hover {
        background-color: var(--appColor_purple1); }
        .eventRow .eventCard .divbutton_edit:hover svg {
          fill: white; }
    .eventRow .eventCard .clipped-story {
      max-height: 20px;
      overflow: hidden; }
    .eventRow .eventCard .divbutton.clipped-story-toggle {
      display: inline-block;
      padding: 4px 11px;
      border-radius: 3px;
      font-size: 15px;
      margin-top: 2px;
      margin-bottom: 5px;
      cursor: pointer;
      background-color: white;
      border: 2px solid #b2bcc2;
      color: #242424; }
      .eventRow .eventCard .divbutton.clipped-story-toggle:hover {
        border: 2px solid #7d7de6;
        color: #4d4dd4; }
      .eventRow .eventCard .divbutton.clipped-story-toggle.clipped-story_readLess {
        margin-top: 7px; }
    .eventRow .eventCard[data-location="inperson-other"] .eventdetail_title, .eventRow .eventCard[data-location="virtual-other"] .eventdetail_title, .eventRow .eventCard[data-location="inperson-other"] .eventdetail_hostedby, .eventRow .eventCard[data-location="virtual-other"] .eventdetail_hostedby {
      background-color: #dfdfdf; }

.button_filters {
  margin-left: 20px;
  background-color: rgba(0, 0, 0, 0.6); }
  .button_filters svg {
    fill: white;
    height: 23px;
    width: 23px; }

#message_noActivity {
  display: none;
  width: 92%;
  padding-top: 30;
  margin: auto;
  font-size: 20px;
  font-weight: 400;
  text-align: center; }

#message_noActivity_inner {
  padding: 37px 15px;
  padding-bottom: 50px;
  color: white;
  background-color: rgba(0, 0, 0, 0.52);
  border-radius: 5px;
  border: 3px solid rgba(255, 255, 255, 0.94); }
