body .event-ended {
  display: none; }

body.event-ended .event-ended {
  display: block; }
body.happening-now .happening-now {
  display: block; }

.section.host-report {
  position: relative;
  margin-top: 30px;
  margin-bottom: 200px; }
  .section.host-report > .inner1 {
    padding-top: 18px; }

.host-report .section-label {
  display: inline-block;
  font-weight: 600;
  padding: 4 18;
  border-radius: 3px;
  text-align: center;
  color: white;
  background-color: #36314b; }
.host-report .section-label.select-container {
  display: inline-block;
  padding-right: 0px;
  margin-bottom: 15px; }
  .host-report .section-label.select-container::after {
    top: 0.62em;
    border-top-color: white;
    opacity: 0.9; }
  .host-report .section-label.select-container select {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: white;
    background: transparent;
    font-weight: 600;
    border: 0; }
    .host-report .section-label.select-container select option {
      color: black; }
.host-report .indent1 {
  margin-left: 23px; }
.host-report .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; }
  .host-report .divbutton:hover {
    background-color: #ebf1ff; }
.host-report .report-overview {
  margin-top: 20px; }
  .host-report .report-overview .value {
    font-weight: 600; }
.host-report .report-div {
  margin-bottom: 33px; }
  .host-report .report-div.hidden {
    display: none; }
  .host-report .report-div .header-block {
    border-radius: 2px;
    background-color: #f0f0f0;
    margin-left: 5px;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 5px; }
    .host-report .report-div .header-block .option-row {
      margin-top: 6px; }
      .host-report .report-div .header-block .option-row .form_labelTop1_label {
        font-size: 15px; }
      .host-report .report-div .header-block .option-row input.default-user-password {
        border-radius: 2px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        background-color: rgba(255, 255, 255, 0.92);
        padding: 4 10;
        font-size: 17px;
        width: 260px;
        max-width: 95%; }
    .host-report .report-div .header-block .option-row.default-user-password .detail-text {
      margin-top: 5px;
      margin-left: 8px;
      padding-bottom: 2px;
      padding-left: 11px;
      border-left: 3px solid var(--appColor_green1);
      font-size: 16.5px; }
.host-report .card {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .host-report .card:last-child {
    margin-bottom: 180px; }
  .host-report .card .contactAvatar {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2); }
  .host-report .card .contactName:hover {
    cursor: pointer;
    font-weight: 600;
    text-decoration: underline; }
  .host-report .card .bottom-buttons {
    margin-top: 4px;
    margin-bottom: 4px; }
    .host-report .card .bottom-buttons a.linkedin {
      color: black;
      font-size: 0.95em;
      border-radius: 2px;
      border: 1px solid black;
      padding: 1 12;
      text-align: center;
      text-decoration: none; }
      .host-report .card .bottom-buttons a.linkedin:hover {
        color: white;
        background-color: var(--appColor_green1); }
.host-report .rightOfImage {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  max-width: 82%; }
