/*Hide Interest Star on the Individual Agenda Sessions*/
.session-actions-container.single-button{
	display: none !important;}

/* hide my interests on the agenda */
.agenda-view .tab-buttons-container .tab-button-wrapper .tab-button.my-interests-button {
    display: none;
}
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) > div.tab-button-border.background-color-gray {
  display: none;
}

/* TO UNBOLD SPEAKER COMPANY */

.section-660862 .element-2661795 .atom-text2 {

  font-weight: normal;

}

.section-635423 .element-2530462 .atom-text2 {

  font-weight: normal;

}

/*Change All Caps to Title Case*/
.trade-template h1 {
 text-transform: capitalize;
}

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

/*Change save your seat color*/
.session-actions-container .icon-Chair_OFF, .session-actions-container .icon-Chair_ON, .session-actions-container .icon-Chair_Overlap {
  display: inline-block;
  color: #FFB600;}

#section-6040532 h2 {
    text-transform: capitalize;
}

h2 {
    text-align: left;
    padding-left: 30px!important;
}

section-988677 h2 { 
    text-align: left; 
}

.speaker-name, .speaker-title, .speaker-company {
    text-align: left;
    margin-left: 20%;
}

.img-circle {
    border-radius: 0%!important;
}

/* hide add to calendar */ .add-to-calendar { display: none !important; }

button.atom-main.btn.btn-success.btn-register:hover { background-color: black; color: white; }

  #section-6051972 > 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/v1745595652/ope8ywopj4epnqg128wh) !important; }
