
.fr-view table td{
    border: none;
  }

  @media screen and (min-width: 1050px) {
    .fr-view table {
      margin-left: 324px;
      max-width: 50%;
    }
    
  }


  @media screen and (max-width: 768px) {
    .fr-view table {
      margin-left: 170px !important;
      max-width: 69% !important;
    }
  }


  @media screen and (max-width: 430px) {
    .fr-view table {
      max-width: 100% !important;
      margin-left: 11px !important;
    }

   tr > td{
    width: 48% !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 {}

/* Navigation bar to lower case */
.nav-menu-btn {
    text-transform: capitalize !important;
}

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

#section-ID# > div { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url(https://res.cloudinary.com/bizzaboprod/image/upload/q_auto,f_auto,c_scale,c_crop,g_custom/v1730838793/sy4i4uebdfyccvalkwfq&quot) !important; }

/* Hide Website Footer */
footer { display: none; }
.main-view.footer-padding, .editor-home-page.footer-padding { padding-bottom: 0px; }

/*FAQ */
.element-25450674 {
  display: none;
}

.element-25450674 hr {
  display: none;
}

.preview-mode-width .element-25450674 {
  display: block;
}

.preview-mode-width .element-25450674 hr {
  display: block;
}

.faq-qa-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 10px auto;
}

.faq-qa-wrapper .bizz-question {
  font-weight: bold;
  padding: 20px;
  border-radius: 50px;
  border: 2px solid #114569;
  color: #333;
  position: relative;
  cursor: pointer;
}

.faq-qa-wrapper .bizz-question:after {
  content: "+";
  display: block;
  position: absolute;
  top: 20%;
  right: 3%;
  font-size: 30px;
}

.faq-qa-wrapper .show-answer {
  background: #114569;
  color: white !important;
}

.faq-qa-wrapper .show-answer h4 {
  color: white !important;
}

.faq-qa-wrapper .show-answer:after {
  content: "-";
  display: block;
  position: absolute;
  top: 20%;
  right: 3%;
  font-size: 30px;
}

.faq-qa-wrapper .bizz-answer {
  display: none;
  margin-left: 20px;
  margin-top: 20px;
  position: relative;
}

.faq-qa-wrapper .bizz-answer p {
  margin-bottom: 20px;
}

.faq-qa-wrapper .bizz-answer ul,
.faq-qa-wrapper .bizz-answer ol {
  margin-bottom: 20px;
}

.faq-qa-wrapper .bizz-answer ul li,
.faq-qa-wrapper .bizz-answer ol li {
  margin-bottom: 10px;
}
/*# sourceMappingURL=styles.css.map */

/*Remove Session Description Fading*/
.agenda-view .session-list-container .session-day-container .time-row .session-elem .session-container .preview-session-description.faddedAway {
    -webkit-mask-image: none;
    mask-image: none;
}
/*Hide Interest Star on the Individual Agenda Sessions*/
.session-actions-container.single-button{
	display: none !important;}

/* Hide the prompt to “Register” CTA from the login flow */
body > div.react-main.footer-padding-confirmation > div > div > div.agenda-view.top-agenda-margin-double > div.container.full-width-video.margin-bottom-small > div > div > div > div > div > div > div.live-broadcast-preview > span > div > div > div.cta-container > a {display:none;}

/*Hide "My Interests" Header on Agenda*/
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(2) {
  display: none;}
