
/*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;
}

/*Change Date & Register Button @Bizzabo Support(Radia) ZD #207014*/
#section-7034683 > div.rowHolder.element-33740041.atom-sectionMain.cover-photo-background > div > div > div.date-venue-holder.col-xs-12.text-center.form-group > div > div > div > div > div > span {
    font-size: 0px;
}

#section-7034683 > div.rowHolder.element-33740041.atom-sectionMain.cover-photo-background > div > div > div.date-venue-holder.col-xs-12.text-center.form-group > div > div > div > div > div > span:after {
    font-size: 30.06px;
  	content: "Donnerstag, 23. April 2026" !important;
}

#section-7034683 > div.rowHolder.element-33740041.atom-sectionMain.cover-photo-background > div > div > div:nth-child(3) > div > button > span {
    font-size: 0px;
}

#section-7034683 > div.rowHolder.element-33740041.atom-sectionMain.cover-photo-background > div > div > div:nth-child(3) > div > button > span:after {
    font-size: 23.94px;
  	content: "Jetzt registrieren" !important;
}

/*Adjust time on agenda*/
body > div.react-main > div > div > div.agenda-view.session-list-view.agenda-custom-css.list.row > div > div > div > div > div:nth-child(1) > div > div.time-row.row > div.time-elem.col-md-1.col-sm-2.col-xs-3 > div {
  font-size: 0px;
}

body > div.react-main > div > div > div.agenda-view.session-list-view.agenda-custom-css.list.row > div > div > div > div > div:nth-child(1) > div > div.time-row.row > div.time-elem.col-md-1.col-sm-2.col-xs-3 > div:after {
  font-size: 12px; 
  content: "14.30h" !important;
}

body > div.react-main > div > div > div.agenda-view.session-list-view.agenda-custom-css.list.row > div > div > div > div > div:nth-child(2) > div > div > div.time-elem.col-md-1.col-sm-2.col-xs-3 > div {
  font-size: 0px;
}

body > div.react-main > div > div > div.agenda-view.session-list-view.agenda-custom-css.list.row > div > div > div > div > div:nth-child(2) > div > div > div.time-elem.col-md-1.col-sm-2.col-xs-3 > div:after {
  font-size: 12px;
  content: "15.00h" !important;
}

body > div.react-main > div > div > div.agenda-view.session-list-view.agenda-custom-css.list.row > div > div > div > div > div:nth-child(3) > div > div > div.time-elem.col-md-1.col-sm-2.col-xs-3 > div {
  font-size: 0px;
}

body > div.react-main > div > div > div.agenda-view.session-list-view.agenda-custom-css.list.row > div > div > div > div > div:nth-child(3) > div > div > div.time-elem.col-md-1.col-sm-2.col-xs-3 > div:after {
  font-size: 12px;
  content: "15.05h" !important; 
} 

body > div.react-main > div > div > div.agenda-view.session-list-view.agenda-custom-css.list.row > div > div > div > div > div:nth-child(4) > div > div > div.time-elem.col-md-1.col-sm-2.col-xs-3 > div {
  font-size: 0px;
}

body > div.react-main > div > div > div.agenda-view.session-list-view.agenda-custom-css.list.row > div > div > div > div > div:nth-child(4) > div > div > div.time-elem.col-md-1.col-sm-2.col-xs-3 > div:after {
  font-size: 12px;
  content: "15.40h" !important; 
}

body > div.react-main > div > div > div.agenda-view.session-list-view.agenda-custom-css.list.row > div > div > div > div > div:nth-child(5) > div > div > div.time-elem.col-md-1.col-sm-2.col-xs-3 > div {
  font-size: 0px;
}

body > div.react-main > div > div > div.agenda-view.session-list-view.agenda-custom-css.list.row > div > div > div > div > div:nth-child(5) > div > div > div.time-elem.col-md-1.col-sm-2.col-xs-3 > div:after {
  font-size: 12px;
  content: "16.00h" !important; 
} 

body > div.react-main > div > div > div.agenda-view.session-list-view.agenda-custom-css.list.row > div > div > div > div > div:nth-child(6) > div > div > div.time-elem.col-md-1.col-sm-2.col-xs-3 > div {
  font-size: 0px;
}

body > div.react-main > div > div > div.agenda-view.session-list-view.agenda-custom-css.list.row > div > div > div > div > div:nth-child(6) > div > div > div.time-elem.col-md-1.col-sm-2.col-xs-3 > div:after {
  font-size: 12px;
  content: "16.15h" !important; 
}

body > div.react-main > div > div > div.agenda-view.session-list-view.agenda-custom-css.list.row > div > div > div > div > div:nth-child(7) > div > div > div.time-elem.col-md-1.col-sm-2.col-xs-3 > div {
  font-size: 0px;
}

body > div.react-main > div > div > div.agenda-view.session-list-view.agenda-custom-css.list.row > div > div > div > div > div:nth-child(7) > div > div > div.time-elem.col-md-1.col-sm-2.col-xs-3 > div:after {
  font-size: 12px; 
  content: "16.45h" !important;
} 

body > div.react-main > div > div > div.agenda-view.session-list-view.agenda-custom-css.list.row > div > div > div > div > div:nth-child(8) > div > div > div.time-elem.col-md-1.col-sm-2.col-xs-3 > div {
  font-size: 0px;
} 

body > div.react-main > div > div > div.agenda-view.session-list-view.agenda-custom-css.list.row > div > div > div > div > div:nth-child(8) > div > div > div.time-elem.col-md-1.col-sm-2.col-xs-3 > div:after {
  font-size: 12px;
  content: "17.15h" !important;
}


