body{
    background-color: #fff !important;
   
}

/*specific pages container*/
.home-custom-css{}
.community-custom-css{}
.agenda-custom-css{}
.speakers-custom-css{}

/*main container of each section*/
.main-app-container {}

/*
call-to-action buttons e.g:
Register, Join The Community etc
*/
.btn-register {}

/*Top navigation bar container*/
.template-nav {}

/*Top navigation bar items container*/
#bs-example-navbar-collapse-1 {}

/*social share buttons container*/
.social-share-button {}

/*social share buttons per social network*/
.social-share-button.facebook {}
.social-share-button.twitter {}
.social-share-button.linkedin {}
.social-share-button.google {}

.community-user-social-box-wrapper tr td:nth-child(3n+4),

.community-user-social-box-wrapper tr td:nth-child(3n+5)

{

  display:none; 

  visibility: hidden;

}

/*Remove the My Registered View*/
body > div.react-main.footer-padding-confirmation > div > div > div.agenda-view.session-list-view.top-agenda-margin-single.agenda-custom-css.agenda-day-selector.row > div.tab-buttons-container.margin-bottom-small > div:nth-child(3) {
  display: none;
}

/* To hide "Share" on session page */

.share {

display: none !important;

}

/* To hide "Share" for speakers */
.speaker-share-button {
display: none;
}

/* Incorrect Ticket Popup */
.no-access-to-session-popover .popover-content .text.padding-top-xs {
 height: 0;
 color: #fff;
}
.no-access-to-session-popover .popover-content:after {
 padding: 10px;
 position: absolute;
 font-size: 13px;
 text-align: center;
 visibility: visible;
 content: "Only verified registrants are able to access the live broadcast.";
}

/* hide invite friends + settings + leave community*/
#bs-example-navbar-collapse-1 > ul.nav.navbar-nav.navbar-right.hidden-sm > li > div > div.more-tabs-dropdown.dropdown-tip.me-btn-holder.me-avatar.open > ul > li:nth-child(2) > a {
  display: none;
}
#bs-example-navbar-collapse-1 > ul.nav.navbar-nav.navbar-right.hidden-sm > li > div > div.more-tabs-dropdown.dropdown-tip.me-btn-holder.me-avatar.open > ul > li:nth-child(3) > a {
  display: none;
}
#bs-example-navbar-collapse-1 > ul.nav.navbar-nav.navbar-right.hidden-sm > li > div > div.more-tabs-dropdown.dropdown-tip.me-btn-holder.me-avatar > ul > li:nth-child(4) > a.me-menu-leave-community{
display:none;
}

/* Hide Speaker Like Button */
.speaker-view .speaker-container .speaker-profile .speaker-community-like-wrapper span {
    display: none;
}


/* change background session color */
.color-1-background-opacity, .color-1-background-opacity.custom-color {
    background-color: white;
}

/* change text for looking for ticket*/
.looking-ticket-link span{
 display: none !important;
}
.looking-ticket-link:after {
  color: white;
  content: "Looking for your login details?";
}

/* Replace Survey/Poll Thank you Text */
.poll-ended-headline, .poll-not-active-yet-headline, .thank-you-vote-headline {
 visibility: hidden;
}


.poll-ended-headline, .poll-not-active-yet-headline, .thank-you-vote-headline:after {
  visibility: visible;
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  content:"Thank you for your feedback.";
}

/*Remove Gray overlay on header image*/
#section-1039973> div {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(https://cdn-static.bizzabo.com/bizzabo.file.upload/MNbFV9QR56PqPCARnPV8_GEn3yVgLTEmCnifXmw6C_Bizzabo_BG_v1.mp4) !important;
}

footer {
  background-color: #061937!important;
}